aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ldefs-boot.el2054
1 files changed, 1191 insertions, 863 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index ee7f9ca1161..621bfa0f066 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" (17382 1892)) 7;;;;;; "play/5x5.el" (17383 32181))
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,8 +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" (17494 22057))
67;;; Generated autoloads from abbrev.el
68(put 'abbrev-mode 'safe-local-variable 'booleanp)
69
70;;;***
71
66;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el" 72;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el"
67;;;;;; (17403 28587)) 73;;;;;; (17404 53184))
68;;; Generated autoloads from abbrevlist.el 74;;; Generated autoloads from abbrevlist.el
69 75
70(autoload (quote list-one-abbrev-table) "abbrevlist" "\ 76(autoload (quote list-one-abbrev-table) "abbrevlist" "\
@@ -75,7 +81,7 @@ Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER.
75;;;*** 81;;;***
76 82
77;;;### (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"
78;;;;;; (17388 18084)) 84;;;;;; (17578 34778))
79;;; Generated autoloads from progmodes/ada-mode.el 85;;; Generated autoloads from progmodes/ada-mode.el
80 86
81(autoload (quote ada-add-extensions) "ada-mode" "\ 87(autoload (quote ada-add-extensions) "ada-mode" "\
@@ -136,7 +142,7 @@ If you use ada-xref.el:
136;;;*** 142;;;***
137 143
138;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 144;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
139;;;;;; (17388 22063)) 145;;;;;; (17397 61560))
140;;; Generated autoloads from progmodes/ada-stmt.el 146;;; Generated autoloads from progmodes/ada-stmt.el
141 147
142(autoload (quote ada-header) "ada-stmt" "\ 148(autoload (quote ada-header) "ada-stmt" "\
@@ -147,7 +153,7 @@ Insert a descriptive header at the top of the file.
147;;;*** 153;;;***
148 154
149;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 155;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
150;;;;;; (17388 22063)) 156;;;;;; (17397 61560))
151;;; Generated autoloads from progmodes/ada-xref.el 157;;; Generated autoloads from progmodes/ada-xref.el
152 158
153(autoload (quote ada-find-file) "ada-xref" "\ 159(autoload (quote ada-find-file) "ada-xref" "\
@@ -162,7 +168,7 @@ Completion is available.
162;;;;;; 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
163;;;;;; 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
164;;;;;; add-log-full-name add-log-current-defun-function) "add-log" 170;;;;;; add-log-full-name add-log-current-defun-function) "add-log"
165;;;;;; "add-log.el" (17352 9346)) 171;;;;;; "add-log.el" (17515 39525))
166;;; Generated autoloads from add-log.el 172;;; Generated autoloads from add-log.el
167 173
168(defvar add-log-current-defun-function nil "\ 174(defvar add-log-current-defun-function nil "\
@@ -179,7 +185,7 @@ This defaults to the value returned by the function `user-full-name'.")
179(custom-autoload (quote add-log-full-name) "add-log") 185(custom-autoload (quote add-log-full-name) "add-log")
180 186
181(defvar add-log-mailing-address nil "\ 187(defvar add-log-mailing-address nil "\
182*Email addresses of user, for inclusion in ChangeLog headers. 188Email addresses of user, for inclusion in ChangeLog headers.
183This defaults to the value of `user-mail-address'. In addition to 189This defaults to the value of `user-mail-address'. In addition to
184being a simple string, this value can also be a list. All elements 190being a simple string, this value can also be a list. All elements
185will be recognized as referring to the same user; when creating a new 191will be recognized as referring to the same user; when creating a new
@@ -232,7 +238,7 @@ The change log file can start with a copyright notice and a copying
232permission notice. The first blank line indicates the end of these 238permission notice. The first blank line indicates the end of these
233notices. 239notices.
234 240
235Today's date is calculated according to `change-log-time-zone-rule' if 241Today's date is calculated according to `add-log-time-zone-rule' if
236non-nil, otherwise in local time. 242non-nil, otherwise in local time.
237 243
238\(fn &optional WHOAMI FILE-NAME OTHER-WINDOW NEW-ENTRY)" t nil) 244\(fn &optional WHOAMI FILE-NAME OTHER-WINDOW NEW-ENTRY)" t nil)
@@ -298,9 +304,9 @@ Fix any old-style date entries in the current log file to default format.
298 304
299;;;*** 305;;;***
300 306
301;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action 307;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
302;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (17383 308;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
303;;;;;; 16118)) 309;;;;;; "advice" "emacs-lisp/advice.el" (17578 34774))
304;;; Generated autoloads from emacs-lisp/advice.el 310;;; Generated autoloads from emacs-lisp/advice.el
305 311
306(defvar ad-redefinition-action (quote warn) "\ 312(defvar ad-redefinition-action (quote warn) "\
@@ -327,6 +333,16 @@ COMPILE argument of `ad-activate' was supplied as nil.")
327 333
328(custom-autoload (quote ad-default-compilation-action) "advice") 334(custom-autoload (quote ad-default-compilation-action) "advice")
329 335
336(autoload (quote ad-enable-advice) "advice" "\
337Enables the advice of FUNCTION with CLASS and NAME.
338
339\(fn FUNCTION CLASS NAME)" t nil)
340
341(autoload (quote ad-disable-advice) "advice" "\
342Disable the advice of FUNCTION with CLASS and NAME.
343
344\(fn FUNCTION CLASS NAME)" t nil)
345
330(autoload (quote ad-add-advice) "advice" "\ 346(autoload (quote ad-add-advice) "advice" "\
331Add a piece of ADVICE to FUNCTION's list of advices in CLASS. 347Add a piece of ADVICE to FUNCTION's list of advices in CLASS.
332If FUNCTION already has one or more pieces of advice of the specified 348If FUNCTION already has one or more pieces of advice of the specified
@@ -342,6 +358,25 @@ will clear the cache.
342 358
343\(fn FUNCTION ADVICE CLASS POSITION)" nil nil) 359\(fn FUNCTION ADVICE CLASS POSITION)" nil nil)
344 360
361(autoload (quote ad-activate) "advice" "\
362Activate all the advice information of an advised FUNCTION.
363If FUNCTION has a proper original definition then an advised
364definition will be generated from FUNCTION's advice info and the
365definition of FUNCTION will be replaced with it. If a previously
366cached advised definition was available, it will be used.
367The optional COMPILE argument determines whether the resulting function
368or a compilable cached definition will be compiled. If it is negative
369no compilation will be performed, if it is positive or otherwise non-nil
370the resulting function will be compiled, if it is nil the behavior depends
371on the value of `ad-default-compilation-action' (which see).
372Activation of an advised function that has an advice info but no actual
373pieces of advice is equivalent to a call to `ad-unadvise'. Activation of
374an advised function that has actual pieces of advice but none of them are
375enabled is equivalent to a call to `ad-deactivate'. The current advised
376definition will always be cached for later usage.
377
378\(fn FUNCTION &optional COMPILE)" t nil)
379
345(autoload (quote defadvice) "advice" "\ 380(autoload (quote defadvice) "advice" "\
346Define a piece of advice for FUNCTION (a symbol). 381Define a piece of advice for FUNCTION (a symbol).
347The syntax of `defadvice' is as follows: 382The syntax of `defadvice' is as follows:
@@ -399,7 +434,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation.
399 434
400;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 435;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
401;;;;;; align-highlight-rule align-current align-entire align-regexp 436;;;;;; align-highlight-rule align-current align-entire align-regexp
402;;;;;; align) "align" "align.el" (17383 24123)) 437;;;;;; align) "align" "align.el" (17383 32089))
403;;; Generated autoloads from align.el 438;;; Generated autoloads from align.el
404 439
405(autoload (quote align) "align" "\ 440(autoload (quote align) "align" "\
@@ -489,9 +524,41 @@ A replacement function for `newline-and-indent', aligning as it goes.
489;;;*** 524;;;***
490 525
491;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" 526;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el"
492;;;;;; (17431 34439)) 527;;;;;; (17582 28845))
493;;; Generated autoloads from allout.el 528;;; Generated autoloads from allout.el
494 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)))))))
531
532(put (quote allout-header-prefix) (quote safe-local-variable) (quote stringp))
533
534(put (quote allout-primary-bullet) (quote safe-local-variable) (quote stringp))
535
536(put (quote allout-plain-bullets-string) (quote safe-local-variable) (quote stringp))
537
538(put (quote allout-distinctive-bullets-string) (quote safe-local-variable) (quote stringp))
539
540(put (quote allout-use-mode-specific-leader) (quote safe-local-variable) (quote (lambda (x) (or (memq x (quote (t nil allout-mode-leaders comment-start))) (stringp x)))))
541
542(put (quote allout-old-style-prefixes) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil)))))))
543
544(put (quote allout-stylish-prefixes) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil)))))))
545
546(put (quote allout-numbered-bullet) (quote safe-local-variable) (if (fboundp (quote string-or-null-p)) (quote string-or-null-p) (quote (lambda (x) (or (stringp x) (null x))))))
547
548(put (quote allout-file-xref-bullet) (quote safe-local-variable) (if (fboundp (quote string-or-null-p)) (quote string-or-null-p) (quote (lambda (x) (or (stringp x) (null x))))))
549
550(put (quote allout-presentation-padding) (quote safe-local-variable) (quote integerp))
551
552(put (quote allout-use-hanging-indents) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil)))))))
553
554(put (quote allout-reindent-bodies) (quote safe-local-variable) (quote (lambda (x) (memq x (quote (nil t text force))))))
555
556(put (quote allout-layout) (quote safe-local-variable) (quote (lambda (x) (or (numberp x) (listp x) (memq x (quote (: * + -)))))))
557
558(put (quote allout-passphrase-verifier-string) (quote safe-local-variable) (quote stringp))
559
560(put (quote allout-passphrase-hint-string) (quote safe-local-variable) (quote stringp))
561
495(autoload (quote allout-mode) "allout" "\ 562(autoload (quote allout-mode) "allout" "\
496Toggle minor mode for controlling exposure and editing of text outlines. 563Toggle minor mode for controlling exposure and editing of text outlines.
497\\<allout-mode-map> 564\\<allout-mode-map>
@@ -711,7 +778,7 @@ setup for auto-startup.
711;;;*** 778;;;***
712 779
713;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 780;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
714;;;;;; "net/ange-ftp.el" (17383 13296)) 781;;;;;; "net/ange-ftp.el" (17383 32174))
715;;; Generated autoloads from net/ange-ftp.el 782;;; Generated autoloads from net/ange-ftp.el
716 783
717(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) 784(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))
@@ -733,7 +800,7 @@ Not documented
733;;;*** 800;;;***
734 801
735;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 802;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
736;;;;;; "animate" "play/animate.el" (17382 1892)) 803;;;;;; "animate" "play/animate.el" (17383 32181))
737;;; Generated autoloads from play/animate.el 804;;; Generated autoloads from play/animate.el
738 805
739(autoload (quote animate-string) "animate" "\ 806(autoload (quote animate-string) "animate" "\
@@ -761,7 +828,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\".
761;;;*** 828;;;***
762 829
763;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 830;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
764;;;;;; "ansi-color" "ansi-color.el" (17383 24123)) 831;;;;;; "ansi-color" "ansi-color.el" (17383 32090))
765;;; Generated autoloads from ansi-color.el 832;;; Generated autoloads from ansi-color.el
766 833
767(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ 834(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\
@@ -787,7 +854,7 @@ This is a good function to put in `comint-output-filter-functions'.
787;;;*** 854;;;***
788 855
789;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 856;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
790;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (17388 22063)) 857;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (17484 52436))
791;;; Generated autoloads from progmodes/antlr-mode.el 858;;; Generated autoloads from progmodes/antlr-mode.el
792 859
793(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ 860(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\
@@ -826,7 +893,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
826;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add 893;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add
827;;;;;; appt-display-diary appt-display-duration appt-display-mode-line 894;;;;;; appt-display-diary appt-display-duration appt-display-mode-line
828;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time 895;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time
829;;;;;; appt-issue-message) "appt" "calendar/appt.el" (17403 28563)) 896;;;;;; appt-issue-message) "appt" "calendar/appt.el" (17578 34774))
830;;; Generated autoloads from calendar/appt.el 897;;; Generated autoloads from calendar/appt.el
831 898
832(defvar appt-issue-message t "\ 899(defvar appt-issue-message t "\
@@ -892,7 +959,7 @@ Update the appointments list from today's diary buffer.
892The time must be at the beginning of a line for it to be 959The time must be at the beginning of a line for it to be
893put in the appointments list (see examples in documentation of 960put in the appointments list (see examples in documentation of
894the function `appt-check'). We assume that the variables DATE and 961the function `appt-check'). We assume that the variables DATE and
895NUMBER hold the arguments that `list-diary-entries' received. 962NUMBER hold the arguments that `diary-list-entries' received.
896They specify the range of dates that the diary is being processed for. 963They specify the range of dates that the diary is being processed for.
897 964
898Any appointments made with `appt-add' are not affected by this 965Any appointments made with `appt-add' are not affected by this
@@ -914,7 +981,7 @@ ARG is positive, otherwise off.
914 981
915;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property 982;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property
916;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos" 983;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos"
917;;;;;; "apropos.el" (17443 62455)) 984;;;;;; "apropos.el" (17484 52422))
918;;; Generated autoloads from apropos.el 985;;; Generated autoloads from apropos.el
919 986
920(autoload (quote apropos-read-pattern) "apropos" "\ 987(autoload (quote apropos-read-pattern) "apropos" "\
@@ -1010,8 +1077,8 @@ Returns list of symbols and documentation found.
1010 1077
1011;;;*** 1078;;;***
1012 1079
1013;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17422 1080;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17578
1014;;;;;; 14887)) 1081;;;;;; 34770))
1015;;; Generated autoloads from arc-mode.el 1082;;; Generated autoloads from arc-mode.el
1016 1083
1017(autoload (quote archive-mode) "arc-mode" "\ 1084(autoload (quote archive-mode) "arc-mode" "\
@@ -1031,7 +1098,7 @@ archive.
1031 1098
1032;;;*** 1099;;;***
1033 1100
1034;;;### (autoloads (array-mode) "array" "array.el" (17358 48216)) 1101;;;### (autoloads (array-mode) "array" "array.el" (17358 42654))
1035;;; Generated autoloads from array.el 1102;;; Generated autoloads from array.el
1036 1103
1037(autoload (quote array-mode) "array" "\ 1104(autoload (quote array-mode) "array" "\
@@ -1102,8 +1169,8 @@ Entering array mode calls the function `array-mode-hook'.
1102 1169
1103;;;*** 1170;;;***
1104 1171
1105;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (17383 1172;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (17521
1106;;;;;; 15658)) 1173;;;;;; 64539))
1107;;; Generated autoloads from textmodes/artist.el 1174;;; Generated autoloads from textmodes/artist.el
1108 1175
1109(autoload (quote artist-mode) "artist" "\ 1176(autoload (quote artist-mode) "artist" "\
@@ -1308,8 +1375,8 @@ Keymap summary
1308 1375
1309;;;*** 1376;;;***
1310 1377
1311;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (17388 1378;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (17487
1312;;;;;; 22063)) 1379;;;;;; 53546))
1313;;; Generated autoloads from progmodes/asm-mode.el 1380;;; Generated autoloads from progmodes/asm-mode.el
1314 1381
1315(autoload (quote asm-mode) "asm-mode" "\ 1382(autoload (quote asm-mode) "asm-mode" "\
@@ -1337,7 +1404,7 @@ Special commands:
1337;;;*** 1404;;;***
1338 1405
1339;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el" 1406;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el"
1340;;;;;; (17075 55468)) 1407;;;;;; (16221 3779))
1341;;; Generated autoloads from obsolete/auto-show.el 1408;;; Generated autoloads from obsolete/auto-show.el
1342 1409
1343(defvar auto-show-mode nil "\ 1410(defvar auto-show-mode nil "\
@@ -1353,7 +1420,7 @@ This command is obsolete.
1353;;;*** 1420;;;***
1354 1421
1355;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1422;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1356;;;;;; (17383 24124)) 1423;;;;;; (17383 32090))
1357;;; Generated autoloads from autoarg.el 1424;;; Generated autoloads from autoarg.el
1358 1425
1359(defvar autoarg-mode nil "\ 1426(defvar autoarg-mode nil "\
@@ -1362,8 +1429,6 @@ See the command `autoarg-mode' for a description of this minor-mode.")
1362 1429
1363(custom-autoload (quote autoarg-mode) "autoarg") 1430(custom-autoload (quote autoarg-mode) "autoarg")
1364 1431
1365(put (quote autoarg-mode) (quote custom-set) (quote custom-set-minor-mode))
1366
1367(autoload (quote autoarg-mode) "autoarg" "\ 1432(autoload (quote autoarg-mode) "autoarg" "\
1368Toggle Autoarg minor mode globally. 1433Toggle Autoarg minor mode globally.
1369With ARG, turn Autoarg mode on if ARG is positive, off otherwise. 1434With ARG, turn Autoarg mode on if ARG is positive, off otherwise.
@@ -1394,8 +1459,6 @@ use either \\[customize] or the function `autoarg-kp-mode'.")
1394 1459
1395(custom-autoload (quote autoarg-kp-mode) "autoarg") 1460(custom-autoload (quote autoarg-kp-mode) "autoarg")
1396 1461
1397(put (quote autoarg-kp-mode) (quote custom-set) (quote custom-set-minor-mode))
1398
1399(autoload (quote autoarg-kp-mode) "autoarg" "\ 1462(autoload (quote autoarg-kp-mode) "autoarg" "\
1400Toggle Autoarg-KP minor mode globally. 1463Toggle Autoarg-KP minor mode globally.
1401With ARG, turn Autoarg mode on if ARG is positive, off otherwise. 1464With ARG, turn Autoarg mode on if ARG is positive, off otherwise.
@@ -1410,7 +1473,7 @@ This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1'
1410;;;*** 1473;;;***
1411 1474
1412;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1475;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1413;;;;;; (17388 22063)) 1476;;;;;; (17397 61561))
1414;;; Generated autoloads from progmodes/autoconf.el 1477;;; Generated autoloads from progmodes/autoconf.el
1415 1478
1416(autoload (quote autoconf-mode) "autoconf" "\ 1479(autoload (quote autoconf-mode) "autoconf" "\
@@ -1421,7 +1484,7 @@ Major mode for editing Autoconf configure.in files.
1421;;;*** 1484;;;***
1422 1485
1423;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1486;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1424;;;;;; "autoinsert" "autoinsert.el" (17383 24124)) 1487;;;;;; "autoinsert" "autoinsert.el" (17383 32090))
1425;;; Generated autoloads from autoinsert.el 1488;;; Generated autoloads from autoinsert.el
1426 1489
1427(autoload (quote auto-insert) "autoinsert" "\ 1490(autoload (quote auto-insert) "autoinsert" "\
@@ -1445,8 +1508,6 @@ use either \\[customize] or the function `auto-insert-mode'.")
1445 1508
1446(custom-autoload (quote auto-insert-mode) "autoinsert") 1509(custom-autoload (quote auto-insert-mode) "autoinsert")
1447 1510
1448(put (quote auto-insert-mode) (quote custom-set) (quote custom-set-minor-mode))
1449
1450(autoload (quote auto-insert-mode) "autoinsert" "\ 1511(autoload (quote auto-insert-mode) "autoinsert" "\
1451Toggle Auto-insert mode. 1512Toggle Auto-insert mode.
1452With prefix ARG, turn Auto-insert mode on if and only if ARG is positive. 1513With prefix ARG, turn Auto-insert mode on if and only if ARG is positive.
@@ -1461,7 +1522,7 @@ insert a template for the file depending on the mode of the buffer.
1461 1522
1462;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1523;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1463;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1524;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1464;;;;;; (17410 23724)) 1525;;;;;; (17590 36007))
1465;;; Generated autoloads from emacs-lisp/autoload.el 1526;;; Generated autoloads from emacs-lisp/autoload.el
1466 1527
1467(autoload (quote update-file-autoloads) "autoload" "\ 1528(autoload (quote update-file-autoloads) "autoload" "\
@@ -1496,7 +1557,7 @@ Calls `update-directory-autoloads' on the command line arguments.
1496 1557
1497;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1558;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1498;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1559;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1499;;;;;; "autorevert" "autorevert.el" (17383 24124)) 1560;;;;;; "autorevert" "autorevert.el" (17503 24305))
1500;;; Generated autoloads from autorevert.el 1561;;; Generated autoloads from autorevert.el
1501 1562
1502(autoload (quote auto-revert-mode) "autorevert" "\ 1563(autoload (quote auto-revert-mode) "autorevert" "\
@@ -1552,8 +1613,6 @@ use either \\[customize] or the function `global-auto-revert-mode'.")
1552 1613
1553(custom-autoload (quote global-auto-revert-mode) "autorevert") 1614(custom-autoload (quote global-auto-revert-mode) "autorevert")
1554 1615
1555(put (quote global-auto-revert-mode) (quote custom-set) (quote custom-set-minor-mode))
1556
1557(autoload (quote global-auto-revert-mode) "autorevert" "\ 1616(autoload (quote global-auto-revert-mode) "autorevert" "\
1558Revert any buffer when file on disk changes. 1617Revert any buffer when file on disk changes.
1559 1618
@@ -1566,7 +1625,7 @@ Use `auto-revert-mode' to revert a particular buffer.
1566;;;*** 1625;;;***
1567 1626
1568;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1627;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1569;;;;;; "avoid.el" (17383 24124)) 1628;;;;;; "avoid.el" (17503 24305))
1570;;; Generated autoloads from avoid.el 1629;;; Generated autoloads from avoid.el
1571 1630
1572(defvar mouse-avoidance-mode nil "\ 1631(defvar mouse-avoidance-mode nil "\
@@ -1607,7 +1666,7 @@ definition of \"random distance\".)
1607;;;*** 1666;;;***
1608 1667
1609;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" 1668;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el"
1610;;;;;; (17383 16118)) 1669;;;;;; (17383 32135))
1611;;; Generated autoloads from emacs-lisp/backquote.el 1670;;; Generated autoloads from emacs-lisp/backquote.el
1612 1671
1613(autoload (quote backquote) "backquote" "\ 1672(autoload (quote backquote) "backquote" "\
@@ -1632,7 +1691,7 @@ Vectors work just like lists. Nested backquotes are permitted.
1632;;;*** 1691;;;***
1633 1692
1634;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1693;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1635;;;;;; (17427 20614)) 1694;;;;;; (17515 39525))
1636;;; Generated autoloads from battery.el 1695;;; Generated autoloads from battery.el
1637 (put 'battery-mode-line-string 'risky-local-variable t) 1696 (put 'battery-mode-line-string 'risky-local-variable t)
1638 1697
@@ -1651,8 +1710,6 @@ use either \\[customize] or the function `display-battery-mode'.")
1651 1710
1652(custom-autoload (quote display-battery-mode) "battery") 1711(custom-autoload (quote display-battery-mode) "battery")
1653 1712
1654(put (quote display-battery-mode) (quote custom-set) (quote custom-set-minor-mode))
1655
1656(autoload (quote display-battery-mode) "battery" "\ 1713(autoload (quote display-battery-mode) "battery" "\
1657Display battery status information in the mode line. 1714Display battery status information in the mode line.
1658The text being displayed in the mode line is controlled by the variables 1715The text being displayed in the mode line is controlled by the variables
@@ -1665,7 +1722,7 @@ seconds.
1665;;;*** 1722;;;***
1666 1723
1667;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1724;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1668;;;;;; "benchmark" "emacs-lisp/benchmark.el" (17383 16118)) 1725;;;;;; "benchmark" "emacs-lisp/benchmark.el" (17383 32135))
1669;;; Generated autoloads from emacs-lisp/benchmark.el 1726;;; Generated autoloads from emacs-lisp/benchmark.el
1670 1727
1671(autoload (quote benchmark-run) "benchmark" "\ 1728(autoload (quote benchmark-run) "benchmark" "\
@@ -1697,8 +1754,8 @@ non-interactive use see also `benchmark-run' and
1697 1754
1698;;;*** 1755;;;***
1699 1756
1700;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (17437 1757;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (17578
1701;;;;;; 53997)) 1758;;;;;; 34779))
1702;;; Generated autoloads from textmodes/bibtex.el 1759;;; Generated autoloads from textmodes/bibtex.el
1703 1760
1704(autoload (quote bibtex-mode) "bibtex" "\ 1761(autoload (quote bibtex-mode) "bibtex" "\
@@ -1760,7 +1817,7 @@ if that value is non-nil.
1760 1817
1761;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1818;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1762;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el" 1819;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el"
1763;;;;;; (17382 1052)) 1820;;;;;; (17383 32153))
1764;;; Generated autoloads from gnus/binhex.el 1821;;; Generated autoloads from gnus/binhex.el
1765 1822
1766(defconst binhex-begin-line "^:...............................................................$") 1823(defconst binhex-begin-line "^:...............................................................$")
@@ -1783,8 +1840,8 @@ Binhex decode region between START and END.
1783 1840
1784;;;*** 1841;;;***
1785 1842
1786;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (17382 1843;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (17383
1787;;;;;; 1892)) 1844;;;;;; 32181))
1788;;; Generated autoloads from play/blackbox.el 1845;;; Generated autoloads from play/blackbox.el
1789 1846
1790(autoload (quote blackbox) "blackbox" "\ 1847(autoload (quote blackbox) "blackbox" "\
@@ -1906,7 +1963,7 @@ a reflection.
1906;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save 1963;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save
1907;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename 1964;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename
1908;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump 1965;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump
1909;;;;;; bookmark-set) "bookmark" "bookmark.el" (17383 24124)) 1966;;;;;; bookmark-set) "bookmark" "bookmark.el" (17383 32091))
1910;;; Generated autoloads from bookmark.el 1967;;; Generated autoloads from bookmark.el
1911 (define-key ctl-x-map "rb" 'bookmark-jump) 1968 (define-key ctl-x-map "rb" 'bookmark-jump)
1912 (define-key ctl-x-map "rm" 'bookmark-set) 1969 (define-key ctl-x-map "rm" 'bookmark-set)
@@ -2096,7 +2153,7 @@ deletion, or > if it is flagged for displaying.
2096;;;;;; browse-url browse-url-of-region browse-url-of-dired-file 2153;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2097;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point 2154;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point
2098;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function) 2155;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function)
2099;;;;;; "browse-url" "net/browse-url.el" (17383 13296)) 2156;;;;;; "browse-url" "net/browse-url.el" (17521 64538))
2100;;; Generated autoloads from net/browse-url.el 2157;;; Generated autoloads from net/browse-url.el
2101 2158
2102(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))) "\ 2159(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))) "\
@@ -2427,8 +2484,8 @@ Default to the URL around or before point.
2427 2484
2428;;;*** 2485;;;***
2429 2486
2430;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (17382 2487;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (17383
2431;;;;;; 1892)) 2488;;;;;; 32181))
2432;;; Generated autoloads from play/bruce.el 2489;;; Generated autoloads from play/bruce.el
2433 2490
2434(autoload (quote bruce) "bruce" "\ 2491(autoload (quote bruce) "bruce" "\
@@ -2444,7 +2501,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2444;;;*** 2501;;;***
2445 2502
2446;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2503;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2447;;;;;; "bs" "bs.el" (17395 3136)) 2504;;;;;; "bs" "bs.el" (17397 61539))
2448;;; Generated autoloads from bs.el 2505;;; Generated autoloads from bs.el
2449 2506
2450(autoload (quote bs-cycle-next) "bs" "\ 2507(autoload (quote bs-cycle-next) "bs" "\
@@ -2486,7 +2543,7 @@ name of buffer configuration.
2486 2543
2487;;;### (autoloads (insert-text-button make-text-button insert-button 2544;;;### (autoloads (insert-text-button make-text-button insert-button
2488;;;;;; make-button define-button-type) "button" "button.el" (17383 2545;;;;;; make-button define-button-type) "button" "button.el" (17383
2489;;;;;; 24124)) 2546;;;;;; 32092))
2490;;; Generated autoloads from button.el 2547;;; Generated autoloads from button.el
2491 2548
2492(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ 2549(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
@@ -2573,9 +2630,16 @@ Also see `make-text-button'.
2573;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 2630;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
2574;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2631;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2575;;;;;; compile-defun byte-compile-file byte-recompile-directory 2632;;;;;; compile-defun byte-compile-file byte-recompile-directory
2576;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" 2633;;;;;; byte-force-recompile byte-compile-warnings-safe-p) "bytecomp"
2577;;;;;; (17351 57359)) 2634;;;;;; "emacs-lisp/bytecomp.el" (17582 35542))
2578;;; Generated autoloads from emacs-lisp/bytecomp.el 2635;;; Generated autoloads from emacs-lisp/bytecomp.el
2636(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2637(put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp)
2638
2639(autoload (quote byte-compile-warnings-safe-p) "bytecomp" "\
2640Not documented
2641
2642\(fn X)" nil nil)
2579 2643
2580(autoload (quote byte-force-recompile) "bytecomp" "\ 2644(autoload (quote byte-force-recompile) "bytecomp" "\
2581Recompile every `.el' file in DIRECTORY that already has a `.elc' file. 2645Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
@@ -2600,6 +2664,7 @@ If the third argument FORCE is non-nil,
2600recompile every `.el' file that already has a `.elc' file. 2664recompile every `.el' file that already has a `.elc' file.
2601 2665
2602\(fn DIRECTORY &optional ARG FORCE)" t nil) 2666\(fn DIRECTORY &optional ARG FORCE)" t nil)
2667(put 'no-byte-compile 'safe-local-variable 'booleanp)
2603 2668
2604(autoload (quote byte-compile-file) "bytecomp" "\ 2669(autoload (quote byte-compile-file) "bytecomp" "\
2605Compile a file of Lisp code named FILENAME into a file of byte code. 2670Compile a file of Lisp code named FILENAME into a file of byte code.
@@ -2670,7 +2735,7 @@ and corresponding effects.
2670 2735
2671;;;*** 2736;;;***
2672 2737
2673;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (17385 41891)) 2738;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (17397 61545))
2674;;; Generated autoloads from calendar/cal-dst.el 2739;;; Generated autoloads from calendar/cal-dst.el
2675 2740
2676(put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) 2741(put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t)
@@ -2680,7 +2745,7 @@ and corresponding effects.
2680;;;*** 2745;;;***
2681 2746
2682;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" 2747;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el"
2683;;;;;; (17385 41891)) 2748;;;;;; (17397 61545))
2684;;; Generated autoloads from calendar/cal-hebrew.el 2749;;; Generated autoloads from calendar/cal-hebrew.el
2685 2750
2686(autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ 2751(autoload (quote list-yahrzeit-dates) "cal-hebrew" "\
@@ -2695,7 +2760,7 @@ from the cursor position.
2695;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2760;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2696;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2761;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2697;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" 2762;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el"
2698;;;;;; (17382 10215)) 2763;;;;;; (17383 32134))
2699;;; Generated autoloads from calc/calc.el 2764;;; Generated autoloads from calc/calc.el
2700 2765
2701(defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ 2766(defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\
@@ -2774,7 +2839,7 @@ Not documented
2774;;;*** 2839;;;***
2775 2840
2776;;;### (autoloads (calculator) "calculator" "calculator.el" (17383 2841;;;### (autoloads (calculator) "calculator" "calculator.el" (17383
2777;;;;;; 24124)) 2842;;;;;; 32092))
2778;;; Generated autoloads from calculator.el 2843;;; Generated autoloads from calculator.el
2779 2844
2780(autoload (quote calculator) "calculator" "\ 2845(autoload (quote calculator) "calculator" "\
@@ -2802,7 +2867,7 @@ See the documentation for `calculator-mode' for more information.
2802;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially 2867;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially
2803;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 2868;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2804;;;;;; view-diary-entries-initially calendar-offset) "calendar" 2869;;;;;; view-diary-entries-initially calendar-offset) "calendar"
2805;;;;;; "calendar/calendar.el" (17425 13433)) 2870;;;;;; "calendar/calendar.el" (17578 34774))
2806;;; Generated autoloads from calendar/calendar.el 2871;;; Generated autoloads from calendar/calendar.el
2807 2872
2808(defvar calendar-offset 0 "\ 2873(defvar calendar-offset 0 "\
@@ -3373,7 +3438,7 @@ movement commands will not work correctly.")
3373;;;*** 3438;;;***
3374 3439
3375;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 3440;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
3376;;;;;; "gnus/canlock.el" (17382 1052)) 3441;;;;;; "gnus/canlock.el" (17383 32153))
3377;;; Generated autoloads from gnus/canlock.el 3442;;; Generated autoloads from gnus/canlock.el
3378 3443
3379(autoload (quote canlock-insert-header) "canlock" "\ 3444(autoload (quote canlock-insert-header) "canlock" "\
@@ -3390,8 +3455,15 @@ it fails.
3390 3455
3391;;;*** 3456;;;***
3392 3457
3458;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (17515
3459;;;;;; 39528))
3460;;; Generated autoloads from progmodes/cc-compat.el
3461(put 'c-indent-level 'safe-local-variable 'integerp)
3462
3463;;;***
3464
3393;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 3465;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
3394;;;;;; (17407 10030)) 3466;;;;;; (17420 36089))
3395;;; Generated autoloads from progmodes/cc-engine.el 3467;;; Generated autoloads from progmodes/cc-engine.el
3396 3468
3397(autoload (quote c-guess-basic-syntax) "cc-engine" "\ 3469(autoload (quote c-guess-basic-syntax) "cc-engine" "\
@@ -3403,7 +3475,7 @@ Return the syntactic context of the current line.
3403 3475
3404;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 3476;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
3405;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3477;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3406;;;;;; (17407 10030)) 3478;;;;;; (17590 36100))
3407;;; Generated autoloads from progmodes/cc-mode.el 3479;;; Generated autoloads from progmodes/cc-mode.el
3408 3480
3409(autoload (quote c-initialize-cc-mode) "cc-mode" "\ 3481(autoload (quote c-initialize-cc-mode) "cc-mode" "\
@@ -3561,7 +3633,7 @@ Key bindings:
3561;;;*** 3633;;;***
3562 3634
3563;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3635;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3564;;;;;; "progmodes/cc-styles.el" (17407 10030)) 3636;;;;;; "progmodes/cc-styles.el" (17521 64538))
3565;;; Generated autoloads from progmodes/cc-styles.el 3637;;; Generated autoloads from progmodes/cc-styles.el
3566 3638
3567(autoload (quote c-set-style) "cc-styles" "\ 3639(autoload (quote c-set-style) "cc-styles" "\
@@ -3612,16 +3684,24 @@ and exists only for compatibility reasons.
3612 3684
3613;;;*** 3685;;;***
3614 3686
3615;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (17388 3687;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (17515
3616;;;;;; 22063)) 3688;;;;;; 39528))
3617;;; Generated autoloads from progmodes/cc-subword.el 3689;;; Generated autoloads from progmodes/cc-subword.el
3618 (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t) 3690 (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t)
3619 3691
3620;;;*** 3692;;;***
3621 3693
3694;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (17521 64538))
3695;;; Generated autoloads from progmodes/cc-vars.el
3696(put 'c-basic-offset 'safe-local-variable 'integerp)
3697(put 'c-backslash-column 'safe-local-variable 'integerp)
3698(put 'c-file-style 'safe-local-variable 'string-or-null-p)
3699
3700;;;***
3701
3622;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3702;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3623;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3703;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3624;;;;;; (17102 18708)) 3704;;;;;; (17097 33519))
3625;;; Generated autoloads from international/ccl.el 3705;;; Generated autoloads from international/ccl.el
3626 3706
3627(autoload (quote ccl-compile) "ccl" "\ 3707(autoload (quote ccl-compile) "ccl" "\
@@ -3880,7 +3960,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3880;;;*** 3960;;;***
3881 3961
3882;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" 3962;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el"
3883;;;;;; (17388 22063)) 3963;;;;;; (17397 61564))
3884;;; Generated autoloads from progmodes/cfengine.el 3964;;; Generated autoloads from progmodes/cfengine.el
3885 3965
3886(autoload (quote cfengine-mode) "cfengine" "\ 3966(autoload (quote cfengine-mode) "cfengine" "\
@@ -3902,7 +3982,7 @@ to the action header.
3902;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3982;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3903;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3983;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3904;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 3984;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
3905;;;;;; (17383 16118)) 3985;;;;;; (17383 32136))
3906;;; Generated autoloads from emacs-lisp/checkdoc.el 3986;;; Generated autoloads from emacs-lisp/checkdoc.el
3907 3987
3908(autoload (quote checkdoc) "checkdoc" "\ 3988(autoload (quote checkdoc) "checkdoc" "\
@@ -4085,8 +4165,8 @@ checking of documentation strings.
4085;;;*** 4165;;;***
4086 4166
4087;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer 4167;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer
4088;;;;;; decode-hz-region) "china-util" "language/china-util.el" (17246 4168;;;;;; decode-hz-region) "china-util" "language/china-util.el" (17097
4089;;;;;; 40257)) 4169;;;;;; 33524))
4090;;; Generated autoloads from language/china-util.el 4170;;; Generated autoloads from language/china-util.el
4091 4171
4092(autoload (quote decode-hz-region) "china-util" "\ 4172(autoload (quote decode-hz-region) "china-util" "\
@@ -4114,7 +4194,7 @@ Encode the text in the current buffer to HZ.
4114;;;*** 4194;;;***
4115 4195
4116;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 4196;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
4117;;;;;; "chistory" "chistory.el" (17383 24124)) 4197;;;;;; "chistory" "chistory.el" (17383 32092))
4118;;; Generated autoloads from chistory.el 4198;;; Generated autoloads from chistory.el
4119 4199
4120(autoload (quote repeat-matching-complex-command) "chistory" "\ 4200(autoload (quote repeat-matching-complex-command) "chistory" "\
@@ -4153,7 +4233,7 @@ and runs the normal hook `command-history-hook'.
4153 4233
4154;;;*** 4234;;;***
4155 4235
4156;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (17383 16118)) 4236;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (17383 32137))
4157;;; Generated autoloads from emacs-lisp/cl.el 4237;;; Generated autoloads from emacs-lisp/cl.el
4158 4238
4159(defvar custom-print-functions nil "\ 4239(defvar custom-print-functions nil "\
@@ -4169,7 +4249,7 @@ a future Emacs interpreter will be able to use it.")
4169;;;*** 4249;;;***
4170 4250
4171;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 4251;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
4172;;;;;; (17383 16118)) 4252;;;;;; (17383 32136))
4173;;; Generated autoloads from emacs-lisp/cl-indent.el 4253;;; Generated autoloads from emacs-lisp/cl-indent.el
4174 4254
4175(autoload (quote common-lisp-indent-function) "cl-indent" "\ 4255(autoload (quote common-lisp-indent-function) "cl-indent" "\
@@ -4180,7 +4260,7 @@ Not documented
4180;;;*** 4260;;;***
4181 4261
4182;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 4262;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
4183;;;;;; (17388 22063)) 4263;;;;;; (17397 61564))
4184;;; Generated autoloads from progmodes/cmacexp.el 4264;;; Generated autoloads from progmodes/cmacexp.el
4185 4265
4186(autoload (quote c-macro-expand) "cmacexp" "\ 4266(autoload (quote c-macro-expand) "cmacexp" "\
@@ -4201,7 +4281,7 @@ For use inside Lisp programs, see also `c-macro-expansion'.
4201;;;*** 4281;;;***
4202 4282
4203;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (17383 4283;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (17383
4204;;;;;; 24124)) 4284;;;;;; 32092))
4205;;; Generated autoloads from cmuscheme.el 4285;;; Generated autoloads from cmuscheme.el
4206 4286
4207(autoload (quote run-scheme) "cmuscheme" "\ 4287(autoload (quote run-scheme) "cmuscheme" "\
@@ -4222,7 +4302,7 @@ is run).
4222;;;*** 4302;;;***
4223 4303
4224;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" 4304;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el"
4225;;;;;; (17363 41693)) 4305;;;;;; (17521 64538))
4226;;; Generated autoloads from international/code-pages.el 4306;;; Generated autoloads from international/code-pages.el
4227 4307
4228(autoload (quote cp-make-coding-system) "code-pages" "\ 4308(autoload (quote cp-make-coding-system) "code-pages" "\
@@ -4282,7 +4362,7 @@ Return an updated `non-iso-charset-alist'.
4282 4362
4283;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage 4363;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage
4284;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) 4364;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage)
4285;;;;;; "codepage" "international/codepage.el" (17239 32321)) 4365;;;;;; "codepage" "international/codepage.el" (17210 47738))
4286;;; Generated autoloads from international/codepage.el 4366;;; Generated autoloads from international/codepage.el
4287 4367
4288(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ 4368(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\
@@ -4341,7 +4421,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal.
4341;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 4421;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4342;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 4422;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4343;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 4423;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4344;;;;;; (17447 42828)) 4424;;;;;; (17578 34770))
4345;;; Generated autoloads from comint.el 4425;;; Generated autoloads from comint.el
4346 4426
4347(defvar comint-output-filter-functions (quote (comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)) "\ 4427(defvar comint-output-filter-functions (quote (comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)) "\
@@ -4431,8 +4511,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4431 4511
4432;;;*** 4512;;;***
4433 4513
4434;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (17406 4514;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (17420
4435;;;;;; 11270)) 4515;;;;;; 36076))
4436;;; Generated autoloads from compare-w.el 4516;;; Generated autoloads from compare-w.el
4437 4517
4438(autoload (quote compare-windows) "compare-w" "\ 4518(autoload (quote compare-windows) "compare-w" "\
@@ -4469,7 +4549,7 @@ on third call it again advances points to the next difference and so on.
4469;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4549;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4470;;;;;; compile compilation-disable-input compile-command compilation-search-path 4550;;;;;; compile compilation-disable-input compile-command compilation-search-path
4471;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 4551;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
4472;;;;;; "compile" "progmodes/compile.el" (17388 22062)) 4552;;;;;; "compile" "progmodes/compile.el" (17590 36100))
4473;;; Generated autoloads from progmodes/compile.el 4553;;; Generated autoloads from progmodes/compile.el
4474 4554
4475(defvar compilation-mode-hook nil "\ 4555(defvar compilation-mode-hook nil "\
@@ -4534,6 +4614,7 @@ You might also use mode hooks to specify it in certain modes, like this:
4534 (file-name-sans-extension buffer-file-name))))))") 4614 (file-name-sans-extension buffer-file-name))))))")
4535 4615
4536(custom-autoload (quote compile-command) "compile") 4616(custom-autoload (quote compile-command) "compile")
4617(put 'compile-command 'safe-local-variable 'stringp)
4537 4618
4538(defvar compilation-disable-input nil "\ 4619(defvar compilation-disable-input nil "\
4539*If non-nil, send end-of-file as compilation process input. 4620*If non-nil, send end-of-file as compilation process input.
@@ -4630,7 +4711,7 @@ This is the value of `next-error-function' in Compilation buffers.
4630;;;*** 4711;;;***
4631 4712
4632;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 4713;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4633;;;;;; (17420 38637)) 4714;;;;;; (17578 34770))
4634;;; Generated autoloads from complete.el 4715;;; Generated autoloads from complete.el
4635 4716
4636(defvar partial-completion-mode nil "\ 4717(defvar partial-completion-mode nil "\
@@ -4641,8 +4722,6 @@ use either \\[customize] or the function `partial-completion-mode'.")
4641 4722
4642(custom-autoload (quote partial-completion-mode) "complete") 4723(custom-autoload (quote partial-completion-mode) "complete")
4643 4724
4644(put (quote partial-completion-mode) (quote custom-set) (quote custom-set-minor-mode))
4645
4646(autoload (quote partial-completion-mode) "complete" "\ 4725(autoload (quote partial-completion-mode) "complete" "\
4647Toggle Partial Completion mode. 4726Toggle Partial Completion mode.
4648With prefix ARG, turn Partial Completion mode on if ARG is positive. 4727With prefix ARG, turn Partial Completion mode on if ARG is positive.
@@ -4655,7 +4734,7 @@ as much as possible and `*' characters are treated likewise in file names.
4655For example, M-x p-c-m expands to M-x partial-completion-mode since no other 4734For example, M-x p-c-m expands to M-x partial-completion-mode since no other
4656command begins with that sequence of characters, and 4735command begins with that sequence of characters, and
4657\\[find-file] f_b.c TAB might complete to foo_bar.c if that file existed and no 4736\\[find-file] f_b.c TAB might complete to foo_bar.c if that file existed and no
4658other file in that directory begin with that sequence of characters. 4737other file in that directory begins with that sequence of characters.
4659 4738
4660Unless `PC-disable-includes' is non-nil, the `<...>' sequence is interpreted 4739Unless `PC-disable-includes' is non-nil, the `<...>' sequence is interpreted
4661specially in \\[find-file]. For example, 4740specially in \\[find-file]. For example,
@@ -4673,7 +4752,7 @@ second TAB brings up the `*Completions*' buffer.
4673;;;*** 4752;;;***
4674 4753
4675;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4754;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4676;;;;;; (17383 24124)) 4755;;;;;; (17383 32093))
4677;;; Generated autoloads from completion.el 4756;;; Generated autoloads from completion.el
4678 4757
4679(defvar dynamic-completion-mode nil "\ 4758(defvar dynamic-completion-mode nil "\
@@ -4684,8 +4763,6 @@ use either \\[customize] or the function `dynamic-completion-mode'.")
4684 4763
4685(custom-autoload (quote dynamic-completion-mode) "completion") 4764(custom-autoload (quote dynamic-completion-mode) "completion")
4686 4765
4687(put (quote dynamic-completion-mode) (quote custom-set) (quote custom-set-minor-mode))
4688
4689(autoload (quote dynamic-completion-mode) "completion" "\ 4766(autoload (quote dynamic-completion-mode) "completion" "\
4690Enable dynamic word-completion. 4767Enable dynamic word-completion.
4691 4768
@@ -4696,7 +4773,7 @@ Enable dynamic word-completion.
4696;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after 4773;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after
4697;;;;;; find-composition compose-chars decompose-string compose-string 4774;;;;;; find-composition compose-chars decompose-string compose-string
4698;;;;;; decompose-region compose-region encode-composition-rule) 4775;;;;;; decompose-region compose-region encode-composition-rule)
4699;;;;;; "composite" "composite.el" (17318 56743)) 4776;;;;;; "composite" "composite.el" (17318 53825))
4700;;; Generated autoloads from composite.el 4777;;; Generated autoloads from composite.el
4701 4778
4702(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))) "\ 4779(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))) "\
@@ -4917,7 +4994,7 @@ Optional 3rd arg WITH-COMPOSITION-RULE is ignored.
4917 4994
4918;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4995;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4919;;;;;; conf-space-mode conf-javaprop-mode conf-windows-mode conf-unix-mode 4996;;;;;; conf-space-mode conf-javaprop-mode conf-windows-mode conf-unix-mode
4920;;;;;; conf-mode) "conf-mode" "textmodes/conf-mode.el" (17383 15658)) 4997;;;;;; conf-mode) "conf-mode" "textmodes/conf-mode.el" (17383 32186))
4921;;; Generated autoloads from textmodes/conf-mode.el 4998;;; Generated autoloads from textmodes/conf-mode.el
4922 4999
4923(autoload (quote conf-mode) "conf-mode" "\ 5000(autoload (quote conf-mode) "conf-mode" "\
@@ -5066,7 +5143,7 @@ For details see `conf-mode'. Example:
5066;;;*** 5143;;;***
5067 5144
5068;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 5145;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
5069;;;;;; "cookie1" "play/cookie1.el" (17382 1892)) 5146;;;;;; "cookie1" "play/cookie1.el" (17578 34778))
5070;;; Generated autoloads from play/cookie1.el 5147;;; Generated autoloads from play/cookie1.el
5071 5148
5072(autoload (quote cookie) "cookie1" "\ 5149(autoload (quote cookie) "cookie1" "\
@@ -5098,7 +5175,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
5098;;;*** 5175;;;***
5099 5176
5100;;;### (autoloads (copyright copyright-fix-years copyright-update) 5177;;;### (autoloads (copyright copyright-fix-years copyright-update)
5101;;;;;; "copyright" "emacs-lisp/copyright.el" (17383 16118)) 5178;;;;;; "copyright" "emacs-lisp/copyright.el" (17383 32137))
5102;;; Generated autoloads from emacs-lisp/copyright.el 5179;;; Generated autoloads from emacs-lisp/copyright.el
5103 5180
5104(autoload (quote copyright-update) "copyright" "\ 5181(autoload (quote copyright-update) "copyright" "\
@@ -5126,7 +5203,7 @@ Insert a copyright by $ORGANIZATION notice at cursor.
5126;;;*** 5203;;;***
5127 5204
5128;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 5205;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
5129;;;;;; (17388 22062)) 5206;;;;;; (17578 34778))
5130;;; Generated autoloads from progmodes/cperl-mode.el 5207;;; Generated autoloads from progmodes/cperl-mode.el
5131 5208
5132(autoload (quote cperl-mode) "cperl-mode" "\ 5209(autoload (quote cperl-mode) "cperl-mode" "\
@@ -5299,7 +5376,7 @@ or as help on variables `cperl-tips', `cperl-problems',
5299;;;*** 5376;;;***
5300 5377
5301;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 5378;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
5302;;;;;; (17388 22062)) 5379;;;;;; (17397 61565))
5303;;; Generated autoloads from progmodes/cpp.el 5380;;; Generated autoloads from progmodes/cpp.el
5304 5381
5305(autoload (quote cpp-highlight-buffer) "cpp" "\ 5382(autoload (quote cpp-highlight-buffer) "cpp" "\
@@ -5318,7 +5395,7 @@ Edit display information for cpp conditionals.
5318;;;*** 5395;;;***
5319 5396
5320;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 5397;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
5321;;;;;; (17383 13536)) 5398;;;;;; (17383 32142))
5322;;; Generated autoloads from emulation/crisp.el 5399;;; Generated autoloads from emulation/crisp.el
5323 5400
5324(defvar crisp-mode nil "\ 5401(defvar crisp-mode nil "\
@@ -5342,7 +5419,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
5342;;;*** 5419;;;***
5343 5420
5344;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 5421;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
5345;;;;;; (17383 16118)) 5422;;;;;; (17515 39527))
5346;;; Generated autoloads from emacs-lisp/crm.el 5423;;; Generated autoloads from emacs-lisp/crm.el
5347 5424
5348(autoload (quote completing-read-multiple) "crm" "\ 5425(autoload (quote completing-read-multiple) "crm" "\
@@ -5378,7 +5455,7 @@ INHERIT-INPUT-METHOD.
5378;;;*** 5455;;;***
5379 5456
5380;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 5457;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
5381;;;;;; (17444 38116)) 5458;;;;;; (17521 64537))
5382;;; Generated autoloads from emulation/cua-base.el 5459;;; Generated autoloads from emulation/cua-base.el
5383 5460
5384(defvar cua-mode nil "\ 5461(defvar cua-mode nil "\
@@ -5389,8 +5466,6 @@ use either \\[customize] or the function `cua-mode'.")
5389 5466
5390(custom-autoload (quote cua-mode) "cua-base") 5467(custom-autoload (quote cua-mode) "cua-base")
5391 5468
5392(put (quote cua-mode) (quote custom-set) (quote custom-set-minor-mode))
5393
5394(autoload (quote cua-mode) "cua-base" "\ 5469(autoload (quote cua-mode) "cua-base" "\
5395Toggle CUA key-binding mode. 5470Toggle CUA key-binding mode.
5396When enabled, using shifted movement keys will activate the 5471When enabled, using shifted movement keys will activate the
@@ -5427,8 +5502,8 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5427\(fn ARG)" t nil) 5502\(fn ARG)" t nil)
5428 (eval-after-load 'CUA-mode 5503 (eval-after-load 'CUA-mode
5429 '(error (concat "\n\n" 5504 '(error (concat "\n\n"
5430 "CUA-mode is now part of the standard GNU Emacs distribution,\n" 5505 "CUA-mode is now part of the standard GNU Emacs distribution, so you may\n"
5431 "so you may now enable and customize CUA via the Options menu.\n\n" 5506 "now enable CUA via the Options menu or by customizing option `cua-mode'.\n\n"
5432 "You have loaded an older version of CUA-mode which does\n" 5507 "You have loaded an older version of CUA-mode which does\n"
5433 "not work correctly with this version of GNU Emacs.\n\n" 5508 "not work correctly with this version of GNU Emacs.\n\n"
5434 (if user-init-file (concat 5509 (if user-init-file (concat
@@ -5445,7 +5520,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5445;;;;;; customize-face customize-changed-options customize-option-other-window 5520;;;;;; customize-face customize-changed-options customize-option-other-window
5446;;;;;; customize-option customize-group-other-window customize-group 5521;;;;;; customize-option customize-group-other-window customize-group
5447;;;;;; customize-mode customize customize-save-variable customize-set-variable 5522;;;;;; customize-mode customize customize-save-variable customize-set-variable
5448;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (17440 11610)) 5523;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (17590 36098))
5449;;; Generated autoloads from cus-edit.el 5524;;; Generated autoloads from cus-edit.el
5450 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 5525 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
5451 5526
@@ -5542,6 +5617,31 @@ Show the buffer in another window, but don't select it.
5542 5617
5543\(fn SYMBOL)" t nil) 5618\(fn SYMBOL)" t nil)
5544 5619
5620(defvar customize-package-emacs-version-alist nil "\
5621Alist mapping versions of Emacs to versions of a package.
5622These package versions are listed in the :package-version
5623keyword used in `defcustom', `defgroup', and `defface'. Its
5624elements look like this:
5625
5626 (PACKAGE (PVERSION . EVERSION)...)
5627
5628For each PACKAGE, which is a symbol, there are one or more
5629elements that contain a package version PVERSION with an
5630associated Emacs version EVERSION. These versions are strings.
5631For example, the MH-E package updates this alist with the
5632following:
5633
5634 (add-to-list 'customize-package-emacs-version-alist
5635 '(MH-E (\"6.0\" . \"22.1\") (\"6.1\" . \"22.1\")
5636 (\"7.0\" . \"22.1\") (\"7.1\" . \"22.1\")
5637 (\"7.2\" . \"22.1\") (\"7.3\" . \"22.1\")
5638 (\"7.4\" . \"22.1\") (\"8.0\" . \"22.1\")))
5639
5640The value of PACKAGE needs to be unique and it needs to match the
5641PACKAGE value appearing in the :package-version keyword. Since
5642the user might see the value in a error message, a good choice is
5643the official name of the package, such as MH-E or Gnus.")
5644
5545(defalias (quote customize-changed) (quote customize-changed-options)) 5645(defalias (quote customize-changed) (quote customize-changed-options))
5546 5646
5547(autoload (quote customize-changed-options) "cus-edit" "\ 5647(autoload (quote customize-changed-options) "cus-edit" "\
@@ -5703,7 +5803,7 @@ The format is suitable for use with `easy-menu-define'.
5703;;;*** 5803;;;***
5704 5804
5705;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces 5805;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces
5706;;;;;; custom-declare-face) "cus-face" "cus-face.el" (17383 24124)) 5806;;;;;; custom-declare-face) "cus-face" "cus-face.el" (17383 32094))
5707;;; Generated autoloads from cus-face.el 5807;;; Generated autoloads from cus-face.el
5708 5808
5709(autoload (quote custom-declare-face) "cus-face" "\ 5809(autoload (quote custom-declare-face) "cus-face" "\
@@ -5773,7 +5873,7 @@ This means reset FACE to its value in FROM-THEME.
5773;;;*** 5873;;;***
5774 5874
5775;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" 5875;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
5776;;;;;; (17394 38146)) 5876;;;;;; (17397 61539))
5777;;; Generated autoloads from cus-theme.el 5877;;; Generated autoloads from cus-theme.el
5778 5878
5779(autoload (quote customize-create-theme) "cus-theme" "\ 5879(autoload (quote customize-create-theme) "cus-theme" "\
@@ -5784,7 +5884,7 @@ Create a custom theme.
5784;;;*** 5884;;;***
5785 5885
5786;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 5886;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
5787;;;;;; (17383 24124)) 5887;;;;;; (17582 35146))
5788;;; Generated autoloads from cvs-status.el 5888;;; Generated autoloads from cvs-status.el
5789 5889
5790(autoload (quote cvs-status-mode) "cvs-status" "\ 5890(autoload (quote cvs-status-mode) "cvs-status" "\
@@ -5795,7 +5895,7 @@ Mode used for cvs status output.
5795;;;*** 5895;;;***
5796 5896
5797;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5897;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5798;;;;;; "cwarn" "progmodes/cwarn.el" (17388 22062)) 5898;;;;;; "cwarn" "progmodes/cwarn.el" (17397 61565))
5799;;; Generated autoloads from progmodes/cwarn.el 5899;;; Generated autoloads from progmodes/cwarn.el
5800 5900
5801(autoload (quote cwarn-mode) "cwarn" "\ 5901(autoload (quote cwarn-mode) "cwarn" "\
@@ -5825,8 +5925,6 @@ use either \\[customize] or the function `global-cwarn-mode'.")
5825 5925
5826(custom-autoload (quote global-cwarn-mode) "cwarn") 5926(custom-autoload (quote global-cwarn-mode) "cwarn")
5827 5927
5828(put (quote global-cwarn-mode) (quote custom-set) (quote custom-set-minor-mode))
5829
5830(autoload (quote global-cwarn-mode) "cwarn" "\ 5928(autoload (quote global-cwarn-mode) "cwarn" "\
5831Toggle Cwarn mode in every buffer. 5929Toggle Cwarn mode in every buffer.
5832With prefix ARG, turn Global-Cwarn mode on if and only if ARG is positive. 5930With prefix ARG, turn Global-Cwarn mode on if and only if ARG is positive.
@@ -5839,7 +5937,7 @@ in which `turn-on-cwarn-mode-if-enabled' turns it on.
5839 5937
5840;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5938;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5841;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5939;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5842;;;;;; (17102 18767)) 5940;;;;;; (17097 33524))
5843;;; Generated autoloads from language/cyril-util.el 5941;;; Generated autoloads from language/cyril-util.el
5844 5942
5845(autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ 5943(autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\
@@ -5868,7 +5966,7 @@ If the argument is nil, we return the display table to its standard state.
5868;;;*** 5966;;;***
5869 5967
5870;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5968;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5871;;;;;; (17383 24124)) 5969;;;;;; (17383 32095))
5872;;; Generated autoloads from dabbrev.el 5970;;; Generated autoloads from dabbrev.el
5873 (define-key esc-map "/" 'dabbrev-expand) 5971 (define-key esc-map "/" 'dabbrev-expand)
5874 (define-key esc-map [?\C-/] 'dabbrev-completion) 5972 (define-key esc-map [?\C-/] 'dabbrev-completion)
@@ -5912,8 +6010,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5912 6010
5913;;;*** 6011;;;***
5914 6012
5915;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (17388 6013;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (17397
5916;;;;;; 22062)) 6014;;;;;; 61565))
5917;;; Generated autoloads from progmodes/dcl-mode.el 6015;;; Generated autoloads from progmodes/dcl-mode.el
5918 6016
5919(autoload (quote dcl-mode) "dcl-mode" "\ 6017(autoload (quote dcl-mode) "dcl-mode" "\
@@ -6040,7 +6138,7 @@ There is some minimal font-lock support (see vars
6040;;;*** 6138;;;***
6041 6139
6042;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 6140;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
6043;;;;;; "emacs-lisp/debug.el" (17438 13119)) 6141;;;;;; "emacs-lisp/debug.el" (17438 58633))
6044;;; Generated autoloads from emacs-lisp/debug.el 6142;;; Generated autoloads from emacs-lisp/debug.el
6045 6143
6046(setq debugger (quote debug)) 6144(setq debugger (quote debug))
@@ -6084,7 +6182,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
6084;;;*** 6182;;;***
6085 6183
6086;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 6184;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
6087;;;;;; (17382 1892)) 6185;;;;;; (17383 32181))
6088;;; Generated autoloads from play/decipher.el 6186;;; Generated autoloads from play/decipher.el
6089 6187
6090(autoload (quote decipher) "decipher" "\ 6188(autoload (quote decipher) "decipher" "\
@@ -6114,7 +6212,7 @@ The most useful commands are:
6114 6212
6115;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 6213;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
6116;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (17383 6214;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (17383
6117;;;;;; 24124)) 6215;;;;;; 32095))
6118;;; Generated autoloads from delim-col.el 6216;;; Generated autoloads from delim-col.el
6119 6217
6120(autoload (quote delimit-columns-customize) "delim-col" "\ 6218(autoload (quote delimit-columns-customize) "delim-col" "\
@@ -6138,8 +6236,8 @@ START and END delimits the corners of text rectangle.
6138 6236
6139;;;*** 6237;;;***
6140 6238
6141;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17388 6239;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17397
6142;;;;;; 22062)) 6240;;;;;; 61565))
6143;;; Generated autoloads from progmodes/delphi.el 6241;;; Generated autoloads from progmodes/delphi.el
6144 6242
6145(autoload (quote delphi-mode) "delphi" "\ 6243(autoload (quote delphi-mode) "delphi" "\
@@ -6190,7 +6288,7 @@ no args, if that value is non-nil.
6190;;;*** 6288;;;***
6191 6289
6192;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (17383 6290;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (17383
6193;;;;;; 24124)) 6291;;;;;; 32095))
6194;;; Generated autoloads from delsel.el 6292;;; Generated autoloads from delsel.el
6195 6293
6196(defalias (quote pending-delete-mode) (quote delete-selection-mode)) 6294(defalias (quote pending-delete-mode) (quote delete-selection-mode))
@@ -6203,8 +6301,6 @@ use either \\[customize] or the function `delete-selection-mode'.")
6203 6301
6204(custom-autoload (quote delete-selection-mode) "delsel") 6302(custom-autoload (quote delete-selection-mode) "delsel")
6205 6303
6206(put (quote delete-selection-mode) (quote custom-set) (quote custom-set-minor-mode))
6207
6208(autoload (quote delete-selection-mode) "delsel" "\ 6304(autoload (quote delete-selection-mode) "delsel" "\
6209Toggle Delete Selection mode. 6305Toggle Delete Selection mode.
6210With prefix ARG, turn Delete Selection mode on if and only if ARG is 6306With prefix ARG, turn Delete Selection mode on if and only if ARG is
@@ -6220,7 +6316,7 @@ any selection.
6220;;;*** 6316;;;***
6221 6317
6222;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 6318;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
6223;;;;;; "derived" "emacs-lisp/derived.el" (17383 16118)) 6319;;;;;; "derived" "emacs-lisp/derived.el" (17383 32137))
6224;;; Generated autoloads from emacs-lisp/derived.el 6320;;; Generated autoloads from emacs-lisp/derived.el
6225 6321
6226(autoload (quote define-derived-mode) "derived" "\ 6322(autoload (quote define-derived-mode) "derived" "\
@@ -6285,7 +6381,7 @@ the first time the mode is used.
6285;;;*** 6381;;;***
6286 6382
6287;;;### (autoloads (describe-char describe-text-properties) "descr-text" 6383;;;### (autoloads (describe-char describe-text-properties) "descr-text"
6288;;;;;; "descr-text.el" (17383 24124)) 6384;;;;;; "descr-text.el" (17383 32095))
6289;;; Generated autoloads from descr-text.el 6385;;; Generated autoloads from descr-text.el
6290 6386
6291(autoload (quote describe-text-properties) "descr-text" "\ 6387(autoload (quote describe-text-properties) "descr-text" "\
@@ -6309,8 +6405,9 @@ as well as widgets, buttons, overlays, and text properties.
6309;;;*** 6405;;;***
6310 6406
6311;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 6407;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
6312;;;;;; desktop-load-default desktop-read desktop-locals-to-save 6408;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
6313;;;;;; desktop-save-mode) "desktop" "desktop.el" (17388 29562)) 6409;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
6410;;;;;; "desktop.el" (17578 34771))
6314;;; Generated autoloads from desktop.el 6411;;; Generated autoloads from desktop.el
6315 6412
6316(defvar desktop-save-mode nil "\ 6413(defvar desktop-save-mode nil "\
@@ -6319,17 +6416,16 @@ See the command `desktop-save-mode' for a description of this minor-mode.")
6319 6416
6320(custom-autoload (quote desktop-save-mode) "desktop") 6417(custom-autoload (quote desktop-save-mode) "desktop")
6321 6418
6322(put (quote desktop-save-mode) (quote custom-set) (quote custom-set-minor-mode))
6323
6324(autoload (quote desktop-save-mode) "desktop" "\ 6419(autoload (quote desktop-save-mode) "desktop" "\
6325Toggle desktop saving mode. 6420Toggle desktop saving mode.
6326With numeric ARG, turn desktop saving on if ARG is positive, off 6421With numeric ARG, turn desktop saving on if ARG is positive, off
6327otherwise. See variable `desktop-save' for a description of when the 6422otherwise. If desktop saving is turned on, the state of Emacs is
6328desktop is saved. 6423saved from one session to another. See variable `desktop-save'
6424and function `desktop-read' for details.
6329 6425
6330\(fn &optional ARG)" t nil) 6426\(fn &optional ARG)" t nil)
6331 6427
6332(defvar desktop-locals-to-save (quote (desktop-locals-to-save truncate-lines case-fold-search case-replace fill-column overwrite-mode change-log-default-name line-number-mode column-number-mode size-indication-mode buffer-file-coding-system indent-tabs-mode indicate-buffer-boundaries indicate-empty-lines show-trailing-whitespace)) "\ 6428(defvar desktop-locals-to-save (quote (desktop-locals-to-save truncate-lines case-fold-search case-replace fill-column overwrite-mode change-log-default-name line-number-mode column-number-mode size-indication-mode buffer-file-coding-system indent-tabs-mode tab-width indicate-buffer-boundaries indicate-empty-lines show-trailing-whitespace)) "\
6333List of local variables to save for each buffer. 6429List of local variables to save for each buffer.
6334The variables are saved only when they really are local. Conventional minor 6430The variables are saved only when they really are local. Conventional minor
6335modes are restored automatically; they should not be listed here.") 6431modes are restored automatically; they should not be listed here.")
@@ -6434,6 +6530,27 @@ See also `desktop-minor-mode-table'.")
6434 6530
6435(put (quote desktop-minor-mode-handlers) (quote risky-local-variable) t) 6531(put (quote desktop-minor-mode-handlers) (quote risky-local-variable) t)
6436 6532
6533(autoload (quote desktop-clear) "desktop" "\
6534Empty the Desktop.
6535This kills all buffers except for internal ones and those with names matched by
6536a regular expression in the list `desktop-clear-preserve-buffers'.
6537Furthermore, it clears the variables listed in `desktop-globals-to-clear'.
6538
6539\(fn)" t nil)
6540
6541(autoload (quote desktop-save) "desktop" "\
6542Save the desktop in a desktop file.
6543Parameter DIRNAME specifies where to save the desktop file.
6544See also `desktop-base-file-name'.
6545
6546\(fn DIRNAME)" t nil)
6547
6548(autoload (quote desktop-remove) "desktop" "\
6549Delete desktop file in `desktop-dirname'.
6550This function also sets `desktop-dirname' to nil.
6551
6552\(fn)" t nil)
6553
6437(autoload (quote desktop-read) "desktop" "\ 6554(autoload (quote desktop-read) "desktop" "\
6438Read and process the desktop file in directory DIRNAME. 6555Read and process the desktop file in directory DIRNAME.
6439Look for a desktop file in DIRNAME, or if DIRNAME is omitted, look in 6556Look for a desktop file in DIRNAME, or if DIRNAME is omitted, look in
@@ -6472,28 +6589,10 @@ Revert to the last loaded desktop.
6472;;;*** 6589;;;***
6473 6590
6474;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 6591;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
6475;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines 6592;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
6476;;;;;; gnus-outlook-display-hook gnus-outlook-deuglify-unwrap-max 6593;;;;;; "deuglify" "gnus/deuglify.el" (17494 22065))
6477;;;;;; gnus-outlook-deuglify-unwrap-min) "deuglify" "gnus/deuglify.el"
6478;;;;;; (17382 1052))
6479;;; Generated autoloads from gnus/deuglify.el 6594;;; Generated autoloads from gnus/deuglify.el
6480 6595
6481(defvar gnus-outlook-deuglify-unwrap-min 45 "\
6482Minimum length of the cited line above the (possibly) wrapped line.")
6483
6484(custom-autoload (quote gnus-outlook-deuglify-unwrap-min) "deuglify")
6485
6486(defvar gnus-outlook-deuglify-unwrap-max 95 "\
6487Maximum length of the cited line after unwrapping.")
6488
6489(custom-autoload (quote gnus-outlook-deuglify-unwrap-max) "deuglify")
6490
6491(defvar gnus-outlook-display-hook nil "\
6492A hook called after an deuglified article has been prepared.
6493It is run after `gnus-article-prepare-hook'.")
6494
6495(custom-autoload (quote gnus-outlook-display-hook) "deuglify")
6496
6497(autoload (quote gnus-article-outlook-unwrap-lines) "deuglify" "\ 6596(autoload (quote gnus-article-outlook-unwrap-lines) "deuglify" "\
6498Unwrap lines that appear to be wrapped citation lines. 6597Unwrap lines that appear to be wrapped citation lines.
6499You can control what lines will be unwrapped by frobbing 6598You can control what lines will be unwrapped by frobbing
@@ -6524,7 +6623,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
6524;;;*** 6623;;;***
6525 6624
6526;;;### (autoloads (devanagari-post-read-conversion devanagari-compose-region) 6625;;;### (autoloads (devanagari-post-read-conversion devanagari-compose-region)
6527;;;;;; "devan-util" "language/devan-util.el" (17102 18768)) 6626;;;;;; "devan-util" "language/devan-util.el" (17097 33525))
6528;;; Generated autoloads from language/devan-util.el 6627;;; Generated autoloads from language/devan-util.el
6529 6628
6530(defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") 6629(defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]")
@@ -6542,7 +6641,7 @@ Not documented
6542;;;*** 6641;;;***
6543 6642
6544;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 6643;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
6545;;;;;; "calendar/diary-lib.el" (17385 41891)) 6644;;;;;; "calendar/diary-lib.el" (17521 64537))
6546;;; Generated autoloads from calendar/diary-lib.el 6645;;; Generated autoloads from calendar/diary-lib.el
6547 6646
6548(autoload (quote diary) "diary-lib" "\ 6647(autoload (quote diary) "diary-lib" "\
@@ -6588,7 +6687,7 @@ Major mode for editing the diary file.
6588;;;*** 6687;;;***
6589 6688
6590;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 6689;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
6591;;;;;; "diff.el" (17383 24124)) 6690;;;;;; "diff.el" (17578 34771))
6592;;; Generated autoloads from diff.el 6691;;; Generated autoloads from diff.el
6593 6692
6594(defvar diff-switches "-c" "\ 6693(defvar diff-switches "-c" "\
@@ -6622,7 +6721,7 @@ With prefix arg, prompt for diff switches.
6622;;;*** 6721;;;***
6623 6722
6624;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 6723;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
6625;;;;;; (17439 53835)) 6724;;;;;; (17578 34771))
6626;;; Generated autoloads from diff-mode.el 6725;;; Generated autoloads from diff-mode.el
6627 6726
6628(autoload (quote diff-mode) "diff-mode" "\ 6727(autoload (quote diff-mode) "diff-mode" "\
@@ -6636,6 +6735,7 @@ headers for you on-the-fly.
6636You can also switch between context diff and unified diff with \\[diff-context->unified], 6735You can also switch between context diff and unified diff with \\[diff-context->unified],
6637or vice versa with \\[diff-unified->context] and you can also reverse the direction of 6736or vice versa with \\[diff-unified->context] and you can also reverse the direction of
6638a diff with \\[diff-reverse-direction]. 6737a diff with \\[diff-reverse-direction].
6738\\{diff-mode-map}
6639 6739
6640\(fn)" t nil) 6740\(fn)" t nil)
6641 6741
@@ -6651,7 +6751,7 @@ Minor mode for viewing/editing context diffs.
6651;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 6751;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
6652;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 6752;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
6653;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 6753;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
6654;;;;;; "dired" "dired.el" (17391 29732)) 6754;;;;;; "dired" "dired.el" (17578 34771))
6655;;; Generated autoloads from dired.el 6755;;; Generated autoloads from dired.el
6656 6756
6657(defvar dired-listing-switches "-al" "\ 6757(defvar dired-listing-switches "-al" "\
@@ -6856,7 +6956,7 @@ Keybindings:
6856;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory 6956;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory
6857;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp 6957;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp
6858;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff 6958;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff
6859;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17383 24124)) 6959;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17521 64535))
6860;;; Generated autoloads from dired-aux.el 6960;;; Generated autoloads from dired-aux.el
6861 6961
6862(autoload (quote dired-diff) "dired-aux" "\ 6962(autoload (quote dired-diff) "dired-aux" "\
@@ -6978,7 +7078,8 @@ the Dired buffer, so output files usually are created there instead of
6978in a subdir. 7078in a subdir.
6979 7079
6980In a noninteractive call (from Lisp code), you must specify 7080In a noninteractive call (from Lisp code), you must specify
6981the list of file names explicitly with the FILE-LIST argument. 7081the list of file names explicitly with the FILE-LIST argument, which
7082can be produced by `dired-get-marked-files', for example.
6982 7083
6983\(fn COMMAND &optional ARG FILE-LIST)" t nil) 7084\(fn COMMAND &optional ARG FILE-LIST)" t nil)
6984 7085
@@ -7264,7 +7365,7 @@ true then the type of the file linked to by FILE is printed instead.
7264 7365
7265;;;*** 7366;;;***
7266 7367
7267;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (17387 38414)) 7368;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (17521 64536))
7268;;; Generated autoloads from dired-x.el 7369;;; Generated autoloads from dired-x.el
7269 7370
7270(autoload (quote dired-jump) "dired-x" "\ 7371(autoload (quote dired-jump) "dired-x" "\
@@ -7278,7 +7379,7 @@ buffer and try again.
7278 7379
7279;;;*** 7380;;;***
7280 7381
7281;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (17383 24124)) 7382;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (17582 31039))
7282;;; Generated autoloads from dirtrack.el 7383;;; Generated autoloads from dirtrack.el
7283 7384
7284(autoload (quote dirtrack) "dirtrack" "\ 7385(autoload (quote dirtrack) "dirtrack" "\
@@ -7298,7 +7399,7 @@ You can enable directory tracking by adding this function to
7298;;;*** 7399;;;***
7299 7400
7300;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (17383 7401;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (17383
7301;;;;;; 16118)) 7402;;;;;; 32137))
7302;;; Generated autoloads from emacs-lisp/disass.el 7403;;; Generated autoloads from emacs-lisp/disass.el
7303 7404
7304(autoload (quote disassemble) "disass" "\ 7405(autoload (quote disassemble) "disass" "\
@@ -7316,7 +7417,7 @@ redefine OBJECT if it is a symbol.
7316;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii 7417;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii
7317;;;;;; standard-display-default standard-display-8bit describe-current-display-table 7418;;;;;; standard-display-default standard-display-8bit describe-current-display-table
7318;;;;;; describe-display-table set-display-table-slot display-table-slot 7419;;;;;; describe-display-table set-display-table-slot display-table-slot
7319;;;;;; make-display-table) "disp-table" "disp-table.el" (17383 24124)) 7420;;;;;; make-display-table) "disp-table" "disp-table.el" (17383 32097))
7320;;; Generated autoloads from disp-table.el 7421;;; Generated autoloads from disp-table.el
7321 7422
7322(autoload (quote make-display-table) "disp-table" "\ 7423(autoload (quote make-display-table) "disp-table" "\
@@ -7417,7 +7518,7 @@ for users who call this function in `.emacs'.
7417;;;*** 7518;;;***
7418 7519
7419;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 7520;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
7420;;;;;; (17382 1892)) 7521;;;;;; (17383 32181))
7421;;; Generated autoloads from play/dissociate.el 7522;;; Generated autoloads from play/dissociate.el
7422 7523
7423(autoload (quote dissociated-press) "dissociate" "\ 7524(autoload (quote dissociated-press) "dissociate" "\
@@ -7433,7 +7534,7 @@ Default is 2.
7433 7534
7434;;;*** 7535;;;***
7435 7536
7436;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (17383 24124)) 7537;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (17521 64536))
7437;;; Generated autoloads from dnd.el 7538;;; Generated autoloads from dnd.el
7438 7539
7439(defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file))) "\ 7540(defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file))) "\
@@ -7454,7 +7555,7 @@ if some action was made, or nil if the URL is ignored.")
7454;;;*** 7555;;;***
7455 7556
7456;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 7557;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
7457;;;;;; "textmodes/dns-mode.el" (17383 15658)) 7558;;;;;; "textmodes/dns-mode.el" (17383 32186))
7458;;; Generated autoloads from textmodes/dns-mode.el 7559;;; Generated autoloads from textmodes/dns-mode.el
7459 7560
7460(autoload (quote dns-mode) "dns-mode" "\ 7561(autoload (quote dns-mode) "dns-mode" "\
@@ -7477,7 +7578,7 @@ Locate SOA record and increment the serial field.
7477 7578
7478;;;*** 7579;;;***
7479 7580
7480;;;### (autoloads (doctor) "doctor" "play/doctor.el" (17364 14033)) 7581;;;### (autoloads (doctor) "doctor" "play/doctor.el" (17365 2741))
7481;;; Generated autoloads from play/doctor.el 7582;;; Generated autoloads from play/doctor.el
7482 7583
7483(autoload (quote doctor) "doctor" "\ 7584(autoload (quote doctor) "doctor" "\
@@ -7488,7 +7589,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
7488;;;*** 7589;;;***
7489 7590
7490;;;### (autoloads (double-mode double-mode) "double" "double.el" 7591;;;### (autoloads (double-mode double-mode) "double" "double.el"
7491;;;;;; (17383 24125)) 7592;;;;;; (17383 32097))
7492;;; Generated autoloads from double.el 7593;;; Generated autoloads from double.el
7493 7594
7494(defvar double-mode nil "\ 7595(defvar double-mode nil "\
@@ -7509,7 +7610,7 @@ when pressed twice. See variable `double-map' for details.
7509 7610
7510;;;*** 7611;;;***
7511 7612
7512;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (17382 1892)) 7613;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (17582 28846))
7513;;; Generated autoloads from play/dunnet.el 7614;;; Generated autoloads from play/dunnet.el
7514 7615
7515(autoload (quote dunnet) "dunnet" "\ 7616(autoload (quote dunnet) "dunnet" "\
@@ -7520,7 +7621,7 @@ Switch to *dungeon* buffer and start game.
7520;;;*** 7621;;;***
7521 7622
7522;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 7623;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
7523;;;;;; (17382 1052)) 7624;;;;;; (17383 32154))
7524;;; Generated autoloads from gnus/earcon.el 7625;;; Generated autoloads from gnus/earcon.el
7525 7626
7526(autoload (quote gnus-earcon-display) "earcon" "\ 7627(autoload (quote gnus-earcon-display) "earcon" "\
@@ -7532,7 +7633,7 @@ Play sounds in message buffers.
7532 7633
7533;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 7634;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
7534;;;;;; define-global-minor-mode define-minor-mode) "easy-mmode" 7635;;;;;; define-global-minor-mode define-minor-mode) "easy-mmode"
7535;;;;;; "emacs-lisp/easy-mmode.el" (17383 16118)) 7636;;;;;; "emacs-lisp/easy-mmode.el" (17585 4275))
7536;;; Generated autoloads from emacs-lisp/easy-mmode.el 7637;;; Generated autoloads from emacs-lisp/easy-mmode.el
7537 7638
7538(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) 7639(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
@@ -7552,9 +7653,9 @@ Optional KEYMAP is the default (defvar) keymap bound to the mode keymap.
7552The above three arguments can be skipped if keyword arguments are 7653The above three arguments can be skipped if keyword arguments are
7553used (see below). 7654used (see below).
7554 7655
7555BODY contains code that will be executed each time the mode is (dis)activated. 7656BODY contains code to execute each time the mode is activated or deactivated.
7556 It will be executed after any toggling but before running the hook variable 7657 It is executed after toggling the mode,
7557 `mode-HOOK'. 7658 and before running the hook variable `mode-HOOK'.
7558 Before the actual body code, you can write keyword arguments (alternating 7659 Before the actual body code, you can write keyword arguments (alternating
7559 keywords and values). These following keyword arguments are supported (other 7660 keywords and values). These following keyword arguments are supported (other
7560 keywords will be passed to `defcustom' if the minor mode is global): 7661 keywords will be passed to `defcustom' if the minor mode is global):
@@ -7625,7 +7726,7 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
7625 7726
7626;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 7727;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
7627;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (17383 7728;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (17383
7628;;;;;; 16118)) 7729;;;;;; 32138))
7629;;; Generated autoloads from emacs-lisp/easymenu.el 7730;;; Generated autoloads from emacs-lisp/easymenu.el
7630 7731
7631(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) 7732(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
@@ -7770,7 +7871,7 @@ To implement dynamic menus, either call this from
7770;;;;;; ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ebnf-spool-file 7871;;;;;; ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ebnf-spool-file
7771;;;;;; ebnf-spool-directory ebnf-print-region ebnf-print-buffer 7872;;;;;; ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7772;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 7873;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7773;;;;;; "progmodes/ebnf2ps.el" (17388 22062)) 7874;;;;;; "progmodes/ebnf2ps.el" (17397 61566))
7774;;; Generated autoloads from progmodes/ebnf2ps.el 7875;;; Generated autoloads from progmodes/ebnf2ps.el
7775 7876
7776(autoload (quote ebnf-customize) "ebnf2ps" "\ 7877(autoload (quote ebnf-customize) "ebnf2ps" "\
@@ -8029,8 +8130,8 @@ See `ebnf-style-database' documentation.
8029;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 8130;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
8030;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 8131;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
8031;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 8132;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
8032;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (17391 8133;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (17590
8033;;;;;; 39495)) 8134;;;;;; 36100))
8034;;; Generated autoloads from progmodes/ebrowse.el 8135;;; Generated autoloads from progmodes/ebrowse.el
8035 8136
8036(autoload (quote ebrowse-tree-mode) "ebrowse" "\ 8137(autoload (quote ebrowse-tree-mode) "ebrowse" "\
@@ -8181,7 +8282,7 @@ Display statistics for a class tree.
8181;;;*** 8282;;;***
8182 8283
8183;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 8284;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
8184;;;;;; (17383 24125)) 8285;;;;;; (17383 32098))
8185;;; Generated autoloads from ebuff-menu.el 8286;;; Generated autoloads from ebuff-menu.el
8186 8287
8187(autoload (quote electric-buffer-list) "ebuff-menu" "\ 8288(autoload (quote electric-buffer-list) "ebuff-menu" "\
@@ -8206,7 +8307,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
8206;;;*** 8307;;;***
8207 8308
8208;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 8309;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
8209;;;;;; "echistory.el" (17383 24125)) 8310;;;;;; "echistory.el" (17383 32098))
8210;;; Generated autoloads from echistory.el 8311;;; Generated autoloads from echistory.el
8211 8312
8212(autoload (quote Electric-command-history-redo-expression) "echistory" "\ 8313(autoload (quote Electric-command-history-redo-expression) "echistory" "\
@@ -8219,7 +8320,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
8219 8320
8220;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 8321;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
8221;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 8322;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
8222;;;;;; "emacs-lisp/edebug.el" (17581 24219)) 8323;;;;;; "emacs-lisp/edebug.el" (17590 36099))
8223;;; Generated autoloads from emacs-lisp/edebug.el 8324;;; Generated autoloads from emacs-lisp/edebug.el
8224 8325
8225(defvar edebug-all-defs nil "\ 8326(defvar edebug-all-defs nil "\
@@ -8292,7 +8393,7 @@ Toggle edebugging of all forms.
8292;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 8393;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
8293;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 8394;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
8294;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup 8395;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup
8295;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (17399 58140)) 8396;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (17578 34771))
8296;;; Generated autoloads from ediff.el 8397;;; Generated autoloads from ediff.el
8297 8398
8298(autoload (quote ediff-files) "ediff" "\ 8399(autoload (quote ediff-files) "ediff" "\
@@ -8530,7 +8631,7 @@ With optional NODE, goes to that node.
8530;;;*** 8631;;;***
8531 8632
8532;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" 8633;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
8533;;;;;; (17399 58140)) 8634;;;;;; (17401 56225))
8534;;; Generated autoloads from ediff-help.el 8635;;; Generated autoloads from ediff-help.el
8535 8636
8536(autoload (quote ediff-customize) "ediff-help" "\ 8637(autoload (quote ediff-customize) "ediff-help" "\
@@ -8540,7 +8641,7 @@ Not documented
8540 8641
8541;;;*** 8642;;;***
8542 8643
8543;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (17399 58140)) 8644;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (17401 56225))
8544;;; Generated autoloads from ediff-hook.el 8645;;; Generated autoloads from ediff-hook.el
8545 8646
8546(defvar ediff-window-setup-function) 8647(defvar ediff-window-setup-function)
@@ -8553,7 +8654,7 @@ Not documented
8553;;;*** 8654;;;***
8554 8655
8555;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 8656;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
8556;;;;;; (17399 58140)) 8657;;;;;; (17578 34771))
8557;;; Generated autoloads from ediff-mult.el 8658;;; Generated autoloads from ediff-mult.el
8558 8659
8559(autoload (quote ediff-show-registry) "ediff-mult" "\ 8660(autoload (quote ediff-show-registry) "ediff-mult" "\
@@ -8566,7 +8667,7 @@ Display Ediff's registry.
8566;;;*** 8667;;;***
8567 8668
8568;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 8669;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
8569;;;;;; "ediff-util" "ediff-util.el" (17399 58140)) 8670;;;;;; "ediff-util" "ediff-util.el" (17401 56227))
8570;;; Generated autoloads from ediff-util.el 8671;;; Generated autoloads from ediff-util.el
8571 8672
8572(autoload (quote ediff-toggle-multiframe) "ediff-util" "\ 8673(autoload (quote ediff-toggle-multiframe) "ediff-util" "\
@@ -8587,7 +8688,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
8587 8688
8588;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 8689;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
8589;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 8690;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
8590;;;;;; (17383 24125)) 8691;;;;;; (17383 32100))
8591;;; Generated autoloads from edmacro.el 8692;;; Generated autoloads from edmacro.el
8592 8693
8593(defvar edmacro-eight-bits nil "\ 8694(defvar edmacro-eight-bits nil "\
@@ -8640,7 +8741,7 @@ or nil, use a compact 80-column format.
8640;;;*** 8741;;;***
8641 8742
8642;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 8743;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
8643;;;;;; "emulation/edt.el" (17383 13537)) 8744;;;;;; "emulation/edt.el" (17383 32143))
8644;;; Generated autoloads from emulation/edt.el 8745;;; Generated autoloads from emulation/edt.el
8645 8746
8646(autoload (quote edt-set-scroll-margins) "edt" "\ 8747(autoload (quote edt-set-scroll-margins) "edt" "\
@@ -8658,7 +8759,7 @@ Turn on EDT Emulation.
8658;;;*** 8759;;;***
8659 8760
8660;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 8761;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
8661;;;;;; (17383 24125)) 8762;;;;;; (17383 32100))
8662;;; Generated autoloads from ehelp.el 8763;;; Generated autoloads from ehelp.el
8663 8764
8664(autoload (quote with-electric-help) "ehelp" "\ 8765(autoload (quote with-electric-help) "ehelp" "\
@@ -8696,7 +8797,7 @@ Not documented
8696;;;*** 8797;;;***
8697 8798
8698;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 8799;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
8699;;;;;; "eldoc" "emacs-lisp/eldoc.el" (17383 16118)) 8800;;;;;; "eldoc" "emacs-lisp/eldoc.el" (17383 32138))
8700;;; Generated autoloads from emacs-lisp/eldoc.el 8801;;; Generated autoloads from emacs-lisp/eldoc.el
8701 8802
8702(defvar eldoc-minor-mode-string " ElDoc" "\ 8803(defvar eldoc-minor-mode-string " ElDoc" "\
@@ -8735,7 +8836,7 @@ Emacs Lisp mode) that support Eldoc.")
8735;;;*** 8836;;;***
8736 8837
8737;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (17383 8838;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (17383
8738;;;;;; 24125)) 8839;;;;;; 32100))
8739;;; Generated autoloads from elide-head.el 8840;;; Generated autoloads from elide-head.el
8740 8841
8741(autoload (quote elide-head) "elide-head" "\ 8842(autoload (quote elide-head) "elide-head" "\
@@ -8751,7 +8852,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8751;;;*** 8852;;;***
8752 8853
8753;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" 8854;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"
8754;;;;;; (17383 16118)) 8855;;;;;; (17383 32138))
8755;;; Generated autoloads from emacs-lisp/elint.el 8856;;; Generated autoloads from emacs-lisp/elint.el
8756 8857
8757(autoload (quote elint-initialize) "elint" "\ 8858(autoload (quote elint-initialize) "elint" "\
@@ -8763,7 +8864,7 @@ Initialize elint.
8763 8864
8764;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 8865;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
8765;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (17383 8866;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (17383
8766;;;;;; 16118)) 8867;;;;;; 32138))
8767;;; Generated autoloads from emacs-lisp/elp.el 8868;;; Generated autoloads from emacs-lisp/elp.el
8768 8869
8769(autoload (quote elp-instrument-function) "elp" "\ 8870(autoload (quote elp-instrument-function) "elp" "\
@@ -8797,7 +8898,7 @@ displayed.
8797;;;*** 8898;;;***
8798 8899
8799;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 8900;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
8800;;;;;; (17383 16812)) 8901;;;;;; (17383 32168))
8801;;; Generated autoloads from mail/emacsbug.el 8902;;; Generated autoloads from mail/emacsbug.el
8802 8903
8803(autoload (quote report-emacs-bug) "emacsbug" "\ 8904(autoload (quote report-emacs-bug) "emacsbug" "\
@@ -8812,7 +8913,7 @@ Prompts for bug subject. Leaves you in a mail buffer.
8812;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 8913;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
8813;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 8914;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
8814;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 8915;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
8815;;;;;; "emerge.el" (17167 2962)) 8916;;;;;; "emerge.el" (17167 12307))
8816;;; Generated autoloads from emerge.el 8917;;; Generated autoloads from emerge.el
8817 8918
8818(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) 8919(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
@@ -8890,7 +8991,7 @@ Not documented
8890;;;*** 8991;;;***
8891 8992
8892;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" 8993;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el"
8893;;;;;; (17102 18713)) 8994;;;;;; (17097 33520))
8894;;; Generated autoloads from international/encoded-kb.el 8995;;; Generated autoloads from international/encoded-kb.el
8895 8996
8896(defvar encoded-kbd-mode nil "\ 8997(defvar encoded-kbd-mode nil "\
@@ -8901,8 +9002,6 @@ use either \\[customize] or the function `encoded-kbd-mode'.")
8901 9002
8902(custom-autoload (quote encoded-kbd-mode) "encoded-kb") 9003(custom-autoload (quote encoded-kbd-mode) "encoded-kb")
8903 9004
8904(put (quote encoded-kbd-mode) (quote custom-set) (quote custom-set-minor-mode))
8905
8906(autoload (quote encoded-kbd-mode) "encoded-kb" "\ 9005(autoload (quote encoded-kbd-mode) "encoded-kb" "\
8907Toggle Encoded-kbd minor mode. 9006Toggle Encoded-kbd minor mode.
8908With arg, turn Encoded-kbd mode on if and only if arg is positive. 9007With arg, turn Encoded-kbd mode on if and only if arg is positive.
@@ -8920,7 +9019,7 @@ as a multilingual text encoded in a coding system set by
8920;;;*** 9019;;;***
8921 9020
8922;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 9021;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
8923;;;;;; "enriched" "textmodes/enriched.el" (17383 15658)) 9022;;;;;; "enriched" "textmodes/enriched.el" (17383 32186))
8924;;; Generated autoloads from textmodes/enriched.el 9023;;; Generated autoloads from textmodes/enriched.el
8925 9024
8926(autoload (quote enriched-mode) "enriched" "\ 9025(autoload (quote enriched-mode) "enriched" "\
@@ -8951,7 +9050,7 @@ Not documented
8951;;;*** 9050;;;***
8952 9051
8953;;;### (autoloads (erc-select erc-select-read-args) "erc" "erc/erc.el" 9052;;;### (autoloads (erc-select erc-select-read-args) "erc" "erc/erc.el"
8954;;;;;; (17447 52274)) 9053;;;;;; (17484 52428))
8955;;; Generated autoloads from erc/erc.el 9054;;; Generated autoloads from erc/erc.el
8956 9055
8957(autoload (quote erc-select-read-args) "erc" "\ 9056(autoload (quote erc-select-read-args) "erc" "\
@@ -8978,14 +9077,14 @@ be invoked for those parameters' values
8978 9077
8979;;;*** 9078;;;***
8980 9079
8981;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (17391 9080;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (17397
8982;;;;;; 39324)) 9081;;;;;; 61550))
8983;;; Generated autoloads from erc/erc-autoaway.el 9082;;; Generated autoloads from erc/erc-autoaway.el
8984 (autoload 'erc-autoaway-mode "erc-autoaway") 9083 (autoload 'erc-autoaway-mode "erc-autoaway")
8985 9084
8986;;;*** 9085;;;***
8987 9086
8988;;;### (autoloads nil "erc-button" "erc/erc-button.el" (17447 52274)) 9087;;;### (autoloads nil "erc-button" "erc/erc-button.el" (17457 37501))
8989;;; Generated autoloads from erc/erc-button.el 9088;;; Generated autoloads from erc/erc-button.el
8990 (autoload 'erc-button-mode "erc-button" nil t) 9089 (autoload 'erc-button-mode "erc-button" nil t)
8991 9090
@@ -8998,7 +9097,7 @@ be invoked for those parameters' values
8998;;;*** 9097;;;***
8999 9098
9000;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 9099;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
9001;;;;;; "erc-dcc" "erc/erc-dcc.el" (17393 3826)) 9100;;;;;; "erc-dcc" "erc/erc-dcc.el" (17397 61550))
9002;;; Generated autoloads from erc/erc-dcc.el 9101;;; Generated autoloads from erc/erc-dcc.el
9003 9102
9004(autoload (quote erc-cmd-DCC) "erc-dcc" "\ 9103(autoload (quote erc-cmd-DCC) "erc-dcc" "\
@@ -9030,7 +9129,7 @@ that subcommand.
9030;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 9129;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
9031;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 9130;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
9032;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 9131;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
9033;;;;;; (17391 39324)) 9132;;;;;; (17484 52428))
9034;;; Generated autoloads from erc/erc-ezbounce.el 9133;;; Generated autoloads from erc/erc-ezbounce.el
9035 9134
9036(autoload (quote erc-cmd-ezb) "erc-ezbounce" "\ 9135(autoload (quote erc-cmd-ezb) "erc-ezbounce" "\
@@ -9092,8 +9191,8 @@ Add EZBouncer convenience functions to ERC.
9092 9191
9093;;;*** 9192;;;***
9094 9193
9095;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (17391 9194;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (17397
9096;;;;;; 39324)) 9195;;;;;; 61550))
9097;;; Generated autoloads from erc/erc-fill.el 9196;;; Generated autoloads from erc/erc-fill.el
9098 (autoload 'erc-fill-mode "erc-fill" nil t) 9197 (autoload 'erc-fill-mode "erc-fill" nil t)
9099 9198
@@ -9113,7 +9212,7 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
9113;;;*** 9212;;;***
9114 9213
9115;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 9214;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
9116;;;;;; "erc/erc-identd.el" (17447 52274)) 9215;;;;;; "erc/erc-identd.el" (17457 37501))
9117;;; Generated autoloads from erc/erc-identd.el 9216;;; Generated autoloads from erc/erc-identd.el
9118 9217
9119(autoload (quote erc-identd-start) "erc-identd" "\ 9218(autoload (quote erc-identd-start) "erc-identd" "\
@@ -9134,7 +9233,7 @@ Not documented
9134;;;*** 9233;;;***
9135 9234
9136;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 9235;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
9137;;;;;; (17391 39324)) 9236;;;;;; (17397 61551))
9138;;; Generated autoloads from erc/erc-imenu.el 9237;;; Generated autoloads from erc/erc-imenu.el
9139 9238
9140(autoload (quote erc-create-imenu-index) "erc-imenu" "\ 9239(autoload (quote erc-create-imenu-index) "erc-imenu" "\
@@ -9144,14 +9243,14 @@ Not documented
9144 9243
9145;;;*** 9244;;;***
9146 9245
9147;;;### (autoloads nil "erc-join" "erc/erc-join.el" (17391 39324)) 9246;;;### (autoloads nil "erc-join" "erc/erc-join.el" (17484 52428))
9148;;; Generated autoloads from erc/erc-join.el 9247;;; Generated autoloads from erc/erc-join.el
9149 (autoload 'erc-autojoin-mode "erc-join" nil t) 9248 (autoload 'erc-autojoin-mode "erc-join" nil t)
9150 9249
9151;;;*** 9250;;;***
9152 9251
9153;;;### (autoloads (erc-chanlist erc-list-channels) "erc-list" "erc/erc-list.el" 9252;;;### (autoloads (erc-chanlist erc-list-channels) "erc-list" "erc/erc-list.el"
9154;;;;;; (17391 39324)) 9253;;;;;; (17397 61551))
9155;;; Generated autoloads from erc/erc-list.el 9254;;; Generated autoloads from erc/erc-list.el
9156 (autoload 'erc-list-mode "erc-list") 9255 (autoload 'erc-list-mode "erc-list")
9157 9256
@@ -9172,7 +9271,7 @@ to RFC and send the LIST header (#321) at start of list transmission.
9172;;;*** 9271;;;***
9173 9272
9174;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 9273;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
9175;;;;;; "erc/erc-log.el" (17391 39324)) 9274;;;;;; "erc/erc-log.el" (17397 61551))
9176;;; Generated autoloads from erc/erc-log.el 9275;;; Generated autoloads from erc/erc-log.el
9177 (autoload 'erc-log-mode "erc-log" nil t) 9276 (autoload 'erc-log-mode "erc-log" nil t)
9178 9277
@@ -9204,7 +9303,7 @@ You can save every individual message by putting this function on
9204;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 9303;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
9205;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 9304;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
9206;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 9305;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
9207;;;;;; (17391 39324)) 9306;;;;;; (17397 61551))
9208;;; Generated autoloads from erc/erc-match.el 9307;;; Generated autoloads from erc/erc-match.el
9209 (autoload 'erc-match-mode "erc-match") 9308 (autoload 'erc-match-mode "erc-match")
9210 9309
@@ -9251,7 +9350,7 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
9251;;;*** 9350;;;***
9252 9351
9253;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 9352;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
9254;;;;;; (17391 39324)) 9353;;;;;; (17484 52428))
9255;;; Generated autoloads from erc/erc-netsplit.el 9354;;; Generated autoloads from erc/erc-netsplit.el
9256 (autoload 'erc-netsplit-mode "erc-netsplit") 9355 (autoload 'erc-netsplit-mode "erc-netsplit")
9257 9356
@@ -9281,7 +9380,7 @@ Interactively select a server to connect to using `erc-server-alist'.
9281;;;*** 9380;;;***
9282 9381
9283;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 9382;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
9284;;;;;; "erc/erc-notify.el" (17391 39324)) 9383;;;;;; "erc/erc-notify.el" (17397 61552))
9285;;; Generated autoloads from erc/erc-notify.el 9384;;; Generated autoloads from erc/erc-notify.el
9286 (autoload 'erc-notify-mode "erc-notify" nil t) 9385 (autoload 'erc-notify-mode "erc-notify" nil t)
9287 9386
@@ -9299,26 +9398,26 @@ Not documented
9299 9398
9300;;;*** 9399;;;***
9301 9400
9302;;;### (autoloads nil "erc-page" "erc/erc-page.el" (17391 39324)) 9401;;;### (autoloads nil "erc-page" "erc/erc-page.el" (17397 61552))
9303;;; Generated autoloads from erc/erc-page.el 9402;;; Generated autoloads from erc/erc-page.el
9304 (autoload 'erc-page-mode "erc-page") 9403 (autoload 'erc-page-mode "erc-page")
9305 9404
9306;;;*** 9405;;;***
9307 9406
9308;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (17391 9407;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (17397
9309;;;;;; 39324)) 9408;;;;;; 61552))
9310;;; Generated autoloads from erc/erc-pcomplete.el 9409;;; Generated autoloads from erc/erc-pcomplete.el
9311 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 9410 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9312 9411
9313;;;*** 9412;;;***
9314 9413
9315;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (17391 39324)) 9414;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (17397 61552))
9316;;; Generated autoloads from erc/erc-replace.el 9415;;; Generated autoloads from erc/erc-replace.el
9317 (autoload 'erc-replace-mode "erc-replace") 9416 (autoload 'erc-replace-mode "erc-replace")
9318 9417
9319;;;*** 9418;;;***
9320 9419
9321;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (17391 39324)) 9420;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (17397 61552))
9322;;; Generated autoloads from erc/erc-ring.el 9421;;; Generated autoloads from erc/erc-ring.el
9323 (autoload 'erc-ring-mode "erc-ring" nil t) 9422 (autoload 'erc-ring-mode "erc-ring" nil t)
9324 9423
@@ -9342,14 +9441,14 @@ When called interactively, read the password using `read-passwd'.
9342 9441
9343;;;*** 9442;;;***
9344 9443
9345;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (17391 39324)) 9444;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (17397 61552))
9346;;; Generated autoloads from erc/erc-sound.el 9445;;; Generated autoloads from erc/erc-sound.el
9347 (autoload 'erc-sound-mode "erc-sound") 9446 (autoload 'erc-sound-mode "erc-sound")
9348 9447
9349;;;*** 9448;;;***
9350 9449
9351;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 9450;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
9352;;;;;; (17391 39324)) 9451;;;;;; (17397 61552))
9353;;; Generated autoloads from erc/erc-speedbar.el 9452;;; Generated autoloads from erc/erc-speedbar.el
9354 9453
9355(autoload (quote erc-speedbar-browser) "erc-speedbar" "\ 9454(autoload (quote erc-speedbar-browser) "erc-speedbar" "\
@@ -9360,20 +9459,20 @@ This will add a speedbar major display mode.
9360 9459
9361;;;*** 9460;;;***
9362 9461
9363;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (17391 9462;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (17397
9364;;;;;; 39324)) 9463;;;;;; 61552))
9365;;; Generated autoloads from erc/erc-spelling.el 9464;;; Generated autoloads from erc/erc-spelling.el
9366 (autoload 'erc-spelling-mode "erc-spelling" nil t) 9465 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9367 9466
9368;;;*** 9467;;;***
9369 9468
9370;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (17395 55370)) 9469;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (17397 61552))
9371;;; Generated autoloads from erc/erc-stamp.el 9470;;; Generated autoloads from erc/erc-stamp.el
9372 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 9471 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9373 9472
9374;;;*** 9473;;;***
9375 9474
9376;;;### (autoloads nil "erc-track" "erc/erc-track.el" (17391 39324)) 9475;;;### (autoloads nil "erc-track" "erc/erc-track.el" (17397 61552))
9377;;; Generated autoloads from erc/erc-track.el 9476;;; Generated autoloads from erc/erc-track.el
9378 (autoload 'erc-track-mode "erc-track" nil t) 9477 (autoload 'erc-track-mode "erc-track" nil t)
9379 (autoload 'erc-track-when-inactive-mode "erc-track" nil t) 9478 (autoload 'erc-track-when-inactive-mode "erc-track" nil t)
@@ -9381,7 +9480,7 @@ This will add a speedbar major display mode.
9381;;;*** 9480;;;***
9382 9481
9383;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 9482;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
9384;;;;;; "erc-truncate" "erc/erc-truncate.el" (17391 39324)) 9483;;;;;; "erc-truncate" "erc/erc-truncate.el" (17397 61552))
9385;;; Generated autoloads from erc/erc-truncate.el 9484;;; Generated autoloads from erc/erc-truncate.el
9386 (autoload 'erc-truncate-mode "erc-truncate" nil t) 9485 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9387 9486
@@ -9401,7 +9500,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
9401;;;*** 9500;;;***
9402 9501
9403;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 9502;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
9404;;;;;; (17391 39324)) 9503;;;;;; (17397 61553))
9405;;; Generated autoloads from erc/erc-xdcc.el 9504;;; Generated autoloads from erc/erc-xdcc.el
9406 9505
9407(autoload (quote erc-xdcc-add-file) "erc-xdcc" "\ 9506(autoload (quote erc-xdcc-add-file) "erc-xdcc" "\
@@ -9412,7 +9511,7 @@ Add a file to `erc-xdcc-files'.
9412;;;*** 9511;;;***
9413 9512
9414;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (17383 9513;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (17383
9415;;;;;; 14789)) 9514;;;;;; 32152))
9416;;; Generated autoloads from eshell/esh-mode.el 9515;;; Generated autoloads from eshell/esh-mode.el
9417 9516
9418(autoload (quote eshell-mode) "esh-mode" "\ 9517(autoload (quote eshell-mode) "esh-mode" "\
@@ -9425,7 +9524,7 @@ Emacs shell interactive mode.
9425;;;*** 9524;;;***
9426 9525
9427;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (17383 9526;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (17383
9428;;;;;; 14789)) 9527;;;;;; 32152))
9429;;; Generated autoloads from eshell/esh-test.el 9528;;; Generated autoloads from eshell/esh-test.el
9430 9529
9431(autoload (quote eshell-test) "esh-test" "\ 9530(autoload (quote eshell-test) "esh-test" "\
@@ -9436,7 +9535,7 @@ Test Eshell to verify that it works as expected.
9436;;;*** 9535;;;***
9437 9536
9438;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command 9537;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command
9439;;;;;; eshell) "eshell" "eshell/eshell.el" (17426 59663)) 9538;;;;;; eshell) "eshell" "eshell/eshell.el" (17432 37360))
9440;;; Generated autoloads from eshell/eshell.el 9539;;; Generated autoloads from eshell/eshell.el
9441 9540
9442(autoload (quote eshell) "eshell" "\ 9541(autoload (quote eshell) "eshell" "\
@@ -9482,7 +9581,7 @@ Please include any configuration details that might be involved.
9482;;;;;; visit-tags-table tags-table-mode find-tag-default-function 9581;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9483;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 9582;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9484;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 9583;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9485;;;;;; (17407 46937)) 9584;;;;;; (17420 36090))
9486;;; Generated autoloads from progmodes/etags.el 9585;;; Generated autoloads from progmodes/etags.el
9487 9586
9488(defvar tags-file-name nil "\ 9587(defvar tags-file-name nil "\
@@ -9784,7 +9883,7 @@ for \\[find-tag] (which see).
9784;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker 9883;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker
9785;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker 9884;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker
9786;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) 9885;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal)
9787;;;;;; "ethio-util" "language/ethio-util.el" (17316 61871)) 9886;;;;;; "ethio-util" "language/ethio-util.el" (17578 34777))
9788;;; Generated autoloads from language/ethio-util.el 9887;;; Generated autoloads from language/ethio-util.el
9789 9888
9790(autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\ 9889(autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\
@@ -9952,7 +10051,7 @@ Convert fidel-tex commands in the current buffer into fidel chars.
9952(autoload (quote ethio-fidel-to-java-buffer) "ethio-util" "\ 10051(autoload (quote ethio-fidel-to-java-buffer) "ethio-util" "\
9953Convert Ethiopic characters into the Java escape sequences. 10052Convert Ethiopic characters into the Java escape sequences.
9954 10053
9955Each escape sequence is of the form uXXXX, where XXXX is the 10054Each escape sequence is of the form \\uXXXX, where XXXX is the
9956character's codepoint (in hex) in Unicode. 10055character's codepoint (in hex) in Unicode.
9957 10056
9958If `ethio-java-save-lowercase' is non-nil, use [0-9a-f]. 10057If `ethio-java-save-lowercase' is non-nil, use [0-9a-f].
@@ -9979,7 +10078,7 @@ Transcribe Ethiopic characters in ASCII depending on the file extension.
9979 10078
9980;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 10079;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
9981;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 10080;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9982;;;;;; (17383 13296)) 10081;;;;;; (17383 32175))
9983;;; Generated autoloads from net/eudc.el 10082;;; Generated autoloads from net/eudc.el
9984 10083
9985(autoload (quote eudc-set-server) "eudc" "\ 10084(autoload (quote eudc-set-server) "eudc" "\
@@ -10035,7 +10134,7 @@ This does nothing except loading eudc by autoload side-effect.
10035 10134
10036;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 10135;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
10037;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 10136;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
10038;;;;;; "eudc-bob" "net/eudc-bob.el" (17383 13296)) 10137;;;;;; "eudc-bob" "net/eudc-bob.el" (17383 32175))
10039;;; Generated autoloads from net/eudc-bob.el 10138;;; Generated autoloads from net/eudc-bob.el
10040 10139
10041(autoload (quote eudc-display-generic-binary) "eudc-bob" "\ 10140(autoload (quote eudc-display-generic-binary) "eudc-bob" "\
@@ -10071,7 +10170,7 @@ Display a button for the JPEG DATA.
10071;;;*** 10170;;;***
10072 10171
10073;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 10172;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
10074;;;;;; "eudc-export" "net/eudc-export.el" (17383 13296)) 10173;;;;;; "eudc-export" "net/eudc-export.el" (17383 32175))
10075;;; Generated autoloads from net/eudc-export.el 10174;;; Generated autoloads from net/eudc-export.el
10076 10175
10077(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ 10176(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
@@ -10088,7 +10187,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10088;;;*** 10187;;;***
10089 10188
10090;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 10189;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
10091;;;;;; (17383 13296)) 10190;;;;;; (17383 32175))
10092;;; Generated autoloads from net/eudc-hotlist.el 10191;;; Generated autoloads from net/eudc-hotlist.el
10093 10192
10094(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ 10193(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\
@@ -10098,10 +10197,37 @@ Edit the hotlist of directory servers in a specialized buffer.
10098 10197
10099;;;*** 10198;;;***
10100 10199
10200;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (17578
10201;;;;;; 34775))
10202;;; Generated autoloads from emacs-lisp/ewoc.el
10203
10204(autoload (quote ewoc-create) "ewoc" "\
10205Create an empty ewoc.
10206
10207The ewoc will be inserted in the current buffer at the current position.
10208
10209PRETTY-PRINTER should be a function that takes one argument, an
10210element, and inserts a string representing it in the buffer (at
10211point). The string PRETTY-PRINTER inserts may be empty or span
10212several lines. The PRETTY-PRINTER should use `insert', and not
10213`insert-before-markers'.
10214
10215Optional second and third arguments HEADER and FOOTER are strings,
10216possibly empty, that will always be present at the top and bottom,
10217respectively, of the ewoc.
10218
10219Normally, a newline is automatically inserted after the header,
10220the footer and every node's printed representation. Optional
10221fourth arg NOSEP non-nil inhibits this.
10222
10223\(fn PRETTY-PRINTER &optional HEADER FOOTER NOSEP)" nil nil)
10224
10225;;;***
10226
10101;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 10227;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
10102;;;;;; executable-self-display executable-set-magic executable-interpret 10228;;;;;; executable-self-display executable-set-magic executable-interpret
10103;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 10229;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
10104;;;;;; (17388 22062)) 10230;;;;;; (17397 61567))
10105;;; Generated autoloads from progmodes/executable.el 10231;;; Generated autoloads from progmodes/executable.el
10106 10232
10107(autoload (quote executable-command-find-posix-p) "executable" "\ 10233(autoload (quote executable-command-find-posix-p) "executable" "\
@@ -10143,7 +10269,7 @@ file modes.
10143;;;*** 10269;;;***
10144 10270
10145;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 10271;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
10146;;;;;; expand-add-abbrevs) "expand" "expand.el" (17383 24125)) 10272;;;;;; expand-add-abbrevs) "expand" "expand.el" (17383 32101))
10147;;; Generated autoloads from expand.el 10273;;; Generated autoloads from expand.el
10148 10274
10149(autoload (quote expand-add-abbrevs) "expand" "\ 10275(autoload (quote expand-add-abbrevs) "expand" "\
@@ -10186,7 +10312,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
10186 10312
10187;;;*** 10313;;;***
10188 10314
10189;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (17385 42553)) 10315;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (17397 61567))
10190;;; Generated autoloads from progmodes/f90.el 10316;;; Generated autoloads from progmodes/f90.el
10191 10317
10192(autoload (quote f90-mode) "f90" "\ 10318(autoload (quote f90-mode) "f90" "\
@@ -10253,7 +10379,7 @@ with no args, if that value is non-nil.
10253;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only 10379;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only
10254;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu 10380;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu
10255;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) 10381;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face)
10256;;;;;; "facemenu" "facemenu.el" (17383 24125)) 10382;;;;;; "facemenu" "facemenu.el" (17578 34771))
10257;;; Generated autoloads from facemenu.el 10383;;; Generated autoloads from facemenu.el
10258 (define-key global-map "\M-o" 'facemenu-keymap) 10384 (define-key global-map "\M-o" 'facemenu-keymap)
10259 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) 10385 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
@@ -10416,7 +10542,7 @@ argument BUFFER-NAME is nil, it defaults to *Colors*.
10416;;;*** 10542;;;***
10417 10543
10418;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" 10544;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock"
10419;;;;;; "obsolete/fast-lock.el" (17382 34311)) 10545;;;;;; "obsolete/fast-lock.el" (17383 32179))
10420;;; Generated autoloads from obsolete/fast-lock.el 10546;;; Generated autoloads from obsolete/fast-lock.el
10421 10547
10422(autoload (quote fast-lock-mode) "fast-lock" "\ 10548(autoload (quote fast-lock-mode) "fast-lock" "\
@@ -10457,7 +10583,7 @@ Unconditionally turn on Fast Lock mode.
10457 10583
10458;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 10584;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
10459;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 10585;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
10460;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (17258 33756)) 10586;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (17259 50162))
10461;;; Generated autoloads from mail/feedmail.el 10587;;; Generated autoloads from mail/feedmail.el
10462 10588
10463(autoload (quote feedmail-send-it) "feedmail" "\ 10589(autoload (quote feedmail-send-it) "feedmail" "\
@@ -10511,7 +10637,7 @@ you can set feedmail-queue-reminder-alist to nil.
10511;;;*** 10637;;;***
10512 10638
10513;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 10639;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
10514;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (17400 65127)) 10640;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (17401 56228))
10515;;; Generated autoloads from ffap.el 10641;;; Generated autoloads from ffap.el
10516 10642
10517(autoload (quote ffap-next) "ffap" "\ 10643(autoload (quote ffap-next) "ffap" "\
@@ -10568,7 +10694,7 @@ Evaluate the forms in variable `ffap-bindings'.
10568;;;*** 10694;;;***
10569 10695
10570;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" 10696;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el"
10571;;;;;; (17383 24125)) 10697;;;;;; (17383 32101))
10572;;; Generated autoloads from filecache.el 10698;;; Generated autoloads from filecache.el
10573 10699
10574(autoload (quote file-cache-minibuffer-complete) "filecache" "\ 10700(autoload (quote file-cache-minibuffer-complete) "filecache" "\
@@ -10587,7 +10713,7 @@ the name is considered already unique; only the second substitution
10587;;;*** 10713;;;***
10588 10714
10589;;;### (autoloads (filesets-init) "filesets" "filesets.el" (17383 10715;;;### (autoloads (filesets-init) "filesets" "filesets.el" (17383
10590;;;;;; 24125)) 10716;;;;;; 32102))
10591;;; Generated autoloads from filesets.el 10717;;; Generated autoloads from filesets.el
10592 10718
10593(autoload (quote filesets-init) "filesets" "\ 10719(autoload (quote filesets-init) "filesets" "\
@@ -10598,9 +10724,15 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10598 10724
10599;;;*** 10725;;;***
10600 10726
10727;;;### (autoloads nil "fill" "textmodes/fill.el" (17585 4276))
10728;;; Generated autoloads from textmodes/fill.el
10729(put 'colon-double-space 'safe-local-variable 'booleanp)
10730
10731;;;***
10732
10601;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 10733;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
10602;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" 10734;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el"
10603;;;;;; (17383 24125)) 10735;;;;;; (17383 32102))
10604;;; Generated autoloads from find-dired.el 10736;;; Generated autoloads from find-dired.el
10605 10737
10606(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ 10738(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -10661,7 +10793,7 @@ Thus ARG can also contain additional grep options.
10661 10793
10662;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10794;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10663;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 10795;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
10664;;;;;; (17383 24125)) 10796;;;;;; (17383 32102))
10665;;; Generated autoloads from find-file.el 10797;;; Generated autoloads from find-file.el
10666 10798
10667(defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (setq fname (buffer-substring (match-beginning 2) (match-end 2)))))) "\ 10799(defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (setq fname (buffer-substring (match-beginning 2) (match-end 2)))))) "\
@@ -10753,7 +10885,7 @@ Visit the file you click on in another window.
10753;;;;;; find-variable find-variable-noselect find-function-other-frame 10885;;;;;; find-variable find-variable-noselect find-function-other-frame
10754;;;;;; find-function-other-window find-function find-function-noselect 10886;;;;;; find-function-other-window find-function find-function-noselect
10755;;;;;; find-function-search-for-symbol find-library) "find-func" 10887;;;;;; find-function-search-for-symbol find-library) "find-func"
10756;;;;;; "emacs-lisp/find-func.el" (17410 24020)) 10888;;;;;; "emacs-lisp/find-func.el" (17590 36099))
10757;;; Generated autoloads from emacs-lisp/find-func.el 10889;;; Generated autoloads from emacs-lisp/find-func.el
10758 10890
10759(autoload (quote find-library) "find-func" "\ 10891(autoload (quote find-library) "find-func" "\
@@ -10763,6 +10895,9 @@ Find the elisp source of LIBRARY.
10763 10895
10764(autoload (quote find-function-search-for-symbol) "find-func" "\ 10896(autoload (quote find-function-search-for-symbol) "find-func" "\
10765Search for SYMBOL's definition of type TYPE in LIBRARY. 10897Search for SYMBOL's definition of type TYPE in LIBRARY.
10898Visit the library in a buffer, and return a cons cell (BUFFER . POSITION),
10899or just (BUFFER . nil) if the definition can't be found in the file.
10900
10766If TYPE is nil, look for a function definition. 10901If TYPE is nil, look for a function definition.
10767Otherwise, TYPE specifies the kind of definition, 10902Otherwise, TYPE specifies the kind of definition,
10768and it is interpreted via `find-function-regexp-alist'. 10903and it is interpreted via `find-function-regexp-alist'.
@@ -10775,7 +10910,8 @@ Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION.
10775 10910
10776Finds the source file containing the definition of FUNCTION 10911Finds the source file containing the definition of FUNCTION
10777in a buffer and the point of the definition. The buffer is 10912in a buffer and the point of the definition. The buffer is
10778not selected. 10913not selected. If the function definition can't be found in
10914the buffer, returns (BUFFER).
10779 10915
10780If the file where FUNCTION is defined is not known, then it is 10916If the file where FUNCTION is defined is not known, then it is
10781searched for in `find-function-source-path' if non nil, otherwise 10917searched for in `find-function-source-path' if non nil, otherwise
@@ -10816,6 +10952,7 @@ Return a pair `(BUFFER . POINT)' pointing to the definition of VARIABLE.
10816 10952
10817Finds the library containing the definition of VARIABLE in a buffer and 10953Finds the library containing the definition of VARIABLE in a buffer and
10818the point of the definition. The buffer is not selected. 10954the point of the definition. The buffer is not selected.
10955If the variable's definition can't be found in the buffer, return (BUFFER).
10819 10956
10820The library where VARIABLE is defined is searched for in FILE or 10957The library where VARIABLE is defined is searched for in FILE or
10821`find-function-source-path', if non nil, otherwise in `load-path'. 10958`find-function-source-path', if non nil, otherwise in `load-path'.
@@ -10853,6 +10990,7 @@ See `find-variable' for more details.
10853 10990
10854(autoload (quote find-definition-noselect) "find-func" "\ 10991(autoload (quote find-definition-noselect) "find-func" "\
10855Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL. 10992Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL.
10993If the definition can't be found in the buffer, return (BUFFER).
10856TYPE says what type of definition: nil for a function, `defvar' for a 10994TYPE says what type of definition: nil for a function, `defvar' for a
10857variable, `defface' for a face. This function does not switch to the 10995variable, `defface' for a face. This function does not switch to the
10858buffer nor display it. 10996buffer nor display it.
@@ -10901,7 +11039,7 @@ Define some key bindings for the find-function family of functions.
10901;;;*** 11039;;;***
10902 11040
10903;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 11041;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
10904;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (17393 12443)) 11042;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (17397 61540))
10905;;; Generated autoloads from find-lisp.el 11043;;; Generated autoloads from find-lisp.el
10906 11044
10907(autoload (quote find-lisp-find-dired) "find-lisp" "\ 11045(autoload (quote find-lisp-find-dired) "find-lisp" "\
@@ -10922,7 +11060,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
10922;;;*** 11060;;;***
10923 11061
10924;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 11062;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
10925;;;;;; "finder" "finder.el" (17383 24125)) 11063;;;;;; "finder" "finder.el" (17466 42705))
10926;;; Generated autoloads from finder.el 11064;;; Generated autoloads from finder.el
10927 11065
10928(autoload (quote finder-list-keywords) "finder" "\ 11066(autoload (quote finder-list-keywords) "finder" "\
@@ -10944,7 +11082,7 @@ Find packages matching a given keyword.
10944;;;*** 11082;;;***
10945 11083
10946;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 11084;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
10947;;;;;; "flow-ctrl.el" (17383 24125)) 11085;;;;;; "flow-ctrl.el" (17383 32103))
10948;;; Generated autoloads from flow-ctrl.el 11086;;; Generated autoloads from flow-ctrl.el
10949 11087
10950(autoload (quote enable-flow-control) "flow-ctrl" "\ 11088(autoload (quote enable-flow-control) "flow-ctrl" "\
@@ -10966,7 +11104,7 @@ to get the effect of a C-q.
10966;;;*** 11104;;;***
10967 11105
10968;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 11106;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
10969;;;;;; (17411 39818)) 11107;;;;;; (17484 52429))
10970;;; Generated autoloads from gnus/flow-fill.el 11108;;; Generated autoloads from gnus/flow-fill.el
10971 11109
10972(autoload (quote fill-flowed-encode) "flow-fill" "\ 11110(autoload (quote fill-flowed-encode) "flow-fill" "\
@@ -10982,7 +11120,7 @@ Not documented
10982;;;*** 11120;;;***
10983 11121
10984;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) 11122;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode)
10985;;;;;; "flymake" "progmodes/flymake.el" (17396 25795)) 11123;;;;;; "flymake" "progmodes/flymake.el" (17397 61567))
10986;;; Generated autoloads from progmodes/flymake.el 11124;;; Generated autoloads from progmodes/flymake.el
10987 11125
10988(autoload (quote flymake-mode) "flymake" "\ 11126(autoload (quote flymake-mode) "flymake" "\
@@ -11005,8 +11143,8 @@ Turn flymake mode off.
11005;;;*** 11143;;;***
11006 11144
11007;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 11145;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
11008;;;;;; flyspell-mode flyspell-prog-mode) "flyspell" "textmodes/flyspell.el" 11146;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
11009;;;;;; (17426 59268)) 11147;;;;;; "flyspell" "textmodes/flyspell.el" (17578 34779))
11010;;; Generated autoloads from textmodes/flyspell.el 11148;;; Generated autoloads from textmodes/flyspell.el
11011 11149
11012(autoload (quote flyspell-prog-mode) "flyspell" "\ 11150(autoload (quote flyspell-prog-mode) "flyspell" "\
@@ -11046,6 +11184,16 @@ in your .emacs file.
11046 11184
11047\(fn &optional ARG)" t nil) 11185\(fn &optional ARG)" t nil)
11048 11186
11187(autoload (quote turn-on-flyspell) "flyspell" "\
11188Unconditionally turn on Flyspell mode.
11189
11190\(fn)" nil nil)
11191
11192(autoload (quote turn-off-flyspell) "flyspell" "\
11193Unconditionally turn off Flyspell mode.
11194
11195\(fn)" nil nil)
11196
11049(autoload (quote flyspell-mode-off) "flyspell" "\ 11197(autoload (quote flyspell-mode-off) "flyspell" "\
11050Turn Flyspell mode off. 11198Turn Flyspell mode off.
11051 11199
@@ -11065,16 +11213,16 @@ Flyspell whole buffer.
11065 11213
11066;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 11214;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11067;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 11215;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
11068;;;;;; (17383 24125)) 11216;;;;;; (17487 53545))
11069;;; Generated autoloads from follow.el 11217;;; Generated autoloads from follow.el
11070 11218
11071(autoload (quote turn-on-follow-mode) "follow" "\ 11219(autoload (quote turn-on-follow-mode) "follow" "\
11072Turn on Follow mode. Please see the function `follow-mode'. 11220Turn on Follow mode. Please see the function `follow-mode'.
11073 11221
11074\(fn)" t nil) 11222\(fn)" t nil)
11075 11223
11076(autoload (quote turn-off-follow-mode) "follow" "\ 11224(autoload (quote turn-off-follow-mode) "follow" "\
11077Turn off Follow mode. Please see the function `follow-mode'. 11225Turn off Follow mode. Please see the function `follow-mode'.
11078 11226
11079\(fn)" t nil) 11227\(fn)" t nil)
11080 11228
@@ -11115,7 +11263,7 @@ is called. When turned off, `follow-mode-off-hook' is called.
11115Keys specific to Follow mode: 11263Keys specific to Follow mode:
11116\\{follow-mode-map} 11264\\{follow-mode-map}
11117 11265
11118\(fn ARG)" t nil) 11266\(fn &optional ARG)" t nil)
11119 11267
11120(autoload (quote follow-delete-other-windows-and-split) "follow" "\ 11268(autoload (quote follow-delete-other-windows-and-split) "follow" "\
11121Create two side by side windows and enter Follow Mode. 11269Create two side by side windows and enter Follow Mode.
@@ -11140,7 +11288,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
11140;;;*** 11288;;;***
11141 11289
11142;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (17383 11290;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (17383
11143;;;;;; 16812)) 11291;;;;;; 32168))
11144;;; Generated autoloads from mail/footnote.el 11292;;; Generated autoloads from mail/footnote.el
11145 11293
11146(autoload (quote footnote-mode) "footnote" "\ 11294(autoload (quote footnote-mode) "footnote" "\
@@ -11161,7 +11309,7 @@ key binding
11161;;;*** 11309;;;***
11162 11310
11163;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 11311;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
11164;;;;;; "forms" "forms.el" (17383 24125)) 11312;;;;;; "forms" "forms.el" (17383 32104))
11165;;; Generated autoloads from forms.el 11313;;; Generated autoloads from forms.el
11166 11314
11167(autoload (quote forms-mode) "forms" "\ 11315(autoload (quote forms-mode) "forms" "\
@@ -11198,7 +11346,7 @@ Visit a file in Forms mode in other window.
11198;;;*** 11346;;;***
11199 11347
11200;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 11348;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
11201;;;;;; "progmodes/fortran.el" (17358 30049)) 11349;;;;;; "progmodes/fortran.el" (17358 25800))
11202;;; Generated autoloads from progmodes/fortran.el 11350;;; Generated autoloads from progmodes/fortran.el
11203 11351
11204(defvar fortran-tab-mode-default nil "\ 11352(defvar fortran-tab-mode-default nil "\
@@ -11284,7 +11432,7 @@ with no args, if that value is non-nil.
11284;;;*** 11432;;;***
11285 11433
11286;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 11434;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
11287;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (17382 1892)) 11435;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (17383 32182))
11288;;; Generated autoloads from play/fortune.el 11436;;; Generated autoloads from play/fortune.el
11289 11437
11290(autoload (quote fortune-add-fortune) "fortune" "\ 11438(autoload (quote fortune-add-fortune) "fortune" "\
@@ -11334,7 +11482,7 @@ and choose the directory as the fortune-file.
11334;;;*** 11482;;;***
11335 11483
11336;;;### (autoloads (gdb-enable-debug gdba) "gdb-ui" "progmodes/gdb-ui.el" 11484;;;### (autoloads (gdb-enable-debug gdba) "gdb-ui" "progmodes/gdb-ui.el"
11337;;;;;; (17444 35371)) 11485;;;;;; (17578 34779))
11338;;; Generated autoloads from progmodes/gdb-ui.el 11486;;; Generated autoloads from progmodes/gdb-ui.el
11339 11487
11340(autoload (quote gdba) "gdb-ui" "\ 11488(autoload (quote gdba) "gdb-ui" "\
@@ -11398,7 +11546,7 @@ Non-nil means record the process input and output in `gdb-debug-ring'.")
11398 11546
11399;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 11547;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
11400;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (17383 11548;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (17383
11401;;;;;; 16118)) 11549;;;;;; 32139))
11402;;; Generated autoloads from emacs-lisp/generic.el 11550;;; Generated autoloads from emacs-lisp/generic.el
11403 11551
11404(defvar generic-mode-list nil "\ 11552(defvar generic-mode-list nil "\
@@ -11473,7 +11621,7 @@ regular expression that can be used as an element of
11473;;;*** 11621;;;***
11474 11622
11475;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 11623;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
11476;;;;;; (17405 58461)) 11624;;;;;; (17420 36091))
11477;;; Generated autoloads from progmodes/glasses.el 11625;;; Generated autoloads from progmodes/glasses.el
11478 11626
11479(autoload (quote glasses-mode) "glasses" "\ 11627(autoload (quote glasses-mode) "glasses" "\
@@ -11485,8 +11633,55 @@ at places they belong to.
11485 11633
11486;;;*** 11634;;;***
11487 11635
11636;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
11637;;;;;; gmm-message) "gmm-utils" "gnus/gmm-utils.el" (17521 64537))
11638;;; Generated autoloads from gnus/gmm-utils.el
11639
11640(autoload (quote gmm-message) "gmm-utils" "\
11641If LEVEL is lower than `gmm-verbose' print ARGS using `message'.
11642
11643Guideline for numbers:
116441 - error messages, 3 - non-serious error messages, 5 - messages for things
11645that take a long time, 7 - not very important messages on stuff, 9 - messages
11646inside loops.
11647
11648\(fn LEVEL &rest ARGS)" nil nil)
11649
11650(autoload (quote gmm-error) "gmm-utils" "\
11651Beep an error if LEVEL is equal to or less than `gmm-verbose'.
11652ARGS are passed to `message'.
11653
11654\(fn LEVEL &rest ARGS)" nil nil)
11655
11656(autoload (quote gmm-widget-p) "gmm-utils" "\
11657Non-nil iff SYMBOL is a widget.
11658
11659\(fn SYMBOL)" nil nil)
11660
11661(autoload (quote gmm-tool-bar-from-list) "gmm-utils" "\
11662Make a tool bar from ICON-LIST.
11663
11664Within each entry of ICON-LIST, the first element is a menu
11665command, the second element is an icon file name and the third
11666element is a test function. You can use \\[describe-key]
11667<menu-entry> to find out the name of a menu command. The fourth
11668and all following elements are passed a the PROPS argument to the
11669function `tool-bar-local-item'.
11670
11671If ZAP-LIST is a list, remove those item from the default
11672`tool-bar-map'. If it is t, start with a new sparse map. You
11673can use \\[describe-key] <icon> to find out the name of an icon
11674item. When \\[describe-key] <icon> shows \"<tool-bar> <new-file>
11675runs the command find-file\", then use `new-file' in ZAP-LIST.
11676
11677DEFAULT-MAP specifies the default key map for ICON-LIST.
11678
11679\(fn ICON-LIST ZAP-LIST DEFAULT-MAP)" nil nil)
11680
11681;;;***
11682
11488;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11683;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11489;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (17426 3898)) 11684;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (17432 37362))
11490;;; Generated autoloads from gnus/gnus.el 11685;;; Generated autoloads from gnus/gnus.el
11491 11686
11492(autoload (quote gnus-slave-no-server) "gnus" "\ 11687(autoload (quote gnus-slave-no-server) "gnus" "\
@@ -11537,7 +11732,7 @@ prompt the user for the name of an NNTP server to use.
11537;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11732;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11538;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11733;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11539;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11734;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11540;;;;;; "gnus/gnus-agent.el" (17440 25582)) 11735;;;;;; "gnus/gnus-agent.el" (17578 34776))
11541;;; Generated autoloads from gnus/gnus-agent.el 11736;;; Generated autoloads from gnus/gnus-agent.el
11542 11737
11543(autoload (quote gnus-unplugged) "gnus-agent" "\ 11738(autoload (quote gnus-unplugged) "gnus-agent" "\
@@ -11628,7 +11823,7 @@ If CLEAN, obsolete (ignore).
11628;;;*** 11823;;;***
11629 11824
11630;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11825;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11631;;;;;; (17437 45961)) 11826;;;;;; (17578 34776))
11632;;; Generated autoloads from gnus/gnus-art.el 11827;;; Generated autoloads from gnus/gnus-art.el
11633 11828
11634(autoload (quote gnus-article-prepare-display) "gnus-art" "\ 11829(autoload (quote gnus-article-prepare-display) "gnus-art" "\
@@ -11639,7 +11834,7 @@ Make the current buffer look like a nice article.
11639;;;*** 11834;;;***
11640 11835
11641;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 11836;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
11642;;;;;; (17382 1052)) 11837;;;;;; (17383 32155))
11643;;; Generated autoloads from gnus/gnus-audio.el 11838;;; Generated autoloads from gnus/gnus-audio.el
11644 11839
11645(autoload (quote gnus-audio-play) "gnus-audio" "\ 11840(autoload (quote gnus-audio-play) "gnus-audio" "\
@@ -11651,8 +11846,8 @@ Play a sound FILE through the speaker.
11651 11846
11652;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11847;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11653;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11848;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11654;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (17382 11849;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (17383
11655;;;;;; 1052)) 11850;;;;;; 32155))
11656;;; Generated autoloads from gnus/gnus-cache.el 11851;;; Generated autoloads from gnus/gnus-cache.el
11657 11852
11658(autoload (quote gnus-jog-cache) "gnus-cache" "\ 11853(autoload (quote gnus-jog-cache) "gnus-cache" "\
@@ -11694,7 +11889,7 @@ supported.
11694;;;*** 11889;;;***
11695 11890
11696;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11891;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11697;;;;;; "gnus-delay" "gnus/gnus-delay.el" (17382 1052)) 11892;;;;;; "gnus-delay" "gnus/gnus-delay.el" (17383 32155))
11698;;; Generated autoloads from gnus/gnus-delay.el 11893;;; Generated autoloads from gnus/gnus-delay.el
11699 11894
11700(autoload (quote gnus-delay-article) "gnus-delay" "\ 11895(autoload (quote gnus-delay-article) "gnus-delay" "\
@@ -11729,8 +11924,24 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11729 11924
11730;;;*** 11925;;;***
11731 11926
11927;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11928;;;;;; "gnus-diary" "gnus/gnus-diary.el" (17578 34776))
11929;;; Generated autoloads from gnus/gnus-diary.el
11930
11931(autoload (quote gnus-user-format-function-d) "gnus-diary" "\
11932Not documented
11933
11934\(fn HEADER)" nil nil)
11935
11936(autoload (quote gnus-user-format-function-D) "gnus-diary" "\
11937Not documented
11938
11939\(fn HEADER)" nil nil)
11940
11941;;;***
11942
11732;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11943;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11733;;;;;; (17382 1052)) 11944;;;;;; (17383 32155))
11734;;; Generated autoloads from gnus/gnus-dired.el 11945;;; Generated autoloads from gnus/gnus-dired.el
11735 11946
11736(autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\ 11947(autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\
@@ -11741,7 +11952,7 @@ Convenience method to turn on gnus-dired-mode.
11741;;;*** 11952;;;***
11742 11953
11743;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 11954;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11744;;;;;; (17415 62487)) 11955;;;;;; (17420 36082))
11745;;; Generated autoloads from gnus/gnus-draft.el 11956;;; Generated autoloads from gnus/gnus-draft.el
11746 11957
11747(autoload (quote gnus-draft-reminder) "gnus-draft" "\ 11958(autoload (quote gnus-draft-reminder) "gnus-draft" "\
@@ -11753,8 +11964,8 @@ Reminder user if there are unsent drafts.
11753 11964
11754;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 11965;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
11755;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 11966;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
11756;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (17382 11967;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (17466
11757;;;;;; 1052)) 11968;;;;;; 42710))
11758;;; Generated autoloads from gnus/gnus-fun.el 11969;;; Generated autoloads from gnus/gnus-fun.el
11759 11970
11760(autoload (quote gnus-random-x-face) "gnus-fun" "\ 11971(autoload (quote gnus-random-x-face) "gnus-fun" "\
@@ -11793,7 +12004,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
11793;;;*** 12004;;;***
11794 12005
11795;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 12006;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
11796;;;;;; "gnus-group" "gnus/gnus-group.el" (17426 3898)) 12007;;;;;; "gnus-group" "gnus/gnus-group.el" (17578 34776))
11797;;; Generated autoloads from gnus/gnus-group.el 12008;;; Generated autoloads from gnus/gnus-group.el
11798 12009
11799(autoload (quote gnus-fetch-group) "gnus-group" "\ 12010(autoload (quote gnus-fetch-group) "gnus-group" "\
@@ -11810,7 +12021,7 @@ Pop up a frame and enter GROUP.
11810;;;*** 12021;;;***
11811 12022
11812;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 12023;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
11813;;;;;; (17382 1052)) 12024;;;;;; (17383 32156))
11814;;; Generated autoloads from gnus/gnus-kill.el 12025;;; Generated autoloads from gnus/gnus-kill.el
11815 12026
11816(defalias (quote gnus-batch-kill) (quote gnus-batch-score)) 12027(defalias (quote gnus-batch-kill) (quote gnus-batch-score))
@@ -11825,7 +12036,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
11825 12036
11826;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 12037;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
11827;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 12038;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
11828;;;;;; (17382 1052)) 12039;;;;;; (17578 34776))
11829;;; Generated autoloads from gnus/gnus-ml.el 12040;;; Generated autoloads from gnus/gnus-ml.el
11830 12041
11831(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\ 12042(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\
@@ -11850,7 +12061,7 @@ Minor mode for providing mailing-list commands.
11850 12061
11851;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 12062;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
11852;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 12063;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
11853;;;;;; (17382 1052)) 12064;;;;;; (17383 32157))
11854;;; Generated autoloads from gnus/gnus-mlspl.el 12065;;; Generated autoloads from gnus/gnus-mlspl.el
11855 12066
11856(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ 12067(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\
@@ -11951,7 +12162,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
11951;;;*** 12162;;;***
11952 12163
11953;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" 12164;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
11954;;;;;; (17382 1052)) 12165;;;;;; (17383 32157))
11955;;; Generated autoloads from gnus/gnus-move.el 12166;;; Generated autoloads from gnus/gnus-move.el
11956 12167
11957(autoload (quote gnus-change-server) "gnus-move" "\ 12168(autoload (quote gnus-change-server) "gnus-move" "\
@@ -11963,7 +12174,7 @@ Update the .newsrc.eld file to reflect the change of nntp server.
11963;;;*** 12174;;;***
11964 12175
11965;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 12176;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
11966;;;;;; "gnus-msg" "gnus/gnus-msg.el" (17382 1052)) 12177;;;;;; "gnus-msg" "gnus/gnus-msg.el" (17383 32157))
11967;;; Generated autoloads from gnus/gnus-msg.el 12178;;; Generated autoloads from gnus/gnus-msg.el
11968 12179
11969(autoload (quote gnus-msg-mail) "gnus-msg" "\ 12180(autoload (quote gnus-msg-mail) "gnus-msg" "\
@@ -11988,7 +12199,7 @@ Like `message-reply'.
11988;;;*** 12199;;;***
11989 12200
11990;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups) 12201;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups)
11991;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (17426 3898)) 12202;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (17432 37361))
11992;;; Generated autoloads from gnus/gnus-nocem.el 12203;;; Generated autoloads from gnus/gnus-nocem.el
11993 12204
11994(autoload (quote gnus-nocem-scan-groups) "gnus-nocem" "\ 12205(autoload (quote gnus-nocem-scan-groups) "gnus-nocem" "\
@@ -12005,7 +12216,7 @@ Load the NoCeM cache.
12005 12216
12006;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 12217;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
12007;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 12218;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
12008;;;;;; (17382 1052)) 12219;;;;;; (17383 32157))
12009;;; Generated autoloads from gnus/gnus-picon.el 12220;;; Generated autoloads from gnus/gnus-picon.el
12010 12221
12011(autoload (quote gnus-treat-from-picon) "gnus-picon" "\ 12222(autoload (quote gnus-treat-from-picon) "gnus-picon" "\
@@ -12032,7 +12243,7 @@ If picons are already displayed, remove them.
12032;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 12243;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
12033;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 12244;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
12034;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 12245;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
12035;;;;;; "gnus/gnus-range.el" (17382 1052)) 12246;;;;;; "gnus/gnus-range.el" (17383 32157))
12036;;; Generated autoloads from gnus/gnus-range.el 12247;;; Generated autoloads from gnus/gnus-range.el
12037 12248
12038(autoload (quote gnus-sorted-difference) "gnus-range" "\ 12249(autoload (quote gnus-sorted-difference) "gnus-range" "\
@@ -12100,7 +12311,7 @@ Add NUM into sorted LIST by side effect.
12100;;;*** 12311;;;***
12101 12312
12102;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 12313;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
12103;;;;;; "gnus-registry" "gnus/gnus-registry.el" (17382 1052)) 12314;;;;;; "gnus-registry" "gnus/gnus-registry.el" (17383 32157))
12104;;; Generated autoloads from gnus/gnus-registry.el 12315;;; Generated autoloads from gnus/gnus-registry.el
12105 12316
12106(autoload (quote gnus-registry-initialize) "gnus-registry" "\ 12317(autoload (quote gnus-registry-initialize) "gnus-registry" "\
@@ -12116,8 +12327,8 @@ Install the registry hooks.
12116;;;*** 12327;;;***
12117 12328
12118;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 12329;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
12119;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (17382 12330;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (17484
12120;;;;;; 1052)) 12331;;;;;; 52430))
12121;;; Generated autoloads from gnus/gnus-sieve.el 12332;;; Generated autoloads from gnus/gnus-sieve.el
12122 12333
12123(autoload (quote gnus-sieve-update) "gnus-sieve" "\ 12334(autoload (quote gnus-sieve-update) "gnus-sieve" "\
@@ -12145,7 +12356,7 @@ Not documented
12145;;;*** 12356;;;***
12146 12357
12147;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" 12358;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
12148;;;;;; (17382 1052)) 12359;;;;;; (17383 32158))
12149;;; Generated autoloads from gnus/gnus-soup.el 12360;;; Generated autoloads from gnus/gnus-soup.el
12150 12361
12151(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ 12362(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\
@@ -12165,7 +12376,7 @@ Note -- this function hasn't been implemented yet.
12165;;;*** 12376;;;***
12166 12377
12167;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 12378;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
12168;;;;;; (17382 1052)) 12379;;;;;; (17383 32158))
12169;;; Generated autoloads from gnus/gnus-spec.el 12380;;; Generated autoloads from gnus/gnus-spec.el
12170 12381
12171(autoload (quote gnus-update-format) "gnus-spec" "\ 12382(autoload (quote gnus-update-format) "gnus-spec" "\
@@ -12176,8 +12387,8 @@ Update the format specification near point.
12176;;;*** 12387;;;***
12177 12388
12178;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news 12389;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news
12179;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (17426 12390;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (17432
12180;;;;;; 3898)) 12391;;;;;; 37361))
12181;;; Generated autoloads from gnus/gnus-start.el 12392;;; Generated autoloads from gnus/gnus-start.el
12182 12393
12183(autoload (quote gnus-declare-backend) "gnus-start" "\ 12394(autoload (quote gnus-declare-backend) "gnus-start" "\
@@ -12193,7 +12404,7 @@ Not documented
12193;;;*** 12404;;;***
12194 12405
12195;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 12406;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
12196;;;;;; (17382 1052)) 12407;;;;;; (17383 32159))
12197;;; Generated autoloads from gnus/gnus-win.el 12408;;; Generated autoloads from gnus/gnus-win.el
12198 12409
12199(autoload (quote gnus-add-configuration) "gnus-win" "\ 12410(autoload (quote gnus-add-configuration) "gnus-win" "\
@@ -12203,7 +12414,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12203 12414
12204;;;*** 12415;;;***
12205 12416
12206;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (17382 1892)) 12417;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (17383 32182))
12207;;; Generated autoloads from play/gomoku.el 12418;;; Generated autoloads from play/gomoku.el
12208 12419
12209(autoload (quote gomoku) "gomoku" "\ 12420(autoload (quote gomoku) "gomoku" "\
@@ -12230,7 +12441,7 @@ Use \\[describe-mode] for more info.
12230;;;*** 12441;;;***
12231 12442
12232;;;### (autoloads (goto-address goto-address-at-point) "goto-addr" 12443;;;### (autoloads (goto-address goto-address-at-point) "goto-addr"
12233;;;;;; "net/goto-addr.el" (17383 13296)) 12444;;;;;; "net/goto-addr.el" (17582 28846))
12234;;; Generated autoloads from net/goto-addr.el 12445;;; Generated autoloads from net/goto-addr.el
12235 12446
12236(define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1") 12447(define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1")
@@ -12254,12 +12465,13 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
12254`goto-address-highlight-p' for more information). 12465`goto-address-highlight-p' for more information).
12255 12466
12256\(fn)" t nil) 12467\(fn)" t nil)
12468(put 'goto-address 'safe-local-eval-function t)
12257 12469
12258;;;*** 12470;;;***
12259 12471
12260;;;### (autoloads (grep-tree grep-find grep-mode grep grep-compute-defaults 12472;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12261;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 12473;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12262;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17432 38016)) 12474;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17590 36100))
12263;;; Generated autoloads from progmodes/grep.el 12475;;; Generated autoloads from progmodes/grep.el
12264 12476
12265(defvar grep-window-height nil "\ 12477(defvar grep-window-height nil "\
@@ -12324,6 +12536,11 @@ Not documented
12324 12536
12325\(fn)" nil nil) 12537\(fn)" nil nil)
12326 12538
12539(autoload (quote grep-mode) "grep" "\
12540Sets `grep-last-buffer' and `compilation-window-height'.
12541
12542\(fn)" nil nil)
12543
12327(autoload (quote grep) "grep" "\ 12544(autoload (quote grep) "grep" "\
12328Run grep, with user-specified args, and collect output in a buffer. 12545Run grep, with user-specified args, and collect output in a buffer.
12329While grep runs asynchronously, you can use \\[next-error] (M-x next-error), 12546While grep runs asynchronously, you can use \\[next-error] (M-x next-error),
@@ -12338,15 +12555,7 @@ tag the cursor is over, substituting it into the last grep command
12338in the grep command history (or into `grep-command' 12555in the grep command history (or into `grep-command'
12339if that history list is empty). 12556if that history list is empty).
12340 12557
12341If specified, optional second arg HIGHLIGHT-REGEXP is the regexp to 12558\(fn COMMAND-ARGS)" t nil)
12342temporarily highlight in visited source lines.
12343
12344\(fn COMMAND-ARGS &optional HIGHLIGHT-REGEXP)" t nil)
12345
12346(autoload (quote grep-mode) "grep" "\
12347Sets `grep-last-buffer' and `compilation-window-height'.
12348
12349\(fn)" nil nil)
12350 12559
12351(autoload (quote grep-find) "grep" "\ 12560(autoload (quote grep-find) "grep" "\
12352Run grep via find, with user-specified args COMMAND-ARGS. 12561Run grep via find, with user-specified args COMMAND-ARGS.
@@ -12361,29 +12570,45 @@ easily repeat a find command.
12361 12570
12362(defalias (quote find-grep) (quote grep-find)) 12571(defalias (quote find-grep) (quote grep-find))
12363 12572
12364(autoload (quote grep-tree) "grep" "\ 12573(autoload (quote lgrep) "grep" "\
12365Grep for REGEXP in FILES in directory tree rooted at DIR. 12574Run grep, searching for REGEXP in FILES in current directory.
12366Collect output in a buffer.
12367Interactively, prompt separately for each search parameter.
12368With prefix arg, reuse previous REGEXP.
12369The search is limited to file names matching shell pattern FILES. 12575The search is limited to file names matching shell pattern FILES.
12370FILES may use abbreviations defined in `grep-tree-files-aliases', e.g. 12576FILES may use abbreviations defined in `grep-files-aliases', e.g.
12371entering `ch' is equivalent to `*.[ch]'. 12577entering `ch' is equivalent to `*.[ch]'.
12372 12578
12373While find runs asynchronously, you can use the \\[next-error] command 12579With \\[universal-argument] prefix, you can edit the constructed shell command line
12374to find the text that grep hits refer to. 12580before it is executed.
12581With two \\[universal-argument] prefixes, directly edit and run `grep-command'.
12375 12582
12376This command uses a special history list for its arguments, so you can 12583Collect output in a buffer. While grep runs asynchronously, you
12377easily repeat a find command. 12584can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error]
12585in the grep output buffer, to go to the lines where grep found matches.
12586
12587This command shares argument histories with \\[rgrep] and \\[grep].
12588
12589\(fn REGEXP &optional FILES)" t nil)
12378 12590
12379When used non-interactively, optional arg SUBDIRS limits the search to 12591(autoload (quote rgrep) "grep" "\
12380those sub directories of DIR. 12592Recursively grep for REGEXP in FILES in directory tree rooted at DIR.
12593The search is limited to file names matching shell pattern FILES.
12594FILES may use abbreviations defined in `grep-files-aliases', e.g.
12595entering `ch' is equivalent to `*.[ch]'.
12596
12597With \\[universal-argument] prefix, you can edit the constructed shell command line
12598before it is executed.
12599With two \\[universal-argument] prefixes, directly edit and run `grep-find-command'.
12600
12601Collect output in a buffer. While find runs asynchronously, you
12602can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error]
12603in the grep output buffer, to go to the lines where grep found matches.
12381 12604
12382\(fn REGEXP FILES DIR &optional SUBDIRS)" t nil) 12605This command shares argument histories with \\[lgrep] and \\[grep-find].
12606
12607\(fn REGEXP &optional FILES DIR)" t nil)
12383 12608
12384;;;*** 12609;;;***
12385 12610
12386;;;### (autoloads (gs-load-image) "gs" "gs.el" (17383 24126)) 12611;;;### (autoloads (gs-load-image) "gs" "gs.el" (17383 32104))
12387;;; Generated autoloads from gs.el 12612;;; Generated autoloads from gs.el
12388 12613
12389(autoload (quote gs-load-image) "gs" "\ 12614(autoload (quote gs-load-image) "gs" "\
@@ -12397,7 +12622,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12397;;;*** 12622;;;***
12398 12623
12399;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx 12624;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx
12400;;;;;; sdb gdb) "gud" "progmodes/gud.el" (17446 52773)) 12625;;;;;; sdb gdb) "gud" "progmodes/gud.el" (17578 34779))
12401;;; Generated autoloads from progmodes/gud.el 12626;;; Generated autoloads from progmodes/gud.el
12402 12627
12403(autoload (quote gdb) "gud" "\ 12628(autoload (quote gdb) "gud" "\
@@ -12483,8 +12708,8 @@ Major mode for editing GDB scripts
12483 12708
12484;;;*** 12709;;;***
12485 12710
12486;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (17382 12711;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (17383
12487;;;;;; 1892)) 12712;;;;;; 32182))
12488;;; Generated autoloads from play/handwrite.el 12713;;; Generated autoloads from play/handwrite.el
12489 12714
12490(autoload (quote handwrite) "handwrite" "\ 12715(autoload (quote handwrite) "handwrite" "\
@@ -12502,7 +12727,7 @@ Variables: handwrite-linespace (default 12)
12502;;;*** 12727;;;***
12503 12728
12504;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 12729;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12505;;;;;; (17075 55477)) 12730;;;;;; (17590 36100))
12506;;; Generated autoloads from play/hanoi.el 12731;;; Generated autoloads from play/hanoi.el
12507 12732
12508(autoload (quote hanoi) "hanoi" "\ 12733(autoload (quote hanoi) "hanoi" "\
@@ -12532,7 +12757,7 @@ to be updated.
12532;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 12757;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12533;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 12758;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12534;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 12759;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12535;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (17383 24126)) 12760;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (17383 32104))
12536;;; Generated autoloads from help-at-pt.el 12761;;; Generated autoloads from help-at-pt.el
12537 12762
12538(autoload (quote help-at-pt-string) "help-at-pt" "\ 12763(autoload (quote help-at-pt-string) "help-at-pt" "\
@@ -12662,7 +12887,7 @@ different regions. With numeric argument ARG, behaves like
12662;;;### (autoloads (describe-categories describe-syntax describe-variable 12887;;;### (autoloads (describe-categories describe-syntax describe-variable
12663;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name 12888;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name
12664;;;;;; help-C-file-name describe-function help-with-tutorial) "help-fns" 12889;;;;;; help-C-file-name describe-function help-with-tutorial) "help-fns"
12665;;;;;; "help-fns.el" (17399 44613)) 12890;;;;;; "help-fns.el" (17590 36098))
12666;;; Generated autoloads from help-fns.el 12891;;; Generated autoloads from help-fns.el
12667 12892
12668(autoload (quote help-with-tutorial) "help-fns" "\ 12893(autoload (quote help-with-tutorial) "help-fns" "\
@@ -12728,7 +12953,7 @@ BUFFER should be a buffer or a buffer name.
12728;;;*** 12953;;;***
12729 12954
12730;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 12955;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
12731;;;;;; (17383 24126)) 12956;;;;;; (17383 32105))
12732;;; Generated autoloads from help-macro.el 12957;;; Generated autoloads from help-macro.el
12733 12958
12734(defvar three-step-help nil "\ 12959(defvar three-step-help nil "\
@@ -12744,7 +12969,7 @@ A value of nil means skip the middle step, so that
12744 12969
12745;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 12970;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
12746;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup 12971;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
12747;;;;;; help-mode) "help-mode" "help-mode.el" (17437 64109)) 12972;;;;;; help-mode) "help-mode" "help-mode.el" (17590 36098))
12748;;; Generated autoloads from help-mode.el 12973;;; Generated autoloads from help-mode.el
12749 12974
12750(autoload (quote help-mode) "help-mode" "\ 12975(autoload (quote help-mode) "help-mode" "\
@@ -12827,7 +13052,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
12827;;;*** 13052;;;***
12828 13053
12829;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 13054;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
12830;;;;;; "emacs-lisp/helper.el" (17383 16118)) 13055;;;;;; "emacs-lisp/helper.el" (17590 36099))
12831;;; Generated autoloads from emacs-lisp/helper.el 13056;;; Generated autoloads from emacs-lisp/helper.el
12832 13057
12833(autoload (quote Helper-describe-bindings) "helper" "\ 13058(autoload (quote Helper-describe-bindings) "helper" "\
@@ -12843,7 +13068,7 @@ Provide help for current mode.
12843;;;*** 13068;;;***
12844 13069
12845;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 13070;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
12846;;;;;; "hexl.el" (17383 24126)) 13071;;;;;; "hexl.el" (17585 4275))
12847;;; Generated autoloads from hexl.el 13072;;; Generated autoloads from hexl.el
12848 13073
12849(autoload (quote hexl-mode) "hexl" "\ 13074(autoload (quote hexl-mode) "hexl" "\
@@ -12923,8 +13148,9 @@ You can use \\[hexl-find-file] to visit a file in Hexl mode.
12923\(fn &optional ARG)" t nil) 13148\(fn &optional ARG)" t nil)
12924 13149
12925(autoload (quote hexl-find-file) "hexl" "\ 13150(autoload (quote hexl-find-file) "hexl" "\
12926Edit file FILENAME in hexl-mode. 13151Edit file FILENAME as a binary file in hex dump format.
12927Switch to a buffer visiting file FILENAME, creating one in none exists. 13152Switch to a buffer visiting file FILENAME, creating one if none exists,
13153and edit the file in `hexl-mode'.
12928 13154
12929\(fn FILENAME)" t nil) 13155\(fn FILENAME)" t nil)
12930 13156
@@ -12939,7 +13165,7 @@ This discards the buffer's undo information.
12939;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 13165;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
12940;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 13166;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
12941;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 13167;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
12942;;;;;; (17383 24126)) 13168;;;;;; (17383 32105))
12943;;; Generated autoloads from hi-lock.el 13169;;; Generated autoloads from hi-lock.el
12944 13170
12945(autoload (quote hi-lock-mode) "hi-lock" "\ 13171(autoload (quote hi-lock-mode) "hi-lock" "\
@@ -12996,8 +13222,6 @@ use either \\[customize] or the function `global-hi-lock-mode'.")
12996 13222
12997(custom-autoload (quote global-hi-lock-mode) "hi-lock") 13223(custom-autoload (quote global-hi-lock-mode) "hi-lock")
12998 13224
12999(put (quote global-hi-lock-mode) (quote custom-set) (quote custom-set-minor-mode))
13000
13001(autoload (quote global-hi-lock-mode) "hi-lock" "\ 13225(autoload (quote global-hi-lock-mode) "hi-lock" "\
13002Toggle Hi-Lock mode in every buffer. 13226Toggle Hi-Lock mode in every buffer.
13003With prefix ARG, turn Global-Hi-Lock mode on if and only if ARG is positive. 13227With prefix ARG, turn Global-Hi-Lock mode on if and only if ARG is positive.
@@ -13065,7 +13289,7 @@ be found in variable `hi-lock-interactive-patterns'.
13065;;;*** 13289;;;***
13066 13290
13067;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially 13291;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially
13068;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (17388 22062)) 13292;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (17521 64539))
13069;;; Generated autoloads from progmodes/hideif.el 13293;;; Generated autoloads from progmodes/hideif.el
13070 13294
13071(autoload (quote hide-ifdef-mode) "hideif" "\ 13295(autoload (quote hide-ifdef-mode) "hideif" "\
@@ -13120,7 +13344,7 @@ how the hiding is done:
13120;;;*** 13344;;;***
13121 13345
13122;;;### (autoloads (hs-minor-mode) "hideshow" "progmodes/hideshow.el" 13346;;;### (autoloads (hs-minor-mode) "hideshow" "progmodes/hideshow.el"
13123;;;;;; (17388 22062)) 13347;;;;;; (17397 61568))
13124;;; Generated autoloads from progmodes/hideshow.el 13348;;; Generated autoloads from progmodes/hideshow.el
13125 13349
13126(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))) "\ 13350(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))) "\
@@ -13178,7 +13402,7 @@ Key bindings:
13178;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 13402;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
13179;;;;;; highlight-changes-previous-change highlight-changes-next-change 13403;;;;;; highlight-changes-previous-change highlight-changes-next-change
13180;;;;;; highlight-changes-mode highlight-changes-remove-highlight) 13404;;;;;; highlight-changes-mode highlight-changes-remove-highlight)
13181;;;;;; "hilit-chg" "hilit-chg.el" (17387 44422)) 13405;;;;;; "hilit-chg" "hilit-chg.el" (17397 61541))
13182;;; Generated autoloads from hilit-chg.el 13406;;; Generated autoloads from hilit-chg.el
13183 13407
13184(autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\ 13408(autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\
@@ -13308,7 +13532,7 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil).
13308;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 13532;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
13309;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 13533;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
13310;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 13534;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
13311;;;;;; "hippie-exp.el" (17383 24126)) 13535;;;;;; "hippie-exp.el" (17383 32106))
13312;;; Generated autoloads from hippie-exp.el 13536;;; Generated autoloads from hippie-exp.el
13313 13537
13314(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)) "\ 13538(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)) "\
@@ -13381,7 +13605,7 @@ argument VERBOSE non-nil makes the function verbose.
13381;;;*** 13605;;;***
13382 13606
13383;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13607;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13384;;;;;; (17363 41687)) 13608;;;;;; (17365 2729))
13385;;; Generated autoloads from hl-line.el 13609;;; Generated autoloads from hl-line.el
13386 13610
13387(autoload (quote hl-line-mode) "hl-line" "\ 13611(autoload (quote hl-line-mode) "hl-line" "\
@@ -13409,8 +13633,6 @@ use either \\[customize] or the function `global-hl-line-mode'.")
13409 13633
13410(custom-autoload (quote global-hl-line-mode) "hl-line") 13634(custom-autoload (quote global-hl-line-mode) "hl-line")
13411 13635
13412(put (quote global-hl-line-mode) (quote custom-set) (quote custom-set-minor-mode))
13413
13414(autoload (quote global-hl-line-mode) "hl-line" "\ 13636(autoload (quote global-hl-line-mode) "hl-line" "\
13415Global minor mode to highlight the line about point in the current window. 13637Global minor mode to highlight the line about point in the current window.
13416With ARG, turn Global-Hl-Line mode on if ARG is positive, off otherwise. 13638With ARG, turn Global-Hl-Line mode on if ARG is positive, off otherwise.
@@ -13423,7 +13645,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13423;;;*** 13645;;;***
13424 13646
13425;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" 13647;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el"
13426;;;;;; (17426 49056)) 13648;;;;;; (17432 37359))
13427;;; Generated autoloads from calendar/holidays.el 13649;;; Generated autoloads from calendar/holidays.el
13428 13650
13429(autoload (quote holidays) "holidays" "\ 13651(autoload (quote holidays) "holidays" "\
@@ -13460,7 +13682,7 @@ The optional LABEL is used to label the buffer created.
13460;;;*** 13682;;;***
13461 13683
13462;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll) 13684;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll)
13463;;;;;; "hscroll" "obsolete/hscroll.el" (17382 34311)) 13685;;;;;; "hscroll" "obsolete/hscroll.el" (17383 32179))
13464;;; Generated autoloads from obsolete/hscroll.el 13686;;; Generated autoloads from obsolete/hscroll.el
13465 13687
13466(autoload (quote turn-on-hscroll) "hscroll" "\ 13688(autoload (quote turn-on-hscroll) "hscroll" "\
@@ -13486,8 +13708,8 @@ Also see `automatic-hscrolling'.
13486 13708
13487;;;*** 13709;;;***
13488 13710
13489;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (17396 13711;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (17397
13490;;;;;; 25556)) 13712;;;;;; 61555))
13491;;; Generated autoloads from gnus/html2text.el 13713;;; Generated autoloads from gnus/html2text.el
13492 13714
13493(autoload (quote html2text) "html2text" "\ 13715(autoload (quote html2text) "html2text" "\
@@ -13519,7 +13741,7 @@ Convert HTML to plain text in the current buffer.
13519;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group 13741;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
13520;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group 13742;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
13521;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode 13743;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
13522;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (17442 18621)) 13744;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (17457 37498))
13523;;; Generated autoloads from ibuf-ext.el 13745;;; Generated autoloads from ibuf-ext.el
13524 13746
13525(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ 13747(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
@@ -13885,8 +14107,8 @@ defaults to one.
13885;;;*** 14107;;;***
13886 14108
13887;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 14109;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
13888;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (17383 14110;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (17457
13889;;;;;; 24126)) 14111;;;;;; 37498))
13890;;; Generated autoloads from ibuf-macs.el 14112;;; Generated autoloads from ibuf-macs.el
13891 14113
13892(autoload (quote define-ibuffer-column) "ibuf-macs" "\ 14114(autoload (quote define-ibuffer-column) "ibuf-macs" "\
@@ -13903,6 +14125,9 @@ the text, such as `mouse-face'. And SUMMARIZER, if given, is a
13903function which will be passed a list of all the strings in its column; 14125function which will be passed a list of all the strings in its column;
13904it should return a string to display at the bottom. 14126it should return a string to display at the bottom.
13905 14127
14128If HEADER-MOUSE-MAP is given, it will be used as a keymap for the
14129title of the column.
14130
13906Note that this macro expands into a `defun' for a function named 14131Note that this macro expands into a `defun' for a function named
13907ibuffer-make-column-NAME. If INLINE is non-nil, then the form will be 14132ibuffer-make-column-NAME. If INLINE is non-nil, then the form will be
13908inlined into the compiled format versions. This means that if you 14133inlined into the compiled format versions. This means that if you
@@ -13972,7 +14197,7 @@ bound to the current value of the filter.
13972;;;*** 14197;;;***
13973 14198
13974;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 14199;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
13975;;;;;; "ibuffer" "ibuffer.el" (17378 33493)) 14200;;;;;; "ibuffer" "ibuffer.el" (17578 34772))
13976;;; Generated autoloads from ibuffer.el 14201;;; Generated autoloads from ibuffer.el
13977 14202
13978(autoload (quote ibuffer-list-buffers) "ibuffer" "\ 14203(autoload (quote ibuffer-list-buffers) "ibuffer" "\
@@ -14013,7 +14238,7 @@ FORMATS is the value to use for `ibuffer-formats'.
14013 14238
14014;;;### (autoloads (icalendar-import-buffer icalendar-import-file 14239;;;### (autoloads (icalendar-import-buffer icalendar-import-file
14015;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 14240;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
14016;;;;;; "calendar/icalendar.el" (17397 11797)) 14241;;;;;; "calendar/icalendar.el" (17397 61548))
14017;;; Generated autoloads from calendar/icalendar.el 14242;;; Generated autoloads from calendar/icalendar.el
14018 14243
14019(autoload (quote icalendar-export-file) "icalendar" "\ 14244(autoload (quote icalendar-export-file) "icalendar" "\
@@ -14065,8 +14290,8 @@ buffer `*icalendar-errors*'.
14065 14290
14066;;;*** 14291;;;***
14067 14292
14068;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (17398 14293;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (17401
14069;;;;;; 17947)) 14294;;;;;; 56228))
14070;;; Generated autoloads from icomplete.el 14295;;; Generated autoloads from icomplete.el
14071 14296
14072(defvar icomplete-mode nil "\ 14297(defvar icomplete-mode nil "\
@@ -14077,8 +14302,6 @@ use either \\[customize] or the function `icomplete-mode'.")
14077 14302
14078(custom-autoload (quote icomplete-mode) "icomplete") 14303(custom-autoload (quote icomplete-mode) "icomplete")
14079 14304
14080(put (quote icomplete-mode) (quote custom-set) (quote custom-set-minor-mode))
14081
14082(autoload (quote icomplete-mode) "icomplete" "\ 14305(autoload (quote icomplete-mode) "icomplete" "\
14083Toggle incremental minibuffer completion for this Emacs session. 14306Toggle incremental minibuffer completion for this Emacs session.
14084With a numeric argument, turn Icomplete mode on iff ARG is positive. 14307With a numeric argument, turn Icomplete mode on iff ARG is positive.
@@ -14087,7 +14310,7 @@ With a numeric argument, turn Icomplete mode on iff ARG is positive.
14087 14310
14088;;;*** 14311;;;***
14089 14312
14090;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (17388 22062)) 14313;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (17397 61568))
14091;;; Generated autoloads from progmodes/icon.el 14314;;; Generated autoloads from progmodes/icon.el
14092 14315
14093(autoload (quote icon-mode) "icon" "\ 14316(autoload (quote icon-mode) "icon" "\
@@ -14128,7 +14351,7 @@ with no args, if that value is non-nil.
14128;;;*** 14351;;;***
14129 14352
14130;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 14353;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
14131;;;;;; (17388 22062)) 14354;;;;;; (17515 39529))
14132;;; Generated autoloads from progmodes/idlw-shell.el 14355;;; Generated autoloads from progmodes/idlw-shell.el
14133 14356
14134(autoload (quote idlwave-shell) "idlw-shell" "\ 14357(autoload (quote idlwave-shell) "idlw-shell" "\
@@ -14154,11 +14377,11 @@ See also the variable `idlwave-shell-prompt-pattern'.
14154;;;*** 14377;;;***
14155 14378
14156;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 14379;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
14157;;;;;; (17388 22062)) 14380;;;;;; (17515 39529))
14158;;; Generated autoloads from progmodes/idlwave.el 14381;;; Generated autoloads from progmodes/idlwave.el
14159 14382
14160(autoload (quote idlwave-mode) "idlwave" "\ 14383(autoload (quote idlwave-mode) "idlwave" "\
14161Major mode for editing IDL source files (version 5.7_22). 14384Major mode for editing IDL source files (version 6.0_em22).
14162 14385
14163The main features of this mode are 14386The main features of this mode are
14164 14387
@@ -14207,11 +14430,10 @@ The main features of this mode are
14207 14430
142083. Online IDL Help 144313. Online IDL Help
14209 --------------- 14432 ---------------
14433
14210 \\[idlwave-context-help] displays the IDL documentation relevant 14434 \\[idlwave-context-help] displays the IDL documentation relevant
14211 for the system variable, keyword, or routine at point. A single 14435 for the system variable, keyword, or routines at point. A single
14212 key stroke gets you directly to the right place in the docs. The 14436 key stroke gets you directly to the right place in the docs. See
14213 HTML help files package must be installed for this to work -- check
14214 the IDLWAVE webpage for the correct package for your version. See
14215 the manual to configure where and how the HTML help is displayed. 14437 the manual to configure where and how the HTML help is displayed.
14216 14438
142174. Completion 144394. Completion
@@ -14238,7 +14460,7 @@ The main features of this mode are
14238 \\i IF statement template 14460 \\i IF statement template
14239 \\elif IF-ELSE statement template 14461 \\elif IF-ELSE statement template
14240 \\b BEGIN 14462 \\b BEGIN
14241 14463
14242 For a full list, use \\[idlwave-list-abbrevs]. Some templates also 14464 For a full list, use \\[idlwave-list-abbrevs]. Some templates also
14243 have direct keybindings - see the list of keybindings below. 14465 have direct keybindings - see the list of keybindings below.
14244 14466
@@ -14279,7 +14501,7 @@ The main features of this mode are
14279\\{idlwave-mode-map} 14501\\{idlwave-mode-map}
14280 14502
14281\(fn)" t nil) 14503\(fn)" t nil)
14282(add-to-list 'auto-mode-alist '("\\.[Pp][Rr][Oo]\\'" . idlwave-mode)) 14504 (add-to-list 'auto-mode-alist '("\\.[Pp][Rr][Oo]\\'" . idlwave-mode))
14283 14505
14284;;;*** 14506;;;***
14285 14507
@@ -14290,8 +14512,8 @@ The main features of this mode are
14290;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 14512;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14291;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 14513;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14292;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 14514;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
14293;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (17435 14515;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (17590
14294;;;;;; 26372)) 14516;;;;;; 36098))
14295;;; Generated autoloads from ido.el 14517;;; Generated autoloads from ido.el
14296 14518
14297(defvar ido-mode nil "\ 14519(defvar ido-mode nil "\
@@ -14327,7 +14549,7 @@ default is to show it in the same window, unless it is already visible
14327in another frame. 14549in another frame.
14328 14550
14329As you type in a string, all of the buffers matching the string are 14551As you type in a string, all of the buffers matching the string are
14330displayed if substring-matching is used (default). Look at 14552displayed if substring-matching is used (default). Look at
14331`ido-enable-prefix' and `ido-toggle-prefix'. When you have found the 14553`ido-enable-prefix' and `ido-toggle-prefix'. When you have found the
14332buffer you want, it can then be selected. As you type, most keys have 14554buffer you want, it can then be selected. As you type, most keys have
14333their normal keybindings, except for the following: \\<ido-buffer-completion-map> 14555their normal keybindings, except for the following: \\<ido-buffer-completion-map>
@@ -14350,7 +14572,7 @@ in a separate window.
14350\\[ido-toggle-prefix] Toggle between substring and prefix matching. 14572\\[ido-toggle-prefix] Toggle between substring and prefix matching.
14351\\[ido-toggle-case] Toggle case-sensitive searching of buffer names. 14573\\[ido-toggle-case] Toggle case-sensitive searching of buffer names.
14352\\[ido-completion-help] Show list of matching buffers in separate window. 14574\\[ido-completion-help] Show list of matching buffers in separate window.
14353\\[ido-enter-find-file] Drop into ido-find-file. 14575\\[ido-enter-find-file] Drop into `ido-find-file'.
14354\\[ido-kill-buffer-at-head] Kill buffer at head of buffer list. 14576\\[ido-kill-buffer-at-head] Kill buffer at head of buffer list.
14355\\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'. 14577\\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'.
14356 14578
@@ -14552,7 +14774,7 @@ DEF, if non-nil, is the default value.
14552 14774
14553;;;*** 14775;;;***
14554 14776
14555;;;### (autoloads (ielm) "ielm" "ielm.el" (17383 24126)) 14777;;;### (autoloads (ielm) "ielm" "ielm.el" (17383 32107))
14556;;; Generated autoloads from ielm.el 14778;;; Generated autoloads from ielm.el
14557 (add-hook 'same-window-buffer-names "*ielm*") 14779 (add-hook 'same-window-buffer-names "*ielm*")
14558 14780
@@ -14565,7 +14787,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
14565;;;*** 14787;;;***
14566 14788
14567;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" 14789;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el"
14568;;;;;; (17383 24126)) 14790;;;;;; (17383 32107))
14569;;; Generated autoloads from iimage.el 14791;;; Generated autoloads from iimage.el
14570 14792
14571(autoload (quote turn-on-iimage-mode) "iimage" "\ 14793(autoload (quote turn-on-iimage-mode) "iimage" "\
@@ -14582,8 +14804,9 @@ Toggle inline image minor mode.
14582 14804
14583;;;### (autoloads (defimage find-image remove-images insert-sliced-image 14805;;;### (autoloads (defimage find-image remove-images insert-sliced-image
14584;;;;;; insert-image put-image create-image image-type-available-p 14806;;;;;; insert-image put-image create-image image-type-available-p
14585;;;;;; image-type-from-file-name image-type-from-file-header image-type-from-buffer 14807;;;;;; image-type image-type-from-file-name image-type-from-file-header
14586;;;;;; image-type-from-data) "image" "image.el" (17437 41119)) 14808;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el"
14809;;;;;; (17484 52424))
14587;;; Generated autoloads from image.el 14810;;; Generated autoloads from image.el
14588 14811
14589(autoload (quote image-type-from-data) "image" "\ 14812(autoload (quote image-type-from-data) "image" "\
@@ -14614,6 +14837,17 @@ be determined.
14614 14837
14615\(fn FILE)" nil nil) 14838\(fn FILE)" nil nil)
14616 14839
14840(autoload (quote image-type) "image" "\
14841Determine and return image type.
14842FILE-OR-DATA is an image file name or image data.
14843Optional TYPE is a symbol describing the image type. If TYPE is omitted
14844or nil, try to determine the image type from its first few bytes
14845of image data. If that doesn't work, and FILE-OR-DATA is a file name,
14846use its file extension as image type.
14847Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
14848
14849\(fn FILE-OR-DATA &optional TYPE DATA-P)" nil nil)
14850
14617(autoload (quote image-type-available-p) "image" "\ 14851(autoload (quote image-type-available-p) "image" "\
14618Return non-nil if image type TYPE is available. 14852Return non-nil if image type TYPE is available.
14619Image types are symbols like `xbm' or `jpeg'. 14853Image types are symbols like `xbm' or `jpeg'.
@@ -14734,7 +14968,7 @@ Example:
14734 14968
14735;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 14969;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
14736;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 14970;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
14737;;;;;; "image-file.el" (17383 24126)) 14971;;;;;; "image-file.el" (17383 32107))
14738;;; Generated autoloads from image-file.el 14972;;; Generated autoloads from image-file.el
14739 14973
14740(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ 14974(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\
@@ -14781,8 +15015,6 @@ use either \\[customize] or the function `auto-image-file-mode'.")
14781 15015
14782(custom-autoload (quote auto-image-file-mode) "image-file") 15016(custom-autoload (quote auto-image-file-mode) "image-file")
14783 15017
14784(put (quote auto-image-file-mode) (quote custom-set) (quote custom-set-minor-mode))
14785
14786(autoload (quote auto-image-file-mode) "image-file" "\ 15018(autoload (quote auto-image-file-mode) "image-file" "\
14787Toggle visiting of image files as images. 15019Toggle visiting of image files as images.
14788With prefix argument ARG, turn on if positive, otherwise off. 15020With prefix argument ARG, turn on if positive, otherwise off.
@@ -14797,7 +15029,7 @@ Image files are those whose name has an extension in
14797;;;*** 15029;;;***
14798 15030
14799;;;### (autoloads (image-mode-maybe image-minor-mode image-mode) 15031;;;### (autoloads (image-mode-maybe image-minor-mode image-mode)
14800;;;;;; "image-mode" "image-mode.el" (17387 39216)) 15032;;;;;; "image-mode" "image-mode.el" (17578 34772))
14801;;; Generated autoloads from image-mode.el 15033;;; Generated autoloads from image-mode.el
14802 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) 15034 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist)
14803 (push '("\\.png\\'" . image-mode) auto-mode-alist) 15035 (push '("\\.png\\'" . image-mode) auto-mode-alist)
@@ -14835,7 +15067,7 @@ information on these modes.
14835;;;*** 15067;;;***
14836 15068
14837;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 15069;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
14838;;;;;; imenu-sort-function) "imenu" "imenu.el" (17383 24126)) 15070;;;;;; imenu-sort-function) "imenu" "imenu.el" (17585 4275))
14839;;; Generated autoloads from imenu.el 15071;;; Generated autoloads from imenu.el
14840 15072
14841(defvar imenu-sort-function nil "\ 15073(defvar imenu-sort-function nil "\
@@ -14870,18 +15102,13 @@ during matching.")
14870(make-variable-buffer-local (quote imenu-generic-expression)) 15102(make-variable-buffer-local (quote imenu-generic-expression))
14871 15103
14872(defvar imenu-create-index-function (quote imenu-default-create-index-function) "\ 15104(defvar imenu-create-index-function (quote imenu-default-create-index-function) "\
14873The function to use for creating a buffer index. 15105The function to use for creating an index alist of the current buffer.
14874
14875It should be a function that takes no arguments and returns an index
14876of the current buffer as an alist.
14877 15106
14878Simple elements in the alist look like (INDEX-NAME . INDEX-POSITION). 15107It should be a function that takes no arguments and returns
14879Special elements look like (INDEX-NAME INDEX-POSITION FUNCTION ARGUMENTS...). 15108an index alist of the current buffer. The function is
14880A nested sub-alist element looks like (INDEX-NAME SUB-ALIST). 15109called within a `save-excursion'.
14881The function `imenu--subalist-p' tests an element and returns t
14882if it is a sub-alist.
14883 15110
14884This function is called within a `save-excursion'.") 15111See `imenu--index-alist' for the format of the buffer index alist.")
14885 15112
14886(make-variable-buffer-local (quote imenu-create-index-function)) 15113(make-variable-buffer-local (quote imenu-create-index-function))
14887 15114
@@ -14955,7 +15182,7 @@ for more information.
14955 15182
14956;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion 15183;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion
14957;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 15184;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
14958;;;;;; "ind-util" "language/ind-util.el" (17339 56590)) 15185;;;;;; "ind-util" "language/ind-util.el" (17346 38886))
14959;;; Generated autoloads from language/ind-util.el 15186;;; Generated autoloads from language/ind-util.el
14960 15187
14961(autoload (quote indian-compose-region) "ind-util" "\ 15188(autoload (quote indian-compose-region) "ind-util" "\
@@ -14998,7 +15225,7 @@ See also the function `indian-glyph-char'.
14998 15225
14999;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command 15226;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
15000;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" 15227;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
15001;;;;;; "progmodes/inf-lisp.el" (17388 22062)) 15228;;;;;; "progmodes/inf-lisp.el" (17578 34779))
15002;;; Generated autoloads from progmodes/inf-lisp.el 15229;;; Generated autoloads from progmodes/inf-lisp.el
15003 15230
15004(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ 15231(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\
@@ -15065,7 +15292,7 @@ of `inferior-lisp-program'). Runs the hooks from
15065;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 15292;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
15066;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index 15293;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index
15067;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual 15294;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual
15068;;;;;; info info-other-window) "info" "info.el" (17427 20646)) 15295;;;;;; info info-other-window) "info" "info.el" (17590 36099))
15069;;; Generated autoloads from info.el 15296;;; Generated autoloads from info.el
15070 15297
15071(autoload (quote info-other-window) "info" "\ 15298(autoload (quote info-other-window) "info" "\
@@ -15231,7 +15458,7 @@ This will add a speedbar major display mode.
15231 15458
15232;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 15459;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
15233;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 15460;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
15234;;;;;; (17383 24126)) 15461;;;;;; (17383 32108))
15235;;; Generated autoloads from info-look.el 15462;;; Generated autoloads from info-look.el
15236 15463
15237(autoload (quote info-lookup-reset) "info-look" "\ 15464(autoload (quote info-lookup-reset) "info-look" "\
@@ -15279,7 +15506,7 @@ Perform completion on file preceding point.
15279;;;*** 15506;;;***
15280 15507
15281;;;### (autoloads (info-xref-check-all-custom info-xref-check-all 15508;;;### (autoloads (info-xref-check-all-custom info-xref-check-all
15282;;;;;; info-xref-check) "info-xref" "info-xref.el" (17383 24126)) 15509;;;;;; info-xref-check) "info-xref" "info-xref.el" (17521 64536))
15283;;; Generated autoloads from info-xref.el 15510;;; Generated autoloads from info-xref.el
15284 15511
15285(autoload (quote info-xref-check) "info-xref" "\ 15512(autoload (quote info-xref-check) "info-xref" "\
@@ -15306,7 +15533,7 @@ quite a while.
15306;;;*** 15533;;;***
15307 15534
15308;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) 15535;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)
15309;;;;;; "informat" "informat.el" (17383 24126)) 15536;;;;;; "informat" "informat.el" (17383 32108))
15310;;; Generated autoloads from informat.el 15537;;; Generated autoloads from informat.el
15311 15538
15312(autoload (quote Info-tagify) "informat" "\ 15539(autoload (quote Info-tagify) "informat" "\
@@ -15347,7 +15574,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
15347 15574
15348;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 15575;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
15349;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 15576;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
15350;;;;;; (17120 44797)) 15577;;;;;; (17116 6720))
15351;;; Generated autoloads from international/isearch-x.el 15578;;; Generated autoloads from international/isearch-x.el
15352 15579
15353(autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ 15580(autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\
@@ -15368,7 +15595,7 @@ Not documented
15368;;;*** 15595;;;***
15369 15596
15370;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (17383 15597;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (17383
15371;;;;;; 24126)) 15598;;;;;; 32108))
15372;;; Generated autoloads from isearchb.el 15599;;; Generated autoloads from isearchb.el
15373 15600
15374(autoload (quote isearchb-activate) "isearchb" "\ 15601(autoload (quote isearchb-activate) "isearchb" "\
@@ -15382,7 +15609,7 @@ accessed via isearchb.
15382;;;*** 15609;;;***
15383 15610
15384;;;### (autoloads (iso-accents-mode) "iso-acc" "obsolete/iso-acc.el" 15611;;;### (autoloads (iso-accents-mode) "iso-acc" "obsolete/iso-acc.el"
15385;;;;;; (17382 34311)) 15612;;;;;; (17383 32179))
15386;;; Generated autoloads from obsolete/iso-acc.el 15613;;; Generated autoloads from obsolete/iso-acc.el
15387 15614
15388(autoload (quote iso-accents-mode) "iso-acc" "\ 15615(autoload (quote iso-accents-mode) "iso-acc" "\
@@ -15415,7 +15642,7 @@ and a negative argument disables it.
15415;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 15642;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
15416;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 15643;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
15417;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 15644;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
15418;;;;;; "international/iso-cvt.el" (17102 18714)) 15645;;;;;; "international/iso-cvt.el" (17097 33520))
15419;;; Generated autoloads from international/iso-cvt.el 15646;;; Generated autoloads from international/iso-cvt.el
15420 15647
15421(autoload (quote iso-spanish) "iso-cvt" "\ 15648(autoload (quote iso-spanish) "iso-cvt" "\
@@ -15499,7 +15726,7 @@ Add submenus to the File menu, to convert to and from various formats.
15499;;;*** 15726;;;***
15500 15727
15501;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 15728;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
15502;;;;;; (17102 18715)) 15729;;;;;; (17097 33521))
15503;;; Generated autoloads from international/iso-transl.el 15730;;; Generated autoloads from international/iso-transl.el
15504 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 15731 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
15505 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 15732 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -15512,8 +15739,9 @@ Add submenus to the File menu, to convert to and from various formats.
15512;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 15739;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
15513;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist 15740;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist
15514;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" 15741;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
15515;;;;;; (17436 5419)) 15742;;;;;; (17578 34779))
15516;;; Generated autoloads from textmodes/ispell.el 15743;;; Generated autoloads from textmodes/ispell.el
15744(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
15517 15745
15518(defvar ispell-personal-dictionary nil "\ 15746(defvar ispell-personal-dictionary nil "\
15519*File name of your personal spelling dictionary, or nil. 15747*File name of your personal spelling dictionary, or nil.
@@ -15521,6 +15749,7 @@ If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used,
15521where DICTNAME is the name of your default dictionary.") 15749where DICTNAME is the name of your default dictionary.")
15522 15750
15523(custom-autoload (quote ispell-personal-dictionary) "ispell") 15751(custom-autoload (quote ispell-personal-dictionary) "ispell")
15752(put 'ispell-local-dictionary 'safe-local-variable 'string-or-null-p)
15524 15753
15525(defvar ispell-local-dictionary-alist nil "\ 15754(defvar ispell-local-dictionary-alist nil "\
15526*List of local or customized dictionary definitions. 15755*List of local or customized dictionary definitions.
@@ -15798,8 +16027,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
15798 16027
15799;;;*** 16028;;;***
15800 16029
15801;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (17435 16030;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (17438
15802;;;;;; 10813)) 16031;;;;;; 58632))
15803;;; Generated autoloads from iswitchb.el 16032;;; Generated autoloads from iswitchb.el
15804 16033
15805(defvar iswitchb-mode nil "\ 16034(defvar iswitchb-mode nil "\
@@ -15810,8 +16039,6 @@ use either \\[customize] or the function `iswitchb-mode'.")
15810 16039
15811(custom-autoload (quote iswitchb-mode) "iswitchb") 16040(custom-autoload (quote iswitchb-mode) "iswitchb")
15812 16041
15813(put (quote iswitchb-mode) (quote custom-set) (quote custom-set-minor-mode))
15814
15815(autoload (quote iswitchb-mode) "iswitchb" "\ 16042(autoload (quote iswitchb-mode) "iswitchb" "\
15816Toggle Iswitchb global minor mode. 16043Toggle Iswitchb global minor mode.
15817With arg, turn Iswitchb mode on if and only iff ARG is positive. 16044With arg, turn Iswitchb mode on if and only iff ARG is positive.
@@ -15825,7 +16052,7 @@ This mode enables switching between buffers using substrings. See
15825;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 16052;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
15826;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 16053;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
15827;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 16054;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
15828;;;;;; "japan-util" "language/japan-util.el" (17102 18773)) 16055;;;;;; "japan-util" "language/japan-util.el" (17097 33526))
15829;;; Generated autoloads from language/japan-util.el 16056;;; Generated autoloads from language/japan-util.el
15830 16057
15831(autoload (quote setup-japanese-environment-internal) "japan-util" "\ 16058(autoload (quote setup-japanese-environment-internal) "japan-util" "\
@@ -15903,7 +16130,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
15903;;;*** 16130;;;***
15904 16131
15905;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 16132;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
15906;;;;;; "jka-compr.el" (17410 23317)) 16133;;;;;; "jka-compr.el" (17420 36078))
15907;;; Generated autoloads from jka-compr.el 16134;;; Generated autoloads from jka-compr.el
15908 16135
15909(defvar jka-compr-inhibit nil "\ 16136(defvar jka-compr-inhibit nil "\
@@ -15928,7 +16155,7 @@ by `jka-compr-installed'.
15928 16155
15929;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 16156;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
15930;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 16157;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
15931;;;;;; (17383 13537)) 16158;;;;;; (17383 32143))
15932;;; Generated autoloads from emulation/keypad.el 16159;;; Generated autoloads from emulation/keypad.el
15933 16160
15934(defvar keypad-setup nil "\ 16161(defvar keypad-setup nil "\
@@ -15984,7 +16211,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
15984;;;*** 16211;;;***
15985 16212
15986;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 16213;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
15987;;;;;; (17301 53989)) 16214;;;;;; (17301 45595))
15988;;; Generated autoloads from international/kinsoku.el 16215;;; Generated autoloads from international/kinsoku.el
15989 16216
15990(autoload (quote kinsoku) "kinsoku" "\ 16217(autoload (quote kinsoku) "kinsoku" "\
@@ -16005,8 +16232,8 @@ the context of text formatting.
16005 16232
16006;;;*** 16233;;;***
16007 16234
16008;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (17102 16235;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (17097
16009;;;;;; 18717)) 16236;;;;;; 33521))
16010;;; Generated autoloads from international/kkc.el 16237;;; Generated autoloads from international/kkc.el
16011 16238
16012(defvar kkc-after-update-conversion-functions nil "\ 16239(defvar kkc-after-update-conversion-functions nil "\
@@ -16031,7 +16258,7 @@ and the return value is the length of the conversion.
16031;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 16258;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
16032;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 16259;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16033;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" 16260;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro"
16034;;;;;; "kmacro.el" (17383 24126)) 16261;;;;;; "kmacro.el" (17503 24306))
16035;;; Generated autoloads from kmacro.el 16262;;; Generated autoloads from kmacro.el
16036 (global-set-key "\C-x(" 'kmacro-start-macro) 16263 (global-set-key "\C-x(" 'kmacro-start-macro)
16037 (global-set-key "\C-x)" 'kmacro-end-macro) 16264 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -16138,7 +16365,7 @@ If kbd macro currently being defined end it before activating it.
16138 16365
16139;;;### (autoloads (kannada-post-read-conversion kannada-compose-string 16366;;;### (autoloads (kannada-post-read-conversion kannada-compose-string
16140;;;;;; kannada-compose-region) "knd-util" "language/knd-util.el" 16367;;;;;; kannada-compose-region) "knd-util" "language/knd-util.el"
16141;;;;;; (17102 18774)) 16368;;;;;; (17097 33526))
16142;;; Generated autoloads from language/knd-util.el 16369;;; Generated autoloads from language/knd-util.el
16143 16370
16144(defconst kannada-consonant "[\x51f75-\x51fb9]") 16371(defconst kannada-consonant "[\x51f75-\x51fb9]")
@@ -16161,7 +16388,7 @@ Not documented
16161;;;*** 16388;;;***
16162 16389
16163;;;### (autoloads (setup-korean-environment-internal) "korea-util" 16390;;;### (autoloads (setup-korean-environment-internal) "korea-util"
16164;;;;;; "language/korea-util.el" (17102 18775)) 16391;;;;;; "language/korea-util.el" (17097 33526))
16165;;; Generated autoloads from language/korea-util.el 16392;;; Generated autoloads from language/korea-util.el
16166 16393
16167(defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ 16394(defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\
@@ -16176,7 +16403,7 @@ Not documented
16176;;;*** 16403;;;***
16177 16404
16178;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 16405;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
16179;;;;;; (17393 12443)) 16406;;;;;; (17582 28846))
16180;;; Generated autoloads from play/landmark.el 16407;;; Generated autoloads from play/landmark.el
16181 16408
16182(defalias (quote landmark-repeat) (quote lm-test-run)) 16409(defalias (quote landmark-repeat) (quote lm-test-run))
@@ -16210,8 +16437,8 @@ Use \\[describe-mode] for more info.
16210 16437
16211;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion 16438;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion
16212;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao 16439;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao
16213;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (17102 16440;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (17097
16214;;;;;; 18775)) 16441;;;;;; 33526))
16215;;; Generated autoloads from language/lao-util.el 16442;;; Generated autoloads from language/lao-util.el
16216 16443
16217(autoload (quote lao-compose-string) "lao-util" "\ 16444(autoload (quote lao-compose-string) "lao-util" "\
@@ -16260,7 +16487,7 @@ Not documented
16260 16487
16261;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 16488;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
16262;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 16489;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
16263;;;;;; "latexenc" "international/latexenc.el" (17370 39824)) 16490;;;;;; "latexenc" "international/latexenc.el" (17383 32167))
16264;;; Generated autoloads from international/latexenc.el 16491;;; Generated autoloads from international/latexenc.el
16265 16492
16266(defvar latex-inputenc-coding-alist (quote (("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\ 16493(defvar latex-inputenc-coding-alist (quote (("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\
@@ -16292,7 +16519,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
16292;;;*** 16519;;;***
16293 16520
16294;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 16521;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
16295;;;;;; "latin1-disp" "international/latin1-disp.el" (17102 18720)) 16522;;;;;; "latin1-disp" "international/latin1-disp.el" (17097 33522))
16296;;; Generated autoloads from international/latin1-disp.el 16523;;; Generated autoloads from international/latin1-disp.el
16297 16524
16298(defvar latin1-display nil "\ 16525(defvar latin1-display nil "\
@@ -16336,7 +16563,7 @@ use either \\[customize] or the function `latin1-display'.")
16336;;;*** 16563;;;***
16337 16564
16338;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" 16565;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock"
16339;;;;;; "obsolete/lazy-lock.el" (17382 34311)) 16566;;;;;; "obsolete/lazy-lock.el" (17383 32179))
16340;;; Generated autoloads from obsolete/lazy-lock.el 16567;;; Generated autoloads from obsolete/lazy-lock.el
16341 16568
16342(autoload (quote lazy-lock-mode) "lazy-lock" "\ 16569(autoload (quote lazy-lock-mode) "lazy-lock" "\
@@ -16404,7 +16631,7 @@ Unconditionally turn on Lazy Lock mode.
16404;;;*** 16631;;;***
16405 16632
16406;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 16633;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
16407;;;;;; (17388 22062)) 16634;;;;;; (17397 61570))
16408;;; Generated autoloads from progmodes/ld-script.el 16635;;; Generated autoloads from progmodes/ld-script.el
16409 16636
16410(add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode))) 16637(add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode)))
@@ -16419,7 +16646,7 @@ A major mode to edit GNU ld script files
16419;;;*** 16646;;;***
16420 16647
16421;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 16648;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
16422;;;;;; (17383 24126)) 16649;;;;;; (17383 32110))
16423;;; Generated autoloads from ledit.el 16650;;; Generated autoloads from ledit.el
16424 16651
16425(defconst ledit-save-files t "\ 16652(defconst ledit-save-files t "\
@@ -16453,7 +16680,7 @@ Not documented
16453 16680
16454;;;*** 16681;;;***
16455 16682
16456;;;### (autoloads (life) "life" "play/life.el" (17382 1892)) 16683;;;### (autoloads (life) "life" "play/life.el" (17383 32182))
16457;;; Generated autoloads from play/life.el 16684;;; Generated autoloads from play/life.el
16458 16685
16459(autoload (quote life) "life" "\ 16686(autoload (quote life) "life" "\
@@ -16466,8 +16693,8 @@ generations (this defaults to 1).
16466 16693
16467;;;*** 16694;;;***
16468 16695
16469;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (17410 16696;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (17484
16470;;;;;; 23522)) 16697;;;;;; 52424))
16471;;; Generated autoloads from loadhist.el 16698;;; Generated autoloads from loadhist.el
16472 16699
16473(autoload (quote unload-feature) "loadhist" "\ 16700(autoload (quote unload-feature) "loadhist" "\
@@ -16490,7 +16717,7 @@ such as redefining an Emacs function.
16490;;;*** 16717;;;***
16491 16718
16492;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 16719;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
16493;;;;;; "locate" "locate.el" (17432 49887)) 16720;;;;;; "locate" "locate.el" (17578 34772))
16494;;; Generated autoloads from locate.el 16721;;; Generated autoloads from locate.el
16495 16722
16496(defvar locate-ls-subdir-switches "-al" "\ 16723(defvar locate-ls-subdir-switches "-al" "\
@@ -16537,7 +16764,7 @@ except that FILTER is not optional.
16537 16764
16538;;;*** 16765;;;***
16539 16766
16540;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (17383 24126)) 16767;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (17494 22059))
16541;;; Generated autoloads from log-edit.el 16768;;; Generated autoloads from log-edit.el
16542 16769
16543(autoload (quote log-edit) "log-edit" "\ 16770(autoload (quote log-edit) "log-edit" "\
@@ -16558,8 +16785,8 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
16558 16785
16559;;;*** 16786;;;***
16560 16787
16561;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (17383 16788;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (17494
16562;;;;;; 24126)) 16789;;;;;; 22059))
16563;;; Generated autoloads from log-view.el 16790;;; Generated autoloads from log-view.el
16564 16791
16565(autoload (quote log-view-mode) "log-view" "\ 16792(autoload (quote log-view-mode) "log-view" "\
@@ -16569,8 +16796,8 @@ Major mode for browsing CVS log output.
16569 16796
16570;;;*** 16797;;;***
16571 16798
16572;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (17383 16799;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (17590
16573;;;;;; 24126)) 16800;;;;;; 36099))
16574;;; Generated autoloads from longlines.el 16801;;; Generated autoloads from longlines.el
16575 16802
16576(autoload (quote longlines-mode) "longlines" "\ 16803(autoload (quote longlines-mode) "longlines" "\
@@ -16592,7 +16819,7 @@ are indicated with a symbol.
16592 16819
16593;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 16820;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16594;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (17383 16821;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (17383
16595;;;;;; 24126)) 16822;;;;;; 32111))
16596;;; Generated autoloads from lpr.el 16823;;; Generated autoloads from lpr.el
16597 16824
16598(defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) 16825(defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt))))
@@ -16686,7 +16913,7 @@ for further customization of the printer command.
16686;;;*** 16913;;;***
16687 16914
16688;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 16915;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
16689;;;;;; (17383 24126)) 16916;;;;;; (17383 32111))
16690;;; Generated autoloads from ls-lisp.el 16917;;; Generated autoloads from ls-lisp.el
16691 16918
16692(defvar ls-lisp-support-shell-wildcards t "\ 16919(defvar ls-lisp-support-shell-wildcards t "\
@@ -16697,8 +16924,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
16697 16924
16698;;;*** 16925;;;***
16699 16926
16700;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (17385 16927;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (17397
16701;;;;;; 41891)) 16928;;;;;; 61548))
16702;;; Generated autoloads from calendar/lunar.el 16929;;; Generated autoloads from calendar/lunar.el
16703 16930
16704(autoload (quote phases-of-moon) "lunar" "\ 16931(autoload (quote phases-of-moon) "lunar" "\
@@ -16711,8 +16938,8 @@ This function is suitable for execution in a .emacs file.
16711 16938
16712;;;*** 16939;;;***
16713 16940
16714;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (17388 16941;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (17397
16715;;;;;; 22062)) 16942;;;;;; 61570))
16716;;; Generated autoloads from progmodes/m4-mode.el 16943;;; Generated autoloads from progmodes/m4-mode.el
16717 16944
16718(autoload (quote m4-mode) "m4-mode" "\ 16945(autoload (quote m4-mode) "m4-mode" "\
@@ -16724,7 +16951,7 @@ A major mode to edit m4 macro files.
16724;;;*** 16951;;;***
16725 16952
16726;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" 16953;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
16727;;;;;; (17383 16118)) 16954;;;;;; (17383 32140))
16728;;; Generated autoloads from emacs-lisp/macroexp.el 16955;;; Generated autoloads from emacs-lisp/macroexp.el
16729 16956
16730(autoload (quote macroexpand-all) "macroexp" "\ 16957(autoload (quote macroexpand-all) "macroexp" "\
@@ -16738,7 +16965,7 @@ definitions to shadow the loaded ones for use in file byte-compilation.
16738;;;*** 16965;;;***
16739 16966
16740;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 16967;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
16741;;;;;; name-last-kbd-macro) "macros" "macros.el" (17383 24126)) 16968;;;;;; name-last-kbd-macro) "macros" "macros.el" (17383 32112))
16742;;; Generated autoloads from macros.el 16969;;; Generated autoloads from macros.el
16743 16970
16744(autoload (quote name-last-kbd-macro) "macros" "\ 16971(autoload (quote name-last-kbd-macro) "macros" "\
@@ -16827,7 +17054,7 @@ and then select the region of un-tablified names and use
16827;;;*** 17054;;;***
16828 17055
16829;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 17056;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
16830;;;;;; "mail/mail-extr.el" (17383 16812)) 17057;;;;;; "mail/mail-extr.el" (17383 32168))
16831;;; Generated autoloads from mail/mail-extr.el 17058;;; Generated autoloads from mail/mail-extr.el
16832 17059
16833(autoload (quote mail-extract-address-components) "mail-extr" "\ 17060(autoload (quote mail-extract-address-components) "mail-extr" "\
@@ -16859,7 +17086,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
16859 17086
16860;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 17087;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
16861;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 17088;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
16862;;;;;; (17383 16812)) 17089;;;;;; (17383 32168))
16863;;; Generated autoloads from mail/mail-hist.el 17090;;; Generated autoloads from mail/mail-hist.el
16864 17091
16865(autoload (quote mail-hist-define-keys) "mail-hist" "\ 17092(autoload (quote mail-hist-define-keys) "mail-hist" "\
@@ -16891,7 +17118,7 @@ This function normally would be called when the message is sent.
16891;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 17118;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
16892;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p 17119;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p
16893;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (17383 17120;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (17383
16894;;;;;; 16812)) 17121;;;;;; 32168))
16895;;; Generated autoloads from mail/mail-utils.el 17122;;; Generated autoloads from mail/mail-utils.el
16896 17123
16897(defvar mail-use-rfc822 nil "\ 17124(defvar mail-use-rfc822 nil "\
@@ -16943,7 +17170,7 @@ If 4th arg LIST is non-nil, return a list of all such fields.
16943;;;*** 17170;;;***
16944 17171
16945;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) 17172;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
16946;;;;;; "mailabbrev" "mail/mailabbrev.el" (17383 16812)) 17173;;;;;; "mailabbrev" "mail/mailabbrev.el" (17383 32168))
16947;;; Generated autoloads from mail/mailabbrev.el 17174;;; Generated autoloads from mail/mailabbrev.el
16948 17175
16949(autoload (quote mail-abbrevs-setup) "mailabbrev" "\ 17176(autoload (quote mail-abbrevs-setup) "mailabbrev" "\
@@ -16967,7 +17194,7 @@ If DEFINITION contains multiple addresses, separate them with commas.
16967 17194
16968;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases 17195;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
16969;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (17383 17196;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (17383
16970;;;;;; 16812)) 17197;;;;;; 32169))
16971;;; Generated autoloads from mail/mailalias.el 17198;;; Generated autoloads from mail/mailalias.el
16972 17199
16973(defvar mail-complete-style (quote angles) "\ 17200(defvar mail-complete-style (quote angles) "\
@@ -17013,7 +17240,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any.
17013;;;*** 17240;;;***
17014 17241
17015;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 17242;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
17016;;;;;; (17383 16812)) 17243;;;;;; (17383 32169))
17017;;; Generated autoloads from mail/mailclient.el 17244;;; Generated autoloads from mail/mailclient.el
17018 17245
17019(autoload (quote mailclient-send-it) "mailclient" "\ 17246(autoload (quote mailclient-send-it) "mailclient" "\
@@ -17027,7 +17254,7 @@ The mail client is taken to be the handler of mailto URLs.
17027 17254
17028;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 17255;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
17029;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 17256;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
17030;;;;;; "make-mode" "progmodes/make-mode.el" (17388 22062)) 17257;;;;;; "make-mode" "progmodes/make-mode.el" (17578 34779))
17031;;; Generated autoloads from progmodes/make-mode.el 17258;;; Generated autoloads from progmodes/make-mode.el
17032 17259
17033(autoload (quote makefile-mode) "make-mode" "\ 17260(autoload (quote makefile-mode) "make-mode" "\
@@ -17035,11 +17262,10 @@ Major mode for editing standard Makefiles.
17035 17262
17036If you are editing a file for a different make, try one of the 17263If you are editing a file for a different make, try one of the
17037variants `makefile-automake-mode', `makefile-gmake-mode', 17264variants `makefile-automake-mode', `makefile-gmake-mode',
17038`makefile-makepp-mode', `makefile-bsdmake-mode' or, 17265`makefile-makepp-mode', `makefile-bsdmake-mode' or,
17039`makefile-imake-mode'All but the 17266`makefile-imake-mode'. All but the last should be correctly
17040last should be correctly chosen based on the file name, except if 17267chosen based on the file name, except if it is *.mk. This
17041it is *.mk. This function ends by invoking the function(s) 17268function ends by invoking the function(s) `makefile-mode-hook'.
17042`makefile-mode-hook'.
17043 17269
17044It is strongly recommended to use `font-lock-mode', because that 17270It is strongly recommended to use `font-lock-mode', because that
17045provides additional parsing information. This is used for 17271provides additional parsing information. This is used for
@@ -17146,7 +17372,7 @@ An adapted `makefile-mode' that knows about imake.
17146;;;*** 17372;;;***
17147 17373
17148;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (17383 17374;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (17383
17149;;;;;; 24126)) 17375;;;;;; 32112))
17150;;; Generated autoloads from makesum.el 17376;;; Generated autoloads from makesum.el
17151 17377
17152(autoload (quote make-command-summary) "makesum" "\ 17378(autoload (quote make-command-summary) "makesum" "\
@@ -17157,7 +17383,7 @@ Previous contents of that buffer are killed first.
17157 17383
17158;;;*** 17384;;;***
17159 17385
17160;;;### (autoloads (man-follow man) "man" "man.el" (17383 24126)) 17386;;;### (autoloads (man-follow man) "man" "man.el" (17466 42706))
17161;;; Generated autoloads from man.el 17387;;; Generated autoloads from man.el
17162 17388
17163(defalias (quote manual-entry) (quote man)) 17389(defalias (quote manual-entry) (quote man))
@@ -17184,7 +17410,7 @@ Get a Un*x manual page of the item under point and put it in a buffer.
17184 17410
17185;;;*** 17411;;;***
17186 17412
17187;;;### (autoloads (master-mode) "master" "master.el" (17148 25016)) 17413;;;### (autoloads (master-mode) "master" "master.el" (17161 57259))
17188;;; Generated autoloads from master.el 17414;;; Generated autoloads from master.el
17189 17415
17190(autoload (quote master-mode) "master" "\ 17416(autoload (quote master-mode) "master" "\
@@ -17206,8 +17432,8 @@ yourself the value of `master-of' by calling `master-show-slave'.
17206 17432
17207;;;*** 17433;;;***
17208 17434
17209;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17390 17435;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17578
17210;;;;;; 3585)) 17436;;;;;; 34772))
17211;;; Generated autoloads from menu-bar.el 17437;;; Generated autoloads from menu-bar.el
17212 17438
17213(put (quote menu-bar-mode) (quote standard-value) (quote (t))) 17439(put (quote menu-bar-mode) (quote standard-value) (quote (t)))
@@ -17220,8 +17446,6 @@ use either \\[customize] or the function `menu-bar-mode'.")
17220 17446
17221(custom-autoload (quote menu-bar-mode) "menu-bar") 17447(custom-autoload (quote menu-bar-mode) "menu-bar")
17222 17448
17223(put (quote menu-bar-mode) (quote custom-set) (quote custom-set-minor-mode))
17224
17225(autoload (quote menu-bar-mode) "menu-bar" "\ 17449(autoload (quote menu-bar-mode) "menu-bar" "\
17226Toggle display of a menu bar on each frame. 17450Toggle display of a menu bar on each frame.
17227This command applies to all frames that exist and frames to be 17451This command applies to all frames that exist and frames to be
@@ -17243,7 +17467,7 @@ turn on menu bars; otherwise, turn off menu bars.
17243;;;;;; message-cite-function message-yank-prefix message-citation-line-function 17467;;;;;; message-cite-function message-yank-prefix message-citation-line-function
17244;;;;;; message-send-mail-function message-user-organization-file 17468;;;;;; message-send-mail-function message-user-organization-file
17245;;;;;; message-signature-separator message-from-style) "message" 17469;;;;;; message-signature-separator message-from-style) "message"
17246;;;;;; "gnus/message.el" (17437 45960)) 17470;;;;;; "gnus/message.el" (17578 34776))
17247;;; Generated autoloads from gnus/message.el 17471;;; Generated autoloads from gnus/message.el
17248 17472
17249(defvar message-from-style (quote default) "\ 17473(defvar message-from-style (quote default) "\
@@ -17497,7 +17721,7 @@ which specify the range to operate on.
17497;;;*** 17721;;;***
17498 17722
17499;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 17723;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
17500;;;;;; (17388 22062)) 17724;;;;;; (17397 61570))
17501;;; Generated autoloads from progmodes/meta-mode.el 17725;;; Generated autoloads from progmodes/meta-mode.el
17502 17726
17503(autoload (quote metafont-mode) "meta-mode" "\ 17727(autoload (quote metafont-mode) "meta-mode" "\
@@ -17524,7 +17748,7 @@ Turning on MetaPost mode calls the value of the variable
17524 17748
17525;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 17749;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
17526;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 17750;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
17527;;;;;; (17383 16812)) 17751;;;;;; (17383 32169))
17528;;; Generated autoloads from mail/metamail.el 17752;;; Generated autoloads from mail/metamail.el
17529 17753
17530(autoload (quote metamail-interpret-header) "metamail" "\ 17754(autoload (quote metamail-interpret-header) "metamail" "\
@@ -17569,7 +17793,7 @@ redisplayed as output is inserted.
17569 17793
17570;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 17794;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
17571;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 17795;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
17572;;;;;; "mh-e/mh-comp.el" (17437 48486)) 17796;;;;;; "mh-e/mh-comp.el" (17578 34777))
17573;;; Generated autoloads from mh-e/mh-comp.el 17797;;; Generated autoloads from mh-e/mh-comp.el
17574 17798
17575(autoload (quote mh-smail) "mh-comp" "\ 17799(autoload (quote mh-smail) "mh-comp" "\
@@ -17656,7 +17880,7 @@ delete the draft message.
17656 17880
17657;;;*** 17881;;;***
17658 17882
17659;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (17448 13451)) 17883;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (17578 34777))
17660;;; Generated autoloads from mh-e/mh-e.el 17884;;; Generated autoloads from mh-e/mh-e.el
17661 17885
17662(put (quote mh-progs) (quote risky-local-variable) t) 17886(put (quote mh-progs) (quote risky-local-variable) t)
@@ -17673,7 +17897,7 @@ Display version information about MH-E and the MH mail handling system.
17673;;;*** 17897;;;***
17674 17898
17675;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 17899;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
17676;;;;;; "mh-e/mh-folder.el" (17432 18686)) 17900;;;;;; "mh-e/mh-folder.el" (17484 52433))
17677;;; Generated autoloads from mh-e/mh-folder.el 17901;;; Generated autoloads from mh-e/mh-folder.el
17678 17902
17679(autoload (quote mh-rmail) "mh-folder" "\ 17903(autoload (quote mh-rmail) "mh-folder" "\
@@ -17755,7 +17979,7 @@ perform the operation on all messages in that region.
17755;;;*** 17979;;;***
17756 17980
17757;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 17981;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
17758;;;;;; "midnight.el" (17416 12817)) 17982;;;;;; "midnight.el" (17420 36079))
17759;;; Generated autoloads from midnight.el 17983;;; Generated autoloads from midnight.el
17760 17984
17761(autoload (quote clean-buffer-list) "midnight" "\ 17985(autoload (quote clean-buffer-list) "midnight" "\
@@ -17782,7 +18006,7 @@ to its second argument TM.
17782;;;*** 18006;;;***
17783 18007
17784;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 18008;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
17785;;;;;; "minibuf-eldef.el" (17383 24126)) 18009;;;;;; "minibuf-eldef.el" (17383 32112))
17786;;; Generated autoloads from minibuf-eldef.el 18010;;; Generated autoloads from minibuf-eldef.el
17787 18011
17788(defvar minibuffer-electric-default-mode nil "\ 18012(defvar minibuffer-electric-default-mode nil "\
@@ -17793,8 +18017,6 @@ use either \\[customize] or the function `minibuffer-electric-default-mode'.")
17793 18017
17794(custom-autoload (quote minibuffer-electric-default-mode) "minibuf-eldef") 18018(custom-autoload (quote minibuffer-electric-default-mode) "minibuf-eldef")
17795 18019
17796(put (quote minibuffer-electric-default-mode) (quote custom-set) (quote custom-set-minor-mode))
17797
17798(autoload (quote minibuffer-electric-default-mode) "minibuf-eldef" "\ 18020(autoload (quote minibuffer-electric-default-mode) "minibuf-eldef" "\
17799Toggle Minibuffer Electric Default mode. 18021Toggle Minibuffer Electric Default mode.
17800When active, minibuffer prompts that show a default value only show the 18022When active, minibuffer prompts that show a default value only show the
@@ -17811,7 +18033,7 @@ Returns non-nil if the new state is enabled.
17811;;;*** 18033;;;***
17812 18034
17813;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 18035;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
17814;;;;;; (17388 22062)) 18036;;;;;; (17397 61570))
17815;;; Generated autoloads from progmodes/mixal-mode.el 18037;;; Generated autoloads from progmodes/mixal-mode.el
17816 18038
17817(autoload (quote mixal-mode) "mixal-mode" "\ 18039(autoload (quote mixal-mode) "mixal-mode" "\
@@ -17826,7 +18048,7 @@ Major mode for the mixal asm language.
17826 18048
17827;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion 18049;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion
17828;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el" 18050;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el"
17829;;;;;; (17339 56590)) 18051;;;;;; (17346 38886))
17830;;; Generated autoloads from language/mlm-util.el 18052;;; Generated autoloads from language/mlm-util.el
17831 18053
17832(autoload (quote malayalam-compose-region) "mlm-util" "\ 18054(autoload (quote malayalam-compose-region) "mlm-util" "\
@@ -17849,7 +18071,7 @@ PATTERN regexp.
17849;;;*** 18071;;;***
17850 18072
17851;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 18073;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
17852;;;;;; "mm-extern" "gnus/mm-extern.el" (17437 45960)) 18074;;;;;; "mm-extern" "gnus/mm-extern.el" (17484 52431))
17853;;; Generated autoloads from gnus/mm-extern.el 18075;;; Generated autoloads from gnus/mm-extern.el
17854 18076
17855(autoload (quote mm-extern-cache-contents) "mm-extern" "\ 18077(autoload (quote mm-extern-cache-contents) "mm-extern" "\
@@ -17868,7 +18090,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17868;;;*** 18090;;;***
17869 18091
17870;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 18092;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
17871;;;;;; (17382 1052)) 18093;;;;;; (17383 32161))
17872;;; Generated autoloads from gnus/mm-partial.el 18094;;; Generated autoloads from gnus/mm-partial.el
17873 18095
17874(autoload (quote mm-inline-partial) "mm-partial" "\ 18096(autoload (quote mm-inline-partial) "mm-partial" "\
@@ -17882,7 +18104,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17882;;;*** 18104;;;***
17883 18105
17884;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 18106;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
17885;;;;;; "mm-url" "gnus/mm-url.el" (17382 1052)) 18107;;;;;; "mm-url" "gnus/mm-url.el" (17383 32161))
17886;;; Generated autoloads from gnus/mm-url.el 18108;;; Generated autoloads from gnus/mm-url.el
17887 18109
17888(autoload (quote mm-url-insert-file-contents) "mm-url" "\ 18110(autoload (quote mm-url-insert-file-contents) "mm-url" "\
@@ -17899,7 +18121,7 @@ Insert file contents of URL using `mm-url-program'.
17899;;;*** 18121;;;***
17900 18122
17901;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 18123;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
17902;;;;;; "gnus/mm-uu.el" (17437 45961)) 18124;;;;;; "gnus/mm-uu.el" (17498 30595))
17903;;; Generated autoloads from gnus/mm-uu.el 18125;;; Generated autoloads from gnus/mm-uu.el
17904 18126
17905(autoload (quote mm-uu-dissect) "mm-uu" "\ 18127(autoload (quote mm-uu-dissect) "mm-uu" "\
@@ -17919,7 +18141,7 @@ Assume text has been decoded if DECODED is non-nil.
17919;;;*** 18141;;;***
17920 18142
17921;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 18143;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
17922;;;;;; (17388 8140)) 18144;;;;;; (17494 22066))
17923;;; Generated autoloads from gnus/mml1991.el 18145;;; Generated autoloads from gnus/mml1991.el
17924 18146
17925(autoload (quote mml1991-encrypt) "mml1991" "\ 18147(autoload (quote mml1991-encrypt) "mml1991" "\
@@ -17936,7 +18158,7 @@ Not documented
17936 18158
17937;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 18159;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
17938;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 18160;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
17939;;;;;; "mml2015" "gnus/mml2015.el" (17388 8140)) 18161;;;;;; "mml2015" "gnus/mml2015.el" (17498 30595))
17940;;; Generated autoloads from gnus/mml2015.el 18162;;; Generated autoloads from gnus/mml2015.el
17941 18163
17942(autoload (quote mml2015-decrypt) "mml2015" "\ 18164(autoload (quote mml2015-decrypt) "mml2015" "\
@@ -17977,7 +18199,7 @@ Not documented
17977;;;*** 18199;;;***
17978 18200
17979;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" 18201;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
17980;;;;;; (17276 44726)) 18202;;;;;; (17281 61308))
17981;;; Generated autoloads from progmodes/modula2.el 18203;;; Generated autoloads from progmodes/modula2.el
17982 18204
17983(autoload (quote modula-2-mode) "modula2" "\ 18205(autoload (quote modula-2-mode) "modula2" "\
@@ -18009,7 +18231,7 @@ followed by the first character of the construct.
18009;;;*** 18231;;;***
18010 18232
18011;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 18233;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
18012;;;;;; (17382 1892)) 18234;;;;;; (17383 32182))
18013;;; Generated autoloads from play/morse.el 18235;;; Generated autoloads from play/morse.el
18014 18236
18015(autoload (quote morse-region) "morse" "\ 18237(autoload (quote morse-region) "morse" "\
@@ -18025,7 +18247,7 @@ Convert morse coded text in region to ordinary ASCII text.
18025;;;*** 18247;;;***
18026 18248
18027;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (17383 18249;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (17383
18028;;;;;; 24126)) 18250;;;;;; 32113))
18029;;; Generated autoloads from mouse-sel.el 18251;;; Generated autoloads from mouse-sel.el
18030 18252
18031(defvar mouse-sel-mode nil "\ 18253(defvar mouse-sel-mode nil "\
@@ -18036,8 +18258,6 @@ use either \\[customize] or the function `mouse-sel-mode'.")
18036 18258
18037(custom-autoload (quote mouse-sel-mode) "mouse-sel") 18259(custom-autoload (quote mouse-sel-mode) "mouse-sel")
18038 18260
18039(put (quote mouse-sel-mode) (quote custom-set) (quote custom-set-minor-mode))
18040
18041(autoload (quote mouse-sel-mode) "mouse-sel" "\ 18261(autoload (quote mouse-sel-mode) "mouse-sel" "\
18042Toggle Mouse Sel mode. 18262Toggle Mouse Sel mode.
18043With prefix ARG, turn Mouse Sel mode on if and only if ARG is positive. 18263With prefix ARG, turn Mouse Sel mode on if and only if ARG is positive.
@@ -18078,7 +18298,7 @@ primary selection and region.
18078 18298
18079;;;*** 18299;;;***
18080 18300
18081;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (17382 1892)) 18301;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (17383 32183))
18082;;; Generated autoloads from play/mpuz.el 18302;;; Generated autoloads from play/mpuz.el
18083 18303
18084(autoload (quote mpuz) "mpuz" "\ 18304(autoload (quote mpuz) "mpuz" "\
@@ -18088,7 +18308,7 @@ Multiplication puzzle with GNU Emacs.
18088 18308
18089;;;*** 18309;;;***
18090 18310
18091;;;### (autoloads (msb-mode) "msb" "msb.el" (17383 24126)) 18311;;;### (autoloads (msb-mode) "msb" "msb.el" (17578 34773))
18092;;; Generated autoloads from msb.el 18312;;; Generated autoloads from msb.el
18093 18313
18094(defvar msb-mode nil "\ 18314(defvar msb-mode nil "\
@@ -18099,8 +18319,6 @@ use either \\[customize] or the function `msb-mode'.")
18099 18319
18100(custom-autoload (quote msb-mode) "msb") 18320(custom-autoload (quote msb-mode) "msb")
18101 18321
18102(put (quote msb-mode) (quote custom-set) (quote custom-set-minor-mode))
18103
18104(autoload (quote msb-mode) "msb" "\ 18322(autoload (quote msb-mode) "msb" "\
18105Toggle Msb mode. 18323Toggle Msb mode.
18106With arg, turn Msb mode on if and only if arg is positive. 18324With arg, turn Msb mode on if and only if arg is positive.
@@ -18116,7 +18334,7 @@ different buffer menu using the function `msb'.
18116;;;;;; describe-current-coding-system describe-current-coding-system-briefly 18334;;;;;; describe-current-coding-system describe-current-coding-system-briefly
18117;;;;;; describe-coding-system describe-character-set list-charset-chars 18335;;;;;; describe-coding-system describe-character-set list-charset-chars
18118;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 18336;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
18119;;;;;; (17239 32324)) 18337;;;;;; (17210 47738))
18120;;; Generated autoloads from international/mule-diag.el 18338;;; Generated autoloads from international/mule-diag.el
18121 18339
18122(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))))) "\ 18340(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))))) "\
@@ -18289,7 +18507,7 @@ system which uses fontsets).
18289;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 18507;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
18290;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 18508;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
18291;;;;;; truncate-string-to-width store-substring string-to-sequence) 18509;;;;;; truncate-string-to-width store-substring string-to-sequence)
18292;;;;;; "mule-util" "international/mule-util.el" (17102 18726)) 18510;;;;;; "mule-util" "international/mule-util.el" (17097 33522))
18293;;; Generated autoloads from international/mule-util.el 18511;;; Generated autoloads from international/mule-util.el
18294 18512
18295(autoload (quote string-to-sequence) "mule-util" "\ 18513(autoload (quote string-to-sequence) "mule-util" "\
@@ -18418,7 +18636,7 @@ basis, this may not be accurate.
18418;;;*** 18636;;;***
18419 18637
18420;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" 18638;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
18421;;;;;; (17393 49300)) 18639;;;;;; (17494 22018))
18422;;; Generated autoloads from mwheel.el 18640;;; Generated autoloads from mwheel.el
18423 18641
18424(defvar mouse-wheel-mode nil "\ 18642(defvar mouse-wheel-mode nil "\
@@ -18429,8 +18647,6 @@ use either \\[customize] or the function `mouse-wheel-mode'.")
18429 18647
18430(custom-autoload (quote mouse-wheel-mode) "mwheel") 18648(custom-autoload (quote mouse-wheel-mode) "mwheel")
18431 18649
18432(put (quote mouse-wheel-mode) (quote custom-set) (quote custom-set-minor-mode))
18433
18434(autoload (quote mouse-wheel-mode) "mwheel" "\ 18650(autoload (quote mouse-wheel-mode) "mwheel" "\
18435Toggle mouse wheel support. 18651Toggle mouse wheel support.
18436With prefix argument ARG, turn on if positive, otherwise off. 18652With prefix argument ARG, turn on if positive, otherwise off.
@@ -18448,7 +18664,7 @@ Enable mouse wheel support.
18448;;;### (autoloads (network-connection network-connection-to-service 18664;;;### (autoloads (network-connection network-connection-to-service
18449;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 18665;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
18450;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute) 18666;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute)
18451;;;;;; "net-utils" "net/net-utils.el" (17383 13296)) 18667;;;;;; "net-utils" "net/net-utils.el" (17383 32176))
18452;;; Generated autoloads from net/net-utils.el 18668;;; Generated autoloads from net/net-utils.el
18453 18669
18454(autoload (quote traceroute) "net-utils" "\ 18670(autoload (quote traceroute) "net-utils" "\
@@ -18544,7 +18760,7 @@ Open a network connection to HOST on PORT.
18544;;;;;; comment-kill comment-set-column comment-indent comment-indent-default 18760;;;;;; comment-kill comment-set-column comment-indent comment-indent-default
18545;;;;;; comment-normalize-vars comment-multi-line comment-padding 18761;;;;;; comment-normalize-vars comment-multi-line comment-padding
18546;;;;;; comment-style comment-column) "newcomment" "newcomment.el" 18762;;;;;; comment-style comment-column) "newcomment" "newcomment.el"
18547;;;;;; (17379 35991)) 18763;;;;;; (17515 39526))
18548;;; Generated autoloads from newcomment.el 18764;;; Generated autoloads from newcomment.el
18549 18765
18550(defalias (quote indent-for-comment) (quote comment-indent)) 18766(defalias (quote indent-for-comment) (quote comment-indent))
@@ -18570,21 +18786,26 @@ Comments might be indented to a value smaller than this in order
18570not to go beyond `comment-fill-column'.") 18786not to go beyond `comment-fill-column'.")
18571 18787
18572(custom-autoload (quote comment-column) "newcomment") 18788(custom-autoload (quote comment-column) "newcomment")
18789(put 'comment-column 'safe-local-variable 'integerp)
18573 18790
18574(defvar comment-start nil "\ 18791(defvar comment-start nil "\
18575*String to insert to start a new comment, or nil if no comment syntax.") 18792*String to insert to start a new comment, or nil if no comment syntax.")
18793(put 'comment-start 'safe-local-variable 'string-or-null-p)
18576 18794
18577(defvar comment-start-skip nil "\ 18795(defvar comment-start-skip nil "\
18578*Regexp to match the start of a comment plus everything up to its body. 18796*Regexp to match the start of a comment plus everything up to its body.
18579If there are any \\(...\\) pairs, the comment delimiter text is held to begin 18797If there are any \\(...\\) pairs, the comment delimiter text is held to begin
18580at the place matched by the close of the first pair.") 18798at the place matched by the close of the first pair.")
18799(put 'comment-start-skip 'safe-local-variable 'string-or-null-p)
18581 18800
18582(defvar comment-end-skip nil "\ 18801(defvar comment-end-skip nil "\
18583Regexp to match the end of a comment plus everything up to its body.") 18802Regexp to match the end of a comment plus everything up to its body.")
18803(put 'comment-end-skip 'safe-local-variable 'string-or-null-p)
18584 18804
18585(defvar comment-end "" "\ 18805(defvar comment-end "" "\
18586*String to insert to end a new comment. 18806*String to insert to end a new comment.
18587Should be an empty string if comments are terminated by end-of-line.") 18807Should be an empty string if comments are terminated by end-of-line.")
18808(put 'comment-end 'safe-local-variable 'string-or-null-p)
18588 18809
18589(defvar comment-indent-function (quote comment-indent-default) "\ 18810(defvar comment-indent-function (quote comment-indent-default) "\
18590Function to compute desired indentation for a comment. 18811Function to compute desired indentation for a comment.
@@ -18728,7 +18949,7 @@ unless optional argument SOFT is non-nil.
18728 18949
18729;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start 18950;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start
18730;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker" 18951;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker"
18731;;;;;; "net/newsticker.el" (17383 13296)) 18952;;;;;; "net/newsticker.el" (17383 32176))
18732;;; Generated autoloads from net/newsticker.el 18953;;; Generated autoloads from net/newsticker.el
18733 18954
18734(autoload (quote newsticker-running-p) "newsticker" "\ 18955(autoload (quote newsticker-running-p) "newsticker" "\
@@ -18770,7 +18991,7 @@ Switch to newsticker buffer. You may want to bind this to a key.
18770;;;*** 18991;;;***
18771 18992
18772;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 18993;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
18773;;;;;; (17382 1052)) 18994;;;;;; (17383 32162))
18774;;; Generated autoloads from gnus/nndiary.el 18995;;; Generated autoloads from gnus/nndiary.el
18775 18996
18776(autoload (quote nndiary-generate-nov-databases) "nndiary" "\ 18997(autoload (quote nndiary-generate-nov-databases) "nndiary" "\
@@ -18780,8 +19001,8 @@ Generate NOV databases in all nndiary directories.
18780 19001
18781;;;*** 19002;;;***
18782 19003
18783;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (17382 19004;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (17383
18784;;;;;; 1052)) 19005;;;;;; 32162))
18785;;; Generated autoloads from gnus/nndoc.el 19006;;; Generated autoloads from gnus/nndoc.el
18786 19007
18787(autoload (quote nndoc-add-type) "nndoc" "\ 19008(autoload (quote nndoc-add-type) "nndoc" "\
@@ -18796,7 +19017,7 @@ symbol in the alist.
18796;;;*** 19017;;;***
18797 19018
18798;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 19019;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
18799;;;;;; (17388 8140)) 19020;;;;;; (17397 61556))
18800;;; Generated autoloads from gnus/nnfolder.el 19021;;; Generated autoloads from gnus/nnfolder.el
18801 19022
18802(autoload (quote nnfolder-generate-active-file) "nnfolder" "\ 19023(autoload (quote nnfolder-generate-active-file) "nnfolder" "\
@@ -18808,7 +19029,7 @@ This command does not work if you use short group names.
18808;;;*** 19029;;;***
18809 19030
18810;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 19031;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
18811;;;;;; (17382 1052)) 19032;;;;;; (17383 32163))
18812;;; Generated autoloads from gnus/nnkiboze.el 19033;;; Generated autoloads from gnus/nnkiboze.el
18813 19034
18814(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ 19035(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\
@@ -18820,7 +19041,7 @@ Finds out what articles are to be part of the nnkiboze groups.
18820;;;*** 19041;;;***
18821 19042
18822;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 19043;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
18823;;;;;; (17382 1052)) 19044;;;;;; (17383 32164))
18824;;; Generated autoloads from gnus/nnml.el 19045;;; Generated autoloads from gnus/nnml.el
18825 19046
18826(autoload (quote nnml-generate-nov-databases) "nnml" "\ 19047(autoload (quote nnml-generate-nov-databases) "nnml" "\
@@ -18831,7 +19052,7 @@ Generate NOV databases in all nnml directories.
18831;;;*** 19052;;;***
18832 19053
18833;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 19054;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
18834;;;;;; "nnsoup" "gnus/nnsoup.el" (17382 1052)) 19055;;;;;; "nnsoup" "gnus/nnsoup.el" (17383 32164))
18835;;; Generated autoloads from gnus/nnsoup.el 19056;;; Generated autoloads from gnus/nnsoup.el
18836 19057
18837(autoload (quote nnsoup-pack-replies) "nnsoup" "\ 19058(autoload (quote nnsoup-pack-replies) "nnsoup" "\
@@ -18852,7 +19073,7 @@ Revert posting and mailing methods to the standard Emacs methods.
18852;;;*** 19073;;;***
18853 19074
18854;;;### (autoloads (disable-command enable-command disabled-command-function) 19075;;;### (autoloads (disable-command enable-command disabled-command-function)
18855;;;;;; "novice" "novice.el" (17383 24126)) 19076;;;;;; "novice" "novice.el" (17383 32114))
18856;;; Generated autoloads from novice.el 19077;;; Generated autoloads from novice.el
18857 19078
18858(defvar disabled-command-function (quote disabled-command-function) "\ 19079(defvar disabled-command-function (quote disabled-command-function) "\
@@ -18885,7 +19106,7 @@ to future sessions.
18885;;;*** 19106;;;***
18886 19107
18887;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 19108;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
18888;;;;;; (17383 55314)) 19109;;;;;; (17383 55266))
18889;;; Generated autoloads from textmodes/nroff-mode.el 19110;;; Generated autoloads from textmodes/nroff-mode.el
18890 19111
18891(autoload (quote nroff-mode) "nroff-mode" "\ 19112(autoload (quote nroff-mode) "nroff-mode" "\
@@ -18900,7 +19121,7 @@ closing requests for requests that are used in matched pairs.
18900;;;*** 19121;;;***
18901 19122
18902;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el" 19123;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el"
18903;;;;;; (17388 22062)) 19124;;;;;; (17397 61570))
18904;;; Generated autoloads from progmodes/octave-hlp.el 19125;;; Generated autoloads from progmodes/octave-hlp.el
18905 19126
18906(autoload (quote octave-help) "octave-hlp" "\ 19127(autoload (quote octave-help) "octave-hlp" "\
@@ -18914,7 +19135,7 @@ If KEY is not a string, prompt for it with completion.
18914;;;*** 19135;;;***
18915 19136
18916;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 19137;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
18917;;;;;; (17388 22062)) 19138;;;;;; (17582 29242))
18918;;; Generated autoloads from progmodes/octave-inf.el 19139;;; Generated autoloads from progmodes/octave-inf.el
18919 19140
18920(autoload (quote inferior-octave) "octave-inf" "\ 19141(autoload (quote inferior-octave) "octave-inf" "\
@@ -18937,7 +19158,7 @@ startup file, `~/.emacs-octave'.
18937;;;*** 19158;;;***
18938 19159
18939;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 19160;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
18940;;;;;; (17426 59496)) 19161;;;;;; (17432 37364))
18941;;; Generated autoloads from progmodes/octave-mod.el 19162;;; Generated autoloads from progmodes/octave-mod.el
18942 19163
18943(autoload (quote octave-mode) "octave-mod" "\ 19164(autoload (quote octave-mode) "octave-mod" "\
@@ -19036,7 +19257,7 @@ including a reproducible test case and send the message.
19036;;;*** 19257;;;***
19037 19258
19038;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el" 19259;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el"
19039;;;;;; (17382 34311)) 19260;;;;;; (17578 34778))
19040;;; Generated autoloads from obsolete/options.el 19261;;; Generated autoloads from obsolete/options.el
19041 19262
19042(autoload (quote list-options) "options" "\ 19263(autoload (quote list-options) "options" "\
@@ -19058,10 +19279,11 @@ The Custom feature is intended to make this obsolete.
19058;;;*** 19279;;;***
19059 19280
19060;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files 19281;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
19061;;;;;; orgtbl-mode turn-on-orgtbl org-remember-handler org-remember-annotation 19282;;;;;; org-export-icalendar-this-file orgtbl-mode turn-on-orgtbl
19283;;;;;; org-remember-handler org-remember-apply-template org-remember-annotation
19062;;;;;; org-store-link org-tags-view org-diary org-todo-list org-agenda-list 19284;;;;;; org-store-link org-tags-view org-diary org-todo-list org-agenda-list
19063;;;;;; org-agenda org-agenda-mode org-mode) "org" "textmodes/org.el" 19285;;;;;; org-agenda org-global-cycle org-cycle org-mode) "org" "textmodes/org.el"
19064;;;;;; (17447 40021)) 19286;;;;;; (17582 28847))
19065;;; Generated autoloads from textmodes/org.el 19287;;; Generated autoloads from textmodes/org.el
19066 19288
19067(autoload (quote org-mode) "org" "\ 19289(autoload (quote org-mode) "org" "\
@@ -19085,14 +19307,40 @@ The following commands are available:
19085 19307
19086\(fn)" t nil) 19308\(fn)" t nil)
19087 19309
19088(autoload (quote org-agenda-mode) "org" "\ 19310(autoload (quote org-cycle) "org" "\
19089Mode for time-sorted view on action items in Org-mode files. 19311Visibility cycling for Org-mode.
19090 19312
19091The following commands are available: 19313- When this function is called with a prefix argument, rotate the entire
19314 buffer through 3 states (global cycling)
19315 1. OVERVIEW: Show only top-level headlines.
19316 2. CONTENTS: Show all headlines of all levels, but no body text.
19317 3. SHOW ALL: Show everything.
19092 19318
19093\\{org-agenda-mode-map} 19319- When point is at the beginning of a headline, rotate the subtree started
19320 by this line through 3 different states (local cycling)
19321 1. FOLDED: Only the main headline is shown.
19322 2. CHILDREN: The main headline and the direct children are shown.
19323 From this state, you can move to one of the children
19324 and zoom in further.
19325 3. SUBTREE: Show the entire subtree, including body text.
19094 19326
19095\(fn)" t nil) 19327- When there is a numeric prefix, go up to a heading with level ARG, do
19328 a `show-subtree' and return to the previous cursor position. If ARG
19329 is negative, go up that many levels.
19330
19331- When point is not at the beginning of a headline, execute
19332 `indent-relative', like TAB normally does. See the option
19333 `org-cycle-emulate-tab' for details.
19334
19335- Special case: if point is the the beginning of the buffer and there is
19336 no headline in line 1, this function will act as if called with prefix arg.
19337
19338\(fn &optional ARG)" t nil)
19339
19340(autoload (quote org-global-cycle) "org" "\
19341Cycle the global visibility. For details see `org-cycle'.
19342
19343\(fn &optional ARG)" t nil)
19096 19344
19097(autoload (quote org-agenda) "org" "\ 19345(autoload (quote org-agenda) "org" "\
19098Dispatch agenda commands to collect entries to the agenda buffer. 19346Dispatch agenda commands to collect entries to the agenda buffer.
@@ -19211,6 +19459,13 @@ conventions in Org-mode. This function returns such a link.
19211 19459
19212\(fn)" nil nil) 19460\(fn)" nil nil)
19213 19461
19462(autoload (quote org-remember-apply-template) "org" "\
19463Initialize *remember* buffer with template, invoke `org-mode'.
19464This function should be placed into `remember-mode-hook' and in fact requires
19465to be run from that hook to fucntion properly.
19466
19467\(fn)" nil nil)
19468
19214(autoload (quote org-remember-handler) "org" "\ 19469(autoload (quote org-remember-handler) "org" "\
19215Store stuff from remember.el into an org file. 19470Store stuff from remember.el into an org file.
19216First prompts for an org file. If the user just presses return, the value 19471First prompts for an org file. If the user just presses return, the value
@@ -19257,6 +19512,13 @@ The `org-mode' table editor as a minor mode for use in other modes.
19257 19512
19258\(fn &optional ARG)" t nil) 19513\(fn &optional ARG)" t nil)
19259 19514
19515(autoload (quote org-export-icalendar-this-file) "org" "\
19516Export current file as an iCalendar file.
19517The iCalendar file will be located in the same directory as the Org-mode
19518file, but with extension `.ics'.
19519
19520\(fn)" t nil)
19521
19260(autoload (quote org-export-icalendar-all-agenda-files) "org" "\ 19522(autoload (quote org-export-icalendar-all-agenda-files) "org" "\
19261Export all files in `org-agenda-files' to iCalendar .ics files. 19523Export all files in `org-agenda-files' to iCalendar .ics files.
19262Each iCalendar file will be located in the same directory as the Org-mode 19524Each iCalendar file will be located in the same directory as the Org-mode
@@ -19273,8 +19535,9 @@ The file is stored under the name `org-combined-agenda-icalendar-file'.
19273;;;*** 19535;;;***
19274 19536
19275;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 19537;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
19276;;;;;; (17419 48998)) 19538;;;;;; (17515 39526))
19277;;; Generated autoloads from outline.el 19539;;; Generated autoloads from outline.el
19540(put 'outline-regexp 'safe-local-variable 'string-or-null-p)
19278 19541
19279(autoload (quote outline-mode) "outline" "\ 19542(autoload (quote outline-mode) "outline" "\
19280Set major mode for editing outlines with selective display. 19543Set major mode for editing outlines with selective display.
@@ -19328,7 +19591,22 @@ See the command `outline-mode' for more information on this mode.
19328 19591
19329;;;*** 19592;;;***
19330 19593
19331;;;### (autoloads (show-paren-mode) "paren" "paren.el" (17383 24126)) 19594;;;### (autoloads nil "paragraphs" "textmodes/paragraphs.el" (17494
19595;;;;;; 22070))
19596;;; Generated autoloads from textmodes/paragraphs.el
19597(put 'paragraph-start 'safe-local-variable 'stringp)
19598(put 'paragraph-separate 'safe-local-variable 'stringp)
19599(put 'sentence-end-double-space 'safe-local-variable 'booleanp)
19600(put 'sentence-end-without-period 'safe-local-variable 'booleanp)
19601(put 'sentence-end-without-space 'safe-local-variable 'stringp)
19602(put 'sentence-end 'safe-local-variable 'string-or-null-p)
19603(put 'sentence-end-base 'safe-local-variable 'stringp)
19604(put 'page-delimiter 'safe-local-variable 'stringp)
19605(put 'paragraph-ignore-fill-prefix 'safe-local-variable 'booleanp)
19606
19607;;;***
19608
19609;;;### (autoloads (show-paren-mode) "paren" "paren.el" (17383 32114))
19332;;; Generated autoloads from paren.el 19610;;; Generated autoloads from paren.el
19333 19611
19334(defvar show-paren-mode nil "\ 19612(defvar show-paren-mode nil "\
@@ -19339,8 +19617,6 @@ use either \\[customize] or the function `show-paren-mode'.")
19339 19617
19340(custom-autoload (quote show-paren-mode) "paren") 19618(custom-autoload (quote show-paren-mode) "paren")
19341 19619
19342(put (quote show-paren-mode) (quote custom-set) (quote custom-set-minor-mode))
19343
19344(autoload (quote show-paren-mode) "paren" "\ 19620(autoload (quote show-paren-mode) "paren" "\
19345Toggle Show Paren mode. 19621Toggle Show Paren mode.
19346With prefix ARG, turn Show Paren mode on if and only if ARG is positive. 19622With prefix ARG, turn Show Paren mode on if and only if ARG is positive.
@@ -19354,7 +19630,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
19354;;;*** 19630;;;***
19355 19631
19356;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 19632;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
19357;;;;;; (17385 41891)) 19633;;;;;; (17397 61548))
19358;;; Generated autoloads from calendar/parse-time.el 19634;;; Generated autoloads from calendar/parse-time.el
19359 19635
19360(autoload (quote parse-time-string) "parse-time" "\ 19636(autoload (quote parse-time-string) "parse-time" "\
@@ -19366,8 +19642,8 @@ unknown are returned as nil.
19366 19642
19367;;;*** 19643;;;***
19368 19644
19369;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (17388 19645;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (17397
19370;;;;;; 22062)) 19646;;;;;; 61571))
19371;;; Generated autoloads from progmodes/pascal.el 19647;;; Generated autoloads from progmodes/pascal.el
19372 19648
19373(autoload (quote pascal-mode) "pascal" "\ 19649(autoload (quote pascal-mode) "pascal" "\
@@ -19420,7 +19696,7 @@ no args, if that value is non-nil.
19420;;;*** 19696;;;***
19421 19697
19422;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 19698;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
19423;;;;;; (17383 13537)) 19699;;;;;; (17383 32143))
19424;;; Generated autoloads from emulation/pc-mode.el 19700;;; Generated autoloads from emulation/pc-mode.el
19425 19701
19426(autoload (quote pc-bindings-mode) "pc-mode" "\ 19702(autoload (quote pc-bindings-mode) "pc-mode" "\
@@ -19438,7 +19714,7 @@ C-Escape does list-buffers.
19438;;;*** 19714;;;***
19439 19715
19440;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" 19716;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select"
19441;;;;;; "emulation/pc-select.el" (17383 13537)) 19717;;;;;; "emulation/pc-select.el" (17383 32143))
19442;;; Generated autoloads from emulation/pc-select.el 19718;;; Generated autoloads from emulation/pc-select.el
19443 19719
19444(defvar pc-selection-mode nil "\ 19720(defvar pc-selection-mode nil "\
@@ -19449,8 +19725,6 @@ use either \\[customize] or the function `pc-selection-mode'.")
19449 19725
19450(custom-autoload (quote pc-selection-mode) "pc-select") 19726(custom-autoload (quote pc-selection-mode) "pc-select")
19451 19727
19452(put (quote pc-selection-mode) (quote custom-set) (quote custom-set-minor-mode))
19453
19454(autoload (quote pc-selection-mode) "pc-select" "\ 19728(autoload (quote pc-selection-mode) "pc-select" "\
19455Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style. 19729Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style.
19456 19730
@@ -19516,7 +19790,7 @@ you must modify it using \\[customize] or \\[pc-selection-mode].")
19516;;;*** 19790;;;***
19517 19791
19518;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (17383 19792;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (17383
19519;;;;;; 24126)) 19793;;;;;; 32114))
19520;;; Generated autoloads from pcmpl-cvs.el 19794;;; Generated autoloads from pcmpl-cvs.el
19521 19795
19522(autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ 19796(autoload (quote pcomplete/cvs) "pcmpl-cvs" "\
@@ -19527,7 +19801,7 @@ Completion rules for the `cvs' command.
19527;;;*** 19801;;;***
19528 19802
19529;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 19803;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
19530;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (17383 24126)) 19804;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (17383 32115))
19531;;; Generated autoloads from pcmpl-gnu.el 19805;;; Generated autoloads from pcmpl-gnu.el
19532 19806
19533(autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ 19807(autoload (quote pcomplete/gzip) "pcmpl-gnu" "\
@@ -19555,7 +19829,7 @@ Completion for the GNU tar utility.
19555;;;*** 19829;;;***
19556 19830
19557;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 19831;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
19558;;;;;; "pcmpl-linux" "pcmpl-linux.el" (17383 24126)) 19832;;;;;; "pcmpl-linux" "pcmpl-linux.el" (17383 32115))
19559;;; Generated autoloads from pcmpl-linux.el 19833;;; Generated autoloads from pcmpl-linux.el
19560 19834
19561(autoload (quote pcomplete/kill) "pcmpl-linux" "\ 19835(autoload (quote pcomplete/kill) "pcmpl-linux" "\
@@ -19576,7 +19850,7 @@ Completion for GNU/Linux `mount'.
19576;;;*** 19850;;;***
19577 19851
19578;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (17383 19852;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (17383
19579;;;;;; 24126)) 19853;;;;;; 32115))
19580;;; Generated autoloads from pcmpl-rpm.el 19854;;; Generated autoloads from pcmpl-rpm.el
19581 19855
19582(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ 19856(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\
@@ -19592,7 +19866,7 @@ You can use \\[eshell-report-bug] to do so.
19592 19866
19593;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which 19867;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which
19594;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) 19868;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)
19595;;;;;; "pcmpl-unix" "pcmpl-unix.el" (17383 24126)) 19869;;;;;; "pcmpl-unix" "pcmpl-unix.el" (17383 32115))
19596;;; Generated autoloads from pcmpl-unix.el 19870;;; Generated autoloads from pcmpl-unix.el
19597 19871
19598(autoload (quote pcomplete/cd) "pcmpl-unix" "\ 19872(autoload (quote pcomplete/cd) "pcmpl-unix" "\
@@ -19638,8 +19912,8 @@ Completion for the `chgrp' command.
19638 19912
19639;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 19913;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
19640;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 19914;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
19641;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (17383 19915;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (17457
19642;;;;;; 24126)) 19916;;;;;; 37500))
19643;;; Generated autoloads from pcomplete.el 19917;;; Generated autoloads from pcomplete.el
19644 19918
19645(autoload (quote pcomplete) "pcomplete" "\ 19919(autoload (quote pcomplete) "pcomplete" "\
@@ -19698,7 +19972,7 @@ Setup shell-mode to use pcomplete.
19698 19972
19699;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 19973;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
19700;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 19974;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
19701;;;;;; "pcvs.el" (17383 24126)) 19975;;;;;; "pcvs.el" (17578 34773))
19702;;; Generated autoloads from pcvs.el 19976;;; Generated autoloads from pcvs.el
19703 19977
19704(autoload (quote cvs-checkout) "pcvs" "\ 19978(autoload (quote cvs-checkout) "pcvs" "\
@@ -19775,7 +20049,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
19775 20049
19776;;;*** 20050;;;***
19777 20051
19778;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (17383 24126)) 20052;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (17582 32791))
19779;;; Generated autoloads from pcvs-defs.el 20053;;; Generated autoloads from pcvs-defs.el
19780 20054
19781(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))) 20055(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)))
@@ -19783,7 +20057,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
19783;;;*** 20057;;;***
19784 20058
19785;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 20059;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
19786;;;;;; (17388 22062)) 20060;;;;;; (17498 30499))
19787;;; Generated autoloads from progmodes/perl-mode.el 20061;;; Generated autoloads from progmodes/perl-mode.el
19788 20062
19789(autoload (quote perl-mode) "perl-mode" "\ 20063(autoload (quote perl-mode) "perl-mode" "\
@@ -19841,7 +20115,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
19841;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key 20115;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key
19842;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt 20116;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt
19843;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region 20117;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region
19844;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (17383 24126)) 20118;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (17383 32117))
19845;;; Generated autoloads from pgg.el 20119;;; Generated autoloads from pgg.el
19846 20120
19847(autoload (quote pgg-encrypt-region) "pgg" "\ 20121(autoload (quote pgg-encrypt-region) "pgg" "\
@@ -19974,8 +20248,19 @@ Import public keys in the current buffer.
19974 20248
19975;;;*** 20249;;;***
19976 20250
20251;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el"
20252;;;;;; (17466 42707))
20253;;; Generated autoloads from pgg-gpg.el
20254
20255(autoload (quote pgg-gpg-symmetric-key-p) "pgg-gpg" "\
20256True if decoded armor MESSAGE-KEYS has symmetric encryption indicator.
20257
20258\(fn MESSAGE-KEYS)" nil nil)
20259
20260;;;***
20261
19977;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 20262;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
19978;;;;;; (17383 15658)) 20263;;;;;; (17466 42716))
19979;;; Generated autoloads from textmodes/picture.el 20264;;; Generated autoloads from textmodes/picture.el
19980 20265
19981(autoload (quote picture-mode) "picture" "\ 20266(autoload (quote picture-mode) "picture" "\
@@ -20056,7 +20341,7 @@ they are not defaultly assigned to keys.
20056;;;*** 20341;;;***
20057 20342
20058;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 20343;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
20059;;;;;; (17383 15658)) 20344;;;;;; (17578 34780))
20060;;; Generated autoloads from textmodes/po.el 20345;;; Generated autoloads from textmodes/po.el
20061 20346
20062(autoload (quote po-find-file-coding-system) "po" "\ 20347(autoload (quote po-find-file-coding-system) "po" "\
@@ -20067,7 +20352,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
20067 20352
20068;;;*** 20353;;;***
20069 20354
20070;;;### (autoloads (pong) "pong" "play/pong.el" (17382 1892)) 20355;;;### (autoloads (pong) "pong" "play/pong.el" (17578 34778))
20071;;; Generated autoloads from play/pong.el 20356;;; Generated autoloads from play/pong.el
20072 20357
20073(autoload (quote pong) "pong" "\ 20358(autoload (quote pong) "pong" "\
@@ -20084,7 +20369,7 @@ pong-mode keybindings:\\<pong-mode-map>
20084;;;*** 20369;;;***
20085 20370
20086;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer 20371;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer
20087;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (17383 16118)) 20372;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (17383 32140))
20088;;; Generated autoloads from emacs-lisp/pp.el 20373;;; Generated autoloads from emacs-lisp/pp.el
20089 20374
20090(autoload (quote pp-to-string) "pp" "\ 20375(autoload (quote pp-to-string) "pp" "\
@@ -20142,7 +20427,7 @@ Ignores leading comment characters.
20142;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 20427;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
20143;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 20428;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
20144;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 20429;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
20145;;;;;; (17383 24126)) 20430;;;;;; (17383 32117))
20146;;; Generated autoloads from printing.el 20431;;; Generated autoloads from printing.el
20147 20432
20148(autoload (quote pr-interface) "printing" "\ 20433(autoload (quote pr-interface) "printing" "\
@@ -20730,7 +21015,7 @@ are both set to t.
20730;;;*** 21015;;;***
20731 21016
20732;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el" 21017;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el"
20733;;;;;; (17388 22062)) 21018;;;;;; (17397 61571))
20734;;; Generated autoloads from progmodes/prolog.el 21019;;; Generated autoloads from progmodes/prolog.el
20735 21020
20736(autoload (quote prolog-mode) "prolog" "\ 21021(autoload (quote prolog-mode) "prolog" "\
@@ -20750,7 +21035,7 @@ Run an inferior Prolog process, input and output via buffer *prolog*.
20750 21035
20751;;;*** 21036;;;***
20752 21037
20753;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (17383 24126)) 21038;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (17383 32117))
20754;;; Generated autoloads from ps-bdf.el 21039;;; Generated autoloads from ps-bdf.el
20755 21040
20756(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"))) "\ 21041(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"))) "\
@@ -20759,8 +21044,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
20759 21044
20760;;;*** 21045;;;***
20761 21046
20762;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (17388 21047;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (17397
20763;;;;;; 22062)) 21048;;;;;; 61571))
20764;;; Generated autoloads from progmodes/ps-mode.el 21049;;; Generated autoloads from progmodes/ps-mode.el
20765 21050
20766(autoload (quote ps-mode) "ps-mode" "\ 21051(autoload (quote ps-mode) "ps-mode" "\
@@ -20809,7 +21094,7 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
20809;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string 21094;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string
20810;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string 21095;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string
20811;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer) 21096;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer)
20812;;;;;; "ps-mule" "ps-mule.el" (17383 24126)) 21097;;;;;; "ps-mule" "ps-mule.el" (17383 32117))
20813;;; Generated autoloads from ps-mule.el 21098;;; Generated autoloads from ps-mule.el
20814 21099
20815(defvar ps-multibyte-buffer nil "\ 21100(defvar ps-multibyte-buffer nil "\
@@ -20931,7 +21216,7 @@ Not documented
20931;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 21216;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
20932;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 21217;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
20933;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (17383 21218;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (17383
20934;;;;;; 24126)) 21219;;;;;; 32118))
20935;;; Generated autoloads from ps-print.el 21220;;; Generated autoloads from ps-print.el
20936 21221
20937(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")) "\ 21222(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")) "\
@@ -21128,7 +21413,7 @@ If EXTENSION is any other symbol, it is ignored.
21128;;;*** 21413;;;***
21129 21414
21130;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el" 21415;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el"
21131;;;;;; (17388 22062)) 21416;;;;;; (17487 53546))
21132;;; Generated autoloads from progmodes/python.el 21417;;; Generated autoloads from progmodes/python.el
21133 21418
21134(add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode))) 21419(add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode)))
@@ -21192,7 +21477,7 @@ Runs `jython-mode-hook' after `python-mode-hook'.
21192;;;*** 21477;;;***
21193 21478
21194;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 21479;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
21195;;;;;; (17406 37716)) 21480;;;;;; (17420 36085))
21196;;; Generated autoloads from gnus/qp.el 21481;;; Generated autoloads from gnus/qp.el
21197 21482
21198(autoload (quote quoted-printable-decode-region) "qp" "\ 21483(autoload (quote quoted-printable-decode-region) "qp" "\
@@ -21215,7 +21500,7 @@ them into characters should be done separately.
21215;;;;;; quail-defrule quail-install-decode-map quail-install-map 21500;;;;;; quail-defrule quail-install-decode-map quail-install-map
21216;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 21501;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
21217;;;;;; quail-define-package quail-use-package quail-title) "quail" 21502;;;;;; quail-define-package quail-use-package quail-title) "quail"
21218;;;;;; "international/quail.el" (17250 28362)) 21503;;;;;; "international/quail.el" (17304 24770))
21219;;; Generated autoloads from international/quail.el 21504;;; Generated autoloads from international/quail.el
21220 21505
21221(autoload (quote quail-title) "quail" "\ 21506(autoload (quote quail-title) "quail" "\
@@ -21447,7 +21732,7 @@ of each directory.
21447;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 21732;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
21448;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 21733;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
21449;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (17383 21734;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (17383
21450;;;;;; 13296)) 21735;;;;;; 32176))
21451;;; Generated autoloads from net/quickurl.el 21736;;; Generated autoloads from net/quickurl.el
21452 21737
21453(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" "\ 21738(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" "\
@@ -21519,7 +21804,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
21519;;;*** 21804;;;***
21520 21805
21521;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 21806;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
21522;;;;;; "net/rcirc.el" (17448 18873)) 21807;;;;;; "net/rcirc.el" (17578 34778))
21523;;; Generated autoloads from net/rcirc.el 21808;;; Generated autoloads from net/rcirc.el
21524 21809
21525(autoload (quote rcirc) "rcirc" "\ 21810(autoload (quote rcirc) "rcirc" "\
@@ -21543,8 +21828,6 @@ use either \\[customize] or the function `rcirc-track-minor-mode'.")
21543 21828
21544(custom-autoload (quote rcirc-track-minor-mode) "rcirc") 21829(custom-autoload (quote rcirc-track-minor-mode) "rcirc")
21545 21830
21546(put (quote rcirc-track-minor-mode) (quote custom-set) (quote custom-set-minor-mode))
21547
21548(autoload (quote rcirc-track-minor-mode) "rcirc" "\ 21831(autoload (quote rcirc-track-minor-mode) "rcirc" "\
21549Global minor mode for tracking activity in rcirc buffers. 21832Global minor mode for tracking activity in rcirc buffers.
21550 21833
@@ -21552,8 +21835,8 @@ Global minor mode for tracking activity in rcirc buffers.
21552 21835
21553;;;*** 21836;;;***
21554 21837
21555;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (17383 21838;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (17578
21556;;;;;; 13296)) 21839;;;;;; 34778))
21557;;; Generated autoloads from net/rcompile.el 21840;;; Generated autoloads from net/rcompile.el
21558 21841
21559(autoload (quote remote-compile) "rcompile" "\ 21842(autoload (quote remote-compile) "rcompile" "\
@@ -21565,7 +21848,7 @@ See \\[compile].
21565;;;*** 21848;;;***
21566 21849
21567;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 21850;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
21568;;;;;; (17383 16118)) 21851;;;;;; (17503 24307))
21569;;; Generated autoloads from emacs-lisp/re-builder.el 21852;;; Generated autoloads from emacs-lisp/re-builder.el
21570 21853
21571(defalias (quote regexp-builder) (quote re-builder)) 21854(defalias (quote regexp-builder) (quote re-builder))
@@ -21577,7 +21860,7 @@ Construct a regexp interactively.
21577 21860
21578;;;*** 21861;;;***
21579 21862
21580;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (17383 24126)) 21863;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (17457 37500))
21581;;; Generated autoloads from recentf.el 21864;;; Generated autoloads from recentf.el
21582 21865
21583(defvar recentf-mode nil "\ 21866(defvar recentf-mode nil "\
@@ -21588,8 +21871,6 @@ use either \\[customize] or the function `recentf-mode'.")
21588 21871
21589(custom-autoload (quote recentf-mode) "recentf") 21872(custom-autoload (quote recentf-mode) "recentf")
21590 21873
21591(put (quote recentf-mode) (quote custom-set) (quote custom-set-minor-mode))
21592
21593(autoload (quote recentf-mode) "recentf" "\ 21874(autoload (quote recentf-mode) "recentf" "\
21594Toggle recentf mode. 21875Toggle recentf mode.
21595With prefix argument ARG, turn on if positive, otherwise off. 21876With prefix argument ARG, turn on if positive, otherwise off.
@@ -21607,8 +21888,8 @@ that were operated on recently.
21607;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 21888;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
21608;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 21889;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
21609;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 21890;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
21610;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (17383 21891;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (17466
21611;;;;;; 24127)) 21892;;;;;; 42707))
21612;;; Generated autoloads from rect.el 21893;;; Generated autoloads from rect.el
21613 21894
21614(autoload (quote move-to-column-force) "rect" "\ 21895(autoload (quote move-to-column-force) "rect" "\
@@ -21657,6 +21938,12 @@ You might prefer to use `delete-extract-rectangle' from a program.
21657With a prefix (or a FILL) argument, also fill lines where nothing has to be 21938With a prefix (or a FILL) argument, also fill lines where nothing has to be
21658deleted. 21939deleted.
21659 21940
21941If the buffer is read-only, Emacs will beep and refrain from deleting
21942the rectangle, but put it in the kill ring anyway. This means that
21943you can use this command to copy text from a read-only buffer.
21944\(If the variable `kill-read-only-ok' is non-nil, then this won't
21945even beep.)
21946
21660\(fn START END &optional FILL)" t nil) 21947\(fn START END &optional FILL)" t nil)
21661 21948
21662(autoload (quote yank-rectangle) "rect" "\ 21949(autoload (quote yank-rectangle) "rect" "\
@@ -21731,7 +22018,7 @@ rectangle which were empty.
21731;;;*** 22018;;;***
21732 22019
21733;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (17383 22020;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (17383
21734;;;;;; 15658)) 22021;;;;;; 32188))
21735;;; Generated autoloads from textmodes/refill.el 22022;;; Generated autoloads from textmodes/refill.el
21736 22023
21737(autoload (quote refill-mode) "refill" "\ 22024(autoload (quote refill-mode) "refill" "\
@@ -21747,7 +22034,7 @@ refilling if they would cause auto-filling.
21747;;;*** 22034;;;***
21748 22035
21749;;;### (autoloads (reftex-reset-scanning-information reftex-mode 22036;;;### (autoloads (reftex-reset-scanning-information reftex-mode
21750;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (17404 10043)) 22037;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (17404 53188))
21751;;; Generated autoloads from textmodes/reftex.el 22038;;; Generated autoloads from textmodes/reftex.el
21752 22039
21753(autoload (quote turn-on-reftex) "reftex" "\ 22040(autoload (quote turn-on-reftex) "reftex" "\
@@ -21797,7 +22084,7 @@ This enforces rescanning the buffer on next use.
21797;;;*** 22084;;;***
21798 22085
21799;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 22086;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
21800;;;;;; (17404 4365)) 22087;;;;;; (17404 53187))
21801;;; Generated autoloads from textmodes/reftex-cite.el 22088;;; Generated autoloads from textmodes/reftex-cite.el
21802 22089
21803(autoload (quote reftex-citation) "reftex-cite" "\ 22090(autoload (quote reftex-citation) "reftex-cite" "\
@@ -21827,7 +22114,7 @@ While entering the regexp, completion on knows citation keys is possible.
21827;;;*** 22114;;;***
21828 22115
21829;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 22116;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
21830;;;;;; (17404 4365)) 22117;;;;;; (17404 53187))
21831;;; Generated autoloads from textmodes/reftex-global.el 22118;;; Generated autoloads from textmodes/reftex-global.el
21832 22119
21833(autoload (quote reftex-isearch-minor-mode) "reftex-global" "\ 22120(autoload (quote reftex-isearch-minor-mode) "reftex-global" "\
@@ -21844,7 +22131,7 @@ With no argument, this command toggles
21844;;;*** 22131;;;***
21845 22132
21846;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 22133;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
21847;;;;;; (17413 18835)) 22134;;;;;; (17420 36092))
21848;;; Generated autoloads from textmodes/reftex-index.el 22135;;; Generated autoloads from textmodes/reftex-index.el
21849 22136
21850(autoload (quote reftex-index-phrases-mode) "reftex-index" "\ 22137(autoload (quote reftex-index-phrases-mode) "reftex-index" "\
@@ -21877,7 +22164,7 @@ Here are all local bindings.
21877;;;*** 22164;;;***
21878 22165
21879;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 22166;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
21880;;;;;; (17404 4365)) 22167;;;;;; (17404 53187))
21881;;; Generated autoloads from textmodes/reftex-parse.el 22168;;; Generated autoloads from textmodes/reftex-parse.el
21882 22169
21883(autoload (quote reftex-all-document-files) "reftex-parse" "\ 22170(autoload (quote reftex-all-document-files) "reftex-parse" "\
@@ -21889,8 +22176,18 @@ of master file.
21889 22176
21890;;;*** 22177;;;***
21891 22178
22179;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (17494
22180;;;;;; 22070))
22181;;; Generated autoloads from textmodes/reftex-vars.el
22182(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
22183(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
22184(put 'reftex-level-indent 'safe-local-variable 'integerp)
22185(put 'reftex-guess-label-type 'safe-local-variable (lambda (x) (memq x '(nil t))))
22186
22187;;;***
22188
21892;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 22189;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
21893;;;;;; (17383 16119)) 22190;;;;;; (17383 32141))
21894;;; Generated autoloads from emacs-lisp/regexp-opt.el 22191;;; Generated autoloads from emacs-lisp/regexp-opt.el
21895 22192
21896(autoload (quote regexp-opt) "regexp-opt" "\ 22193(autoload (quote regexp-opt) "regexp-opt" "\
@@ -21917,7 +22214,7 @@ This means the number of non-shy regexp grouping constructs
21917 22214
21918;;;*** 22215;;;***
21919 22216
21920;;;### (autoloads (repeat) "repeat" "repeat.el" (17383 24127)) 22217;;;### (autoloads (repeat) "repeat" "repeat.el" (17383 32118))
21921;;; Generated autoloads from repeat.el 22218;;; Generated autoloads from repeat.el
21922 22219
21923(autoload (quote repeat) "repeat" "\ 22220(autoload (quote repeat) "repeat" "\
@@ -21935,7 +22232,7 @@ can be modified by the global variable `repeat-on-final-keystroke'.
21935;;;*** 22232;;;***
21936 22233
21937;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 22234;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
21938;;;;;; (17383 16812)) 22235;;;;;; (17383 32169))
21939;;; Generated autoloads from mail/reporter.el 22236;;; Generated autoloads from mail/reporter.el
21940 22237
21941(autoload (quote reporter-submit-bug-report) "reporter" "\ 22238(autoload (quote reporter-submit-bug-report) "reporter" "\
@@ -21967,7 +22264,7 @@ mail-sending package is used for editing and sending the message.
21967;;;*** 22264;;;***
21968 22265
21969;;;### (autoloads (reposition-window) "reposition" "reposition.el" 22266;;;### (autoloads (reposition-window) "reposition" "reposition.el"
21970;;;;;; (17383 24127)) 22267;;;;;; (17383 32119))
21971;;; Generated autoloads from reposition.el 22268;;; Generated autoloads from reposition.el
21972 22269
21973(autoload (quote reposition-window) "reposition" "\ 22270(autoload (quote reposition-window) "reposition" "\
@@ -21995,7 +22292,7 @@ first comment line visible (if point is in a comment).
21995;;;*** 22292;;;***
21996 22293
21997;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (17383 22294;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (17383
21998;;;;;; 24127)) 22295;;;;;; 32119))
21999;;; Generated autoloads from resume.el 22296;;; Generated autoloads from resume.el
22000 22297
22001(autoload (quote resume-suspend-hook) "resume" "\ 22298(autoload (quote resume-suspend-hook) "resume" "\
@@ -22006,7 +22303,7 @@ Clear out the file used for transmitting args when Emacs resumes.
22006;;;*** 22303;;;***
22007 22304
22008;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 22305;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
22009;;;;;; (17349 36484)) 22306;;;;;; (17494 22060))
22010;;; Generated autoloads from reveal.el 22307;;; Generated autoloads from reveal.el
22011 22308
22012(autoload (quote reveal-mode) "reveal" "\ 22309(autoload (quote reveal-mode) "reveal" "\
@@ -22027,8 +22324,6 @@ use either \\[customize] or the function `global-reveal-mode'.")
22027 22324
22028(custom-autoload (quote global-reveal-mode) "reveal") 22325(custom-autoload (quote global-reveal-mode) "reveal")
22029 22326
22030(put (quote global-reveal-mode) (quote custom-set) (quote custom-set-minor-mode))
22031
22032(autoload (quote global-reveal-mode) "reveal" "\ 22327(autoload (quote global-reveal-mode) "reveal" "\
22033Toggle Reveal mode in all buffers on or off. 22328Toggle Reveal mode in all buffers on or off.
22034Reveal mode renders invisible text around point visible again. 22329Reveal mode renders invisible text around point visible again.
@@ -22042,7 +22337,7 @@ With zero or negative ARG turn mode off.
22042;;;*** 22337;;;***
22043 22338
22044;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 22339;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
22045;;;;;; (17383 16119)) 22340;;;;;; (17383 32141))
22046;;; Generated autoloads from emacs-lisp/ring.el 22341;;; Generated autoloads from emacs-lisp/ring.el
22047 22342
22048(autoload (quote ring-p) "ring" "\ 22343(autoload (quote ring-p) "ring" "\
@@ -22057,7 +22352,7 @@ Make a ring that can contain SIZE elements.
22057 22352
22058;;;*** 22353;;;***
22059 22354
22060;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (17383 13296)) 22355;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (17383 32177))
22061;;; Generated autoloads from net/rlogin.el 22356;;; Generated autoloads from net/rlogin.el
22062 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") 22357 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")
22063 22358
@@ -22108,8 +22403,8 @@ variable.
22108;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 22403;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
22109;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 22404;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
22110;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names 22405;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names
22111;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (17445 22406;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (17521
22112;;;;;; 10908)) 22407;;;;;; 64538))
22113;;; Generated autoloads from mail/rmail.el 22408;;; Generated autoloads from mail/rmail.el
22114 22409
22115(autoload (quote rmail-movemail-variant-p) "rmail" "\ 22410(autoload (quote rmail-movemail-variant-p) "rmail" "\
@@ -22290,7 +22585,7 @@ If the variable `rmail-enable-mime' is non-nil, this variables is
22290ignored, and all the decoding work is done by a feature specified by 22585ignored, and all the decoding work is done by a feature specified by
22291the variable `rmail-mime-feature'.") 22586the variable `rmail-mime-feature'.")
22292 22587
22293(defvar rmail-mime-charset-pattern "^content-type:[ ]*text/plain;[ \n]*charset=\"?\\([^ \n\";]+\\)\"?" "\ 22588(defvar rmail-mime-charset-pattern (concat "^content-type:[ ]*text/plain;" "\\(?:[ \n]*\\(?:format\\|delsp\\)=\"?[-a-z0-9]+\"?;\\)*" "[ \n]*charset=\"?\\([^ \n\";]+\\)\"?") "\
22294Regexp to match MIME-charset specification in a header of message. 22589Regexp to match MIME-charset specification in a header of message.
22295The first parenthesized expression should match the MIME-charset name.") 22590The first parenthesized expression should match the MIME-charset name.")
22296 22591
@@ -22374,7 +22669,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
22374;;;*** 22669;;;***
22375 22670
22376;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" 22671;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
22377;;;;;; (17383 16812)) 22672;;;;;; (17383 32170))
22378;;; Generated autoloads from mail/rmailedit.el 22673;;; Generated autoloads from mail/rmailedit.el
22379 22674
22380(autoload (quote rmail-edit-current-message) "rmailedit" "\ 22675(autoload (quote rmail-edit-current-message) "rmailedit" "\
@@ -22386,7 +22681,7 @@ Edit the contents of this message.
22386 22681
22387;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message 22682;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
22388;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" 22683;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
22389;;;;;; "mail/rmailkwd.el" (17383 16812)) 22684;;;;;; "mail/rmailkwd.el" (17383 32170))
22390;;; Generated autoloads from mail/rmailkwd.el 22685;;; Generated autoloads from mail/rmailkwd.el
22391 22686
22392(autoload (quote rmail-add-label) "rmailkwd" "\ 22687(autoload (quote rmail-add-label) "rmailkwd" "\
@@ -22425,7 +22720,7 @@ With prefix argument N moves forward N messages with these labels.
22425;;;*** 22720;;;***
22426 22721
22427;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" 22722;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
22428;;;;;; (17383 16812)) 22723;;;;;; (17383 32170))
22429;;; Generated autoloads from mail/rmailmsc.el 22724;;; Generated autoloads from mail/rmailmsc.el
22430 22725
22431(autoload (quote set-rmail-inbox-list) "rmailmsc" "\ 22726(autoload (quote set-rmail-inbox-list) "rmailmsc" "\
@@ -22439,7 +22734,7 @@ If FILE-NAME is empty, remove any existing inbox list.
22439 22734
22440;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output 22735;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output
22441;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" 22736;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout"
22442;;;;;; "mail/rmailout.el" (17383 16812)) 22737;;;;;; "mail/rmailout.el" (17383 32170))
22443;;; Generated autoloads from mail/rmailout.el 22738;;; Generated autoloads from mail/rmailout.el
22444 22739
22445(defvar rmail-output-file-alist nil "\ 22740(defvar rmail-output-file-alist nil "\
@@ -22507,7 +22802,7 @@ FILE-NAME defaults, interactively, from the Subject field of the message.
22507;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent 22802;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent
22508;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject 22803;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject
22509;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (17383 22804;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (17383
22510;;;;;; 16812)) 22805;;;;;; 32170))
22511;;; Generated autoloads from mail/rmailsort.el 22806;;; Generated autoloads from mail/rmailsort.el
22512 22807
22513(autoload (quote rmail-sort-by-date) "rmailsort" "\ 22808(autoload (quote rmail-sort-by-date) "rmailsort" "\
@@ -22559,7 +22854,7 @@ KEYWORDS is a comma-separated list of labels.
22559;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp 22854;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
22560;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary 22855;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
22561;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) 22856;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
22562;;;;;; "rmailsum" "mail/rmailsum.el" (17426 63564)) 22857;;;;;; "rmailsum" "mail/rmailsum.el" (17432 37362))
22563;;; Generated autoloads from mail/rmailsum.el 22858;;; Generated autoloads from mail/rmailsum.el
22564 22859
22565(defvar rmail-summary-scroll-between-messages t "\ 22860(defvar rmail-summary-scroll-between-messages t "\
@@ -22641,7 +22936,7 @@ Setting this variable has an effect only before reading a mail.")
22641;;;*** 22936;;;***
22642 22937
22643;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el" 22938;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el"
22644;;;;;; (17382 34311)) 22939;;;;;; (17383 32180))
22645;;; Generated autoloads from obsolete/rnewspost.el 22940;;; Generated autoloads from obsolete/rnewspost.el
22646 22941
22647(autoload (quote news-post-news) "rnewspost" "\ 22942(autoload (quote news-post-news) "rnewspost" "\
@@ -22654,7 +22949,7 @@ If NOQUERY is non-nil, we do not query before doing the work.
22654;;;*** 22949;;;***
22655 22950
22656;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 22951;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
22657;;;;;; rot13-string rot13) "rot13" "rot13.el" (17383 24127)) 22952;;;;;; rot13-string rot13) "rot13" "rot13.el" (17383 32119))
22658;;; Generated autoloads from rot13.el 22953;;; Generated autoloads from rot13.el
22659 22954
22660(autoload (quote rot13) "rot13" "\ 22955(autoload (quote rot13) "rot13" "\
@@ -22695,7 +22990,7 @@ Toggle the use of rot 13 encoding for the current window.
22695;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame 22990;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame
22696;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height 22991;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height
22697;;;;;; resize-minibuffer-mode) "rsz-mini" "obsolete/rsz-mini.el" 22992;;;;;; resize-minibuffer-mode) "rsz-mini" "obsolete/rsz-mini.el"
22698;;;;;; (17382 34311)) 22993;;;;;; (17383 32180))
22699;;; Generated autoloads from obsolete/rsz-mini.el 22994;;; Generated autoloads from obsolete/rsz-mini.el
22700 22995
22701(defvar resize-minibuffer-mode nil "\ 22996(defvar resize-minibuffer-mode nil "\
@@ -22736,7 +23031,7 @@ This function is obsolete.
22736;;;*** 23031;;;***
22737 23032
22738;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (17383 23033;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (17383
22739;;;;;; 24127)) 23034;;;;;; 32119))
22740;;; Generated autoloads from ruler-mode.el 23035;;; Generated autoloads from ruler-mode.el
22741 23036
22742(autoload (quote ruler-mode) "ruler-mode" "\ 23037(autoload (quote ruler-mode) "ruler-mode" "\
@@ -22746,8 +23041,8 @@ Display a ruler in the header line if ARG > 0.
22746 23041
22747;;;*** 23042;;;***
22748 23043
22749;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (17416 23044;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (17420
22750;;;;;; 13385)) 23045;;;;;; 36082))
22751;;; Generated autoloads from emacs-lisp/rx.el 23046;;; Generated autoloads from emacs-lisp/rx.el
22752 23047
22753(autoload (quote rx-to-string) "rx" "\ 23048(autoload (quote rx-to-string) "rx" "\
@@ -23055,7 +23350,7 @@ enclosed in `(and ...)'.
23055;;;*** 23350;;;***
23056 23351
23057;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" 23352;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el"
23058;;;;;; (17383 24127)) 23353;;;;;; (17457 37500))
23059;;; Generated autoloads from savehist.el 23354;;; Generated autoloads from savehist.el
23060 23355
23061(defvar savehist-mode nil "\ 23356(defvar savehist-mode nil "\
@@ -23081,7 +23376,7 @@ which is probably undesirable.
23081;;;*** 23376;;;***
23082 23377
23083;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 23378;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
23084;;;;;; (17388 22062)) 23379;;;;;; (17397 61572))
23085;;; Generated autoloads from progmodes/scheme.el 23380;;; Generated autoloads from progmodes/scheme.el
23086 23381
23087(autoload (quote scheme-mode) "scheme" "\ 23382(autoload (quote scheme-mode) "scheme" "\
@@ -23123,7 +23418,7 @@ that variable's value is a string.
23123;;;*** 23418;;;***
23124 23419
23125;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 23420;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
23126;;;;;; (17382 1051)) 23421;;;;;; (17383 32165))
23127;;; Generated autoloads from gnus/score-mode.el 23422;;; Generated autoloads from gnus/score-mode.el
23128 23423
23129(autoload (quote gnus-score-mode) "score-mode" "\ 23424(autoload (quote gnus-score-mode) "score-mode" "\
@@ -23136,8 +23431,8 @@ This mode is an extended emacs-lisp mode.
23136 23431
23137;;;*** 23432;;;***
23138 23433
23139;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (17382 23434;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (17383
23140;;;;;; 34311)) 23435;;;;;; 32180))
23141;;; Generated autoloads from obsolete/scribe.el 23436;;; Generated autoloads from obsolete/scribe.el
23142 23437
23143(autoload (quote scribe-mode) "scribe" "\ 23438(autoload (quote scribe-mode) "scribe" "\
@@ -23162,7 +23457,7 @@ Interesting variables:
23162;;;*** 23457;;;***
23163 23458
23164;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 23459;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
23165;;;;;; (17383 24127)) 23460;;;;;; (17383 32120))
23166;;; Generated autoloads from scroll-all.el 23461;;; Generated autoloads from scroll-all.el
23167 23462
23168(defvar scroll-all-mode nil "\ 23463(defvar scroll-all-mode nil "\
@@ -23173,8 +23468,6 @@ use either \\[customize] or the function `scroll-all-mode'.")
23173 23468
23174(custom-autoload (quote scroll-all-mode) "scroll-all") 23469(custom-autoload (quote scroll-all-mode) "scroll-all")
23175 23470
23176(put (quote scroll-all-mode) (quote custom-set) (quote custom-set-minor-mode))
23177
23178(autoload (quote scroll-all-mode) "scroll-all" "\ 23471(autoload (quote scroll-all-mode) "scroll-all" "\
23179Toggle Scroll-All minor mode. 23472Toggle Scroll-All minor mode.
23180With ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise. 23473With ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise.
@@ -23186,7 +23479,7 @@ apply to all visible windows in the same frame.
23186;;;*** 23479;;;***
23187 23480
23188;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 23481;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
23189;;;;;; (17383 24127)) 23482;;;;;; (17383 32120))
23190;;; Generated autoloads from scroll-lock.el 23483;;; Generated autoloads from scroll-lock.el
23191 23484
23192(autoload (quote scroll-lock-mode) "scroll-lock" "\ 23485(autoload (quote scroll-lock-mode) "scroll-lock" "\
@@ -23208,7 +23501,7 @@ during scrolling.
23208;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 23501;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
23209;;;;;; mail-header-separator send-mail-function mail-interactive 23502;;;;;; mail-header-separator send-mail-function mail-interactive
23210;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 23503;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
23211;;;;;; "sendmail" "mail/sendmail.el" (17383 16812)) 23504;;;;;; "sendmail" "mail/sendmail.el" (17578 34777))
23212;;; Generated autoloads from mail/sendmail.el 23505;;; Generated autoloads from mail/sendmail.el
23213 23506
23214(defvar mail-from-style (quote angles) "\ 23507(defvar mail-from-style (quote angles) "\
@@ -23509,7 +23802,7 @@ Like `mail' command, but display mail buffer in another frame.
23509;;;*** 23802;;;***
23510 23803
23511;;;### (autoloads (server-mode server-start) "server" "server.el" 23804;;;### (autoloads (server-mode server-start) "server" "server.el"
23512;;;;;; (17417 47894)) 23805;;;;;; (17582 28846))
23513;;; Generated autoloads from server.el 23806;;; Generated autoloads from server.el
23514 23807
23515(autoload (quote server-start) "server" "\ 23808(autoload (quote server-start) "server" "\
@@ -23531,8 +23824,6 @@ use either \\[customize] or the function `server-mode'.")
23531 23824
23532(custom-autoload (quote server-mode) "server") 23825(custom-autoload (quote server-mode) "server")
23533 23826
23534(put (quote server-mode) (quote custom-set) (quote custom-set-minor-mode))
23535
23536(autoload (quote server-mode) "server" "\ 23827(autoload (quote server-mode) "server" "\
23537Toggle Server mode. 23828Toggle Server mode.
23538With ARG, turn Server mode on if ARG is positive, off otherwise. 23829With ARG, turn Server mode on if ARG is positive, off otherwise.
@@ -23543,7 +23834,7 @@ Server mode runs a process that accepts commands from the
23543 23834
23544;;;*** 23835;;;***
23545 23836
23546;;;### (autoloads (ses-mode) "ses" "ses.el" (17365 22702)) 23837;;;### (autoloads (ses-mode) "ses" "ses.el" (17578 34773))
23547;;; Generated autoloads from ses.el 23838;;; Generated autoloads from ses.el
23548 23839
23549(autoload (quote ses-mode) "ses" "\ 23840(autoload (quote ses-mode) "ses" "\
@@ -23562,7 +23853,7 @@ These are active only in the minibuffer, when entering or editing a formula:
23562;;;*** 23853;;;***
23563 23854
23564;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 23855;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
23565;;;;;; (17383 15659)) 23856;;;;;; (17521 64540))
23566;;; Generated autoloads from textmodes/sgml-mode.el 23857;;; Generated autoloads from textmodes/sgml-mode.el
23567 23858
23568(autoload (quote sgml-mode) "sgml-mode" "\ 23859(autoload (quote sgml-mode) "sgml-mode" "\
@@ -23575,8 +23866,8 @@ An argument of N to a tag-inserting command means to wrap it around
23575the next N words. In Transient Mark mode, when the mark is active, 23866the next N words. In Transient Mark mode, when the mark is active,
23576N defaults to -1, which means to wrap it around the current region. 23867N defaults to -1, which means to wrap it around the current region.
23577 23868
23578If you like upcased tags, put (setq sgml-transformation 'upcase) in 23869If you like upcased tags, put (setq sgml-transformation-function 'upcase)
23579your `.emacs' file. 23870in your `.emacs' file.
23580 23871
23581Use \\[sgml-validate] to validate your document with an SGML parser. 23872Use \\[sgml-validate] to validate your document with an SGML parser.
23582 23873
@@ -23630,8 +23921,9 @@ To work around that, do:
23630;;;*** 23921;;;***
23631 23922
23632;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 23923;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
23633;;;;;; (17408 15904)) 23924;;;;;; (17590 26287))
23634;;; Generated autoloads from progmodes/sh-script.el 23925;;; Generated autoloads from progmodes/sh-script.el
23926(put 'sh-shell 'safe-local-variable 'symbolp)
23635 23927
23636(autoload (quote sh-mode) "sh-script" "\ 23928(autoload (quote sh-mode) "sh-script" "\
23637Major mode for editing shell scripts. 23929Major mode for editing shell scripts.
@@ -23693,7 +23985,7 @@ with your script for an edit-interpret-debug cycle.
23693 23985
23694;;;*** 23986;;;***
23695 23987
23696;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (17382 1051)) 23988;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (17383 32165))
23697;;; Generated autoloads from gnus/sha1.el 23989;;; Generated autoloads from gnus/sha1.el
23698 23990
23699(autoload (quote sha1) "sha1" "\ 23991(autoload (quote sha1) "sha1" "\
@@ -23708,7 +24000,7 @@ If BINARY is non-nil, return a string in binary form.
23708;;;*** 24000;;;***
23709 24001
23710;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 24002;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
23711;;;;;; (17383 16119)) 24003;;;;;; (17383 32141))
23712;;; Generated autoloads from emacs-lisp/shadow.el 24004;;; Generated autoloads from emacs-lisp/shadow.el
23713 24005
23714(autoload (quote list-load-path-shadows) "shadow" "\ 24006(autoload (quote list-load-path-shadows) "shadow" "\
@@ -23756,7 +24048,7 @@ buffer called `*Shadows*'. Shadowings are located by calling the
23756 24048
23757;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 24049;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
23758;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (17383 24050;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (17383
23759;;;;;; 24127)) 24051;;;;;; 32120))
23760;;; Generated autoloads from shadowfile.el 24052;;; Generated autoloads from shadowfile.el
23761 24053
23762(autoload (quote shadow-define-cluster) "shadowfile" "\ 24054(autoload (quote shadow-define-cluster) "shadowfile" "\
@@ -23795,7 +24087,7 @@ Set up file shadowing.
23795;;;*** 24087;;;***
23796 24088
23797;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 24089;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
23798;;;;;; (17383 24127)) 24090;;;;;; (17582 28833))
23799;;; Generated autoloads from shell.el 24091;;; Generated autoloads from shell.el
23800 24092
23801(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ 24093(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
@@ -23842,7 +24134,7 @@ Otherwise, one argument `-i' is passed to the shell.
23842;;;*** 24134;;;***
23843 24135
23844;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 24136;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
23845;;;;;; "sieve" "gnus/sieve.el" (17382 1051)) 24137;;;;;; "sieve" "gnus/sieve.el" (17383 32166))
23846;;; Generated autoloads from gnus/sieve.el 24138;;; Generated autoloads from gnus/sieve.el
23847 24139
23848(autoload (quote sieve-manage) "sieve" "\ 24140(autoload (quote sieve-manage) "sieve" "\
@@ -23863,7 +24155,7 @@ Not documented
23863;;;*** 24155;;;***
23864 24156
23865;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 24157;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
23866;;;;;; (17382 1051)) 24158;;;;;; (17383 32166))
23867;;; Generated autoloads from gnus/sieve-mode.el 24159;;; Generated autoloads from gnus/sieve-mode.el
23868 24160
23869(autoload (quote sieve-mode) "sieve-mode" "\ 24161(autoload (quote sieve-mode) "sieve-mode" "\
@@ -23878,8 +24170,14 @@ Turning on Sieve mode runs `sieve-mode-hook'.
23878 24170
23879;;;*** 24171;;;***
23880 24172
23881;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (17388 24173;;;### (autoloads nil "simple" "simple.el" (17590 36099))
23882;;;;;; 22062)) 24174;;; Generated autoloads from simple.el
24175(put 'fill-prefix 'safe-local-variable 'string-or-null-p)
24176
24177;;;***
24178
24179;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (17397
24180;;;;;; 61572))
23883;;; Generated autoloads from progmodes/simula.el 24181;;; Generated autoloads from progmodes/simula.el
23884 24182
23885(autoload (quote simula-mode) "simula" "\ 24183(autoload (quote simula-mode) "simula" "\
@@ -23928,10 +24226,10 @@ with no arguments, if that value is non-nil.
23928;;;*** 24226;;;***
23929 24227
23930;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 24228;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
23931;;;;;; define-skeleton) "skeleton" "skeleton.el" (17383 24127)) 24229;;;;;; define-skeleton) "skeleton" "skeleton.el" (17521 64537))
23932;;; Generated autoloads from skeleton.el 24230;;; Generated autoloads from skeleton.el
23933 24231
23934(defvar skeleton-filter (quote identity) "\ 24232(defvar skeleton-filter-function (quote identity) "\
23935Function for transforming a skeleton proxy's aliases' variable value.") 24233Function for transforming a skeleton proxy's aliases' variable value.")
23936 24234
23937(autoload (quote define-skeleton) "skeleton" "\ 24235(autoload (quote define-skeleton) "skeleton" "\
@@ -23975,7 +24273,7 @@ SKELETON is made up as (INTERACTOR ELEMENT ...). INTERACTOR may be nil if
23975not needed, a prompt-string or an expression for complex read functions. 24273not needed, a prompt-string or an expression for complex read functions.
23976 24274
23977If ELEMENT is a string or a character it gets inserted (see also 24275If ELEMENT is a string or a character it gets inserted (see also
23978`skeleton-transformation'). Other possibilities are: 24276`skeleton-transformation-function'). Other possibilities are:
23979 24277
23980 \\n go to next line and indent according to mode 24278 \\n go to next line and indent according to mode
23981 _ interesting point, interregion here 24279 _ interesting point, interregion here
@@ -24025,7 +24323,7 @@ Insert the character you type ARG times.
24025With no ARG, if `skeleton-pair' is non-nil, pairing can occur. If the region 24323With no ARG, if `skeleton-pair' is non-nil, pairing can occur. If the region
24026is visible the pair is wrapped around it depending on `skeleton-autowrap'. 24324is visible the pair is wrapped around it depending on `skeleton-autowrap'.
24027Else, if `skeleton-pair-on-word' is non-nil or we are not before or inside a 24325Else, if `skeleton-pair-on-word' is non-nil or we are not before or inside a
24028word, and if `skeleton-pair-filter' returns nil, pairing is performed. 24326word, and if `skeleton-pair-filter-function' returns nil, pairing is performed.
24029Pairing is also prohibited if we are right after a quoting character 24327Pairing is also prohibited if we are right after a quoting character
24030such as backslash. 24328such as backslash.
24031 24329
@@ -24038,7 +24336,7 @@ symmetrical ones, and the same character twice for the others.
24038;;;*** 24336;;;***
24039 24337
24040;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" 24338;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el"
24041;;;;;; (17383 24127)) 24339;;;;;; (17494 22060))
24042;;; Generated autoloads from smerge-mode.el 24340;;; Generated autoloads from smerge-mode.el
24043 24341
24044(autoload (quote smerge-ediff) "smerge-mode" "\ 24342(autoload (quote smerge-ediff) "smerge-mode" "\
@@ -24057,7 +24355,7 @@ Minor mode to simplify editing output from the diff3 program.
24057;;;*** 24355;;;***
24058 24356
24059;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 24357;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
24060;;;;;; (17440 25582)) 24358;;;;;; (17457 37503))
24061;;; Generated autoloads from gnus/smiley.el 24359;;; Generated autoloads from gnus/smiley.el
24062 24360
24063(autoload (quote smiley-region) "smiley" "\ 24361(autoload (quote smiley-region) "smiley" "\
@@ -24075,7 +24373,7 @@ interactively. If there's no argument, do it at the current buffer
24075;;;*** 24373;;;***
24076 24374
24077;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 24375;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
24078;;;;;; "mail/smtpmail.el" (17383 16812)) 24376;;;;;; "mail/smtpmail.el" (17383 32170))
24079;;; Generated autoloads from mail/smtpmail.el 24377;;; Generated autoloads from mail/smtpmail.el
24080 24378
24081(autoload (quote smtpmail-send-it) "smtpmail" "\ 24379(autoload (quote smtpmail-send-it) "smtpmail" "\
@@ -24090,7 +24388,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
24090 24388
24091;;;*** 24389;;;***
24092 24390
24093;;;### (autoloads (snake) "snake" "play/snake.el" (17382 1892)) 24391;;;### (autoloads (snake) "snake" "play/snake.el" (17383 32183))
24094;;; Generated autoloads from play/snake.el 24392;;; Generated autoloads from play/snake.el
24095 24393
24096(autoload (quote snake) "snake" "\ 24394(autoload (quote snake) "snake" "\
@@ -24114,7 +24412,7 @@ Snake mode keybindings:
24114;;;*** 24412;;;***
24115 24413
24116;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 24414;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
24117;;;;;; (17383 13296)) 24415;;;;;; (17383 32177))
24118;;; Generated autoloads from net/snmp-mode.el 24416;;; Generated autoloads from net/snmp-mode.el
24119 24417
24120(autoload (quote snmp-mode) "snmp-mode" "\ 24418(autoload (quote snmp-mode) "snmp-mode" "\
@@ -24145,7 +24443,7 @@ then `snmpv2-mode-hook'.
24145 24443
24146;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name 24444;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name
24147;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) 24445;;;;;; calendar-longitude calendar-latitude calendar-time-display-form)
24148;;;;;; "solar" "calendar/solar.el" (17385 41891)) 24446;;;;;; "solar" "calendar/solar.el" (17397 61548))
24149;;; Generated autoloads from calendar/solar.el 24447;;; Generated autoloads from calendar/solar.el
24150 24448
24151(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ 24449(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\
@@ -24216,8 +24514,8 @@ Requires floating point.
24216 24514
24217;;;*** 24515;;;***
24218 24516
24219;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (17382 24517;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (17383
24220;;;;;; 1892)) 24518;;;;;; 32183))
24221;;; Generated autoloads from play/solitaire.el 24519;;; Generated autoloads from play/solitaire.el
24222 24520
24223(autoload (quote solitaire) "solitaire" "\ 24521(autoload (quote solitaire) "solitaire" "\
@@ -24294,7 +24592,7 @@ Pick your favourite shortcuts:
24294 24592
24295;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 24593;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
24296;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 24594;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
24297;;;;;; sort-lines sort-subr) "sort" "sort.el" (17434 1454)) 24595;;;;;; sort-lines sort-subr) "sort" "sort.el" (17466 42707))
24298;;; Generated autoloads from sort.el 24596;;; Generated autoloads from sort.el
24299 24597
24300(autoload (quote sort-subr) "sort" "\ 24598(autoload (quote sort-subr) "sort" "\
@@ -24436,8 +24734,8 @@ From a program takes two point or marker arguments, BEG and END.
24436 24734
24437;;;*** 24735;;;***
24438 24736
24439;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (17440 24737;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (17457
24440;;;;;; 25582)) 24738;;;;;; 37503))
24441;;; Generated autoloads from gnus/spam.el 24739;;; Generated autoloads from gnus/spam.el
24442 24740
24443(autoload (quote spam-initialize) "spam" "\ 24741(autoload (quote spam-initialize) "spam" "\
@@ -24449,7 +24747,7 @@ Install the spam.el hooks and do other initialization
24449 24747
24450;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 24748;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
24451;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 24749;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
24452;;;;;; "gnus/spam-report.el" (17385 29998)) 24750;;;;;; "gnus/spam-report.el" (17397 61557))
24453;;; Generated autoloads from gnus/spam-report.el 24751;;; Generated autoloads from gnus/spam-report.el
24454 24752
24455(autoload (quote spam-report-process-queue) "spam-report" "\ 24753(autoload (quote spam-report-process-queue) "spam-report" "\
@@ -24492,7 +24790,7 @@ Spam reports will be queued with the method used when
24492;;;*** 24790;;;***
24493 24791
24494;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 24792;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
24495;;;;;; "speedbar.el" (17412 50667)) 24793;;;;;; "speedbar.el" (17578 34773))
24496;;; Generated autoloads from speedbar.el 24794;;; Generated autoloads from speedbar.el
24497 24795
24498(defalias (quote speedbar) (quote speedbar-frame-mode)) 24796(defalias (quote speedbar) (quote speedbar-frame-mode))
@@ -24517,7 +24815,7 @@ selected. If the speedbar frame is active, then select the attached frame.
24517;;;*** 24815;;;***
24518 24816
24519;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 24817;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
24520;;;;;; "spell" "textmodes/spell.el" (17383 15659)) 24818;;;;;; "spell" "textmodes/spell.el" (17383 32189))
24521;;; Generated autoloads from textmodes/spell.el 24819;;; Generated autoloads from textmodes/spell.el
24522 24820
24523(put (quote spell-filter) (quote risky-local-variable) t) 24821(put (quote spell-filter) (quote risky-local-variable) t)
@@ -24553,8 +24851,8 @@ Check spelling of string supplied as argument.
24553 24851
24554;;;*** 24852;;;***
24555 24853
24556;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (17382 24854;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (17383
24557;;;;;; 1892)) 24855;;;;;; 32183))
24558;;; Generated autoloads from play/spook.el 24856;;; Generated autoloads from play/spook.el
24559 24857
24560(autoload (quote spook) "spook" "\ 24858(autoload (quote spook) "spook" "\
@@ -24572,8 +24870,8 @@ Return a vector containing the lines from `spook-phrases-file'.
24572;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres 24870;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
24573;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 24871;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
24574;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help 24872;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help
24575;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (17388 24873;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (17397
24576;;;;;; 22062)) 24874;;;;;; 61572))
24577;;; Generated autoloads from progmodes/sql.el 24875;;; Generated autoloads from progmodes/sql.el
24578 24876
24579(autoload (quote sql-add-product-keywords) "sql" "\ 24877(autoload (quote sql-add-product-keywords) "sql" "\
@@ -25005,7 +25303,7 @@ input. See `sql-interactive-mode'.
25005;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 25303;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
25006;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 25304;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
25007;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (17383 25305;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (17383
25008;;;;;; 24127)) 25306;;;;;; 32122))
25009;;; Generated autoloads from strokes.el 25307;;; Generated autoloads from strokes.el
25010 25308
25011(autoload (quote strokes-global-set-stroke) "strokes" "\ 25309(autoload (quote strokes-global-set-stroke) "strokes" "\
@@ -25082,8 +25380,6 @@ use either \\[customize] or the function `strokes-mode'.")
25082 25380
25083(custom-autoload (quote strokes-mode) "strokes") 25381(custom-autoload (quote strokes-mode) "strokes")
25084 25382
25085(put (quote strokes-mode) (quote custom-set) (quote custom-set-minor-mode))
25086
25087(autoload (quote strokes-mode) "strokes" "\ 25383(autoload (quote strokes-mode) "strokes" "\
25088Toggle Strokes global minor mode.\\<strokes-mode-map> 25384Toggle Strokes global minor mode.\\<strokes-mode-map>
25089With ARG, turn strokes on if and only if ARG is positive. 25385With ARG, turn strokes on if and only if ARG is positive.
@@ -25116,7 +25412,7 @@ Read a complex stroke and insert its glyph into the current buffer.
25116;;;*** 25412;;;***
25117 25413
25118;;;### (autoloads (studlify-buffer studlify-word studlify-region) 25414;;;### (autoloads (studlify-buffer studlify-word studlify-region)
25119;;;;;; "studly" "play/studly.el" (17075 55479)) 25415;;;;;; "studly" "play/studly.el" (16221 3781))
25120;;; Generated autoloads from play/studly.el 25416;;; Generated autoloads from play/studly.el
25121 25417
25122(autoload (quote studlify-region) "studly" "\ 25418(autoload (quote studlify-region) "studly" "\
@@ -25136,7 +25432,7 @@ Studlify-case the current buffer.
25136 25432
25137;;;*** 25433;;;***
25138 25434
25139;;;### (autoloads (locate-library) "subr" "subr.el" (17410 23908)) 25435;;;### (autoloads (locate-library) "subr" "subr.el" (17590 36099))
25140;;; Generated autoloads from subr.el 25436;;; Generated autoloads from subr.el
25141 25437
25142(autoload (quote locate-library) "subr" "\ 25438(autoload (quote locate-library) "subr" "\
@@ -25158,7 +25454,7 @@ and the file name is displayed in the echo area.
25158;;;*** 25454;;;***
25159 25455
25160;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 25456;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
25161;;;;;; (17383 16812)) 25457;;;;;; (17383 32170))
25162;;; Generated autoloads from mail/supercite.el 25458;;; Generated autoloads from mail/supercite.el
25163 25459
25164(autoload (quote sc-cite-original) "supercite" "\ 25460(autoload (quote sc-cite-original) "supercite" "\
@@ -25201,8 +25497,6 @@ use either \\[customize] or the function `t-mouse-mode'.")
25201 25497
25202(custom-autoload (quote t-mouse-mode) "t-mouse") 25498(custom-autoload (quote t-mouse-mode) "t-mouse")
25203 25499
25204(put (quote t-mouse-mode) (quote custom-set) (quote custom-set-minor-mode))
25205
25206(autoload (quote t-mouse-mode) "t-mouse" "\ 25500(autoload (quote t-mouse-mode) "t-mouse" "\
25207Toggle t-mouse mode. 25501Toggle t-mouse mode.
25208With prefix arg, turn t-mouse mode on iff arg is positive. 25502With prefix arg, turn t-mouse mode on iff arg is positive.
@@ -25213,7 +25507,7 @@ Turn it on to use emacs mouse commands, and off to use t-mouse commands.
25213 25507
25214;;;*** 25508;;;***
25215 25509
25216;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17383 24127)) 25510;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17383 32122))
25217;;; Generated autoloads from tabify.el 25511;;; Generated autoloads from tabify.el
25218 25512
25219(autoload (quote untabify) "tabify" "\ 25513(autoload (quote untabify) "tabify" "\
@@ -25248,7 +25542,7 @@ The variable `tab-width' controls the spacing of tab stops.
25248;;;;;; table-recognize table-insert-row-column table-insert-column 25542;;;;;; table-recognize table-insert-row-column table-insert-column
25249;;;;;; table-insert-row table-insert table-point-left-cell-hook 25543;;;;;; table-insert-row table-insert table-point-left-cell-hook
25250;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 25544;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
25251;;;;;; "table" "textmodes/table.el" (17378 11759)) 25545;;;;;; "table" "textmodes/table.el" (17578 34780))
25252;;; Generated autoloads from textmodes/table.el 25546;;; Generated autoloads from textmodes/table.el
25253 25547
25254(defvar table-cell-map-hook nil "\ 25548(defvar table-cell-map-hook nil "\
@@ -25836,7 +26130,7 @@ converts a table into plain text without frames. It is a companion to
25836 26130
25837;;;*** 26131;;;***
25838 26132
25839;;;### (autoloads (talk-connect) "talk" "talk.el" (17383 24127)) 26133;;;### (autoloads (talk-connect) "talk" "talk.el" (17383 32122))
25840;;; Generated autoloads from talk.el 26134;;; Generated autoloads from talk.el
25841 26135
25842(autoload (quote talk-connect) "talk" "\ 26136(autoload (quote talk-connect) "talk" "\
@@ -25846,7 +26140,7 @@ Connect to display DISPLAY for the Emacs talk group.
25846 26140
25847;;;*** 26141;;;***
25848 26142
25849;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (17383 24127)) 26143;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (17578 34774))
25850;;; Generated autoloads from tar-mode.el 26144;;; Generated autoloads from tar-mode.el
25851 26145
25852(autoload (quote tar-mode) "tar-mode" "\ 26146(autoload (quote tar-mode) "tar-mode" "\
@@ -25870,7 +26164,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
25870;;;*** 26164;;;***
25871 26165
25872;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 26166;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
25873;;;;;; "progmodes/tcl.el" (17348 7449)) 26167;;;;;; "progmodes/tcl.el" (17484 52437))
25874;;; Generated autoloads from progmodes/tcl.el 26168;;; Generated autoloads from progmodes/tcl.el
25875 26169
25876(autoload (quote tcl-mode) "tcl" "\ 26170(autoload (quote tcl-mode) "tcl" "\
@@ -25921,7 +26215,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
25921 26215
25922;;;*** 26216;;;***
25923 26217
25924;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (17383 13296)) 26218;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (17383 32177))
25925;;; Generated autoloads from net/telnet.el 26219;;; Generated autoloads from net/telnet.el
25926 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") 26220 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
25927 26221
@@ -25948,8 +26242,8 @@ Normally input is edited in Emacs and sent a line at a time.
25948 26242
25949;;;*** 26243;;;***
25950 26244
25951;;;### (autoloads (ansi-term term make-term) "term" "term.el" (17354 26245;;;### (autoloads (ansi-term term make-term) "term" "term.el" (17578
25952;;;;;; 44750)) 26246;;;;;; 34774))
25953;;; Generated autoloads from term.el 26247;;; Generated autoloads from term.el
25954 26248
25955(autoload (quote make-term) "term" "\ 26249(autoload (quote make-term) "term" "\
@@ -25978,7 +26272,7 @@ Start a terminal-emulator in a new buffer.
25978;;;*** 26272;;;***
25979 26273
25980;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (17383 26274;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (17383
25981;;;;;; 24127)) 26275;;;;;; 32123))
25982;;; Generated autoloads from terminal.el 26276;;; Generated autoloads from terminal.el
25983 26277
25984(autoload (quote terminal-emulator) "terminal" "\ 26278(autoload (quote terminal-emulator) "terminal" "\
@@ -26015,7 +26309,7 @@ subprocess started.
26015;;;*** 26309;;;***
26016 26310
26017;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 26311;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
26018;;;;;; (17383 16119)) 26312;;;;;; (17383 32141))
26019;;; Generated autoloads from emacs-lisp/testcover.el 26313;;; Generated autoloads from emacs-lisp/testcover.el
26020 26314
26021(autoload (quote testcover-this-defun) "testcover" "\ 26315(autoload (quote testcover-this-defun) "testcover" "\
@@ -26025,7 +26319,7 @@ Start coverage on function under point.
26025 26319
26026;;;*** 26320;;;***
26027 26321
26028;;;### (autoloads (tetris) "tetris" "play/tetris.el" (17382 1892)) 26322;;;### (autoloads (tetris) "tetris" "play/tetris.el" (17383 32183))
26029;;; Generated autoloads from play/tetris.el 26323;;; Generated autoloads from play/tetris.el
26030 26324
26031(autoload (quote tetris) "tetris" "\ 26325(autoload (quote tetris) "tetris" "\
@@ -26056,7 +26350,7 @@ tetris-mode keybindings:
26056;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 26350;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
26057;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 26351;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
26058;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 26352;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
26059;;;;;; (17383 15659)) 26353;;;;;; (17578 34780))
26060;;; Generated autoloads from textmodes/tex-mode.el 26354;;; Generated autoloads from textmodes/tex-mode.el
26061 26355
26062(defvar tex-shell-file-name nil "\ 26356(defvar tex-shell-file-name nil "\
@@ -26358,7 +26652,7 @@ Major mode to edit DocTeX files.
26358;;;*** 26652;;;***
26359 26653
26360;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 26654;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
26361;;;;;; "texinfmt" "textmodes/texinfmt.el" (17383 15659)) 26655;;;;;; "texinfmt" "textmodes/texinfmt.el" (17590 36100))
26362;;; Generated autoloads from textmodes/texinfmt.el 26656;;; Generated autoloads from textmodes/texinfmt.el
26363 26657
26364(autoload (quote texinfo-format-buffer) "texinfmt" "\ 26658(autoload (quote texinfo-format-buffer) "texinfmt" "\
@@ -26398,7 +26692,7 @@ if large. You can use Info-split to do this manually.
26398;;;*** 26692;;;***
26399 26693
26400;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 26694;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
26401;;;;;; "texinfo" "textmodes/texinfo.el" (17383 15659)) 26695;;;;;; "texinfo" "textmodes/texinfo.el" (17383 32190))
26402;;; Generated autoloads from textmodes/texinfo.el 26696;;; Generated autoloads from textmodes/texinfo.el
26403 26697
26404(defvar texinfo-open-quote "``" "\ 26698(defvar texinfo-open-quote "``" "\
@@ -26485,7 +26779,7 @@ value of `texinfo-mode-hook'.
26485;;;### (autoloads (thai-auto-composition-mode thai-composition-function 26779;;;### (autoloads (thai-auto-composition-mode thai-composition-function
26486;;;;;; thai-post-read-conversion thai-compose-buffer thai-compose-string 26780;;;;;; thai-post-read-conversion thai-compose-buffer thai-compose-string
26487;;;;;; thai-compose-region) "thai-util" "language/thai-util.el" 26781;;;;;; thai-compose-region) "thai-util" "language/thai-util.el"
26488;;;;;; (17185 27569)) 26782;;;;;; (17171 19474))
26489;;; Generated autoloads from language/thai-util.el 26783;;; Generated autoloads from language/thai-util.el
26490 26784
26491(autoload (quote thai-compose-region) "thai-util" "\ 26785(autoload (quote thai-compose-region) "thai-util" "\
@@ -26529,11 +26823,11 @@ Minor mode for automatically correct Thai character composition.
26529 26823
26530;;;### (autoloads (list-at-point number-at-point symbol-at-point 26824;;;### (autoloads (list-at-point number-at-point symbol-at-point
26531;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 26825;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
26532;;;;;; "thingatpt" "thingatpt.el" (17383 24127)) 26826;;;;;; "thingatpt" "thingatpt.el" (17582 28846))
26533;;; Generated autoloads from thingatpt.el 26827;;; Generated autoloads from thingatpt.el
26534 26828
26535(autoload (quote forward-thing) "thingatpt" "\ 26829(autoload (quote forward-thing) "thingatpt" "\
26536Move forward to the end of the next THING. 26830Move forward to the end of the Nth next THING.
26537 26831
26538\(fn THING &optional N)" nil nil) 26832\(fn THING &optional N)" nil nil)
26539 26833
@@ -26586,7 +26880,7 @@ Not documented
26586 26880
26587;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 26881;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
26588;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 26882;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
26589;;;;;; (17383 24127)) 26883;;;;;; (17590 36099))
26590;;; Generated autoloads from thumbs.el 26884;;; Generated autoloads from thumbs.el
26591 26885
26592(autoload (quote thumbs-find-thumb) "thumbs" "\ 26886(autoload (quote thumbs-find-thumb) "thumbs" "\
@@ -26625,7 +26919,7 @@ In dired, call the setroot program on the image at point.
26625;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region 26919;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region
26626;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan 26920;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan
26627;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" 26921;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util"
26628;;;;;; "language/tibet-util.el" (17102 18781)) 26922;;;;;; "language/tibet-util.el" (17097 33527))
26629;;; Generated autoloads from language/tibet-util.el 26923;;; Generated autoloads from language/tibet-util.el
26630 26924
26631(autoload (quote tibetan-char-p) "tibet-util" "\ 26925(autoload (quote tibetan-char-p) "tibet-util" "\
@@ -26704,7 +26998,7 @@ Not documented
26704;;;*** 26998;;;***
26705 26999
26706;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 27000;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
26707;;;;;; (17383 15659)) 27001;;;;;; (17383 32190))
26708;;; Generated autoloads from textmodes/tildify.el 27002;;; Generated autoloads from textmodes/tildify.el
26709 27003
26710(autoload (quote tildify-region) "tildify" "\ 27004(autoload (quote tildify-region) "tildify" "\
@@ -26728,7 +27022,7 @@ This function performs no refilling of the changed text.
26728;;;*** 27022;;;***
26729 27023
26730;;;### (autoloads (display-time-mode display-time display-time-day-and-date) 27024;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
26731;;;;;; "time" "time.el" (17383 24127)) 27025;;;;;; "time" "time.el" (17383 32124))
26732;;; Generated autoloads from time.el 27026;;; Generated autoloads from time.el
26733 27027
26734(defvar display-time-day-and-date nil "\ 27028(defvar display-time-day-and-date nil "\
@@ -26753,8 +27047,6 @@ use either \\[customize] or the function `display-time-mode'.")
26753 27047
26754(custom-autoload (quote display-time-mode) "time") 27048(custom-autoload (quote display-time-mode) "time")
26755 27049
26756(put (quote display-time-mode) (quote custom-set) (quote custom-set-minor-mode))
26757
26758(autoload (quote display-time-mode) "time" "\ 27050(autoload (quote display-time-mode) "time" "\
26759Toggle display of time, load level, and mail flag in mode lines. 27051Toggle display of time, load level, and mail flag in mode lines.
26760With a numeric arg, enable this display if arg is positive. 27052With a numeric arg, enable this display if arg is positive.
@@ -26771,8 +27063,8 @@ This runs the normal hook `display-time-hook' after each update.
26771;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year 27063;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year
26772;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract 27064;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract
26773;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds 27065;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds
26774;;;;;; date-to-time) "time-date" "calendar/time-date.el" (17385 27066;;;;;; date-to-time) "time-date" "calendar/time-date.el" (17397
26775;;;;;; 41891)) 27067;;;;;; 61548))
26776;;; Generated autoloads from calendar/time-date.el 27068;;; Generated autoloads from calendar/time-date.el
26777 27069
26778(autoload (quote date-to-time) "time-date" "\ 27070(autoload (quote date-to-time) "time-date" "\
@@ -26858,8 +27150,15 @@ If DATE is malformed, return a time value of zeros.
26858;;;*** 27150;;;***
26859 27151
26860;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 27152;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
26861;;;;;; "time-stamp.el" (17383 24127)) 27153;;;;;; "time-stamp.el" (17487 53545))
26862;;; Generated autoloads from time-stamp.el 27154;;; Generated autoloads from time-stamp.el
27155(put 'time-stamp-format 'safe-local-variable 'stringp)
27156(put 'time-stamp-line-limit 'safe-local-variable 'integerp)
27157(put 'time-stamp-start 'safe-local-variable 'stringp)
27158(put 'time-stamp-end 'safe-local-variable 'stringp)
27159(put 'time-stamp-inserts-lines 'safe-local-variable 'symbolp)
27160(put 'time-stamp-count 'safe-local-variable 'integerp)
27161(put 'time-stamp-pattern 'safe-local-variable 'stringp)
26863 27162
26864(autoload (quote time-stamp) "time-stamp" "\ 27163(autoload (quote time-stamp) "time-stamp" "\
26865Update the time stamp string(s) in the buffer. 27164Update the time stamp string(s) in the buffer.
@@ -26894,7 +27193,7 @@ With ARG, turn time stamping on if and only if arg is positive.
26894;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 27193;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
26895;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 27194;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
26896;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 27195;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
26897;;;;;; (17385 41891)) 27196;;;;;; (17397 61548))
26898;;; Generated autoloads from calendar/timeclock.el 27197;;; Generated autoloads from calendar/timeclock.el
26899 27198
26900(autoload (quote timeclock-modeline-display) "timeclock" "\ 27199(autoload (quote timeclock-modeline-display) "timeclock" "\
@@ -26995,7 +27294,7 @@ relative only to the time worked today, and not to past time.
26995 27294
26996;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer 27295;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer
26997;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" 27296;;;;;; run-at-time cancel-function-timers cancel-timer) "timer"
26998;;;;;; "emacs-lisp/timer.el" (17383 16119)) 27297;;;;;; "emacs-lisp/timer.el" (17383 32142))
26999;;; Generated autoloads from emacs-lisp/timer.el 27298;;; Generated autoloads from emacs-lisp/timer.el
27000 27299
27001(defalias (quote disable-timeout) (quote cancel-timer)) 27300(defalias (quote disable-timeout) (quote cancel-timer))
@@ -27066,7 +27365,7 @@ be detected.
27066;;;*** 27365;;;***
27067 27366
27068;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 27367;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
27069;;;;;; "international/titdic-cnv.el" (17102 18762)) 27368;;;;;; "international/titdic-cnv.el" (17106 41306))
27070;;; Generated autoloads from international/titdic-cnv.el 27369;;; Generated autoloads from international/titdic-cnv.el
27071 27370
27072(autoload (quote titdic-convert) "titdic-cnv" "\ 27371(autoload (quote titdic-convert) "titdic-cnv" "\
@@ -27089,8 +27388,8 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
27089;;;*** 27388;;;***
27090 27389
27091;;;### (autoloads (tamil-composition-function tamil-post-read-conversion 27390;;;### (autoloads (tamil-composition-function tamil-post-read-conversion
27092;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (17102 27391;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (17097
27093;;;;;; 18782)) 27392;;;;;; 33527))
27094;;; Generated autoloads from language/tml-util.el 27393;;; Generated autoloads from language/tml-util.el
27095 27394
27096(autoload (quote tamil-compose-region) "tml-util" "\ 27395(autoload (quote tamil-compose-region) "tml-util" "\
@@ -27113,7 +27412,7 @@ PATTERN regexp.
27113;;;*** 27412;;;***
27114 27413
27115;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27414;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
27116;;;;;; "tmm.el" (17383 24127)) 27415;;;;;; "tmm.el" (17383 32124))
27117;;; Generated autoloads from tmm.el 27416;;; Generated autoloads from tmm.el
27118 (define-key global-map "\M-`" 'tmm-menubar) 27417 (define-key global-map "\M-`" 'tmm-menubar)
27119 (define-key global-map [f10] 'tmm-menubar) 27418 (define-key global-map [f10] 'tmm-menubar)
@@ -27154,7 +27453,7 @@ Its value should be an event that has a binding in MENU.
27154 27453
27155;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 27454;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
27156;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 27455;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
27157;;;;;; "todo-mode" "calendar/todo-mode.el" (17385 41891)) 27456;;;;;; "todo-mode" "calendar/todo-mode.el" (17397 61548))
27158;;; Generated autoloads from calendar/todo-mode.el 27457;;; Generated autoloads from calendar/todo-mode.el
27159 27458
27160(autoload (quote todo-add-category) "todo-mode" "\ 27459(autoload (quote todo-add-category) "todo-mode" "\
@@ -27215,7 +27514,7 @@ Show TODO list.
27215 27514
27216;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 27515;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
27217;;;;;; tool-bar-local-item tool-bar-add-item) "tool-bar" "tool-bar.el" 27516;;;;;; tool-bar-local-item tool-bar-add-item) "tool-bar" "tool-bar.el"
27218;;;;;; (17383 24127)) 27517;;;;;; (17498 30594))
27219;;; Generated autoloads from tool-bar.el 27518;;; Generated autoloads from tool-bar.el
27220 27519
27221(put (quote tool-bar-mode) (quote standard-value) (quote (t))) 27520(put (quote tool-bar-mode) (quote standard-value) (quote (t)))
@@ -27282,7 +27581,7 @@ holds a keymap.
27282;;;*** 27581;;;***
27283 27582
27284;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 27583;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
27285;;;;;; (17383 13537)) 27584;;;;;; (17383 32144))
27286;;; Generated autoloads from emulation/tpu-edt.el 27585;;; Generated autoloads from emulation/tpu-edt.el
27287 27586
27288(defvar tpu-edt-mode nil "\ 27587(defvar tpu-edt-mode nil "\
@@ -27293,8 +27592,6 @@ use either \\[customize] or the function `tpu-edt-mode'.")
27293 27592
27294(custom-autoload (quote tpu-edt-mode) "tpu-edt") 27593(custom-autoload (quote tpu-edt-mode) "tpu-edt")
27295 27594
27296(put (quote tpu-edt-mode) (quote custom-set) (quote custom-set-minor-mode))
27297
27298(autoload (quote tpu-edt-mode) "tpu-edt" "\ 27595(autoload (quote tpu-edt-mode) "tpu-edt" "\
27299TPU/edt emulation. 27596TPU/edt emulation.
27300 27597
@@ -27310,7 +27607,7 @@ Turn on TPU/edt emulation.
27310;;;*** 27607;;;***
27311 27608
27312;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) 27609;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins)
27313;;;;;; "tpu-extras" "emulation/tpu-extras.el" (17383 13537)) 27610;;;;;; "tpu-extras" "emulation/tpu-extras.el" (17383 32144))
27314;;; Generated autoloads from emulation/tpu-extras.el 27611;;; Generated autoloads from emulation/tpu-extras.el
27315 27612
27316(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ 27613(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\
@@ -27330,7 +27627,7 @@ Constrain the cursor to the flow of the text.
27330 27627
27331;;;*** 27628;;;***
27332 27629
27333;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (17383 16119)) 27630;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (17484 52427))
27334;;; Generated autoloads from emacs-lisp/tq.el 27631;;; Generated autoloads from emacs-lisp/tq.el
27335 27632
27336(autoload (quote tq-create) "tq" "\ 27633(autoload (quote tq-create) "tq" "\
@@ -27344,7 +27641,7 @@ to a tcp server on another machine.
27344;;;*** 27641;;;***
27345 27642
27346;;;### (autoloads (trace-function-background trace-function trace-buffer) 27643;;;### (autoloads (trace-function-background trace-function trace-buffer)
27347;;;;;; "trace" "emacs-lisp/trace.el" (17383 16119)) 27644;;;;;; "trace" "emacs-lisp/trace.el" (17383 32142))
27348;;; Generated autoloads from emacs-lisp/trace.el 27645;;; Generated autoloads from emacs-lisp/trace.el
27349 27646
27350(defvar trace-buffer "*trace-output*" "\ 27647(defvar trace-buffer "*trace-output*" "\
@@ -27375,10 +27672,10 @@ the window or buffer configuration at all.
27375 27672
27376;;;*** 27673;;;***
27377 27674
27378;;;### (autoloads (tramp-unload-tramp tramp-unload-file-name-handler-alist 27675;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
27379;;;;;; tramp-completion-file-name-handler tramp-file-name-handler 27676;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
27380;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp) 27677;;;;;; tramp-file-name-handler tramp-completion-file-name-regexp
27381;;;;;; "tramp" "net/tramp.el" (17391 39172)) 27678;;;;;; tramp-file-name-regexp) "tramp" "net/tramp.el" (17578 34778))
27382;;; Generated autoloads from net/tramp.el 27679;;; Generated autoloads from net/tramp.el
27383 27680
27384(defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ 27681(defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\
@@ -27436,36 +27733,62 @@ Also see `tramp-file-name-structure'.")
27436 27733
27437(custom-autoload (quote tramp-completion-file-name-regexp) "tramp") 27734(custom-autoload (quote tramp-completion-file-name-regexp) "tramp")
27438 27735
27736(defconst tramp-completion-file-name-handler-alist (quote ((file-name-all-completions . tramp-completion-handle-file-name-all-completions) (file-name-completion . tramp-completion-handle-file-name-completion))) "\
27737Alist of completion handler functions.
27738Used for file names matching `tramp-file-name-regexp'. Operations not
27739mentioned here will be handled by `tramp-file-name-handler-alist' or the
27740normal Emacs functions.")
27741
27742(defun tramp-run-real-handler (operation args) "\
27743Invoke normal file name handler for OPERATION.
27744First arg specifies the OPERATION, second arg is a list of arguments to
27745pass to the OPERATION." (let* ((inhibit-file-name-handlers (\` (tramp-file-name-handler tramp-completion-file-name-handler cygwin-mount-name-hook-function cygwin-mount-map-drive-hook-function \, (and (eq inhibit-file-name-operation operation) inhibit-file-name-handlers)))) (inhibit-file-name-operation operation)) (apply operation args)))
27746
27747(defun tramp-completion-run-real-handler (operation args) "\
27748Invoke `tramp-file-name-handler' for OPERATION.
27749First arg specifies the OPERATION, second arg is a list of arguments to
27750pass to the OPERATION." (let* ((inhibit-file-name-handlers (\` (tramp-completion-file-name-handler cygwin-mount-name-hook-function cygwin-mount-map-drive-hook-function \, (and (eq inhibit-file-name-operation operation) inhibit-file-name-handlers)))) (inhibit-file-name-operation operation)) (apply operation args)))
27751
27439(autoload (quote tramp-file-name-handler) "tramp" "\ 27752(autoload (quote tramp-file-name-handler) "tramp" "\
27440Invoke Tramp file name handler. 27753Invoke Tramp file name handler.
27441Falls back to normal file name handler if no tramp file name handler exists. 27754Falls back to normal file name handler if no tramp file name handler exists.
27442 27755
27443\(fn OPERATION &rest ARGS)" nil nil) 27756\(fn OPERATION &rest ARGS)" nil nil)
27444 27757
27445(autoload (quote tramp-completion-file-name-handler) "tramp" "\ 27758(defun tramp-completion-file-name-handler (operation &rest args) "\
27446Invoke tramp file name completion handler. 27759Invoke tramp file name completion handler.
27447Falls back to normal file name handler if no tramp file name handler exists. 27760Falls back to normal file name handler if no tramp file name handler exists." (let ((fn (assoc operation tramp-completion-file-name-handler-alist))) (if fn (save-match-data (apply (cdr fn) args)) (tramp-completion-run-real-handler operation args))))
27448 27761
27449\(fn OPERATION &rest ARGS)" nil nil) 27762(defsubst tramp-register-file-name-handlers nil "\
27763Add tramp file name handlers to `file-name-handler-alist'." (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) (when (or partial-completion-mode (featurep (quote ido))) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t)) (let ((jka (rassoc (quote jka-compr-handler) file-name-handler-alist))) (when jka (setq file-name-handler-alist (cons jka (delete jka file-name-handler-alist))))))
27764(add-hook
27765 'after-init-hook
27766 '(lambda () (tramp-register-file-name-handlers)))
27450 27767
27451(put (quote tramp-completion-file-name-handler) (quote safe-magic) t) 27768(autoload (quote tramp-unload-file-name-handlers) "tramp" "\
27452
27453(add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler)))
27454
27455(autoload (quote tramp-unload-file-name-handler-alist) "tramp" "\
27456Not documented 27769Not documented
27457 27770
27458\(fn)" nil nil) 27771\(fn)" nil nil)
27459 27772
27773(autoload (quote tramp-completion-handle-file-name-all-completions) "tramp" "\
27774Like `file-name-all-completions' for partial tramp files.
27775
27776\(fn FILENAME DIRECTORY)" nil nil)
27777
27778(autoload (quote tramp-completion-handle-file-name-completion) "tramp" "\
27779Like `file-name-completion' for tramp files.
27780
27781\(fn FILENAME DIRECTORY)" nil nil)
27782
27460(autoload (quote tramp-unload-tramp) "tramp" "\ 27783(autoload (quote tramp-unload-tramp) "tramp" "\
27461Not documented 27784Discard Tramp from loading remote files.
27462 27785
27463\(fn)" t nil) 27786\(fn)" t nil)
27464 27787
27465;;;*** 27788;;;***
27466 27789
27467;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 27790;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
27468;;;;;; (17364 3828)) 27791;;;;;; (17365 2740))
27469;;; Generated autoloads from net/tramp-ftp.el 27792;;; Generated autoloads from net/tramp-ftp.el
27470 27793
27471(autoload (quote tramp-ftp-enable-ange-ftp) "tramp-ftp" "\ 27794(autoload (quote tramp-ftp-enable-ange-ftp) "tramp-ftp" "\
@@ -27476,12 +27799,12 @@ Not documented
27476;;;*** 27799;;;***
27477 27800
27478;;;### (autoloads (tumme-mark-tagged-files tumme-dired-comment-files 27801;;;### (autoloads (tumme-mark-tagged-files tumme-dired-comment-files
27479;;;;;; tumme-display-dired-image tumme-dired-display-external tumme-display-thumb 27802;;;;;; tumme-dired-display-image tumme-dired-display-external tumme-display-thumb
27480;;;;;; tumme-display-thumbs-append tumme-setup-dired-keybindings 27803;;;;;; tumme-display-thumbs-append tumme-setup-dired-keybindings
27481;;;;;; tumme-jump-thumbnail-buffer tumme-tag-remove tumme-tag-files 27804;;;;;; tumme-jump-thumbnail-buffer tumme-delete-tag tumme-tag-files
27482;;;;;; tumme-display-thumbs tumme-dired-with-window-configuration 27805;;;;;; tumme-show-all-from-dir tumme-display-thumbs tumme-dired-with-window-configuration
27483;;;;;; tumme-dired-insert-marked-thumbs) "tumme" "tumme.el" (17418 27806;;;;;; tumme-dired-insert-marked-thumbs) "tumme" "tumme.el" (17590
27484;;;;;; 58118)) 27807;;;;;; 36099))
27485;;; Generated autoloads from tumme.el 27808;;; Generated autoloads from tumme.el
27486 27809
27487(autoload (quote tumme-dired-insert-marked-thumbs) "tumme" "\ 27810(autoload (quote tumme-dired-insert-marked-thumbs) "tumme" "\
@@ -27523,7 +27846,22 @@ you have the dired buffer in the left window and the
27523With optional argument APPEND, append thumbnail to thumbnail buffer 27846With optional argument APPEND, append thumbnail to thumbnail buffer
27524instead of erasing it first. 27847instead of erasing it first.
27525 27848
27526\(fn &optional ARG APPEND)" t nil) 27849Option argument DO-NOT-POP controls if `pop-to-buffer' should be
27850used or not. If non-nil, use `display-buffer' instead of
27851`pop-to-buffer'. This is used from functions like
27852`tumme-next-line-and-display' and
27853`tumme-previous-line-and-display' where we do not want the
27854thumbnail buffer to be selected.
27855
27856\(fn &optional ARG APPEND DO-NOT-POP)" t nil)
27857
27858(autoload (quote tumme-show-all-from-dir) "tumme" "\
27859Make a preview buffer for all images in DIR and display it.
27860If the number of files in DIR matching `image-file-name-regexp'
27861exceeds `tumme-show-all-from-dir-max-files', a warning will be
27862displayed.
27863
27864\(fn DIR)" t nil)
27527 27865
27528(defalias (quote tumme) (quote tumme-show-all-from-dir)) 27866(defalias (quote tumme) (quote tumme-show-all-from-dir))
27529 27867
@@ -27532,7 +27870,7 @@ Tag marked file(s) in dired. With prefix ARG, tag file at point.
27532 27870
27533\(fn ARG)" t nil) 27871\(fn ARG)" t nil)
27534 27872
27535(autoload (quote tumme-tag-remove) "tumme" "\ 27873(autoload (quote tumme-delete-tag) "tumme" "\
27536Remove tag for selected file(s). 27874Remove tag for selected file(s).
27537With prefix argument ARG, remove tag from file at point. 27875With prefix argument ARG, remove tag from file at point.
27538 27876
@@ -27565,7 +27903,7 @@ Display file at point using an external viewer.
27565 27903
27566\(fn)" t nil) 27904\(fn)" t nil)
27567 27905
27568(autoload (quote tumme-display-dired-image) "tumme" "\ 27906(autoload (quote tumme-dired-display-image) "tumme" "\
27569Display current image file. 27907Display current image file.
27570See documentation for `tumme-display-image' for more information. 27908See documentation for `tumme-display-image' for more information.
27571With prefix argument ARG, display image in its original size. 27909With prefix argument ARG, display image in its original size.
@@ -27590,7 +27928,7 @@ matching tags will be marked in the dired buffer.
27590;;;*** 27928;;;***
27591 27929
27592;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 27930;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
27593;;;;;; "textmodes/two-column.el" (17383 15659)) 27931;;;;;; "textmodes/two-column.el" (17383 32190))
27594;;; Generated autoloads from textmodes/two-column.el 27932;;; Generated autoloads from textmodes/two-column.el
27595 (autoload '2C-command "two-column" () t 'keymap) 27933 (autoload '2C-command "two-column" () t 'keymap)
27596 (global-set-key "\C-x6" '2C-command) 27934 (global-set-key "\C-x6" '2C-command)
@@ -27641,7 +27979,7 @@ First column's text sSs Second column's text
27641;;;;;; type-break type-break-mode type-break-keystroke-threshold 27979;;;;;; type-break type-break-mode type-break-keystroke-threshold
27642;;;;;; type-break-good-break-interval type-break-good-rest-interval 27980;;;;;; type-break-good-break-interval type-break-good-rest-interval
27643;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 27981;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
27644;;;;;; (17383 24127)) 27982;;;;;; (17383 32124))
27645;;; Generated autoloads from type-break.el 27983;;; Generated autoloads from type-break.el
27646 27984
27647(defvar type-break-mode nil "\ 27985(defvar type-break-mode nil "\
@@ -27824,7 +28162,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
27824;;;*** 28162;;;***
27825 28163
27826;;;### (autoloads (ununderline-region underline-region) "underline" 28164;;;### (autoloads (ununderline-region underline-region) "underline"
27827;;;;;; "textmodes/underline.el" (17383 15659)) 28165;;;;;; "textmodes/underline.el" (17383 32191))
27828;;; Generated autoloads from textmodes/underline.el 28166;;; Generated autoloads from textmodes/underline.el
27829 28167
27830(autoload (quote underline-region) "underline" "\ 28168(autoload (quote underline-region) "underline" "\
@@ -27845,7 +28183,7 @@ which specify the range to operate on.
27845;;;*** 28183;;;***
27846 28184
27847;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) 28185;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)
27848;;;;;; "undigest" "mail/undigest.el" (17383 16812)) 28186;;;;;; "undigest" "mail/undigest.el" (17383 32171))
27849;;; Generated autoloads from mail/undigest.el 28187;;; Generated autoloads from mail/undigest.el
27850 28188
27851(autoload (quote undigestify-rmail-message) "undigest" "\ 28189(autoload (quote undigestify-rmail-message) "undigest" "\
@@ -27864,7 +28202,7 @@ following the containing message.
27864;;;*** 28202;;;***
27865 28203
27866;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 28204;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
27867;;;;;; (17383 16812)) 28205;;;;;; (17383 32171))
27868;;; Generated autoloads from mail/unrmail.el 28206;;; Generated autoloads from mail/unrmail.el
27869 28207
27870(autoload (quote batch-unrmail) "unrmail" "\ 28208(autoload (quote batch-unrmail) "unrmail" "\
@@ -27883,8 +28221,8 @@ Convert Rmail file FILE to system inbox format file TO-FILE.
27883 28221
27884;;;*** 28222;;;***
27885 28223
27886;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (17403 28224;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (17404
27887;;;;;; 28668)) 28225;;;;;; 53185))
27888;;; Generated autoloads from emacs-lisp/unsafep.el 28226;;; Generated autoloads from emacs-lisp/unsafep.el
27889 28227
27890(autoload (quote unsafep) "unsafep" "\ 28228(autoload (quote unsafep) "unsafep" "\
@@ -27897,7 +28235,7 @@ of symbols with local bindings.
27897;;;*** 28235;;;***
27898 28236
27899;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 28237;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
27900;;;;;; "url/url.el" (17402 14976)) 28238;;;;;; "url/url.el" (17365 14342))
27901;;; Generated autoloads from url/url.el 28239;;; Generated autoloads from url/url.el
27902 28240
27903(autoload (quote url-retrieve) "url" "\ 28241(autoload (quote url-retrieve) "url" "\
@@ -27927,7 +28265,7 @@ no further processing). URL is either a string or a parsed URL.
27927;;;*** 28265;;;***
27928 28266
27929;;;### (autoloads (url-register-auth-scheme url-get-authentication) 28267;;;### (autoloads (url-register-auth-scheme url-get-authentication)
27930;;;;;; "url-auth" "url/url-auth.el" (17382 34555)) 28268;;;;;; "url-auth" "url/url-auth.el" (17383 32191))
27931;;; Generated autoloads from url/url-auth.el 28269;;; Generated autoloads from url/url-auth.el
27932 28270
27933(autoload (quote url-get-authentication) "url-auth" "\ 28271(autoload (quote url-get-authentication) "url-auth" "\
@@ -27969,8 +28307,8 @@ RATING a rating between 1 and 10 of the strength of the authentication.
27969;;;*** 28307;;;***
27970 28308
27971;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached 28309;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached
27972;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (17337 28310;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (17338
27973;;;;;; 11067)) 28311;;;;;; 41822))
27974;;; Generated autoloads from url/url-cache.el 28312;;; Generated autoloads from url/url-cache.el
27975 28313
27976(autoload (quote url-store-in-cache) "url-cache" "\ 28314(autoload (quote url-store-in-cache) "url-cache" "\
@@ -27995,7 +28333,7 @@ Return t iff a cached file has expired.
27995 28333
27996;;;*** 28334;;;***
27997 28335
27998;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (17382 34555)) 28336;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (17383 32191))
27999;;; Generated autoloads from url/url-cid.el 28337;;; Generated autoloads from url/url-cid.el
28000 28338
28001(autoload (quote url-cid) "url-cid" "\ 28339(autoload (quote url-cid) "url-cid" "\
@@ -28006,7 +28344,7 @@ Not documented
28006;;;*** 28344;;;***
28007 28345
28008;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 28346;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
28009;;;;;; "url/url-dav.el" (17382 34555)) 28347;;;;;; "url/url-dav.el" (17383 32191))
28010;;; Generated autoloads from url/url-dav.el 28348;;; Generated autoloads from url/url-dav.el
28011 28349
28012(autoload (quote url-dav-supported-p) "url-dav" "\ 28350(autoload (quote url-dav-supported-p) "url-dav" "\
@@ -28021,8 +28359,8 @@ Not documented
28021 28359
28022;;;*** 28360;;;***
28023 28361
28024;;;### (autoloads (url-file) "url-file" "url/url-file.el" (17382 28362;;;### (autoloads (url-file) "url-file" "url/url-file.el" (17383
28025;;;;;; 34555)) 28363;;;;;; 32191))
28026;;; Generated autoloads from url/url-file.el 28364;;; Generated autoloads from url/url-file.el
28027 28365
28028(autoload (quote url-file) "url-file" "\ 28366(autoload (quote url-file) "url-file" "\
@@ -28033,7 +28371,7 @@ Handle file: and ftp: URLs.
28033;;;*** 28371;;;***
28034 28372
28035;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 28373;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
28036;;;;;; "url/url-gw.el" (17382 34555)) 28374;;;;;; "url/url-gw.el" (17487 55937))
28037;;; Generated autoloads from url/url-gw.el 28375;;; Generated autoloads from url/url-gw.el
28038 28376
28039(autoload (quote url-gateway-nslookup-host) "url-gw" "\ 28377(autoload (quote url-gateway-nslookup-host) "url-gw" "\
@@ -28051,8 +28389,8 @@ Will not make a connection if `url-gateway-unplugged' is non-nil.
28051;;;*** 28389;;;***
28052 28390
28053;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 28391;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
28054;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (17337 28392;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (17457
28055;;;;;; 11067)) 28393;;;;;; 37507))
28056;;; Generated autoloads from url/url-handlers.el 28394;;; Generated autoloads from url/url-handlers.el
28057 28395
28058(defvar url-handler-mode nil "\ 28396(defvar url-handler-mode nil "\
@@ -28063,8 +28401,6 @@ use either \\[customize] or the function `url-handler-mode'.")
28063 28401
28064(custom-autoload (quote url-handler-mode) "url-handlers") 28402(custom-autoload (quote url-handler-mode) "url-handlers")
28065 28403
28066(put (quote url-handler-mode) (quote custom-set) (quote custom-set-minor-mode))
28067
28068(autoload (quote url-handler-mode) "url-handlers" "\ 28404(autoload (quote url-handler-mode) "url-handlers" "\
28069Use URL to handle URL-like file names. 28405Use URL to handle URL-like file names.
28070 28406
@@ -28097,7 +28433,7 @@ Not documented
28097;;;*** 28433;;;***
28098 28434
28099;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 28435;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
28100;;;;;; url-http) "url-http" "url/url-http.el" (17421 49420)) 28436;;;;;; url-http) "url-http" "url/url-http.el" (17515 39530))
28101;;; Generated autoloads from url/url-http.el 28437;;; Generated autoloads from url/url-http.el
28102 28438
28103(autoload (quote url-http) "url-http" "\ 28439(autoload (quote url-http) "url-http" "\
@@ -28150,7 +28486,7 @@ p3p
28150 28486
28151;;;*** 28487;;;***
28152 28488
28153;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (17448 18899)) 28489;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (17457 37507))
28154;;; Generated autoloads from url/url-irc.el 28490;;; Generated autoloads from url/url-irc.el
28155 28491
28156(autoload (quote url-irc) "url-irc" "\ 28492(autoload (quote url-irc) "url-irc" "\
@@ -28160,8 +28496,8 @@ Not documented
28160 28496
28161;;;*** 28497;;;***
28162 28498
28163;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (17382 28499;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (17383
28164;;;;;; 34555)) 28500;;;;;; 32192))
28165;;; Generated autoloads from url/url-ldap.el 28501;;; Generated autoloads from url/url-ldap.el
28166 28502
28167(autoload (quote url-ldap) "url-ldap" "\ 28503(autoload (quote url-ldap) "url-ldap" "\
@@ -28175,7 +28511,7 @@ URL can be a URL string, or a URL vector of the type returned by
28175;;;*** 28511;;;***
28176 28512
28177;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 28513;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
28178;;;;;; (17382 34555)) 28514;;;;;; (17383 32192))
28179;;; Generated autoloads from url/url-mailto.el 28515;;; Generated autoloads from url/url-mailto.el
28180 28516
28181(autoload (quote url-mail) "url-mailto" "\ 28517(autoload (quote url-mail) "url-mailto" "\
@@ -28191,7 +28527,7 @@ Handle the mailto: URL syntax.
28191;;;*** 28527;;;***
28192 28528
28193;;;### (autoloads (url-data url-generic-emulator-loader url-info 28529;;;### (autoloads (url-data url-generic-emulator-loader url-info
28194;;;;;; url-man) "url-misc" "url/url-misc.el" (17382 34555)) 28530;;;;;; url-man) "url-misc" "url/url-misc.el" (17383 32192))
28195;;; Generated autoloads from url/url-misc.el 28531;;; Generated autoloads from url/url-misc.el
28196 28532
28197(autoload (quote url-man) "url-misc" "\ 28533(autoload (quote url-man) "url-misc" "\
@@ -28223,7 +28559,7 @@ Fetch a data URL (RFC 2397).
28223;;;*** 28559;;;***
28224 28560
28225;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 28561;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
28226;;;;;; (17358 30050)) 28562;;;;;; (17358 28606))
28227;;; Generated autoloads from url/url-news.el 28563;;; Generated autoloads from url/url-news.el
28228 28564
28229(autoload (quote url-news) "url-news" "\ 28565(autoload (quote url-news) "url-news" "\
@@ -28240,7 +28576,7 @@ Not documented
28240 28576
28241;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 28577;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
28242;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 28578;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
28243;;;;;; (17382 34555)) 28579;;;;;; (17383 32192))
28244;;; Generated autoloads from url/url-ns.el 28580;;; Generated autoloads from url/url-ns.el
28245 28581
28246(autoload (quote isPlainHostName) "url-ns" "\ 28582(autoload (quote isPlainHostName) "url-ns" "\
@@ -28281,7 +28617,7 @@ Not documented
28281;;;*** 28617;;;***
28282 28618
28283;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 28619;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
28284;;;;;; "url/url-parse.el" (17382 34555)) 28620;;;;;; "url/url-parse.el" (17383 32192))
28285;;; Generated autoloads from url/url-parse.el 28621;;; Generated autoloads from url/url-parse.el
28286 28622
28287(autoload (quote url-recreate-url) "url-parse" "\ 28623(autoload (quote url-recreate-url) "url-parse" "\
@@ -28299,7 +28635,7 @@ Format is:
28299;;;*** 28635;;;***
28300 28636
28301;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 28637;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
28302;;;;;; (17348 7449)) 28638;;;;;; (17348 1513))
28303;;; Generated autoloads from url/url-privacy.el 28639;;; Generated autoloads from url/url-privacy.el
28304 28640
28305(autoload (quote url-setup-privacy-info) "url-privacy" "\ 28641(autoload (quote url-setup-privacy-info) "url-privacy" "\
@@ -28315,7 +28651,7 @@ Setup variables that expose info about you and your system.
28315;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date 28651;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date
28316;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string 28652;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string
28317;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el" 28653;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el"
28318;;;;;; (17382 34555)) 28654;;;;;; (17383 32193))
28319;;; Generated autoloads from url/url-util.el 28655;;; Generated autoloads from url/url-util.el
28320 28656
28321(defvar url-debug nil "\ 28657(defvar url-debug nil "\
@@ -28440,7 +28776,7 @@ This uses `url-current-object', set locally to the buffer.
28440;;;*** 28776;;;***
28441 28777
28442;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 28778;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
28443;;;;;; "userlock" "userlock.el" (17383 24127)) 28779;;;;;; "userlock" "userlock.el" (17383 32125))
28444;;; Generated autoloads from userlock.el 28780;;; Generated autoloads from userlock.el
28445 28781
28446(autoload (quote ask-user-about-lock) "userlock" "\ 28782(autoload (quote ask-user-about-lock) "userlock" "\
@@ -28468,7 +28804,7 @@ The buffer in question is current when this function is called.
28468 28804
28469;;;*** 28805;;;***
28470 28806
28471;;;### (autoloads nil "utf-7" "international/utf-7.el" (17245 4870)) 28807;;;### (autoloads nil "utf-7" "international/utf-7.el" (17246 18006))
28472;;; Generated autoloads from international/utf-7.el 28808;;; Generated autoloads from international/utf-7.el
28473(autoload-coding-system 'utf-7 '(require 'utf-7)) 28809(autoload-coding-system 'utf-7 '(require 'utf-7))
28474 28810
@@ -28476,7 +28812,7 @@ The buffer in question is current when this function is called.
28476 28812
28477;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 28813;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
28478;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el" 28814;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el"
28479;;;;;; (17382 1051)) 28815;;;;;; (17578 34777))
28480;;; Generated autoloads from gnus/uudecode.el 28816;;; Generated autoloads from gnus/uudecode.el
28481 28817
28482(autoload (quote uudecode-decode-region-external) "uudecode" "\ 28818(autoload (quote uudecode-decode-region-external) "uudecode" "\
@@ -28506,7 +28842,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
28506;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window 28842;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window
28507;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file 28843;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
28508;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook 28844;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook
28509;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (17384 53717)) 28845;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (17590 36099))
28510;;; Generated autoloads from vc.el 28846;;; Generated autoloads from vc.el
28511 28847
28512(defvar vc-checkout-hook nil "\ 28848(defvar vc-checkout-hook nil "\
@@ -28794,7 +29130,7 @@ colors. `vc-annotate-background' specifies the background color.
28794 29130
28795;;;*** 29131;;;***
28796 29132
28797;;;### (autoloads nil "vc-arch" "vc-arch.el" (17383 24127)) 29133;;;### (autoloads nil "vc-arch" "vc-arch.el" (17383 32125))
28798;;; Generated autoloads from vc-arch.el 29134;;; Generated autoloads from vc-arch.el
28799 (defun vc-arch-registered (file) 29135 (defun vc-arch-registered (file)
28800 (if (vc-find-root file "{arch}/=tagging-method") 29136 (if (vc-find-root file "{arch}/=tagging-method")
@@ -28804,7 +29140,7 @@ colors. `vc-annotate-background' specifies the background color.
28804 29140
28805;;;*** 29141;;;***
28806 29142
28807;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (17383 24127)) 29143;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (17383 32125))
28808;;; Generated autoloads from vc-cvs.el 29144;;; Generated autoloads from vc-cvs.el
28809 (defun vc-cvs-registered (f) 29145 (defun vc-cvs-registered (f)
28810 (when (file-readable-p (expand-file-name 29146 (when (file-readable-p (expand-file-name
@@ -28814,7 +29150,7 @@ colors. `vc-annotate-background' specifies the background color.
28814 29150
28815;;;*** 29151;;;***
28816 29152
28817;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (17383 24127)) 29153;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (17383 32125))
28818;;; Generated autoloads from vc-mcvs.el 29154;;; Generated autoloads from vc-mcvs.el
28819 (defun vc-mcvs-registered (file) 29155 (defun vc-mcvs-registered (file)
28820 (if (vc-find-root file "MCVS/CVS") 29156 (if (vc-find-root file "MCVS/CVS")
@@ -28825,7 +29161,7 @@ colors. `vc-annotate-background' specifies the background color.
28825;;;*** 29161;;;***
28826 29162
28827;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 29163;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
28828;;;;;; (17383 24127)) 29164;;;;;; (17383 32125))
28829;;; Generated autoloads from vc-rcs.el 29165;;; Generated autoloads from vc-rcs.el
28830 29166
28831(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 29167(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -28838,7 +29174,7 @@ For a description of possible values, see `vc-check-master-templates'.")
28838;;;*** 29174;;;***
28839 29175
28840;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 29176;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
28841;;;;;; (17383 24127)) 29177;;;;;; (17383 32126))
28842;;; Generated autoloads from vc-sccs.el 29178;;; Generated autoloads from vc-sccs.el
28843 29179
28844(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 29180(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -28855,7 +29191,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
28855 29191
28856;;;*** 29192;;;***
28857 29193
28858;;;### (autoloads nil "vc-svn" "vc-svn.el" (17386 47924)) 29194;;;### (autoloads nil "vc-svn" "vc-svn.el" (17397 61543))
28859;;; Generated autoloads from vc-svn.el 29195;;; Generated autoloads from vc-svn.el
28860 (defun vc-svn-registered (f) 29196 (defun vc-svn-registered (f)
28861 (when (file-readable-p (expand-file-name 29197 (when (file-readable-p (expand-file-name
@@ -28868,7 +29204,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
28868;;;*** 29204;;;***
28869 29205
28870;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 29206;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
28871;;;;;; (17388 22062)) 29207;;;;;; (17503 24309))
28872;;; Generated autoloads from progmodes/vhdl-mode.el 29208;;; Generated autoloads from progmodes/vhdl-mode.el
28873 29209
28874(autoload (quote vhdl-mode) "vhdl-mode" "\ 29210(autoload (quote vhdl-mode) "vhdl-mode" "\
@@ -29409,7 +29745,7 @@ Key bindings:
29409 29745
29410;;;*** 29746;;;***
29411 29747
29412;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (17102 18541)) 29748;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (17097 33503))
29413;;; Generated autoloads from emulation/vi.el 29749;;; Generated autoloads from emulation/vi.el
29414 29750
29415(autoload (quote vi-mode) "vi" "\ 29751(autoload (quote vi-mode) "vi" "\
@@ -29464,7 +29800,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
29464;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 29800;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
29465;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 29801;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
29466;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 29802;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
29467;;;;;; "language/viet-util.el" (17102 18783)) 29803;;;;;; "language/viet-util.el" (17097 33527))
29468;;; Generated autoloads from language/viet-util.el 29804;;; Generated autoloads from language/viet-util.el
29469 29805
29470(autoload (quote viet-encode-viscii-char) "viet-util" "\ 29806(autoload (quote viet-encode-viscii-char) "viet-util" "\
@@ -29511,7 +29847,7 @@ Not documented
29511;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame 29847;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
29512;;;;;; view-buffer-other-window view-buffer view-file-other-frame 29848;;;;;; view-buffer-other-window view-buffer view-file-other-frame
29513;;;;;; view-file-other-window view-file) "view" "view.el" (17383 29849;;;;;; view-file-other-window view-file) "view" "view.el" (17383
29514;;;;;; 24127)) 29850;;;;;; 32126))
29515;;; Generated autoloads from view.el 29851;;; Generated autoloads from view.el
29516 29852
29517(defvar view-mode nil "\ 29853(defvar view-mode nil "\
@@ -29721,7 +30057,7 @@ Exit View mode and make the current buffer editable.
29721;;;*** 30057;;;***
29722 30058
29723;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (17383 30059;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (17383
29724;;;;;; 13537)) 30060;;;;;; 32144))
29725;;; Generated autoloads from emulation/vip.el 30061;;; Generated autoloads from emulation/vip.el
29726 30062
29727(autoload (quote vip-setup) "vip" "\ 30063(autoload (quote vip-setup) "vip" "\
@@ -29737,7 +30073,7 @@ Turn on VIP emulation of VI.
29737;;;*** 30073;;;***
29738 30074
29739;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 30075;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
29740;;;;;; (17399 58140)) 30076;;;;;; (17578 34775))
29741;;; Generated autoloads from emulation/viper.el 30077;;; Generated autoloads from emulation/viper.el
29742 30078
29743(autoload (quote toggle-viper-mode) "viper" "\ 30079(autoload (quote toggle-viper-mode) "viper" "\
@@ -29754,7 +30090,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Viper'.
29754;;;*** 30090;;;***
29755 30091
29756;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 30092;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
29757;;;;;; (17383 16119)) 30093;;;;;; (17498 30594))
29758;;; Generated autoloads from emacs-lisp/warnings.el 30094;;; Generated autoloads from emacs-lisp/warnings.el
29759 30095
29760(defvar warning-prefix-function nil "\ 30096(defvar warning-prefix-function nil "\
@@ -29792,6 +30128,7 @@ only, and you can use whatever symbols you like.)
29792 30128
29793LEVEL should be either :debug, :warning, :error, or :emergency 30129LEVEL should be either :debug, :warning, :error, or :emergency
29794\(but see `warning-minimum-level' and `warning-minimum-log-level'). 30130\(but see `warning-minimum-level' and `warning-minimum-log-level').
30131Default is :warning.
29795 30132
29796:emergency -- a problem that will seriously impair Emacs operation soon 30133:emergency -- a problem that will seriously impair Emacs operation soon
29797 if you do not attend to it promptly. 30134 if you do not attend to it promptly.
@@ -29815,7 +30152,7 @@ Display a warning message made from (format MESSAGE ARGS...).
29815Aside from generating the message with `format', 30152Aside from generating the message with `format',
29816this is equivalent to `display-warning'. 30153this is equivalent to `display-warning'.
29817 30154
29818TYPE is the warning type: either a custom group name (a symbol). 30155TYPE is the warning type: either a custom group name (a symbol),
29819or a list of symbols whose first element is a custom group name. 30156or a list of symbols whose first element is a custom group name.
29820\(The rest of the symbols represent subcategories and 30157\(The rest of the symbols represent subcategories and
29821can be whatever you like.) 30158can be whatever you like.)
@@ -29842,7 +30179,7 @@ this is equivalent to `display-warning', using
29842;;;*** 30179;;;***
29843 30180
29844;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 30181;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
29845;;;;;; (17418 2369)) 30182;;;;;; (17420 36080))
29846;;; Generated autoloads from wdired.el 30183;;; Generated autoloads from wdired.el
29847 30184
29848(autoload (quote wdired-change-to-wdired-mode) "wdired" "\ 30185(autoload (quote wdired-change-to-wdired-mode) "wdired" "\
@@ -29858,7 +30195,7 @@ See `wdired-mode'.
29858 30195
29859;;;*** 30196;;;***
29860 30197
29861;;;### (autoloads (webjump) "webjump" "net/webjump.el" (17383 13297)) 30198;;;### (autoloads (webjump) "webjump" "net/webjump.el" (17383 32178))
29862;;; Generated autoloads from net/webjump.el 30199;;; Generated autoloads from net/webjump.el
29863 30200
29864(autoload (quote webjump) "webjump" "\ 30201(autoload (quote webjump) "webjump" "\
@@ -29875,7 +30212,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
29875;;;*** 30212;;;***
29876 30213
29877;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 30214;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
29878;;;;;; (17388 22062)) 30215;;;;;; (17397 61573))
29879;;; Generated autoloads from progmodes/which-func.el 30216;;; Generated autoloads from progmodes/which-func.el
29880 (put 'which-func-format 'risky-local-variable t) 30217 (put 'which-func-format 'risky-local-variable t)
29881 (put 'which-func-current 'risky-local-variable t) 30218 (put 'which-func-current 'risky-local-variable t)
@@ -29890,8 +30227,6 @@ use either \\[customize] or the function `which-function-mode'.")
29890 30227
29891(custom-autoload (quote which-function-mode) "which-func") 30228(custom-autoload (quote which-function-mode) "which-func")
29892 30229
29893(put (quote which-function-mode) (quote custom-set) (quote custom-set-minor-mode))
29894
29895(autoload (quote which-function-mode) "which-func" "\ 30230(autoload (quote which-function-mode) "which-func" "\
29896Toggle Which Function mode, globally. 30231Toggle Which Function mode, globally.
29897When Which Function mode is enabled, the current function name is 30232When Which Function mode is enabled, the current function name is
@@ -29909,7 +30244,7 @@ and off otherwise.
29909;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check 30244;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check
29910;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check 30245;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check
29911;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" 30246;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el"
29912;;;;;; (17383 24127)) 30247;;;;;; (17578 34774))
29913;;; Generated autoloads from whitespace.el 30248;;; Generated autoloads from whitespace.el
29914 30249
29915(autoload (quote whitespace-toggle-leading-check) "whitespace" "\ 30250(autoload (quote whitespace-toggle-leading-check) "whitespace" "\
@@ -29979,8 +30314,6 @@ use either \\[customize] or the function `whitespace-global-mode'.")
29979 30314
29980(custom-autoload (quote whitespace-global-mode) "whitespace") 30315(custom-autoload (quote whitespace-global-mode) "whitespace")
29981 30316
29982(put (quote whitespace-global-mode) (quote custom-set) (quote custom-set-minor-mode))
29983
29984(autoload (quote whitespace-global-mode) "whitespace" "\ 30317(autoload (quote whitespace-global-mode) "whitespace" "\
29985Toggle using Whitespace mode in new buffers. 30318Toggle using Whitespace mode in new buffers.
29986With ARG, turn the mode on iff ARG is positive. 30319With ARG, turn the mode on iff ARG is positive.
@@ -29999,7 +30332,7 @@ This is meant to be added buffer-locally to `write-file-functions'.
29999;;;*** 30332;;;***
30000 30333
30001;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 30334;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
30002;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (17383 24127)) 30335;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (17383 32127))
30003;;; Generated autoloads from wid-browse.el 30336;;; Generated autoloads from wid-browse.el
30004 30337
30005(autoload (quote widget-browse-at) "wid-browse" "\ 30338(autoload (quote widget-browse-at) "wid-browse" "\
@@ -30026,8 +30359,8 @@ With arg, turn widget mode on if and only if arg is positive.
30026;;;*** 30359;;;***
30027 30360
30028;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 30361;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
30029;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (17396 30362;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (17397
30030;;;;;; 41256)) 30363;;;;;; 61544))
30031;;; Generated autoloads from wid-edit.el 30364;;; Generated autoloads from wid-edit.el
30032 30365
30033(autoload (quote widgetp) "wid-edit" "\ 30366(autoload (quote widgetp) "wid-edit" "\
@@ -30072,7 +30405,7 @@ Setup current buffer so editing string widgets works.
30072 30405
30073;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 30406;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
30074;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (17383 30407;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (17383
30075;;;;;; 24127)) 30408;;;;;; 32128))
30076;;; Generated autoloads from windmove.el 30409;;; Generated autoloads from windmove.el
30077 30410
30078(autoload (quote windmove-left) "windmove" "\ 30411(autoload (quote windmove-left) "windmove" "\
@@ -30125,7 +30458,7 @@ Default MODIFIER is 'shift.
30125;;;*** 30458;;;***
30126 30459
30127;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 30460;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
30128;;;;;; (17383 24127)) 30461;;;;;; (17383 32128))
30129;;; Generated autoloads from winner.el 30462;;; Generated autoloads from winner.el
30130 30463
30131(defvar winner-mode nil "\ 30464(defvar winner-mode nil "\
@@ -30144,7 +30477,7 @@ With arg, turn Winner mode on if and only if arg is positive.
30144;;;*** 30477;;;***
30145 30478
30146;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" 30479;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
30147;;;;;; "woman.el" (17383 24127)) 30480;;;;;; "woman.el" (17466 42708))
30148;;; Generated autoloads from woman.el 30481;;; Generated autoloads from woman.el
30149 30482
30150(autoload (quote woman) "woman" "\ 30483(autoload (quote woman) "woman" "\
@@ -30180,7 +30513,7 @@ decompress the file if appropriate. See the documentation for the
30180;;;*** 30513;;;***
30181 30514
30182;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 30515;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
30183;;;;;; (17383 13537)) 30516;;;;;; (17383 32145))
30184;;; Generated autoloads from emulation/ws-mode.el 30517;;; Generated autoloads from emulation/ws-mode.el
30185 30518
30186(autoload (quote wordstar-mode) "ws-mode" "\ 30519(autoload (quote wordstar-mode) "ws-mode" "\
@@ -30293,7 +30626,7 @@ The key bindings are:
30293;;;*** 30626;;;***
30294 30627
30295;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 30628;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
30296;;;;;; (17383 24128)) 30629;;;;;; (17383 32129))
30297;;; Generated autoloads from xml.el 30630;;; Generated autoloads from xml.el
30298 30631
30299(autoload (quote xml-parse-file) "xml" "\ 30632(autoload (quote xml-parse-file) "xml" "\
@@ -30319,7 +30652,7 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
30319;;;*** 30652;;;***
30320 30653
30321;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (17383 30654;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (17383
30322;;;;;; 24128)) 30655;;;;;; 32129))
30323;;; Generated autoloads from xt-mouse.el 30656;;; Generated autoloads from xt-mouse.el
30324 30657
30325(defvar xterm-mouse-mode nil "\ 30658(defvar xterm-mouse-mode nil "\
@@ -30330,8 +30663,6 @@ use either \\[customize] or the function `xterm-mouse-mode'.")
30330 30663
30331(custom-autoload (quote xterm-mouse-mode) "xt-mouse") 30664(custom-autoload (quote xterm-mouse-mode) "xt-mouse")
30332 30665
30333(put (quote xterm-mouse-mode) (quote custom-set) (quote custom-set-minor-mode))
30334
30335(autoload (quote xterm-mouse-mode) "xt-mouse" "\ 30666(autoload (quote xterm-mouse-mode) "xt-mouse" "\
30336Toggle XTerm mouse mode. 30667Toggle XTerm mouse mode.
30337With prefix arg, turn XTerm mouse mode on iff arg is positive. 30668With prefix arg, turn XTerm mouse mode on iff arg is positive.
@@ -30348,7 +30679,7 @@ down the SHIFT key while pressing the mouse button.
30348;;;*** 30679;;;***
30349 30680
30350;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 30681;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
30351;;;;;; "gnus/yenc.el" (17382 1051)) 30682;;;;;; "gnus/yenc.el" (17383 32167))
30352;;; Generated autoloads from gnus/yenc.el 30683;;; Generated autoloads from gnus/yenc.el
30353 30684
30354(autoload (quote yenc-decode-region) "yenc" "\ 30685(autoload (quote yenc-decode-region) "yenc" "\
@@ -30364,7 +30695,7 @@ Extract file name from an yenc header.
30364;;;*** 30695;;;***
30365 30696
30366;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 30697;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
30367;;;;;; yow) "yow" "play/yow.el" (17382 1892)) 30698;;;;;; yow) "yow" "play/yow.el" (17383 32183))
30368;;; Generated autoloads from play/yow.el 30699;;; Generated autoloads from play/yow.el
30369 30700
30370(autoload (quote yow) "yow" "\ 30701(autoload (quote yow) "yow" "\
@@ -30390,7 +30721,7 @@ Zippy goes to the analyst.
30390 30721
30391;;;*** 30722;;;***
30392 30723
30393;;;### (autoloads (zone) "zone" "play/zone.el" (17382 1892)) 30724;;;### (autoloads (zone) "zone" "play/zone.el" (17383 32183))
30394;;; Generated autoloads from play/zone.el 30725;;; Generated autoloads from play/zone.el
30395 30726
30396(autoload (quote zone) "zone" "\ 30727(autoload (quote zone) "zone" "\
@@ -30401,7 +30732,7 @@ Zone out, completely.
30401;;;*** 30732;;;***
30402 30733
30403;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" 30734;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode"
30404;;;;;; "net/zone-mode.el" (17383 13297)) 30735;;;;;; "net/zone-mode.el" (17383 32178))
30405;;; Generated autoloads from net/zone-mode.el 30736;;; Generated autoloads from net/zone-mode.el
30406 30737
30407(autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ 30738(autoload (quote zone-mode-update-serial-hook) "zone-mode" "\
@@ -30423,65 +30754,64 @@ Zone-mode does two things:
30423 30754
30424;;;*** 30755;;;***
30425 30756
30426;;;### (autoloads nil nil ("abbrev.el" "bindings.el" "buff-menu.el" 30757;;;### (autoloads nil nil ("bindings.el" "buff-menu.el" "calc/calc-aent.el"
30427;;;;;; "calc/calc-aent.el" "calc/calc-alg.el" "calc/calc-arith.el" 30758;;;;;; "calc/calc-alg.el" "calc/calc-arith.el" "calc/calc-bin.el"
30428;;;;;; "calc/calc-bin.el" "calc/calc-comb.el" "calc/calc-cplx.el" 30759;;;;;; "calc/calc-comb.el" "calc/calc-cplx.el" "calc/calc-embed.el"
30429;;;;;; "calc/calc-embed.el" "calc/calc-ext.el" "calc/calc-fin.el" 30760;;;;;; "calc/calc-ext.el" "calc/calc-fin.el" "calc/calc-forms.el"
30430;;;;;; "calc/calc-forms.el" "calc/calc-frac.el" "calc/calc-funcs.el" 30761;;;;;; "calc/calc-frac.el" "calc/calc-funcs.el" "calc/calc-graph.el"
30431;;;;;; "calc/calc-graph.el" "calc/calc-help.el" "calc/calc-incom.el" 30762;;;;;; "calc/calc-help.el" "calc/calc-incom.el" "calc/calc-keypd.el"
30432;;;;;; "calc/calc-keypd.el" "calc/calc-lang.el" "calc/calc-macs.el" 30763;;;;;; "calc/calc-lang.el" "calc/calc-macs.el" "calc/calc-map.el"
30433;;;;;; "calc/calc-map.el" "calc/calc-math.el" "calc/calc-misc.el" 30764;;;;;; "calc/calc-math.el" "calc/calc-misc.el" "calc/calc-mode.el"
30434;;;;;; "calc/calc-mode.el" "calc/calc-mtx.el" "calc/calc-poly.el" 30765;;;;;; "calc/calc-mtx.el" "calc/calc-poly.el" "calc/calc-prog.el"
30435;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el" 30766;;;;;; "calc/calc-rewr.el" "calc/calc-rules.el" "calc/calc-sel.el"
30436;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el" 30767;;;;;; "calc/calc-stat.el" "calc/calc-store.el" "calc/calc-stuff.el"
30437;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-undo.el" 30768;;;;;; "calc/calc-trail.el" "calc/calc-undo.el" "calc/calc-units.el"
30438;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el" 30769;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el"
30439;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el" 30770;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el"
30440;;;;;; "calc/calcsel2.el" "calendar/cal-bahai.el" "calendar/cal-china.el" 30771;;;;;; "calendar/cal-bahai.el" "calendar/cal-china.el" "calendar/cal-coptic.el"
30441;;;;;; "calendar/cal-coptic.el" "calendar/cal-french.el" "calendar/cal-islam.el" 30772;;;;;; "calendar/cal-french.el" "calendar/cal-islam.el" "calendar/cal-iso.el"
30442;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-mayan.el" 30773;;;;;; "calendar/cal-julian.el" "calendar/cal-mayan.el" "calendar/cal-menu.el"
30443;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el" 30774;;;;;; "calendar/cal-move.el" "calendar/cal-persia.el" "calendar/cal-tex.el"
30444;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "case-table.el" 30775;;;;;; "calendar/cal-x.el" "case-table.el" "cdl.el" "cus-dep.el"
30445;;;;;; "cdl.el" "cus-dep.el" "cus-start.el" "custom.el" "dframe.el" 30776;;;;;; "cus-load.el" "cus-start.el" "custom.el" "dframe.el" "dos-fns.el"
30446;;;;;; "dos-fns.el" "dos-vars.el" "dos-w32.el" "ediff-diff.el" "ediff-init.el" 30777;;;;;; "dos-vars.el" "dos-w32.el" "ediff-diff.el" "ediff-init.el"
30447;;;;;; "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" 30778;;;;;; "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el"
30448;;;;;; "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" 30779;;;;;; "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el"
30449;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/byte-run.el" 30780;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/byte-run.el"
30450;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" 30781;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el"
30451;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" 30782;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el"
30452;;;;;; "emacs-lisp/ewoc.el" "emacs-lisp/find-gc.el" "emacs-lisp/float-sup.el" 30783;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/float-sup.el" "emacs-lisp/gulp.el"
30453;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el" 30784;;;;;; "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el"
30454;;;;;; "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" 30785;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el"
30455;;;;;; "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" "emacs-lisp/map-ynp.el" 30786;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/map-ynp.el" "emacs-lisp/regi.el"
30456;;;;;; "emacs-lisp/regi.el" "emacs-lisp/sregex.el" "emacs-lisp/syntax.el" 30787;;;;;; "emacs-lisp/sregex.el" "emacs-lisp/syntax.el" "emacs-lisp/tcover-ses.el"
30457;;;;;; "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el" 30788;;;;;; "emacs-lisp/tcover-unsafep.el" "emacs-lock.el" "emulation/cua-gmrk.el"
30458;;;;;; "emacs-lock.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el" 30789;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el"
30459;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el" 30790;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-mapper.el"
30460;;;;;; "emulation/edt-vt100.el" "emulation/tpu-mapper.el" "emulation/viper-cmd.el" 30791;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el"
30461;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" 30792;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el"
30462;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el" 30793;;;;;; "emulation/viper-util.el" "env.el" "erc/erc-backend.el" "erc/erc-goodies.el"
30463;;;;;; "env.el" "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el" 30794;;;;;; "erc/erc-ibuffer.el" "erc/erc-lang.el" "erc/erc-menu.el"
30464;;;;;; "erc/erc-lang.el" "erc/erc-menu.el" "erc/erc-nicklist.el" 30795;;;;;; "erc/erc-nicklist.el" "eshell/em-alias.el" "eshell/em-banner.el"
30465;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el" 30796;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el"
30466;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" 30797;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el"
30467;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" 30798;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el"
30468;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" 30799;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el"
30469;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el" 30800;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el"
30470;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el" 30801;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el"
30471;;;;;; "eshell/esh-ext.el" "eshell/esh-io.el" "eshell/esh-maint.el" 30802;;;;;; "eshell/esh-io.el" "eshell/esh-maint.el" "eshell/esh-module.el"
30472;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el" 30803;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el"
30473;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "faces.el" 30804;;;;;; "eshell/esh-var.el" "ezimage.el" "faces.el" "files.el" "finder-inf.el"
30474;;;;;; "files.el" "foldout.el" "font-core.el" "font-lock.el" "format.el" 30805;;;;;; "foldout.el" "font-core.el" "font-lock.el" "format.el" "forms-d2.el"
30475;;;;;; "forms-d2.el" "forms-pass.el" "frame.el" "generic-x.el" "gnus/compface.el" 30806;;;;;; "forms-pass.el" "frame.el" "fringe.el" "generic-x.el" "gnus/compface.el"
30476;;;;;; "gnus/dig.el" "gnus/dns.el" "gnus/format-spec.el" "gnus/gnus-async.el" 30807;;;;;; "gnus/dig.el" "gnus/dns.el" "gnus/format-spec.el" "gnus/gnus-async.el"
30477;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el" 30808;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el"
30478;;;;;; "gnus/gnus-demon.el" "gnus/gnus-diary.el" "gnus/gnus-dup.el" 30809;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el"
30479;;;;;; "gnus/gnus-eform.el" "gnus/gnus-ems.el" "gnus/gnus-gl.el" 30810;;;;;; "gnus/gnus-ems.el" "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el"
30480;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el" 30811;;;;;; "gnus/gnus-mh.el" "gnus/gnus-salt.el" "gnus/gnus-score.el"
30481;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" 30812;;;;;; "gnus/gnus-setup.el" "gnus/gnus-srvr.el" "gnus/gnus-sum.el"
30482;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el" 30813;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el"
30483;;;;;; "gnus/gnus-undo.el" "gnus/gnus-util.el" "gnus/gnus-uu.el" 30814;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/hex-util.el" "gnus/ietf-drums.el"
30484;;;;;; "gnus/gnus-vm.el" "gnus/hex-util.el" "gnus/ietf-drums.el"
30485;;;;;; "gnus/imap.el" "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" 30815;;;;;; "gnus/imap.el" "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el"
30486;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el" 30816;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el"
30487;;;;;; "gnus/messcompat.el" "gnus/mm-bodies.el" "gnus/mm-decode.el" 30817;;;;;; "gnus/messcompat.el" "gnus/mm-bodies.el" "gnus/mm-decode.el"
@@ -30521,8 +30851,8 @@ Zone-mode does two things:
30521;;;;;; "mh-e/mh-acros.el" "mh-e/mh-alias.el" "mh-e/mh-buffers.el" 30851;;;;;; "mh-e/mh-acros.el" "mh-e/mh-alias.el" "mh-e/mh-buffers.el"
30522;;;;;; "mh-e/mh-compat.el" "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" 30852;;;;;; "mh-e/mh-compat.el" "mh-e/mh-funcs.el" "mh-e/mh-gnus.el"
30523;;;;;; "mh-e/mh-identity.el" "mh-e/mh-inc.el" "mh-e/mh-junk.el" 30853;;;;;; "mh-e/mh-identity.el" "mh-e/mh-inc.el" "mh-e/mh-junk.el"
30524;;;;;; "mh-e/mh-letter.el" "mh-e/mh-limit.el" "mh-e/mh-mime.el" 30854;;;;;; "mh-e/mh-letter.el" "mh-e/mh-limit.el" "mh-e/mh-loaddefs.el"
30525;;;;;; "mh-e/mh-print.el" "mh-e/mh-scan.el" "mh-e/mh-search.el" 30855;;;;;; "mh-e/mh-mime.el" "mh-e/mh-print.el" "mh-e/mh-scan.el" "mh-e/mh-search.el"
30526;;;;;; "mh-e/mh-seq.el" "mh-e/mh-show.el" "mh-e/mh-speed.el" "mh-e/mh-thread.el" 30856;;;;;; "mh-e/mh-seq.el" "mh-e/mh-show.el" "mh-e/mh-speed.el" "mh-e/mh-thread.el"
30527;;;;;; "mh-e/mh-tool-bar.el" "mh-e/mh-utils.el" "mh-e/mh-xface.el" 30857;;;;;; "mh-e/mh-tool-bar.el" "mh-e/mh-utils.el" "mh-e/mh-xface.el"
30528;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el" 30858;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el"
@@ -30540,29 +30870,27 @@ Zone-mode does two things:
30540;;;;;; "pgg-def.el" "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el" 30870;;;;;; "pgg-def.el" "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el"
30541;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" 30871;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"
30542;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" 30872;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el"
30543;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-compat.el" "progmodes/cc-defs.el" 30873;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el"
30544;;;;;; "progmodes/cc-fonts.el" "progmodes/cc-langs.el" "progmodes/cc-menus.el" 30874;;;;;; "progmodes/cc-langs.el" "progmodes/cc-menus.el" "progmodes/ebnf-abn.el"
30545;;;;;; "progmodes/cc-vars.el" "progmodes/ebnf-abn.el" "progmodes/ebnf-bnf.el" 30875;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el"
30546;;;;;; "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el" "progmodes/ebnf-iso.el" 30876;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el"
30547;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-complete-structtag.el" 30877;;;;;; "progmodes/idlw-complete-structtag.el" "progmodes/idlw-help.el"
30548;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-rinfo.el" "progmodes/idlw-toolbar.el" 30878;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el"
30549;;;;;; "progmodes/mantemp.el" "progmodes/xscheme.el" "register.el" 30879;;;;;; "register.el" "replace.el" "rfn-eshadow.el" "s-region.el"
30550;;;;;; "replace.el" "rfn-eshadow.el" "s-region.el" "saveplace.el" 30880;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el"
30551;;;;;; "sb-image.el" "scroll-bar.el" "select.el" "simple.el" "soundex.el" 30881;;;;;; "soundex.el" "startup.el" "subdirs.el" "tempo.el" "term/AT386.el"
30552;;;;;; "startup.el" "subdirs.el" "tempo.el" "term/AT386.el" "term/apollo.el" 30882;;;;;; "term/apollo.el" "term/bobcat.el" "term/cygwin.el" "term/internal.el"
30553;;;;;; "term/bobcat.el" "term/cygwin.el" "term/internal.el" "term/iris-ansi.el" 30883;;;;;; "term/iris-ansi.el" "term/linux.el" "term/lk201.el" "term/mac-win.el"
30554;;;;;; "term/linux.el" "term/lk201.el" "term/mac-win.el" "term/news.el" 30884;;;;;; "term/news.el" "term/pc-win.el" "term/rxvt.el" "term/sun-mouse.el"
30555;;;;;; "term/pc-win.el" "term/rxvt.el" "term/sun-mouse.el" "term/sun.el" 30885;;;;;; "term/sun.el" "term/sup-mouse.el" "term/tty-colors.el" "term/tvi970.el"
30556;;;;;; "term/sup-mouse.el" "term/tty-colors.el" "term/tvi970.el"
30557;;;;;; "term/vt100.el" "term/vt102.el" "term/vt125.el" "term/vt200.el" 30886;;;;;; "term/vt100.el" "term/vt102.el" "term/vt125.el" "term/vt200.el"
30558;;;;;; "term/vt201.el" "term/vt220.el" "term/vt240.el" "term/vt300.el" 30887;;;;;; "term/vt201.el" "term/vt220.el" "term/vt240.el" "term/vt300.el"
30559;;;;;; "term/vt320.el" "term/vt400.el" "term/vt420.el" "term/w32-win.el" 30888;;;;;; "term/vt320.el" "term/vt400.el" "term/vt420.el" "term/w32-win.el"
30560;;;;;; "term/wyse50.el" "term/x-win.el" "term/xterm.el" "textmodes/bib-mode.el" 30889;;;;;; "term/wyse50.el" "term/x-win.el" "term/xterm.el" "textmodes/bib-mode.el"
30561;;;;;; "textmodes/fill.el" "textmodes/makeinfo.el" "textmodes/page-ext.el" 30890;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/page.el"
30562;;;;;; "textmodes/page.el" "textmodes/paragraphs.el" "textmodes/refbib.el" 30891;;;;;; "textmodes/refbib.el" "textmodes/refer.el" "textmodes/reftex-auc.el"
30563;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" 30892;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-ref.el" "textmodes/reftex-sel.el"
30564;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" 30893;;;;;; "textmodes/reftex-toc.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el"
30565;;;;;; "textmodes/reftex-vars.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el"
30566;;;;;; "timezone.el" "tooltip.el" "tree-widget.el" "uniquify.el" 30894;;;;;; "timezone.el" "tooltip.el" "tree-widget.el" "uniquify.el"
30567;;;;;; "url/url-about.el" "url/url-cookie.el" "url/url-dired.el" 30895;;;;;; "url/url-about.el" "url/url-cookie.el" "url/url-dired.el"
30568;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" 30896;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el"
@@ -30570,7 +30898,7 @@ Zone-mode does two things:
30570;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el" 30898;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el"
30571;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el" 30899;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el"
30572;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" 30900;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el"
30573;;;;;; "widget.el" "window.el" "x-dnd.el") (17448 19160 944703)) 30901;;;;;; "widget.el" "window.el" "x-dnd.el") (17590 36747 258974))
30574 30902
30575;;;*** 30903;;;***
30576 30904