aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Francoise2006-03-27 20:33:33 +0000
committerRomain Francoise2006-03-27 20:33:33 +0000
commitab5523ffae1f91e6edcb3bf57e1628bda098b655 (patch)
tree117123db8e5c56f10a0194d20325504e2174286e
parent7608c40cd1310013a88b3b1ac4a1c2208a53ab44 (diff)
downloademacs-ab5523ffae1f91e6edcb3bf57e1628bda098b655.tar.gz
emacs-ab5523ffae1f91e6edcb3bf57e1628bda098b655.zip
Update.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/ldefs-boot.el1861
2 files changed, 999 insertions, 864 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ebd636887cb..b5e95c59705 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * net/rcirc.el (rcirc-connect): Add autoload cookie. 3 * net/rcirc.el (rcirc-connect): Add autoload cookie.
4 4
5 * ldefs-boot.el: Update.
6
52006-03-27 Daiki Ueno <ueno@unixuser.org> 72006-03-27 Daiki Ueno <ueno@unixuser.org>
6 8
7 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for 9 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 043c916564e..85487c183eb 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" (17140 20945)) 7;;;;;; "play/5x5.el" (17382 1892))
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,19 @@ should return a grid vector array that is the new solution.
63 63
64;;;*** 64;;;***
65 65
66;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el"
67;;;;;; (17403 28587))
68;;; Generated autoloads from abbrevlist.el
69
70(autoload (quote list-one-abbrev-table) "abbrevlist" "\
71Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER.
72
73\(fn ABBREV-TABLE OUTPUT-BUFFER)" nil nil)
74
75;;;***
76
66;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 77;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
67;;;;;; (17276 44726)) 78;;;;;; (17388 18084))
68;;; Generated autoloads from progmodes/ada-mode.el 79;;; Generated autoloads from progmodes/ada-mode.el
69 80
70(autoload (quote ada-add-extensions) "ada-mode" "\ 81(autoload (quote ada-add-extensions) "ada-mode" "\
@@ -125,7 +136,7 @@ If you use ada-xref.el:
125;;;*** 136;;;***
126 137
127;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 138;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
128;;;;;; (17140 20951)) 139;;;;;; (17388 22063))
129;;; Generated autoloads from progmodes/ada-stmt.el 140;;; Generated autoloads from progmodes/ada-stmt.el
130 141
131(autoload (quote ada-header) "ada-stmt" "\ 142(autoload (quote ada-header) "ada-stmt" "\
@@ -136,7 +147,7 @@ Insert a descriptive header at the top of the file.
136;;;*** 147;;;***
137 148
138;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 149;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
139;;;;;; (17205 6160)) 150;;;;;; (17388 22063))
140;;; Generated autoloads from progmodes/ada-xref.el 151;;; Generated autoloads from progmodes/ada-xref.el
141 152
142(autoload (quote ada-find-file) "ada-xref" "\ 153(autoload (quote ada-find-file) "ada-xref" "\
@@ -288,8 +299,8 @@ Fix any old-style date entries in the current log file to default format.
288;;;*** 299;;;***
289 300
290;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action 301;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action
291;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (17245 302;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (17383
292;;;;;; 16459)) 303;;;;;; 16118))
293;;; Generated autoloads from emacs-lisp/advice.el 304;;; Generated autoloads from emacs-lisp/advice.el
294 305
295(defvar ad-redefinition-action (quote warn) "\ 306(defvar ad-redefinition-action (quote warn) "\
@@ -388,7 +399,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation.
388 399
389;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 400;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
390;;;;;; align-highlight-rule align-current align-entire align-regexp 401;;;;;; align-highlight-rule align-current align-entire align-regexp
391;;;;;; align) "align" "align.el" (17320 4537)) 402;;;;;; align) "align" "align.el" (17383 24123))
392;;; Generated autoloads from align.el 403;;; Generated autoloads from align.el
393 404
394(autoload (quote align) "align" "\ 405(autoload (quote align) "align" "\
@@ -478,11 +489,12 @@ A replacement function for `newline-and-indent', aligning as it goes.
478;;;*** 489;;;***
479 490
480;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" 491;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el"
481;;;;;; (17296 51181)) 492;;;;;; (17431 34439))
482;;; Generated autoloads from allout.el 493;;; Generated autoloads from allout.el
483 494
484(autoload (quote allout-mode) "allout" "\ 495(autoload (quote allout-mode) "allout" "\
485Toggle minor mode for controlling exposure and editing of text outlines. 496Toggle minor mode for controlling exposure and editing of text outlines.
497\\<allout-mode-map>
486 498
487Optional arg forces mode to re-initialize iff arg is positive num or 499Optional arg forces mode to re-initialize iff arg is positive num or
488symbol. Allout outline mode always runs as a minor mode. 500symbol. Allout outline mode always runs as a minor mode.
@@ -524,62 +536,69 @@ The bindings are dictated by the `allout-keybindings-list' and
524\\[allout-forward-current-level] allout-forward-current-level | \\[allout-show-current-entry] allout-show-current-entry 536\\[allout-forward-current-level] allout-forward-current-level | \\[allout-show-current-entry] allout-show-current-entry
525\\[allout-backward-current-level] allout-backward-current-level | \\[allout-show-all] allout-show-all 537\\[allout-backward-current-level] allout-backward-current-level | \\[allout-show-all] allout-show-all
526\\[allout-end-of-entry] allout-end-of-entry 538\\[allout-end-of-entry] allout-end-of-entry
527\\[allout-beginning-of-current-entry,] allout-beginning-of-current-entry, alternately, goes to hot-spot 539\\[allout-beginning-of-current-entry] allout-beginning-of-current-entry, alternately, goes to hot-spot
528 540
529 Topic Header Production: 541 Topic Header Production:
530 ----------------------- 542 -----------------------
531\\[allout-open-sibtopic] allout-open-sibtopic Create a new sibling after current topic. 543\\[allout-open-sibtopic] allout-open-sibtopic Create a new sibling after current topic.
532\\[allout-open-subtopic] allout-open-subtopic ... an offspring of current topic. 544\\[allout-open-subtopic] allout-open-subtopic ... an offspring of current topic.
533\\[allout-open-supertopic] allout-open-supertopic ... a sibling of the current topic's parent. 545\\[allout-open-supertopic] allout-open-supertopic ... a sibling of the current topic's parent.
534 546
535 Topic Level and Prefix Adjustment: 547 Topic Level and Prefix Adjustment:
536 --------------------------------- 548 ---------------------------------
537\\[allout-shift-in] allout-shift-in Shift current topic and all offspring deeper. 549\\[allout-shift-in] allout-shift-in Shift current topic and all offspring deeper.
538\\[allout-shift-out] allout-shift-out ... less deep. 550\\[allout-shift-out] allout-shift-out ... less deep.
539\\[allout-rebullet-current-heading] allout-rebullet-current-heading Prompt for alternate bullet for 551\\[allout-rebullet-current-heading] allout-rebullet-current-heading Prompt for alternate bullet for
540 current topic. 552 current topic.
541\\[allout-rebullet-topic] allout-rebullet-topic Reconcile bullets of topic and its offspring 553\\[allout-rebullet-topic] allout-rebullet-topic Reconcile bullets of topic and its offspring
542 - distinctive bullets are not changed, others 554 - distinctive bullets are not changed, others
543 alternated according to nesting depth. 555 alternated according to nesting depth.
544\\[allout-number-siblings] allout-number-siblings Number bullets of topic and siblings - the 556\\[allout-number-siblings] allout-number-siblings Number bullets of topic and siblings - the
545 offspring are not affected. With repeat 557 offspring are not affected. With repeat
546 count, revoke numbering. 558 count, revoke numbering.
547 559
548 Topic-oriented Killing and Yanking: 560 Topic-oriented Killing and Yanking:
549 ---------------------------------- 561 ----------------------------------
550\\[allout-kill-topic] allout-kill-topic Kill current topic, including offspring. 562\\[allout-kill-topic] allout-kill-topic Kill current topic, including offspring.
551\\[allout-kill-line] allout-kill-line Like kill-line, but reconciles numbering, etc. 563\\[allout-kill-line] allout-kill-line Like kill-line, but reconciles numbering, etc.
552\\[allout-yank] allout-yank Yank, adjusting depth of yanked topic to 564\\[allout-yank] allout-yank Yank, adjusting depth of yanked topic to
553 depth of heading if yanking into bare topic 565 depth of heading if yanking into bare topic
554 heading (ie, prefix sans text). 566 heading (ie, prefix sans text).
555\\[allout-yank-pop] allout-yank-pop Is to allout-yank as yank-pop is to yank 567\\[allout-yank-pop] allout-yank-pop Is to allout-yank as yank-pop is to yank
568
569 Topic-oriented Encryption:
570 -------------------------
571\\[allout-toggle-current-subtree-encryption] allout-toggle-current-subtree-encryption Encrypt/Decrypt topic content
556 572
557 Misc commands: 573 Misc commands:
558 ------------- 574 -------------
559M-x outlineify-sticky Activate outline mode for current buffer, 575M-x outlineify-sticky Activate outline mode for current buffer,
560 and establish a default file-var setting 576 and establish a default file-var setting
561 for `allout-layout'. 577 for `allout-layout'.
562\\[allout-mark-topic] allout-mark-topic 578\\[allout-mark-topic] allout-mark-topic
563\\[allout-copy-exposed-to-buffer] allout-copy-exposed-to-buffer 579\\[allout-copy-exposed-to-buffer] allout-copy-exposed-to-buffer
564 Duplicate outline, sans concealed text, to 580 Duplicate outline, sans concealed text, to
565 buffer with name derived from derived from that 581 buffer with name derived from derived from that
566 of current buffer - \"*BUFFERNAME exposed*\". 582 of current buffer - \"*BUFFERNAME exposed*\".
567\\[allout-flatten-exposed-to-buffer] allout-flatten-exposed-to-buffer 583\\[allout-flatten-exposed-to-buffer] allout-flatten-exposed-to-buffer
568 Like above 'copy-exposed', but convert topic 584 Like above 'copy-exposed', but convert topic
569 prefixes to section.subsection... numeric 585 prefixes to section.subsection... numeric
570 format. 586 format.
571ESC ESC (allout-init t) Setup Emacs session for outline mode 587\\[eval-expression] (allout-init t) Setup Emacs session for outline mode
572 auto-activation. 588 auto-activation.
573 589
574 Encrypted Entries 590 Topic Encryption
575 591
576Outline mode supports easily togglable gpg encryption of topics, with 592Outline mode supports gpg encryption of topics, with support for
577niceties like support for symmetric and key-pair modes, passphrase timeout, 593symmetric and key-pair modes, passphrase timeout, passphrase
578passphrase consistency checking, user-provided hinting for symmetric key 594consistency checking, user-provided hinting for symmetric key
579mode, and auto-encryption of topics pending encryption on save. The aim is 595mode, and auto-encryption of topics pending encryption on save.
580to enable reliable topic privacy while preventing accidents like neglected 596\(Topics pending encryption are, by default, automatically
581encryption, encryption with a mistaken passphrase, forgetting which 597encrypted during file saves; if you're editing the contents of
582passphrase was used, and other practical pitfalls. 598such a topic, it is automatically decrypted for continued
599editing.) The aim is reliable topic privacy while preventing
600accidents like neglected encryption before saves, forgetting
601which passphrase was used, and other practical pitfalls.
583 602
584See `allout-toggle-current-subtree-encryption' function docstring and 603See `allout-toggle-current-subtree-encryption' function docstring and
585`allout-encrypt-unencrypted-on-saves' customization variable for details. 604`allout-encrypt-unencrypted-on-saves' customization variable for details.
@@ -589,22 +608,21 @@ See `allout-toggle-current-subtree-encryption' function docstring and
589Hot-spot operation provides a means for easy, single-keystroke outline 608Hot-spot operation provides a means for easy, single-keystroke outline
590navigation and exposure control. 609navigation and exposure control.
591 610
592\\<allout-mode-map>
593When the text cursor is positioned directly on the bullet character of 611When the text cursor is positioned directly on the bullet character of
594a topic, regular characters (a to z) invoke the commands of the 612a topic, regular characters (a to z) invoke the commands of the
595corresponding allout-mode keymap control chars. For example, \"f\" 613corresponding allout-mode keymap control chars. For example, \"f\"
596would invoke the command typically bound to \"C-c C-f\" 614would invoke the command typically bound to \"C-c<space>C-f\"
597\(\\[allout-forward-current-level] `allout-forward-current-level'). 615\(\\[allout-forward-current-level] `allout-forward-current-level').
598 616
599Thus, by positioning the cursor on a topic bullet, you can execute 617Thus, by positioning the cursor on a topic bullet, you can
600the outline navigation and manipulation commands with a single 618execute the outline navigation and manipulation commands with a
601keystroke. Non-literal chars never get this special translation, so 619single keystroke. Regular navigation keys (eg, \\[forward-char], \\[next-line]) never get
602you can use them to get away from the hot-spot, and back to normal 620this special translation, so you can use them to get out of the
603operation. 621hot-spot and back to normal operation.
604 622
605Note that the command `allout-beginning-of-current-entry' (\\[allout-beginning-of-current-entry]) 623Note that the command `allout-beginning-of-current-entry' (\\[allout-beginning-of-current-entry])
606will move to the hot-spot when the cursor is already located at the 624will move to the hot-spot when the cursor is already located at the
607beginning of the current entry, so you can simply hit \\[allout-beginning-of-current-entry] 625beginning of the current entry, so you usually can hit \\[allout-beginning-of-current-entry]
608twice in a row to get to the hot-spot. 626twice in a row to get to the hot-spot.
609 627
610 Terminology 628 Terminology
@@ -612,7 +630,7 @@ twice in a row to get to the hot-spot.
612Topic hierarchy constituents - TOPICS and SUBTOPICS: 630Topic hierarchy constituents - TOPICS and SUBTOPICS:
613 631
614TOPIC: A basic, coherent component of an Emacs outline. It can 632TOPIC: A basic, coherent component of an Emacs outline. It can
615 contain other topics, and it can be subsumed by other topics, 633 contain and be contained by other topics.
616CURRENT topic: 634CURRENT topic:
617 The visible topic most immediately containing the cursor. 635 The visible topic most immediately containing the cursor.
618DEPTH: The degree of nesting of a topic; it increases with 636DEPTH: The degree of nesting of a topic; it increases with
@@ -656,13 +674,13 @@ PREFIX-LEAD:
656 docstring for more detail. 674 docstring for more detail.
657PREFIX-PADDING: 675PREFIX-PADDING:
658 Spaces or asterisks which separate the prefix-lead and the 676 Spaces or asterisks which separate the prefix-lead and the
659 bullet, according to the depth of the topic. 677 bullet, determining the depth of the topic.
660BULLET: A character at the end of the topic prefix, it must be one of 678BULLET: A character at the end of the topic prefix, it must be one of
661 the characters listed on `allout-plain-bullets-string' or 679 the characters listed on `allout-plain-bullets-string' or
662 `allout-distinctive-bullets-string'. (See the documentation 680 `allout-distinctive-bullets-string'. (See the documentation
663 for these variables for more details.) The default choice of 681 for these variables for more details.) The default choice of
664 bullet when generating varies in a cycle with the depth of the 682 bullet when generating topics varies in a cycle with the depth of
665 topic. 683 the topic.
666ENTRY: The text contained in a topic before any offspring. 684ENTRY: The text contained in a topic before any offspring.
667BODY: Same as ENTRY. 685BODY: Same as ENTRY.
668 686
@@ -673,7 +691,6 @@ EXPOSURE:
673CONCEALED: 691CONCEALED:
674 Topics and entry text whose display is inhibited. Contiguous 692 Topics and entry text whose display is inhibited. Contiguous
675 units of concealed text is represented by `...' ellipses. 693 units of concealed text is represented by `...' ellipses.
676 (Ref the `selective-display' var.)
677 694
678 Concealed topics are effectively collapsed within an ancestor. 695 Concealed topics are effectively collapsed within an ancestor.
679CLOSED: A topic whose immediate offspring and body-text is concealed. 696CLOSED: A topic whose immediate offspring and body-text is concealed.
@@ -694,7 +711,7 @@ setup for auto-startup.
694;;;*** 711;;;***
695 712
696;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 713;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
697;;;;;; "net/ange-ftp.el" (17244 43756)) 714;;;;;; "net/ange-ftp.el" (17383 13296))
698;;; Generated autoloads from net/ange-ftp.el 715;;; Generated autoloads from net/ange-ftp.el
699 716
700(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) 717(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))
@@ -716,7 +733,7 @@ Not documented
716;;;*** 733;;;***
717 734
718;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 735;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
719;;;;;; "animate" "play/animate.el" (17239 32364)) 736;;;;;; "animate" "play/animate.el" (17382 1892))
720;;; Generated autoloads from play/animate.el 737;;; Generated autoloads from play/animate.el
721 738
722(autoload (quote animate-string) "animate" "\ 739(autoload (quote animate-string) "animate" "\
@@ -744,7 +761,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\".
744;;;*** 761;;;***
745 762
746;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 763;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
747;;;;;; "ansi-color" "ansi-color.el" (17185 27398)) 764;;;;;; "ansi-color" "ansi-color.el" (17383 24123))
748;;; Generated autoloads from ansi-color.el 765;;; Generated autoloads from ansi-color.el
749 766
750(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ 767(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\
@@ -770,7 +787,7 @@ This is a good function to put in `comint-output-filter-functions'.
770;;;*** 787;;;***
771 788
772;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 789;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
773;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (17205 20021)) 790;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (17388 22063))
774;;; Generated autoloads from progmodes/antlr-mode.el 791;;; Generated autoloads from progmodes/antlr-mode.el
775 792
776(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ 793(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\
@@ -809,7 +826,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
809;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add 826;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add
810;;;;;; appt-display-diary appt-display-duration appt-display-mode-line 827;;;;;; appt-display-diary appt-display-duration appt-display-mode-line
811;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time 828;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time
812;;;;;; appt-issue-message) "appt" "calendar/appt.el" (17307 14150)) 829;;;;;; appt-issue-message) "appt" "calendar/appt.el" (17403 28563))
813;;; Generated autoloads from calendar/appt.el 830;;; Generated autoloads from calendar/appt.el
814 831
815(defvar appt-issue-message t "\ 832(defvar appt-issue-message t "\
@@ -897,7 +914,7 @@ ARG is positive, otherwise off.
897 914
898;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property 915;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property
899;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos" 916;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos"
900;;;;;; "apropos.el" (17328 26188)) 917;;;;;; "apropos.el" (17443 62455))
901;;; Generated autoloads from apropos.el 918;;; Generated autoloads from apropos.el
902 919
903(autoload (quote apropos-read-pattern) "apropos" "\ 920(autoload (quote apropos-read-pattern) "apropos" "\
@@ -993,8 +1010,8 @@ Returns list of symbols and documentation found.
993 1010
994;;;*** 1011;;;***
995 1012
996;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17379 1013;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17422
997;;;;;; 25495)) 1014;;;;;; 14887))
998;;; Generated autoloads from arc-mode.el 1015;;; Generated autoloads from arc-mode.el
999 1016
1000(autoload (quote archive-mode) "arc-mode" "\ 1017(autoload (quote archive-mode) "arc-mode" "\
@@ -1085,8 +1102,8 @@ Entering array mode calls the function `array-mode-hook'.
1085 1102
1086;;;*** 1103;;;***
1087 1104
1088;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (17239 1105;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (17383
1089;;;;;; 32406)) 1106;;;;;; 15658))
1090;;; Generated autoloads from textmodes/artist.el 1107;;; Generated autoloads from textmodes/artist.el
1091 1108
1092(autoload (quote artist-mode) "artist" "\ 1109(autoload (quote artist-mode) "artist" "\
@@ -1291,8 +1308,8 @@ Keymap summary
1291 1308
1292;;;*** 1309;;;***
1293 1310
1294;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (17349 1311;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (17388
1295;;;;;; 14590)) 1312;;;;;; 22063))
1296;;; Generated autoloads from progmodes/asm-mode.el 1313;;; Generated autoloads from progmodes/asm-mode.el
1297 1314
1298(autoload (quote asm-mode) "asm-mode" "\ 1315(autoload (quote asm-mode) "asm-mode" "\
@@ -1336,7 +1353,7 @@ This command is obsolete.
1336;;;*** 1353;;;***
1337 1354
1338;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1355;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1339;;;;;; (17148 24940)) 1356;;;;;; (17383 24124))
1340;;; Generated autoloads from autoarg.el 1357;;; Generated autoloads from autoarg.el
1341 1358
1342(defvar autoarg-mode nil "\ 1359(defvar autoarg-mode nil "\
@@ -1393,7 +1410,7 @@ This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1'
1393;;;*** 1410;;;***
1394 1411
1395;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1412;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1396;;;;;; (17185 27619)) 1413;;;;;; (17388 22063))
1397;;; Generated autoloads from progmodes/autoconf.el 1414;;; Generated autoloads from progmodes/autoconf.el
1398 1415
1399(autoload (quote autoconf-mode) "autoconf" "\ 1416(autoload (quote autoconf-mode) "autoconf" "\
@@ -1404,7 +1421,7 @@ Major mode for editing Autoconf configure.in files.
1404;;;*** 1421;;;***
1405 1422
1406;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1423;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1407;;;;;; "autoinsert" "autoinsert.el" (17148 24940)) 1424;;;;;; "autoinsert" "autoinsert.el" (17383 24124))
1408;;; Generated autoloads from autoinsert.el 1425;;; Generated autoloads from autoinsert.el
1409 1426
1410(autoload (quote auto-insert) "autoinsert" "\ 1427(autoload (quote auto-insert) "autoinsert" "\
@@ -1444,7 +1461,7 @@ insert a template for the file depending on the mode of the buffer.
1444 1461
1445;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1462;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1446;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1463;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1447;;;;;; (17298 27296)) 1464;;;;;; (17410 23724))
1448;;; Generated autoloads from emacs-lisp/autoload.el 1465;;; Generated autoloads from emacs-lisp/autoload.el
1449 1466
1450(autoload (quote update-file-autoloads) "autoload" "\ 1467(autoload (quote update-file-autoloads) "autoload" "\
@@ -1479,7 +1496,7 @@ Calls `update-directory-autoloads' on the command line arguments.
1479 1496
1480;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1497;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1481;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1498;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1482;;;;;; "autorevert" "autorevert.el" (17148 24940)) 1499;;;;;; "autorevert" "autorevert.el" (17383 24124))
1483;;; Generated autoloads from autorevert.el 1500;;; Generated autoloads from autorevert.el
1484 1501
1485(autoload (quote auto-revert-mode) "autorevert" "\ 1502(autoload (quote auto-revert-mode) "autorevert" "\
@@ -1549,7 +1566,7 @@ Use `auto-revert-mode' to revert a particular buffer.
1549;;;*** 1566;;;***
1550 1567
1551;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1568;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1552;;;;;; "avoid.el" (17148 24940)) 1569;;;;;; "avoid.el" (17383 24124))
1553;;; Generated autoloads from avoid.el 1570;;; Generated autoloads from avoid.el
1554 1571
1555(defvar mouse-avoidance-mode nil "\ 1572(defvar mouse-avoidance-mode nil "\
@@ -1590,7 +1607,7 @@ definition of \"random distance\".)
1590;;;*** 1607;;;***
1591 1608
1592;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" 1609;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el"
1593;;;;;; (17148 25082)) 1610;;;;;; (17383 16118))
1594;;; Generated autoloads from emacs-lisp/backquote.el 1611;;; Generated autoloads from emacs-lisp/backquote.el
1595 1612
1596(autoload (quote backquote) "backquote" "\ 1613(autoload (quote backquote) "backquote" "\
@@ -1615,7 +1632,7 @@ Vectors work just like lists. Nested backquotes are permitted.
1615;;;*** 1632;;;***
1616 1633
1617;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1634;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1618;;;;;; (17359 55783)) 1635;;;;;; (17427 20614))
1619;;; Generated autoloads from battery.el 1636;;; Generated autoloads from battery.el
1620 (put 'battery-mode-line-string 'risky-local-variable t) 1637 (put 'battery-mode-line-string 'risky-local-variable t)
1621 1638
@@ -1648,7 +1665,7 @@ seconds.
1648;;;*** 1665;;;***
1649 1666
1650;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1667;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1651;;;;;; "benchmark" "emacs-lisp/benchmark.el" (17148 25082)) 1668;;;;;; "benchmark" "emacs-lisp/benchmark.el" (17383 16118))
1652;;; Generated autoloads from emacs-lisp/benchmark.el 1669;;; Generated autoloads from emacs-lisp/benchmark.el
1653 1670
1654(autoload (quote benchmark-run) "benchmark" "\ 1671(autoload (quote benchmark-run) "benchmark" "\
@@ -1680,8 +1697,8 @@ non-interactive use see also `benchmark-run' and
1680 1697
1681;;;*** 1698;;;***
1682 1699
1683;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (17359 1700;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (17437
1684;;;;;; 55795)) 1701;;;;;; 53997))
1685;;; Generated autoloads from textmodes/bibtex.el 1702;;; Generated autoloads from textmodes/bibtex.el
1686 1703
1687(autoload (quote bibtex-mode) "bibtex" "\ 1704(autoload (quote bibtex-mode) "bibtex" "\
@@ -1743,7 +1760,7 @@ if that value is non-nil.
1743 1760
1744;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1761;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1745;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el" 1762;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el"
1746;;;;;; (17148 25105)) 1763;;;;;; (17382 1052))
1747;;; Generated autoloads from gnus/binhex.el 1764;;; Generated autoloads from gnus/binhex.el
1748 1765
1749(defconst binhex-begin-line "^:...............................................................$") 1766(defconst binhex-begin-line "^:...............................................................$")
@@ -1766,8 +1783,8 @@ Binhex decode region between START and END.
1766 1783
1767;;;*** 1784;;;***
1768 1785
1769;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (17246 1786;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (17382
1770;;;;;; 40260)) 1787;;;;;; 1892))
1771;;; Generated autoloads from play/blackbox.el 1788;;; Generated autoloads from play/blackbox.el
1772 1789
1773(autoload (quote blackbox) "blackbox" "\ 1790(autoload (quote blackbox) "blackbox" "\
@@ -1889,7 +1906,7 @@ a reflection.
1889;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save 1906;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save
1890;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename 1907;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename
1891;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump 1908;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump
1892;;;;;; bookmark-set) "bookmark" "bookmark.el" (17270 26061)) 1909;;;;;; bookmark-set) "bookmark" "bookmark.el" (17383 24124))
1893;;; Generated autoloads from bookmark.el 1910;;; Generated autoloads from bookmark.el
1894 (define-key ctl-x-map "rb" 'bookmark-jump) 1911 (define-key ctl-x-map "rb" 'bookmark-jump)
1895 (define-key ctl-x-map "rm" 'bookmark-set) 1912 (define-key ctl-x-map "rm" 'bookmark-set)
@@ -2079,7 +2096,7 @@ deletion, or > if it is flagged for displaying.
2079;;;;;; browse-url browse-url-of-region browse-url-of-dired-file 2096;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2080;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point 2097;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point
2081;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function) 2098;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function)
2082;;;;;; "browse-url" "net/browse-url.el" (17279 31149)) 2099;;;;;; "browse-url" "net/browse-url.el" (17383 13296))
2083;;; Generated autoloads from net/browse-url.el 2100;;; Generated autoloads from net/browse-url.el
2084 2101
2085(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))) "\ 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))) "\
@@ -2410,8 +2427,8 @@ Default to the URL around or before point.
2410 2427
2411;;;*** 2428;;;***
2412 2429
2413;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (17140 2430;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (17382
2414;;;;;; 20945)) 2431;;;;;; 1892))
2415;;; Generated autoloads from play/bruce.el 2432;;; Generated autoloads from play/bruce.el
2416 2433
2417(autoload (quote bruce) "bruce" "\ 2434(autoload (quote bruce) "bruce" "\
@@ -2427,7 +2444,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2427;;;*** 2444;;;***
2428 2445
2429;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2446;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2430;;;;;; "bs" "bs.el" (17375 39071)) 2447;;;;;; "bs" "bs.el" (17395 3136))
2431;;; Generated autoloads from bs.el 2448;;; Generated autoloads from bs.el
2432 2449
2433(autoload (quote bs-cycle-next) "bs" "\ 2450(autoload (quote bs-cycle-next) "bs" "\
@@ -2468,8 +2485,8 @@ name of buffer configuration.
2468;;;*** 2485;;;***
2469 2486
2470;;;### (autoloads (insert-text-button make-text-button insert-button 2487;;;### (autoloads (insert-text-button make-text-button insert-button
2471;;;;;; make-button define-button-type) "button" "button.el" (17328 2488;;;;;; make-button define-button-type) "button" "button.el" (17383
2472;;;;;; 38637)) 2489;;;;;; 24124))
2473;;; Generated autoloads from button.el 2490;;; Generated autoloads from button.el
2474 2491
2475(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ 2492(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
@@ -2653,7 +2670,7 @@ and corresponding effects.
2653 2670
2654;;;*** 2671;;;***
2655 2672
2656;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (17307 14150)) 2673;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (17385 41891))
2657;;; Generated autoloads from calendar/cal-dst.el 2674;;; Generated autoloads from calendar/cal-dst.el
2658 2675
2659(put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) 2676(put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t)
@@ -2663,7 +2680,7 @@ and corresponding effects.
2663;;;*** 2680;;;***
2664 2681
2665;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" 2682;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el"
2666;;;;;; (17307 14150)) 2683;;;;;; (17385 41891))
2667;;; Generated autoloads from calendar/cal-hebrew.el 2684;;; Generated autoloads from calendar/cal-hebrew.el
2668 2685
2669(autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ 2686(autoload (quote list-yahrzeit-dates) "cal-hebrew" "\
@@ -2678,7 +2695,7 @@ from the cursor position.
2678;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2695;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2679;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2696;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2680;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" 2697;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el"
2681;;;;;; (17291 34530)) 2698;;;;;; (17382 10215))
2682;;; Generated autoloads from calc/calc.el 2699;;; Generated autoloads from calc/calc.el
2683 2700
2684(defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ 2701(defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\
@@ -2756,8 +2773,8 @@ Not documented
2756 2773
2757;;;*** 2774;;;***
2758 2775
2759;;;### (autoloads (calculator) "calculator" "calculator.el" (17148 2776;;;### (autoloads (calculator) "calculator" "calculator.el" (17383
2760;;;;;; 24944)) 2777;;;;;; 24124))
2761;;; Generated autoloads from calculator.el 2778;;; Generated autoloads from calculator.el
2762 2779
2763(autoload (quote calculator) "calculator" "\ 2780(autoload (quote calculator) "calculator" "\
@@ -2785,7 +2802,7 @@ See the documentation for `calculator-mode' for more information.
2785;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially 2802;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially
2786;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 2803;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2787;;;;;; view-diary-entries-initially calendar-offset) "calendar" 2804;;;;;; view-diary-entries-initially calendar-offset) "calendar"
2788;;;;;; "calendar/calendar.el" (17366 25839)) 2805;;;;;; "calendar/calendar.el" (17425 13433))
2789;;; Generated autoloads from calendar/calendar.el 2806;;; Generated autoloads from calendar/calendar.el
2790 2807
2791(defvar calendar-offset 0 "\ 2808(defvar calendar-offset 0 "\
@@ -3356,7 +3373,7 @@ movement commands will not work correctly.")
3356;;;*** 3373;;;***
3357 3374
3358;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 3375;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
3359;;;;;; "gnus/canlock.el" (17148 25106)) 3376;;;;;; "gnus/canlock.el" (17382 1052))
3360;;; Generated autoloads from gnus/canlock.el 3377;;; Generated autoloads from gnus/canlock.el
3361 3378
3362(autoload (quote canlock-insert-header) "canlock" "\ 3379(autoload (quote canlock-insert-header) "canlock" "\
@@ -3374,7 +3391,7 @@ it fails.
3374;;;*** 3391;;;***
3375 3392
3376;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 3393;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
3377;;;;;; (17315 15382)) 3394;;;;;; (17407 10030))
3378;;; Generated autoloads from progmodes/cc-engine.el 3395;;; Generated autoloads from progmodes/cc-engine.el
3379 3396
3380(autoload (quote c-guess-basic-syntax) "cc-engine" "\ 3397(autoload (quote c-guess-basic-syntax) "cc-engine" "\
@@ -3386,7 +3403,7 @@ Return the syntactic context of the current line.
3386 3403
3387;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 3404;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
3388;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3405;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3389;;;;;; (17296 51210)) 3406;;;;;; (17407 10030))
3390;;; Generated autoloads from progmodes/cc-mode.el 3407;;; Generated autoloads from progmodes/cc-mode.el
3391 3408
3392(autoload (quote c-initialize-cc-mode) "cc-mode" "\ 3409(autoload (quote c-initialize-cc-mode) "cc-mode" "\
@@ -3544,7 +3561,7 @@ Key bindings:
3544;;;*** 3561;;;***
3545 3562
3546;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3563;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3547;;;;;; "progmodes/cc-styles.el" (17296 51210)) 3564;;;;;; "progmodes/cc-styles.el" (17407 10030))
3548;;; Generated autoloads from progmodes/cc-styles.el 3565;;; Generated autoloads from progmodes/cc-styles.el
3549 3566
3550(autoload (quote c-set-style) "cc-styles" "\ 3567(autoload (quote c-set-style) "cc-styles" "\
@@ -3595,8 +3612,8 @@ and exists only for compatibility reasons.
3595 3612
3596;;;*** 3613;;;***
3597 3614
3598;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (17296 3615;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (17388
3599;;;;;; 15980)) 3616;;;;;; 22063))
3600;;; Generated autoloads from progmodes/cc-subword.el 3617;;; Generated autoloads from progmodes/cc-subword.el
3601 (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t) 3618 (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t)
3602 3619
@@ -3863,7 +3880,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3863;;;*** 3880;;;***
3864 3881
3865;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" 3882;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el"
3866;;;;;; (17140 20960)) 3883;;;;;; (17388 22063))
3867;;; Generated autoloads from progmodes/cfengine.el 3884;;; Generated autoloads from progmodes/cfengine.el
3868 3885
3869(autoload (quote cfengine-mode) "cfengine" "\ 3886(autoload (quote cfengine-mode) "cfengine" "\
@@ -3885,7 +3902,7 @@ to the action header.
3885;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3902;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3886;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3903;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3887;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 3904;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
3888;;;;;; (17239 32275)) 3905;;;;;; (17383 16118))
3889;;; Generated autoloads from emacs-lisp/checkdoc.el 3906;;; Generated autoloads from emacs-lisp/checkdoc.el
3890 3907
3891(autoload (quote checkdoc) "checkdoc" "\ 3908(autoload (quote checkdoc) "checkdoc" "\
@@ -4097,7 +4114,7 @@ Encode the text in the current buffer to HZ.
4097;;;*** 4114;;;***
4098 4115
4099;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 4116;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
4100;;;;;; "chistory" "chistory.el" (17148 24944)) 4117;;;;;; "chistory" "chistory.el" (17383 24124))
4101;;; Generated autoloads from chistory.el 4118;;; Generated autoloads from chistory.el
4102 4119
4103(autoload (quote repeat-matching-complex-command) "chistory" "\ 4120(autoload (quote repeat-matching-complex-command) "chistory" "\
@@ -4136,7 +4153,7 @@ and runs the normal hook `command-history-hook'.
4136 4153
4137;;;*** 4154;;;***
4138 4155
4139;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (17374 39354)) 4156;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (17383 16118))
4140;;; Generated autoloads from emacs-lisp/cl.el 4157;;; Generated autoloads from emacs-lisp/cl.el
4141 4158
4142(defvar custom-print-functions nil "\ 4159(defvar custom-print-functions nil "\
@@ -4152,7 +4169,7 @@ a future Emacs interpreter will be able to use it.")
4152;;;*** 4169;;;***
4153 4170
4154;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 4171;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
4155;;;;;; (17148 25088)) 4172;;;;;; (17383 16118))
4156;;; Generated autoloads from emacs-lisp/cl-indent.el 4173;;; Generated autoloads from emacs-lisp/cl-indent.el
4157 4174
4158(autoload (quote common-lisp-indent-function) "cl-indent" "\ 4175(autoload (quote common-lisp-indent-function) "cl-indent" "\
@@ -4163,7 +4180,7 @@ Not documented
4163;;;*** 4180;;;***
4164 4181
4165;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 4182;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
4166;;;;;; (17205 6162)) 4183;;;;;; (17388 22063))
4167;;; Generated autoloads from progmodes/cmacexp.el 4184;;; Generated autoloads from progmodes/cmacexp.el
4168 4185
4169(autoload (quote c-macro-expand) "cmacexp" "\ 4186(autoload (quote c-macro-expand) "cmacexp" "\
@@ -4183,8 +4200,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
4183 4200
4184;;;*** 4201;;;***
4185 4202
4186;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (17148 4203;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (17383
4187;;;;;; 24945)) 4204;;;;;; 24124))
4188;;; Generated autoloads from cmuscheme.el 4205;;; Generated autoloads from cmuscheme.el
4189 4206
4190(autoload (quote run-scheme) "cmuscheme" "\ 4207(autoload (quote run-scheme) "cmuscheme" "\
@@ -4324,7 +4341,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal.
4324;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 4341;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4325;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 4342;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4326;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 4343;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4327;;;;;; (17277 6644)) 4344;;;;;; (17447 42828))
4328;;; Generated autoloads from comint.el 4345;;; Generated autoloads from comint.el
4329 4346
4330(defvar comint-output-filter-functions (quote (comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)) "\ 4347(defvar comint-output-filter-functions (quote (comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)) "\
@@ -4414,8 +4431,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4414 4431
4415;;;*** 4432;;;***
4416 4433
4417;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (17305 4434;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (17406
4418;;;;;; 44991)) 4435;;;;;; 11270))
4419;;; Generated autoloads from compare-w.el 4436;;; Generated autoloads from compare-w.el
4420 4437
4421(autoload (quote compare-windows) "compare-w" "\ 4438(autoload (quote compare-windows) "compare-w" "\
@@ -4452,7 +4469,7 @@ on third call it again advances points to the next difference and so on.
4452;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4469;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4453;;;;;; compile compilation-disable-input compile-command compilation-search-path 4470;;;;;; compile compilation-disable-input compile-command compilation-search-path
4454;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 4471;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
4455;;;;;; "compile" "progmodes/compile.el" (17310 14110)) 4472;;;;;; "compile" "progmodes/compile.el" (17388 22062))
4456;;; Generated autoloads from progmodes/compile.el 4473;;; Generated autoloads from progmodes/compile.el
4457 4474
4458(defvar compilation-mode-hook nil "\ 4475(defvar compilation-mode-hook nil "\
@@ -4613,7 +4630,7 @@ This is the value of `next-error-function' in Compilation buffers.
4613;;;*** 4630;;;***
4614 4631
4615;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 4632;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4616;;;;;; (17315 15381)) 4633;;;;;; (17420 38637))
4617;;; Generated autoloads from complete.el 4634;;; Generated autoloads from complete.el
4618 4635
4619(defvar partial-completion-mode nil "\ 4636(defvar partial-completion-mode nil "\
@@ -4656,7 +4673,7 @@ second TAB brings up the `*Completions*' buffer.
4656;;;*** 4673;;;***
4657 4674
4658;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4675;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4659;;;;;; (17366 63944)) 4676;;;;;; (17383 24124))
4660;;; Generated autoloads from completion.el 4677;;; Generated autoloads from completion.el
4661 4678
4662(defvar dynamic-completion-mode nil "\ 4679(defvar dynamic-completion-mode nil "\
@@ -4900,7 +4917,7 @@ Optional 3rd arg WITH-COMPOSITION-RULE is ignored.
4900 4917
4901;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4918;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4902;;;;;; conf-space-mode conf-javaprop-mode conf-windows-mode conf-unix-mode 4919;;;;;; conf-space-mode conf-javaprop-mode conf-windows-mode conf-unix-mode
4903;;;;;; conf-mode) "conf-mode" "textmodes/conf-mode.el" (17251 52024)) 4920;;;;;; conf-mode) "conf-mode" "textmodes/conf-mode.el" (17383 15658))
4904;;; Generated autoloads from textmodes/conf-mode.el 4921;;; Generated autoloads from textmodes/conf-mode.el
4905 4922
4906(autoload (quote conf-mode) "conf-mode" "\ 4923(autoload (quote conf-mode) "conf-mode" "\
@@ -5049,7 +5066,7 @@ For details see `conf-mode'. Example:
5049;;;*** 5066;;;***
5050 5067
5051;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 5068;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
5052;;;;;; "cookie1" "play/cookie1.el" (17140 20945)) 5069;;;;;; "cookie1" "play/cookie1.el" (17382 1892))
5053;;; Generated autoloads from play/cookie1.el 5070;;; Generated autoloads from play/cookie1.el
5054 5071
5055(autoload (quote cookie) "cookie1" "\ 5072(autoload (quote cookie) "cookie1" "\
@@ -5081,7 +5098,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
5081;;;*** 5098;;;***
5082 5099
5083;;;### (autoloads (copyright copyright-fix-years copyright-update) 5100;;;### (autoloads (copyright copyright-fix-years copyright-update)
5084;;;;;; "copyright" "emacs-lisp/copyright.el" (17148 25089)) 5101;;;;;; "copyright" "emacs-lisp/copyright.el" (17383 16118))
5085;;; Generated autoloads from emacs-lisp/copyright.el 5102;;; Generated autoloads from emacs-lisp/copyright.el
5086 5103
5087(autoload (quote copyright-update) "copyright" "\ 5104(autoload (quote copyright-update) "copyright" "\
@@ -5109,7 +5126,7 @@ Insert a copyright by $ORGANIZATION notice at cursor.
5109;;;*** 5126;;;***
5110 5127
5111;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 5128;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
5112;;;;;; (17276 44726)) 5129;;;;;; (17388 22062))
5113;;; Generated autoloads from progmodes/cperl-mode.el 5130;;; Generated autoloads from progmodes/cperl-mode.el
5114 5131
5115(autoload (quote cperl-mode) "cperl-mode" "\ 5132(autoload (quote cperl-mode) "cperl-mode" "\
@@ -5282,7 +5299,7 @@ or as help on variables `cperl-tips', `cperl-problems',
5282;;;*** 5299;;;***
5283 5300
5284;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 5301;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
5285;;;;;; (17359 40965)) 5302;;;;;; (17388 22062))
5286;;; Generated autoloads from progmodes/cpp.el 5303;;; Generated autoloads from progmodes/cpp.el
5287 5304
5288(autoload (quote cpp-highlight-buffer) "cpp" "\ 5305(autoload (quote cpp-highlight-buffer) "cpp" "\
@@ -5301,7 +5318,7 @@ Edit display information for cpp conditionals.
5301;;;*** 5318;;;***
5302 5319
5303;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 5320;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
5304;;;;;; (17140 20920)) 5321;;;;;; (17383 13536))
5305;;; Generated autoloads from emulation/crisp.el 5322;;; Generated autoloads from emulation/crisp.el
5306 5323
5307(defvar crisp-mode nil "\ 5324(defvar crisp-mode nil "\
@@ -5325,7 +5342,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
5325;;;*** 5342;;;***
5326 5343
5327;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 5344;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
5328;;;;;; (17315 15382)) 5345;;;;;; (17383 16118))
5329;;; Generated autoloads from emacs-lisp/crm.el 5346;;; Generated autoloads from emacs-lisp/crm.el
5330 5347
5331(autoload (quote completing-read-multiple) "crm" "\ 5348(autoload (quote completing-read-multiple) "crm" "\
@@ -5361,7 +5378,7 @@ INHERIT-INPUT-METHOD.
5361;;;*** 5378;;;***
5362 5379
5363;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 5380;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
5364;;;;;; (17377 26465)) 5381;;;;;; (17444 38116))
5365;;; Generated autoloads from emulation/cua-base.el 5382;;; Generated autoloads from emulation/cua-base.el
5366 5383
5367(defvar cua-mode nil "\ 5384(defvar cua-mode nil "\
@@ -5428,7 +5445,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5428;;;;;; customize-face customize-changed-options customize-option-other-window 5445;;;;;; customize-face customize-changed-options customize-option-other-window
5429;;;;;; customize-option customize-group-other-window customize-group 5446;;;;;; customize-option customize-group-other-window customize-group
5430;;;;;; customize-mode customize customize-save-variable customize-set-variable 5447;;;;;; customize-mode customize customize-save-variable customize-set-variable
5431;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (17369 18480)) 5448;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (17440 11610))
5432;;; Generated autoloads from cus-edit.el 5449;;; Generated autoloads from cus-edit.el
5433 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 5450 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
5434 5451
@@ -5686,7 +5703,7 @@ The format is suitable for use with `easy-menu-define'.
5686;;;*** 5703;;;***
5687 5704
5688;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces 5705;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces
5689;;;;;; custom-declare-face) "cus-face" "cus-face.el" (17337 17201)) 5706;;;;;; custom-declare-face) "cus-face" "cus-face.el" (17383 24124))
5690;;; Generated autoloads from cus-face.el 5707;;; Generated autoloads from cus-face.el
5691 5708
5692(autoload (quote custom-declare-face) "cus-face" "\ 5709(autoload (quote custom-declare-face) "cus-face" "\
@@ -5756,7 +5773,7 @@ This means reset FACE to its value in FROM-THEME.
5756;;;*** 5773;;;***
5757 5774
5758;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" 5775;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
5759;;;;;; (17351 13490)) 5776;;;;;; (17394 38146))
5760;;; Generated autoloads from cus-theme.el 5777;;; Generated autoloads from cus-theme.el
5761 5778
5762(autoload (quote customize-create-theme) "cus-theme" "\ 5779(autoload (quote customize-create-theme) "cus-theme" "\
@@ -5767,7 +5784,7 @@ Create a custom theme.
5767;;;*** 5784;;;***
5768 5785
5769;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 5786;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
5770;;;;;; (17148 24952)) 5787;;;;;; (17383 24124))
5771;;; Generated autoloads from cvs-status.el 5788;;; Generated autoloads from cvs-status.el
5772 5789
5773(autoload (quote cvs-status-mode) "cvs-status" "\ 5790(autoload (quote cvs-status-mode) "cvs-status" "\
@@ -5778,7 +5795,7 @@ Mode used for cvs status output.
5778;;;*** 5795;;;***
5779 5796
5780;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5797;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5781;;;;;; "cwarn" "progmodes/cwarn.el" (17298 27296)) 5798;;;;;; "cwarn" "progmodes/cwarn.el" (17388 22062))
5782;;; Generated autoloads from progmodes/cwarn.el 5799;;; Generated autoloads from progmodes/cwarn.el
5783 5800
5784(autoload (quote cwarn-mode) "cwarn" "\ 5801(autoload (quote cwarn-mode) "cwarn" "\
@@ -5851,7 +5868,7 @@ If the argument is nil, we return the display table to its standard state.
5851;;;*** 5868;;;***
5852 5869
5853;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5870;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5854;;;;;; (17290 15905)) 5871;;;;;; (17383 24124))
5855;;; Generated autoloads from dabbrev.el 5872;;; Generated autoloads from dabbrev.el
5856 (define-key esc-map "/" 'dabbrev-expand) 5873 (define-key esc-map "/" 'dabbrev-expand)
5857 (define-key esc-map [?\C-/] 'dabbrev-completion) 5874 (define-key esc-map [?\C-/] 'dabbrev-completion)
@@ -5895,8 +5912,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5895 5912
5896;;;*** 5913;;;***
5897 5914
5898;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (17276 5915;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (17388
5899;;;;;; 44726)) 5916;;;;;; 22062))
5900;;; Generated autoloads from progmodes/dcl-mode.el 5917;;; Generated autoloads from progmodes/dcl-mode.el
5901 5918
5902(autoload (quote dcl-mode) "dcl-mode" "\ 5919(autoload (quote dcl-mode) "dcl-mode" "\
@@ -6023,7 +6040,7 @@ There is some minimal font-lock support (see vars
6023;;;*** 6040;;;***
6024 6041
6025;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 6042;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
6026;;;;;; "emacs-lisp/debug.el" (17244 54746)) 6043;;;;;; "emacs-lisp/debug.el" (17438 13119))
6027;;; Generated autoloads from emacs-lisp/debug.el 6044;;; Generated autoloads from emacs-lisp/debug.el
6028 6045
6029(setq debugger (quote debug)) 6046(setq debugger (quote debug))
@@ -6067,7 +6084,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
6067;;;*** 6084;;;***
6068 6085
6069;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 6086;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
6070;;;;;; (17205 6149)) 6087;;;;;; (17382 1892))
6071;;; Generated autoloads from play/decipher.el 6088;;; Generated autoloads from play/decipher.el
6072 6089
6073(autoload (quote decipher) "decipher" "\ 6090(autoload (quote decipher) "decipher" "\
@@ -6096,8 +6113,8 @@ The most useful commands are:
6096;;;*** 6113;;;***
6097 6114
6098;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 6115;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
6099;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (17148 6116;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (17383
6100;;;;;; 24953)) 6117;;;;;; 24124))
6101;;; Generated autoloads from delim-col.el 6118;;; Generated autoloads from delim-col.el
6102 6119
6103(autoload (quote delimit-columns-customize) "delim-col" "\ 6120(autoload (quote delimit-columns-customize) "delim-col" "\
@@ -6121,8 +6138,8 @@ START and END delimits the corners of text rectangle.
6121 6138
6122;;;*** 6139;;;***
6123 6140
6124;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17333 6141;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17388
6125;;;;;; 17859)) 6142;;;;;; 22062))
6126;;; Generated autoloads from progmodes/delphi.el 6143;;; Generated autoloads from progmodes/delphi.el
6127 6144
6128(autoload (quote delphi-mode) "delphi" "\ 6145(autoload (quote delphi-mode) "delphi" "\
@@ -6172,8 +6189,8 @@ no args, if that value is non-nil.
6172 6189
6173;;;*** 6190;;;***
6174 6191
6175;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (17159 6192;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (17383
6176;;;;;; 1461)) 6193;;;;;; 24124))
6177;;; Generated autoloads from delsel.el 6194;;; Generated autoloads from delsel.el
6178 6195
6179(defalias (quote pending-delete-mode) (quote delete-selection-mode)) 6196(defalias (quote pending-delete-mode) (quote delete-selection-mode))
@@ -6203,7 +6220,7 @@ any selection.
6203;;;*** 6220;;;***
6204 6221
6205;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 6222;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
6206;;;;;; "derived" "emacs-lisp/derived.el" (17298 27296)) 6223;;;;;; "derived" "emacs-lisp/derived.el" (17383 16118))
6207;;; Generated autoloads from emacs-lisp/derived.el 6224;;; Generated autoloads from emacs-lisp/derived.el
6208 6225
6209(autoload (quote define-derived-mode) "derived" "\ 6226(autoload (quote define-derived-mode) "derived" "\
@@ -6268,7 +6285,7 @@ the first time the mode is used.
6268;;;*** 6285;;;***
6269 6286
6270;;;### (autoloads (describe-char describe-text-properties) "descr-text" 6287;;;### (autoloads (describe-char describe-text-properties) "descr-text"
6271;;;;;; "descr-text.el" (17329 62402)) 6288;;;;;; "descr-text.el" (17383 24124))
6272;;; Generated autoloads from descr-text.el 6289;;; Generated autoloads from descr-text.el
6273 6290
6274(autoload (quote describe-text-properties) "descr-text" "\ 6291(autoload (quote describe-text-properties) "descr-text" "\
@@ -6293,7 +6310,7 @@ as well as widgets, buttons, overlays, and text properties.
6293 6310
6294;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 6311;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
6295;;;;;; desktop-load-default desktop-read desktop-locals-to-save 6312;;;;;; desktop-load-default desktop-read desktop-locals-to-save
6296;;;;;; desktop-save-mode) "desktop" "desktop.el" (17364 14032)) 6313;;;;;; desktop-save-mode) "desktop" "desktop.el" (17388 29562))
6297;;; Generated autoloads from desktop.el 6314;;; Generated autoloads from desktop.el
6298 6315
6299(defvar desktop-save-mode nil "\ 6316(defvar desktop-save-mode nil "\
@@ -6458,7 +6475,7 @@ Revert to the last loaded desktop.
6458;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines 6475;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines
6459;;;;;; gnus-outlook-display-hook gnus-outlook-deuglify-unwrap-max 6476;;;;;; gnus-outlook-display-hook gnus-outlook-deuglify-unwrap-max
6460;;;;;; gnus-outlook-deuglify-unwrap-min) "deuglify" "gnus/deuglify.el" 6477;;;;;; gnus-outlook-deuglify-unwrap-min) "deuglify" "gnus/deuglify.el"
6461;;;;;; (17102 18579)) 6478;;;;;; (17382 1052))
6462;;; Generated autoloads from gnus/deuglify.el 6479;;; Generated autoloads from gnus/deuglify.el
6463 6480
6464(defvar gnus-outlook-deuglify-unwrap-min 45 "\ 6481(defvar gnus-outlook-deuglify-unwrap-min 45 "\
@@ -6525,7 +6542,7 @@ Not documented
6525;;;*** 6542;;;***
6526 6543
6527;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 6544;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
6528;;;;;; "calendar/diary-lib.el" (17307 14150)) 6545;;;;;; "calendar/diary-lib.el" (17385 41891))
6529;;; Generated autoloads from calendar/diary-lib.el 6546;;; Generated autoloads from calendar/diary-lib.el
6530 6547
6531(autoload (quote diary) "diary-lib" "\ 6548(autoload (quote diary) "diary-lib" "\
@@ -6571,7 +6588,7 @@ Major mode for editing the diary file.
6571;;;*** 6588;;;***
6572 6589
6573;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 6590;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
6574;;;;;; "diff.el" (17239 32193)) 6591;;;;;; "diff.el" (17383 24124))
6575;;; Generated autoloads from diff.el 6592;;; Generated autoloads from diff.el
6576 6593
6577(defvar diff-switches "-c" "\ 6594(defvar diff-switches "-c" "\
@@ -6605,7 +6622,7 @@ With prefix arg, prompt for diff switches.
6605;;;*** 6622;;;***
6606 6623
6607;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 6624;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
6608;;;;;; (17239 32193)) 6625;;;;;; (17439 53835))
6609;;; Generated autoloads from diff-mode.el 6626;;; Generated autoloads from diff-mode.el
6610 6627
6611(autoload (quote diff-mode) "diff-mode" "\ 6628(autoload (quote diff-mode) "diff-mode" "\
@@ -6634,7 +6651,7 @@ Minor mode for viewing/editing context diffs.
6634;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 6651;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
6635;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 6652;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
6636;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 6653;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
6637;;;;;; "dired" "dired.el" (17359 58110)) 6654;;;;;; "dired" "dired.el" (17391 29732))
6638;;; Generated autoloads from dired.el 6655;;; Generated autoloads from dired.el
6639 6656
6640(defvar dired-listing-switches "-al" "\ 6657(defvar dired-listing-switches "-al" "\
@@ -6839,7 +6856,7 @@ Keybindings:
6839;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory 6856;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory
6840;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp 6857;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp
6841;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff 6858;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff
6842;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17356 25047)) 6859;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17383 24124))
6843;;; Generated autoloads from dired-aux.el 6860;;; Generated autoloads from dired-aux.el
6844 6861
6845(autoload (quote dired-diff) "dired-aux" "\ 6862(autoload (quote dired-diff) "dired-aux" "\
@@ -7247,7 +7264,7 @@ true then the type of the file linked to by FILE is printed instead.
7247 7264
7248;;;*** 7265;;;***
7249 7266
7250;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (17273 1329)) 7267;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (17387 38414))
7251;;; Generated autoloads from dired-x.el 7268;;; Generated autoloads from dired-x.el
7252 7269
7253(autoload (quote dired-jump) "dired-x" "\ 7270(autoload (quote dired-jump) "dired-x" "\
@@ -7261,7 +7278,7 @@ buffer and try again.
7261 7278
7262;;;*** 7279;;;***
7263 7280
7264;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (17148 24959)) 7281;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (17383 24124))
7265;;; Generated autoloads from dirtrack.el 7282;;; Generated autoloads from dirtrack.el
7266 7283
7267(autoload (quote dirtrack) "dirtrack" "\ 7284(autoload (quote dirtrack) "dirtrack" "\
@@ -7280,8 +7297,8 @@ You can enable directory tracking by adding this function to
7280 7297
7281;;;*** 7298;;;***
7282 7299
7283;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (17148 7300;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (17383
7284;;;;;; 25090)) 7301;;;;;; 16118))
7285;;; Generated autoloads from emacs-lisp/disass.el 7302;;; Generated autoloads from emacs-lisp/disass.el
7286 7303
7287(autoload (quote disassemble) "disass" "\ 7304(autoload (quote disassemble) "disass" "\
@@ -7299,7 +7316,7 @@ redefine OBJECT if it is a symbol.
7299;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii 7316;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii
7300;;;;;; standard-display-default standard-display-8bit describe-current-display-table 7317;;;;;; standard-display-default standard-display-8bit describe-current-display-table
7301;;;;;; describe-display-table set-display-table-slot display-table-slot 7318;;;;;; describe-display-table set-display-table-slot display-table-slot
7302;;;;;; make-display-table) "disp-table" "disp-table.el" (17297 52532)) 7319;;;;;; make-display-table) "disp-table" "disp-table.el" (17383 24124))
7303;;; Generated autoloads from disp-table.el 7320;;; Generated autoloads from disp-table.el
7304 7321
7305(autoload (quote make-display-table) "disp-table" "\ 7322(autoload (quote make-display-table) "disp-table" "\
@@ -7400,7 +7417,7 @@ for users who call this function in `.emacs'.
7400;;;*** 7417;;;***
7401 7418
7402;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 7419;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
7403;;;;;; (17140 20946)) 7420;;;;;; (17382 1892))
7404;;; Generated autoloads from play/dissociate.el 7421;;; Generated autoloads from play/dissociate.el
7405 7422
7406(autoload (quote dissociated-press) "dissociate" "\ 7423(autoload (quote dissociated-press) "dissociate" "\
@@ -7416,7 +7433,7 @@ Default is 2.
7416 7433
7417;;;*** 7434;;;***
7418 7435
7419;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (17205 5985)) 7436;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (17383 24124))
7420;;; Generated autoloads from dnd.el 7437;;; Generated autoloads from dnd.el
7421 7438
7422(defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file))) "\ 7439(defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file))) "\
@@ -7437,7 +7454,7 @@ if some action was made, or nil if the URL is ignored.")
7437;;;*** 7454;;;***
7438 7455
7439;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 7456;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
7440;;;;;; "textmodes/dns-mode.el" (17148 25205)) 7457;;;;;; "textmodes/dns-mode.el" (17383 15658))
7441;;; Generated autoloads from textmodes/dns-mode.el 7458;;; Generated autoloads from textmodes/dns-mode.el
7442 7459
7443(autoload (quote dns-mode) "dns-mode" "\ 7460(autoload (quote dns-mode) "dns-mode" "\
@@ -7471,7 +7488,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
7471;;;*** 7488;;;***
7472 7489
7473;;;### (autoloads (double-mode double-mode) "double" "double.el" 7490;;;### (autoloads (double-mode double-mode) "double" "double.el"
7474;;;;;; (17148 24959)) 7491;;;;;; (17383 24125))
7475;;; Generated autoloads from double.el 7492;;; Generated autoloads from double.el
7476 7493
7477(defvar double-mode nil "\ 7494(defvar double-mode nil "\
@@ -7492,7 +7509,7 @@ when pressed twice. See variable `double-map' for details.
7492 7509
7493;;;*** 7510;;;***
7494 7511
7495;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (17140 20947)) 7512;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (17382 1892))
7496;;; Generated autoloads from play/dunnet.el 7513;;; Generated autoloads from play/dunnet.el
7497 7514
7498(autoload (quote dunnet) "dunnet" "\ 7515(autoload (quote dunnet) "dunnet" "\
@@ -7503,7 +7520,7 @@ Switch to *dungeon* buffer and start game.
7503;;;*** 7520;;;***
7504 7521
7505;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 7522;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
7506;;;;;; (17148 25106)) 7523;;;;;; (17382 1052))
7507;;; Generated autoloads from gnus/earcon.el 7524;;; Generated autoloads from gnus/earcon.el
7508 7525
7509(autoload (quote gnus-earcon-display) "earcon" "\ 7526(autoload (quote gnus-earcon-display) "earcon" "\
@@ -7515,7 +7532,7 @@ Play sounds in message buffers.
7515 7532
7516;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 7533;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
7517;;;;;; define-global-minor-mode define-minor-mode) "easy-mmode" 7534;;;;;; define-global-minor-mode define-minor-mode) "easy-mmode"
7518;;;;;; "emacs-lisp/easy-mmode.el" (17298 27296)) 7535;;;;;; "emacs-lisp/easy-mmode.el" (17383 16118))
7519;;; Generated autoloads from emacs-lisp/easy-mmode.el 7536;;; Generated autoloads from emacs-lisp/easy-mmode.el
7520 7537
7521(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) 7538(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
@@ -7607,8 +7624,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
7607;;;*** 7624;;;***
7608 7625
7609;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 7626;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
7610;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (17250 7627;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (17383
7611;;;;;; 28361)) 7628;;;;;; 16118))
7612;;; Generated autoloads from emacs-lisp/easymenu.el 7629;;; Generated autoloads from emacs-lisp/easymenu.el
7613 7630
7614(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) 7631(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
@@ -7753,7 +7770,7 @@ To implement dynamic menus, either call this from
7753;;;;;; ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ebnf-spool-file 7770;;;;;; ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ebnf-spool-file
7754;;;;;; ebnf-spool-directory ebnf-print-region ebnf-print-buffer 7771;;;;;; ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7755;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 7772;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7756;;;;;; "progmodes/ebnf2ps.el" (17239 32372)) 7773;;;;;; "progmodes/ebnf2ps.el" (17388 22062))
7757;;; Generated autoloads from progmodes/ebnf2ps.el 7774;;; Generated autoloads from progmodes/ebnf2ps.el
7758 7775
7759(autoload (quote ebnf-customize) "ebnf2ps" "\ 7776(autoload (quote ebnf-customize) "ebnf2ps" "\
@@ -8012,8 +8029,8 @@ See `ebnf-style-database' documentation.
8012;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 8029;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
8013;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 8030;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
8014;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 8031;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
8015;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (17239 8032;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (17391
8016;;;;;; 32375)) 8033;;;;;; 39495))
8017;;; Generated autoloads from progmodes/ebrowse.el 8034;;; Generated autoloads from progmodes/ebrowse.el
8018 8035
8019(autoload (quote ebrowse-tree-mode) "ebrowse" "\ 8036(autoload (quote ebrowse-tree-mode) "ebrowse" "\
@@ -8164,7 +8181,7 @@ Display statistics for a class tree.
8164;;;*** 8181;;;***
8165 8182
8166;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 8183;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
8167;;;;;; (17148 24959)) 8184;;;;;; (17383 24125))
8168;;; Generated autoloads from ebuff-menu.el 8185;;; Generated autoloads from ebuff-menu.el
8169 8186
8170(autoload (quote electric-buffer-list) "ebuff-menu" "\ 8187(autoload (quote electric-buffer-list) "ebuff-menu" "\
@@ -8189,7 +8206,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
8189;;;*** 8206;;;***
8190 8207
8191;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 8208;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
8192;;;;;; "echistory.el" (17205 5985)) 8209;;;;;; "echistory.el" (17383 24125))
8193;;; Generated autoloads from echistory.el 8210;;; Generated autoloads from echistory.el
8194 8211
8195(autoload (quote Electric-command-history-redo-expression) "echistory" "\ 8212(autoload (quote Electric-command-history-redo-expression) "echistory" "\
@@ -8202,7 +8219,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
8202 8219
8203;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 8220;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
8204;;;;;; def-edebug-spec edebug-all-forms edebug-all-defs) "edebug" 8221;;;;;; def-edebug-spec edebug-all-forms edebug-all-defs) "edebug"
8205;;;;;; "emacs-lisp/edebug.el" (17324 31506)) 8222;;;;;; "emacs-lisp/edebug.el" (17416 11967))
8206;;; Generated autoloads from emacs-lisp/edebug.el 8223;;; Generated autoloads from emacs-lisp/edebug.el
8207 8224
8208(defvar edebug-all-defs nil "\ 8225(defvar edebug-all-defs nil "\
@@ -8275,7 +8292,7 @@ Toggle edebugging of all forms.
8275;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 8292;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
8276;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 8293;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
8277;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup 8294;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup
8278;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (17287 6474)) 8295;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (17399 58140))
8279;;; Generated autoloads from ediff.el 8296;;; Generated autoloads from ediff.el
8280 8297
8281(autoload (quote ediff-files) "ediff" "\ 8298(autoload (quote ediff-files) "ediff" "\
@@ -8513,7 +8530,7 @@ With optional NODE, goes to that node.
8513;;;*** 8530;;;***
8514 8531
8515;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" 8532;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
8516;;;;;; (17148 24960)) 8533;;;;;; (17399 58140))
8517;;; Generated autoloads from ediff-help.el 8534;;; Generated autoloads from ediff-help.el
8518 8535
8519(autoload (quote ediff-customize) "ediff-help" "\ 8536(autoload (quote ediff-customize) "ediff-help" "\
@@ -8523,7 +8540,7 @@ Not documented
8523 8540
8524;;;*** 8541;;;***
8525 8542
8526;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (17148 24960)) 8543;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (17399 58140))
8527;;; Generated autoloads from ediff-hook.el 8544;;; Generated autoloads from ediff-hook.el
8528 8545
8529(defvar ediff-window-setup-function) 8546(defvar ediff-window-setup-function)
@@ -8536,7 +8553,7 @@ Not documented
8536;;;*** 8553;;;***
8537 8554
8538;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 8555;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
8539;;;;;; (17374 18401)) 8556;;;;;; (17399 58140))
8540;;; Generated autoloads from ediff-mult.el 8557;;; Generated autoloads from ediff-mult.el
8541 8558
8542(autoload (quote ediff-show-registry) "ediff-mult" "\ 8559(autoload (quote ediff-show-registry) "ediff-mult" "\
@@ -8549,7 +8566,7 @@ Display Ediff's registry.
8549;;;*** 8566;;;***
8550 8567
8551;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 8568;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
8552;;;;;; "ediff-util" "ediff-util.el" (17274 24016)) 8569;;;;;; "ediff-util" "ediff-util.el" (17399 58140))
8553;;; Generated autoloads from ediff-util.el 8570;;; Generated autoloads from ediff-util.el
8554 8571
8555(autoload (quote ediff-toggle-multiframe) "ediff-util" "\ 8572(autoload (quote ediff-toggle-multiframe) "ediff-util" "\
@@ -8570,7 +8587,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
8570 8587
8571;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 8588;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
8572;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 8589;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
8573;;;;;; (17148 24966)) 8590;;;;;; (17383 24125))
8574;;; Generated autoloads from edmacro.el 8591;;; Generated autoloads from edmacro.el
8575 8592
8576(defvar edmacro-eight-bits nil "\ 8593(defvar edmacro-eight-bits nil "\
@@ -8623,7 +8640,7 @@ or nil, use a compact 80-column format.
8623;;;*** 8640;;;***
8624 8641
8625;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 8642;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
8626;;;;;; "emulation/edt.el" (17140 20922)) 8643;;;;;; "emulation/edt.el" (17383 13537))
8627;;; Generated autoloads from emulation/edt.el 8644;;; Generated autoloads from emulation/edt.el
8628 8645
8629(autoload (quote edt-set-scroll-margins) "edt" "\ 8646(autoload (quote edt-set-scroll-margins) "edt" "\
@@ -8641,7 +8658,7 @@ Turn on EDT Emulation.
8641;;;*** 8658;;;***
8642 8659
8643;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 8660;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
8644;;;;;; (17148 24966)) 8661;;;;;; (17383 24125))
8645;;; Generated autoloads from ehelp.el 8662;;; Generated autoloads from ehelp.el
8646 8663
8647(autoload (quote with-electric-help) "ehelp" "\ 8664(autoload (quote with-electric-help) "ehelp" "\
@@ -8679,7 +8696,7 @@ Not documented
8679;;;*** 8696;;;***
8680 8697
8681;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 8698;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
8682;;;;;; "eldoc" "emacs-lisp/eldoc.el" (17239 32276)) 8699;;;;;; "eldoc" "emacs-lisp/eldoc.el" (17383 16118))
8683;;; Generated autoloads from emacs-lisp/eldoc.el 8700;;; Generated autoloads from emacs-lisp/eldoc.el
8684 8701
8685(defvar eldoc-minor-mode-string " ElDoc" "\ 8702(defvar eldoc-minor-mode-string " ElDoc" "\
@@ -8717,8 +8734,8 @@ Emacs Lisp mode) that support Eldoc.")
8717 8734
8718;;;*** 8735;;;***
8719 8736
8720;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (17148 8737;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (17383
8721;;;;;; 24966)) 8738;;;;;; 24125))
8722;;; Generated autoloads from elide-head.el 8739;;; Generated autoloads from elide-head.el
8723 8740
8724(autoload (quote elide-head) "elide-head" "\ 8741(autoload (quote elide-head) "elide-head" "\
@@ -8734,7 +8751,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8734;;;*** 8751;;;***
8735 8752
8736;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" 8753;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"
8737;;;;;; (17148 25094)) 8754;;;;;; (17383 16118))
8738;;; Generated autoloads from emacs-lisp/elint.el 8755;;; Generated autoloads from emacs-lisp/elint.el
8739 8756
8740(autoload (quote elint-initialize) "elint" "\ 8757(autoload (quote elint-initialize) "elint" "\
@@ -8745,8 +8762,8 @@ Initialize elint.
8745;;;*** 8762;;;***
8746 8763
8747;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 8764;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
8748;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (17291 8765;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (17383
8749;;;;;; 34530)) 8766;;;;;; 16118))
8750;;; Generated autoloads from emacs-lisp/elp.el 8767;;; Generated autoloads from emacs-lisp/elp.el
8751 8768
8752(autoload (quote elp-instrument-function) "elp" "\ 8769(autoload (quote elp-instrument-function) "elp" "\
@@ -8780,7 +8797,7 @@ displayed.
8780;;;*** 8797;;;***
8781 8798
8782;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 8799;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
8783;;;;;; (17347 48575)) 8800;;;;;; (17383 16812))
8784;;; Generated autoloads from mail/emacsbug.el 8801;;; Generated autoloads from mail/emacsbug.el
8785 8802
8786(autoload (quote report-emacs-bug) "emacsbug" "\ 8803(autoload (quote report-emacs-bug) "emacsbug" "\
@@ -8903,7 +8920,7 @@ as a multilingual text encoded in a coding system set by
8903;;;*** 8920;;;***
8904 8921
8905;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 8922;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
8906;;;;;; "enriched" "textmodes/enriched.el" (17148 25205)) 8923;;;;;; "enriched" "textmodes/enriched.el" (17383 15658))
8907;;; Generated autoloads from textmodes/enriched.el 8924;;; Generated autoloads from textmodes/enriched.el
8908 8925
8909(autoload (quote enriched-mode) "enriched" "\ 8926(autoload (quote enriched-mode) "enriched" "\
@@ -8934,7 +8951,7 @@ Not documented
8934;;;*** 8951;;;***
8935 8952
8936;;;### (autoloads (erc-select erc-select-read-args) "erc" "erc/erc.el" 8953;;;### (autoloads (erc-select erc-select-read-args) "erc" "erc/erc.el"
8937;;;;;; (17379 25495)) 8954;;;;;; (17447 52274))
8938;;; Generated autoloads from erc/erc.el 8955;;; Generated autoloads from erc/erc.el
8939 8956
8940(autoload (quote erc-select-read-args) "erc" "\ 8957(autoload (quote erc-select-read-args) "erc" "\
@@ -8961,21 +8978,14 @@ be invoked for those parameters' values
8961 8978
8962;;;*** 8979;;;***
8963 8980
8964;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (17372 8981;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (17391
8965;;;;;; 48745)) 8982;;;;;; 39324))
8966;;; Generated autoloads from erc/erc-autoaway.el 8983;;; Generated autoloads from erc/erc-autoaway.el
8967 (autoload 'erc-autoaway-mode "erc-autoaway") 8984 (autoload 'erc-autoaway-mode "erc-autoaway")
8968 8985
8969;;;*** 8986;;;***
8970 8987
8971;;;### (autoloads nil "erc-autojoin" "erc/erc-autojoin.el" (17372 8988;;;### (autoloads nil "erc-button" "erc/erc-button.el" (17447 52274))
8972;;;;;; 48745))
8973;;; Generated autoloads from erc/erc-autojoin.el
8974 (autoload 'erc-autojoin-mode "erc-autojoin" nil t)
8975
8976;;;***
8977
8978;;;### (autoloads nil "erc-button" "erc/erc-button.el" (17372 48745))
8979;;; Generated autoloads from erc/erc-button.el 8989;;; Generated autoloads from erc/erc-button.el
8980 (autoload 'erc-button-mode "erc-button" nil t) 8990 (autoload 'erc-button-mode "erc-button" nil t)
8981 8991
@@ -8987,21 +8997,8 @@ be invoked for those parameters' values
8987 8997
8988;;;*** 8998;;;***
8989 8999
8990;;;### (autoloads (erc-complete) "erc-complete" "erc/erc-complete.el"
8991;;;;;; (17372 48745))
8992;;; Generated autoloads from erc/erc-complete.el
8993
8994(autoload (quote erc-complete) "erc-complete" "\
8995Complete nick at point.
8996See `erc-try-complete-nick' for more technical info.
8997This function is obsolete, use `erc-pcomplete' instead.
8998
8999\(fn)" t nil)
9000
9001;;;***
9002
9003;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 9000;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
9004;;;;;; "erc-dcc" "erc/erc-dcc.el" (17372 48745)) 9001;;;;;; "erc-dcc" "erc/erc-dcc.el" (17393 3826))
9005;;; Generated autoloads from erc/erc-dcc.el 9002;;; Generated autoloads from erc/erc-dcc.el
9006 9003
9007(autoload (quote erc-cmd-DCC) "erc-dcc" "\ 9004(autoload (quote erc-cmd-DCC) "erc-dcc" "\
@@ -9033,7 +9030,7 @@ that subcommand.
9033;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 9030;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
9034;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 9031;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
9035;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 9032;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
9036;;;;;; (17372 48745)) 9033;;;;;; (17391 39324))
9037;;; Generated autoloads from erc/erc-ezbounce.el 9034;;; Generated autoloads from erc/erc-ezbounce.el
9038 9035
9039(autoload (quote erc-cmd-ezb) "erc-ezbounce" "\ 9036(autoload (quote erc-cmd-ezb) "erc-ezbounce" "\
@@ -9095,8 +9092,8 @@ Add EZBouncer convenience functions to ERC.
9095 9092
9096;;;*** 9093;;;***
9097 9094
9098;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (17372 9095;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (17391
9099;;;;;; 48745)) 9096;;;;;; 39324))
9100;;; Generated autoloads from erc/erc-fill.el 9097;;; Generated autoloads from erc/erc-fill.el
9101 (autoload 'erc-fill-mode "erc-fill" nil t) 9098 (autoload 'erc-fill-mode "erc-fill" nil t)
9102 9099
@@ -9108,8 +9105,36 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
9108 9105
9109;;;*** 9106;;;***
9110 9107
9108;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (17391
9109;;;;;; 39324))
9110;;; Generated autoloads from erc/erc-hecomplete.el
9111 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t)
9112
9113;;;***
9114
9115;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
9116;;;;;; "erc/erc-identd.el" (17447 52274))
9117;;; Generated autoloads from erc/erc-identd.el
9118
9119(autoload (quote erc-identd-start) "erc-identd" "\
9120Start an identd server listening to port 8113.
9121Port 113 (auth) will need to be redirected to port 8113 on your
9122machine -- using iptables, or a program like redir which can be
9123run from inetd. The idea is to provide a simple identd server
9124when you need one, without having to install one globally on your
9125system.
9126
9127\(fn &optional PORT)" t nil)
9128
9129(autoload (quote erc-identd-stop) "erc-identd" "\
9130Not documented
9131
9132\(fn &rest IGNORE)" t nil)
9133
9134;;;***
9135
9111;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 9136;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
9112;;;;;; (17372 48745)) 9137;;;;;; (17391 39324))
9113;;; Generated autoloads from erc/erc-imenu.el 9138;;; Generated autoloads from erc/erc-imenu.el
9114 9139
9115(autoload (quote erc-create-imenu-index) "erc-imenu" "\ 9140(autoload (quote erc-create-imenu-index) "erc-imenu" "\
@@ -9119,11 +9144,18 @@ Not documented
9119 9144
9120;;;*** 9145;;;***
9121 9146
9122;;;### (autoloads (erc-chanlist erc-cmd-LIST) "erc-list" "erc/erc-list.el" 9147;;;### (autoloads nil "erc-join" "erc/erc-join.el" (17391 39324))
9123;;;;;; (17372 48745)) 9148;;; Generated autoloads from erc/erc-join.el
9149 (autoload 'erc-autojoin-mode "erc-join" nil t)
9150
9151;;;***
9152
9153;;;### (autoloads (erc-chanlist erc-list-channels) "erc-list" "erc/erc-list.el"
9154;;;;;; (17391 39324))
9124;;; Generated autoloads from erc/erc-list.el 9155;;; Generated autoloads from erc/erc-list.el
9156 (autoload 'erc-list-mode "erc-list")
9125 9157
9126(autoload (quote erc-cmd-LIST) "erc-list" "\ 9158(autoload (quote erc-list-channels) "erc-list" "\
9127Display a buffer containing a list of channels on the current server. 9159Display a buffer containing a list of channels on the current server.
9128Optional argument CHANNEL specifies a single channel to list (instead of every 9160Optional argument CHANNEL specifies a single channel to list (instead of every
9129available channel). 9161available channel).
@@ -9140,7 +9172,7 @@ to RFC and send the LIST header (#321) at start of list transmission.
9140;;;*** 9172;;;***
9141 9173
9142;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 9174;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
9143;;;;;; "erc/erc-log.el" (17372 48745)) 9175;;;;;; "erc/erc-log.el" (17391 39324))
9144;;; Generated autoloads from erc/erc-log.el 9176;;; Generated autoloads from erc/erc-log.el
9145 (autoload 'erc-log-mode "erc-log" nil t) 9177 (autoload 'erc-log-mode "erc-log" nil t)
9146 9178
@@ -9172,7 +9204,7 @@ You can save every individual message by putting this function on
9172;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 9204;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
9173;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 9205;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
9174;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 9206;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
9175;;;;;; (17372 48745)) 9207;;;;;; (17391 39324))
9176;;; Generated autoloads from erc/erc-match.el 9208;;; Generated autoloads from erc/erc-match.el
9177 (autoload 'erc-match-mode "erc-match") 9209 (autoload 'erc-match-mode "erc-match")
9178 9210
@@ -9218,26 +9250,8 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
9218 9250
9219;;;*** 9251;;;***
9220 9252
9221;;;### (autoloads (erc-server-select erc-determine-network) "erc-nets"
9222;;;;;; "erc/erc-nets.el" (17372 48745))
9223;;; Generated autoloads from erc/erc-nets.el
9224
9225(autoload (quote erc-determine-network) "erc-nets" "\
9226Return the name of the network or \"Unknown\" as a symbol. Use the
9227server parameter NETWORK if provided, otherwise parse the server name and
9228search for a match in `erc-networks-alist'.
9229
9230\(fn)" nil nil)
9231
9232(autoload (quote erc-server-select) "erc-nets" "\
9233Interactively select a server to connect to using `erc-server-alist'.
9234
9235\(fn)" t nil)
9236
9237;;;***
9238
9239;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 9253;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
9240;;;;;; (17372 48745)) 9254;;;;;; (17391 39324))
9241;;; Generated autoloads from erc/erc-netsplit.el 9255;;; Generated autoloads from erc/erc-netsplit.el
9242 (autoload 'erc-netsplit-mode "erc-netsplit") 9256 (autoload 'erc-netsplit-mode "erc-netsplit")
9243 9257
@@ -9248,26 +9262,26 @@ Show who's gone.
9248 9262
9249;;;*** 9263;;;***
9250 9264
9251;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 9265;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
9252;;;;;; "erc-nickserv" "erc/erc-nickserv.el" (17372 48745)) 9266;;;;;; "erc/erc-networks.el" (17391 39324))
9253;;; Generated autoloads from erc/erc-nickserv.el 9267;;; Generated autoloads from erc/erc-networks.el
9254 (autoload 'erc-services-mode "erc-nickserv" nil t)
9255 9268
9256(autoload (quote erc-nickserv-identify-mode) "erc-nickserv" "\ 9269(autoload (quote erc-determine-network) "erc-networks" "\
9257Set up hooks according to which MODE the user has chosen. 9270Return the name of the network or \"Unknown\" as a symbol. Use the
9271server parameter NETWORK if provided, otherwise parse the server name and
9272search for a match in `erc-networks-alist'.
9258 9273
9259\(fn MODE)" t nil) 9274\(fn)" nil nil)
9260 9275
9261(autoload (quote erc-nickserv-identify) "erc-nickserv" "\ 9276(autoload (quote erc-server-select) "erc-networks" "\
9262Send an \"identify <PASSWORD>\" message to NickServ. 9277Interactively select a server to connect to using `erc-server-alist'.
9263When called interactively, read the password using `read-passwd'.
9264 9278
9265\(fn PASSWORD)" t nil) 9279\(fn)" t nil)
9266 9280
9267;;;*** 9281;;;***
9268 9282
9269;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 9283;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
9270;;;;;; "erc/erc-notify.el" (17372 48745)) 9284;;;;;; "erc/erc-notify.el" (17391 39324))
9271;;; Generated autoloads from erc/erc-notify.el 9285;;; Generated autoloads from erc/erc-notify.el
9272 (autoload 'erc-notify-mode "erc-notify" nil t) 9286 (autoload 'erc-notify-mode "erc-notify" nil t)
9273 9287
@@ -9285,39 +9299,57 @@ Not documented
9285 9299
9286;;;*** 9300;;;***
9287 9301
9288;;;### (autoloads nil "erc-page" "erc/erc-page.el" (17372 48745)) 9302;;;### (autoloads nil "erc-page" "erc/erc-page.el" (17391 39324))
9289;;; Generated autoloads from erc/erc-page.el 9303;;; Generated autoloads from erc/erc-page.el
9290 (autoload 'erc-page-mode "erc-page") 9304 (autoload 'erc-page-mode "erc-page")
9291 9305
9292;;;*** 9306;;;***
9293 9307
9294;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (17372 9308;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (17391
9295;;;;;; 48745)) 9309;;;;;; 39324))
9296;;; Generated autoloads from erc/erc-pcomplete.el 9310;;; Generated autoloads from erc/erc-pcomplete.el
9297 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 9311 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9298 9312
9299;;;*** 9313;;;***
9300 9314
9301;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (17372 48745)) 9315;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (17391 39324))
9302;;; Generated autoloads from erc/erc-replace.el 9316;;; Generated autoloads from erc/erc-replace.el
9303 (autoload 'erc-replace-mode "erc-replace") 9317 (autoload 'erc-replace-mode "erc-replace")
9304 9318
9305;;;*** 9319;;;***
9306 9320
9307;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (17372 48745)) 9321;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (17391 39324))
9308;;; Generated autoloads from erc/erc-ring.el 9322;;; Generated autoloads from erc/erc-ring.el
9309 (autoload 'erc-ring-mode "erc-ring" nil t) 9323 (autoload 'erc-ring-mode "erc-ring" nil t)
9310 9324
9311;;;*** 9325;;;***
9312 9326
9313;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (17372 48745)) 9327;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
9328;;;;;; "erc-services" "erc/erc-services.el" (17391 39324))
9329;;; Generated autoloads from erc/erc-services.el
9330 (autoload 'erc-services-mode "erc-services" nil t)
9331
9332(autoload (quote erc-nickserv-identify-mode) "erc-services" "\
9333Set up hooks according to which MODE the user has chosen.
9334
9335\(fn MODE)" t nil)
9336
9337(autoload (quote erc-nickserv-identify) "erc-services" "\
9338Send an \"identify <PASSWORD>\" message to NickServ.
9339When called interactively, read the password using `read-passwd'.
9340
9341\(fn PASSWORD)" t nil)
9342
9343;;;***
9344
9345;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (17391 39324))
9314;;; Generated autoloads from erc/erc-sound.el 9346;;; Generated autoloads from erc/erc-sound.el
9315 (autoload 'erc-sound-mode "erc-sound") 9347 (autoload 'erc-sound-mode "erc-sound")
9316 9348
9317;;;*** 9349;;;***
9318 9350
9319;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 9351;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
9320;;;;;; (17373 26133)) 9352;;;;;; (17391 39324))
9321;;; Generated autoloads from erc/erc-speedbar.el 9353;;; Generated autoloads from erc/erc-speedbar.el
9322 9354
9323(autoload (quote erc-speedbar-browser) "erc-speedbar" "\ 9355(autoload (quote erc-speedbar-browser) "erc-speedbar" "\
@@ -9328,20 +9360,20 @@ This will add a speedbar major display mode.
9328 9360
9329;;;*** 9361;;;***
9330 9362
9331;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (17372 9363;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (17391
9332;;;;;; 48745)) 9364;;;;;; 39324))
9333;;; Generated autoloads from erc/erc-spelling.el 9365;;; Generated autoloads from erc/erc-spelling.el
9334 (autoload 'erc-spelling-mode "erc-spelling" nil t) 9366 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9335 9367
9336;;;*** 9368;;;***
9337 9369
9338;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (17374 46377)) 9370;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (17395 55370))
9339;;; Generated autoloads from erc/erc-stamp.el 9371;;; Generated autoloads from erc/erc-stamp.el
9340 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 9372 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9341 9373
9342;;;*** 9374;;;***
9343 9375
9344;;;### (autoloads nil "erc-track" "erc/erc-track.el" (17372 48745)) 9376;;;### (autoloads nil "erc-track" "erc/erc-track.el" (17391 39324))
9345;;; Generated autoloads from erc/erc-track.el 9377;;; Generated autoloads from erc/erc-track.el
9346 (autoload 'erc-track-mode "erc-track" nil t) 9378 (autoload 'erc-track-mode "erc-track" nil t)
9347 (autoload 'erc-track-when-inactive-mode "erc-track" nil t) 9379 (autoload 'erc-track-when-inactive-mode "erc-track" nil t)
@@ -9349,7 +9381,7 @@ This will add a speedbar major display mode.
9349;;;*** 9381;;;***
9350 9382
9351;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 9383;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
9352;;;;;; "erc-truncate" "erc/erc-truncate.el" (17372 48745)) 9384;;;;;; "erc-truncate" "erc/erc-truncate.el" (17391 39324))
9353;;; Generated autoloads from erc/erc-truncate.el 9385;;; Generated autoloads from erc/erc-truncate.el
9354 (autoload 'erc-truncate-mode "erc-truncate" nil t) 9386 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9355 9387
@@ -9369,7 +9401,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
9369;;;*** 9401;;;***
9370 9402
9371;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 9403;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
9372;;;;;; (17372 48745)) 9404;;;;;; (17391 39324))
9373;;; Generated autoloads from erc/erc-xdcc.el 9405;;; Generated autoloads from erc/erc-xdcc.el
9374 9406
9375(autoload (quote erc-xdcc-add-file) "erc-xdcc" "\ 9407(autoload (quote erc-xdcc-add-file) "erc-xdcc" "\
@@ -9379,8 +9411,8 @@ Add a file to `erc-xdcc-files'.
9379 9411
9380;;;*** 9412;;;***
9381 9413
9382;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (17140 9414;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (17383
9383;;;;;; 20930)) 9415;;;;;; 14789))
9384;;; Generated autoloads from eshell/esh-mode.el 9416;;; Generated autoloads from eshell/esh-mode.el
9385 9417
9386(autoload (quote eshell-mode) "esh-mode" "\ 9418(autoload (quote eshell-mode) "esh-mode" "\
@@ -9392,8 +9424,8 @@ Emacs shell interactive mode.
9392 9424
9393;;;*** 9425;;;***
9394 9426
9395;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (17140 9427;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (17383
9396;;;;;; 20931)) 9428;;;;;; 14789))
9397;;; Generated autoloads from eshell/esh-test.el 9429;;; Generated autoloads from eshell/esh-test.el
9398 9430
9399(autoload (quote eshell-test) "esh-test" "\ 9431(autoload (quote eshell-test) "esh-test" "\
@@ -9404,7 +9436,7 @@ Test Eshell to verify that it works as expected.
9404;;;*** 9436;;;***
9405 9437
9406;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command 9438;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command
9407;;;;;; eshell) "eshell" "eshell/eshell.el" (17148 25104)) 9439;;;;;; eshell) "eshell" "eshell/eshell.el" (17426 59663))
9408;;; Generated autoloads from eshell/eshell.el 9440;;; Generated autoloads from eshell/eshell.el
9409 9441
9410(autoload (quote eshell) "eshell" "\ 9442(autoload (quote eshell) "eshell" "\
@@ -9450,7 +9482,7 @@ Please include any configuration details that might be involved.
9450;;;;;; visit-tags-table tags-table-mode find-tag-default-function 9482;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9451;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 9483;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9452;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 9484;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9453;;;;;; (17242 7321)) 9485;;;;;; (17407 46937))
9454;;; Generated autoloads from progmodes/etags.el 9486;;; Generated autoloads from progmodes/etags.el
9455 9487
9456(defvar tags-file-name nil "\ 9488(defvar tags-file-name nil "\
@@ -9947,7 +9979,7 @@ Transcribe Ethiopic characters in ASCII depending on the file extension.
9947 9979
9948;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 9980;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
9949;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 9981;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9950;;;;;; (17255 34870)) 9982;;;;;; (17383 13296))
9951;;; Generated autoloads from net/eudc.el 9983;;; Generated autoloads from net/eudc.el
9952 9984
9953(autoload (quote eudc-set-server) "eudc" "\ 9985(autoload (quote eudc-set-server) "eudc" "\
@@ -10003,7 +10035,7 @@ This does nothing except loading eudc by autoload side-effect.
10003 10035
10004;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 10036;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
10005;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 10037;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
10006;;;;;; "eudc-bob" "net/eudc-bob.el" (17140 20940)) 10038;;;;;; "eudc-bob" "net/eudc-bob.el" (17383 13296))
10007;;; Generated autoloads from net/eudc-bob.el 10039;;; Generated autoloads from net/eudc-bob.el
10008 10040
10009(autoload (quote eudc-display-generic-binary) "eudc-bob" "\ 10041(autoload (quote eudc-display-generic-binary) "eudc-bob" "\
@@ -10039,7 +10071,7 @@ Display a button for the JPEG DATA.
10039;;;*** 10071;;;***
10040 10072
10041;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 10073;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
10042;;;;;; "eudc-export" "net/eudc-export.el" (17140 20940)) 10074;;;;;; "eudc-export" "net/eudc-export.el" (17383 13296))
10043;;; Generated autoloads from net/eudc-export.el 10075;;; Generated autoloads from net/eudc-export.el
10044 10076
10045(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ 10077(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
@@ -10056,7 +10088,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10056;;;*** 10088;;;***
10057 10089
10058;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 10090;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
10059;;;;;; (17140 20940)) 10091;;;;;; (17383 13296))
10060;;; Generated autoloads from net/eudc-hotlist.el 10092;;; Generated autoloads from net/eudc-hotlist.el
10061 10093
10062(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ 10094(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\
@@ -10069,7 +10101,7 @@ Edit the hotlist of directory servers in a specialized buffer.
10069;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 10101;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
10070;;;;;; executable-self-display executable-set-magic executable-interpret 10102;;;;;; executable-self-display executable-set-magic executable-interpret
10071;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 10103;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
10072;;;;;; (17140 20967)) 10104;;;;;; (17388 22062))
10073;;; Generated autoloads from progmodes/executable.el 10105;;; Generated autoloads from progmodes/executable.el
10074 10106
10075(autoload (quote executable-command-find-posix-p) "executable" "\ 10107(autoload (quote executable-command-find-posix-p) "executable" "\
@@ -10111,7 +10143,7 @@ file modes.
10111;;;*** 10143;;;***
10112 10144
10113;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 10145;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
10114;;;;;; expand-add-abbrevs) "expand" "expand.el" (17148 24967)) 10146;;;;;; expand-add-abbrevs) "expand" "expand.el" (17383 24125))
10115;;; Generated autoloads from expand.el 10147;;; Generated autoloads from expand.el
10116 10148
10117(autoload (quote expand-add-abbrevs) "expand" "\ 10149(autoload (quote expand-add-abbrevs) "expand" "\
@@ -10154,7 +10186,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
10154 10186
10155;;;*** 10187;;;***
10156 10188
10157;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (17276 44726)) 10189;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (17385 42553))
10158;;; Generated autoloads from progmodes/f90.el 10190;;; Generated autoloads from progmodes/f90.el
10159 10191
10160(autoload (quote f90-mode) "f90" "\ 10192(autoload (quote f90-mode) "f90" "\
@@ -10221,7 +10253,7 @@ with no args, if that value is non-nil.
10221;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only 10253;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only
10222;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu 10254;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu
10223;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) 10255;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face)
10224;;;;;; "facemenu" "facemenu.el" (17148 24967)) 10256;;;;;; "facemenu" "facemenu.el" (17383 24125))
10225;;; Generated autoloads from facemenu.el 10257;;; Generated autoloads from facemenu.el
10226 (define-key global-map "\M-o" 'facemenu-keymap) 10258 (define-key global-map "\M-o" 'facemenu-keymap)
10227 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) 10259 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
@@ -10384,7 +10416,7 @@ argument BUFFER-NAME is nil, it defaults to *Colors*.
10384;;;*** 10416;;;***
10385 10417
10386;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" 10418;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock"
10387;;;;;; "obsolete/fast-lock.el" (17205 6148)) 10419;;;;;; "obsolete/fast-lock.el" (17382 34311))
10388;;; Generated autoloads from obsolete/fast-lock.el 10420;;; Generated autoloads from obsolete/fast-lock.el
10389 10421
10390(autoload (quote fast-lock-mode) "fast-lock" "\ 10422(autoload (quote fast-lock-mode) "fast-lock" "\
@@ -10479,7 +10511,7 @@ you can set feedmail-queue-reminder-alist to nil.
10479;;;*** 10511;;;***
10480 10512
10481;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 10513;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
10482;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (17279 16968)) 10514;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (17400 65127))
10483;;; Generated autoloads from ffap.el 10515;;; Generated autoloads from ffap.el
10484 10516
10485(autoload (quote ffap-next) "ffap" "\ 10517(autoload (quote ffap-next) "ffap" "\
@@ -10536,7 +10568,7 @@ Evaluate the forms in variable `ffap-bindings'.
10536;;;*** 10568;;;***
10537 10569
10538;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" 10570;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el"
10539;;;;;; (17239 32205)) 10571;;;;;; (17383 24125))
10540;;; Generated autoloads from filecache.el 10572;;; Generated autoloads from filecache.el
10541 10573
10542(autoload (quote file-cache-minibuffer-complete) "filecache" "\ 10574(autoload (quote file-cache-minibuffer-complete) "filecache" "\
@@ -10554,8 +10586,8 @@ the name is considered already unique; only the second substitution
10554 10586
10555;;;*** 10587;;;***
10556 10588
10557;;;### (autoloads (filesets-init) "filesets" "filesets.el" (17148 10589;;;### (autoloads (filesets-init) "filesets" "filesets.el" (17383
10558;;;;;; 24974)) 10590;;;;;; 24125))
10559;;; Generated autoloads from filesets.el 10591;;; Generated autoloads from filesets.el
10560 10592
10561(autoload (quote filesets-init) "filesets" "\ 10593(autoload (quote filesets-init) "filesets" "\
@@ -10568,7 +10600,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10568 10600
10569;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 10601;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
10570;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" 10602;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el"
10571;;;;;; (17148 24974)) 10603;;;;;; (17383 24125))
10572;;; Generated autoloads from find-dired.el 10604;;; Generated autoloads from find-dired.el
10573 10605
10574(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ 10606(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -10629,7 +10661,7 @@ Thus ARG can also contain additional grep options.
10629 10661
10630;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10662;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10631;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 10663;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
10632;;;;;; (17148 24975)) 10664;;;;;; (17383 24125))
10633;;; Generated autoloads from find-file.el 10665;;; Generated autoloads from find-file.el
10634 10666
10635(defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (setq fname (buffer-substring (match-beginning 2) (match-end 2)))))) "\ 10667(defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (setq fname (buffer-substring (match-beginning 2) (match-end 2)))))) "\
@@ -10721,7 +10753,7 @@ Visit the file you click on in another window.
10721;;;;;; find-variable find-variable-noselect find-function-other-frame 10753;;;;;; find-variable find-variable-noselect find-function-other-frame
10722;;;;;; find-function-other-window find-function find-function-noselect 10754;;;;;; find-function-other-window find-function find-function-noselect
10723;;;;;; find-function-search-for-symbol find-library) "find-func" 10755;;;;;; find-function-search-for-symbol find-library) "find-func"
10724;;;;;; "emacs-lisp/find-func.el" (17381 36246)) 10756;;;;;; "emacs-lisp/find-func.el" (17410 24020))
10725;;; Generated autoloads from emacs-lisp/find-func.el 10757;;; Generated autoloads from emacs-lisp/find-func.el
10726 10758
10727(autoload (quote find-library) "find-func" "\ 10759(autoload (quote find-library) "find-func" "\
@@ -10869,7 +10901,7 @@ Define some key bindings for the find-function family of functions.
10869;;;*** 10901;;;***
10870 10902
10871;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 10903;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
10872;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (17269 21886)) 10904;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (17393 12443))
10873;;; Generated autoloads from find-lisp.el 10905;;; Generated autoloads from find-lisp.el
10874 10906
10875(autoload (quote find-lisp-find-dired) "find-lisp" "\ 10907(autoload (quote find-lisp-find-dired) "find-lisp" "\
@@ -10890,7 +10922,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
10890;;;*** 10922;;;***
10891 10923
10892;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 10924;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
10893;;;;;; "finder" "finder.el" (17245 51608)) 10925;;;;;; "finder" "finder.el" (17383 24125))
10894;;; Generated autoloads from finder.el 10926;;; Generated autoloads from finder.el
10895 10927
10896(autoload (quote finder-list-keywords) "finder" "\ 10928(autoload (quote finder-list-keywords) "finder" "\
@@ -10912,7 +10944,7 @@ Find packages matching a given keyword.
10912;;;*** 10944;;;***
10913 10945
10914;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 10946;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
10915;;;;;; "flow-ctrl.el" (17148 24975)) 10947;;;;;; "flow-ctrl.el" (17383 24125))
10916;;; Generated autoloads from flow-ctrl.el 10948;;; Generated autoloads from flow-ctrl.el
10917 10949
10918(autoload (quote enable-flow-control) "flow-ctrl" "\ 10950(autoload (quote enable-flow-control) "flow-ctrl" "\
@@ -10934,7 +10966,7 @@ to get the effect of a C-q.
10934;;;*** 10966;;;***
10935 10967
10936;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 10968;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
10937;;;;;; (17254 33237)) 10969;;;;;; (17411 39818))
10938;;; Generated autoloads from gnus/flow-fill.el 10970;;; Generated autoloads from gnus/flow-fill.el
10939 10971
10940(autoload (quote fill-flowed-encode) "flow-fill" "\ 10972(autoload (quote fill-flowed-encode) "flow-fill" "\
@@ -10950,7 +10982,7 @@ Not documented
10950;;;*** 10982;;;***
10951 10983
10952;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) 10984;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode)
10953;;;;;; "flymake" "progmodes/flymake.el" (17348 7449)) 10985;;;;;; "flymake" "progmodes/flymake.el" (17396 25795))
10954;;; Generated autoloads from progmodes/flymake.el 10986;;; Generated autoloads from progmodes/flymake.el
10955 10987
10956(autoload (quote flymake-mode) "flymake" "\ 10988(autoload (quote flymake-mode) "flymake" "\
@@ -10974,7 +11006,7 @@ Turn flymake mode off.
10974 11006
10975;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 11007;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
10976;;;;;; flyspell-mode flyspell-prog-mode) "flyspell" "textmodes/flyspell.el" 11008;;;;;; flyspell-mode flyspell-prog-mode) "flyspell" "textmodes/flyspell.el"
10977;;;;;; (17370 39824)) 11009;;;;;; (17426 59268))
10978;;; Generated autoloads from textmodes/flyspell.el 11010;;; Generated autoloads from textmodes/flyspell.el
10979 11011
10980(autoload (quote flyspell-prog-mode) "flyspell" "\ 11012(autoload (quote flyspell-prog-mode) "flyspell" "\
@@ -11033,7 +11065,7 @@ Flyspell whole buffer.
11033 11065
11034;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 11066;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11035;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 11067;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
11036;;;;;; (17194 38158)) 11068;;;;;; (17383 24125))
11037;;; Generated autoloads from follow.el 11069;;; Generated autoloads from follow.el
11038 11070
11039(autoload (quote turn-on-follow-mode) "follow" "\ 11071(autoload (quote turn-on-follow-mode) "follow" "\
@@ -11107,8 +11139,8 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
11107 11139
11108;;;*** 11140;;;***
11109 11141
11110;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (17148 11142;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (17383
11111;;;;;; 25154)) 11143;;;;;; 16812))
11112;;; Generated autoloads from mail/footnote.el 11144;;; Generated autoloads from mail/footnote.el
11113 11145
11114(autoload (quote footnote-mode) "footnote" "\ 11146(autoload (quote footnote-mode) "footnote" "\
@@ -11129,7 +11161,7 @@ key binding
11129;;;*** 11161;;;***
11130 11162
11131;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 11163;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
11132;;;;;; "forms" "forms.el" (17239 32209)) 11164;;;;;; "forms" "forms.el" (17383 24125))
11133;;; Generated autoloads from forms.el 11165;;; Generated autoloads from forms.el
11134 11166
11135(autoload (quote forms-mode) "forms" "\ 11167(autoload (quote forms-mode) "forms" "\
@@ -11252,7 +11284,7 @@ with no args, if that value is non-nil.
11252;;;*** 11284;;;***
11253 11285
11254;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 11286;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
11255;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (17140 20947)) 11287;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (17382 1892))
11256;;; Generated autoloads from play/fortune.el 11288;;; Generated autoloads from play/fortune.el
11257 11289
11258(autoload (quote fortune-add-fortune) "fortune" "\ 11290(autoload (quote fortune-add-fortune) "fortune" "\
@@ -11301,79 +11333,8 @@ and choose the directory as the fortune-file.
11301 11333
11302;;;*** 11334;;;***
11303 11335
11304;;;### (autoloads (set-fringe-style fringe-mode fringe-mode) "fringe" 11336;;;### (autoloads (gdb-enable-debug gdba) "gdb-ui" "progmodes/gdb-ui.el"
11305;;;;;; "fringe.el" (17148 24980)) 11337;;;;;; (17444 35371))
11306;;; Generated autoloads from fringe.el
11307
11308(defvar fringe-mode nil "\
11309*Specify appearance of fringes on all frames.
11310This variable can be nil (the default) meaning the fringes should have
11311the default width (8 pixels), it can be an integer value specifying
11312the width of both left and right fringe (where 0 means no fringe), or
11313a cons cell where car indicates width of left fringe and cdr indicates
11314width of right fringe (where again 0 can be used to indicate no
11315fringe).
11316To set this variable in a Lisp program, use `set-fringe-mode' to make
11317it take real effect.
11318Setting the variable with a customization buffer also takes effect.
11319If you only want to modify the appearance of the fringe in one frame,
11320you can use the interactive function `set-fringe-style'.")
11321
11322(custom-autoload (quote fringe-mode) "fringe")
11323
11324(autoload (quote fringe-mode) "fringe" "\
11325Set the default appearance of fringes on all frames.
11326
11327When called interactively, query the user for MODE. Valid values
11328for MODE include `none', `default', `left-only', `right-only',
11329`minimal' and `half'.
11330
11331When used in a Lisp program, MODE can be a cons cell where the
11332integer in car specifies the left fringe width and the integer in
11333cdr specifies the right fringe width. MODE can also be a single
11334integer that specifies both the left and the right fringe width.
11335If a fringe width specification is nil, that means to use the
11336default width (8 pixels). This command may round up the left and
11337right width specifications to ensure that their sum is a multiple
11338of the character width of a frame. It never rounds up a fringe
11339width of 0.
11340
11341Fringe widths set by `set-window-fringes' override the default
11342fringe widths set by this command. This command applies to all
11343frames that exist and frames to be created in the future. If you
11344want to set the default appearance of fringes on the selected
11345frame only, see the command `set-fringe-style'.
11346
11347\(fn &optional MODE)" t nil)
11348
11349(autoload (quote set-fringe-style) "fringe" "\
11350Set the default appearance of fringes on the selected frame.
11351
11352When called interactively, query the user for MODE. Valid values
11353for MODE include `none', `default', `left-only', `right-only',
11354`minimal' and `half'.
11355
11356When used in a Lisp program, MODE can be a cons cell where the
11357integer in car specifies the left fringe width and the integer in
11358cdr specifies the right fringe width. MODE can also be a single
11359integer that specifies both the left and the right fringe width.
11360If a fringe width specification is nil, that means to use the
11361default width (8 pixels). This command may round up the left and
11362right width specifications to ensure that their sum is a multiple
11363of the character width of a frame. It never rounds up a fringe
11364width of 0.
11365
11366Fringe widths set by `set-window-fringes' override the default
11367fringe widths set by this command. If you want to set the
11368default appearance of fringes on all frames, see the command
11369`fringe-mode'.
11370
11371\(fn &optional MODE)" t nil)
11372
11373;;;***
11374
11375;;;### (autoloads (gdb-enable-debug-log gdba) "gdb-ui" "progmodes/gdb-ui.el"
11376;;;;;; (17331 18137))
11377;;; Generated autoloads from progmodes/gdb-ui.el 11338;;; Generated autoloads from progmodes/gdb-ui.el
11378 11339
11379(autoload (quote gdba) "gdb-ui" "\ 11340(autoload (quote gdba) "gdb-ui" "\
@@ -11388,9 +11349,9 @@ other with the source file with the main routine of the inferior.
11388 11349
11389If `gdb-many-windows' is t, regardless of the value of 11350If `gdb-many-windows' is t, regardless of the value of
11390`gdb-show-main', the layout below will appear unless 11351`gdb-show-main', the layout below will appear unless
11391`gdb-use-inferior-io-buffer' is nil when the source buffer 11352`gdb-use-separate-io-buffer' is nil when the source buffer
11392occupies the full width of the frame. Keybindings are given in 11353occupies the full width of the frame. Keybindings are shown in
11393relevant buffer. 11354some of the buffers.
11394 11355
11395Watch expressions appear in the speedbar/slowbar. 11356Watch expressions appear in the speedbar/slowbar.
11396 11357
@@ -11403,41 +11364,41 @@ See Info node `(emacs)GDB Graphical Interface' for a more
11403detailed description of this mode. 11364detailed description of this mode.
11404 11365
11405 11366
11406+--------------------------------------------------------------+ 11367+----------------------------------------------------------------------+
11407| GDB Toolbar | 11368| GDB Toolbar |
11408+-------------------------------+------------------------------+ 11369+-----------------------------------+----------------------------------+
11409| GUD buffer (I/O of GDB) | Locals buffer | 11370| GUD buffer (I/O of GDB) | Locals buffer |
11410| | | 11371| | |
11411| | | 11372| | |
11412| | | 11373| | |
11413+-------------------------------+------------------------------+ 11374+-----------------------------------+----------------------------------+
11414| Source buffer | I/O buffer (of inferior) | 11375| Source buffer | I/O buffer (of debugged program) |
11415| | (comint-mode) | 11376| | (comint-mode) |
11416| | | 11377| | |
11417| | | 11378| | |
11418| | | 11379| | |
11419| | | 11380| | |
11420| | | 11381| | |
11421| | | 11382| | |
11422+-------------------------------+------------------------------+ 11383+-----------------------------------+----------------------------------+
11423| Stack buffer | Breakpoints buffer | 11384| Stack buffer | Breakpoints buffer |
11424| RET gdb-frames-select | SPC gdb-toggle-breakpoint | 11385| RET gdb-frames-select | SPC gdb-toggle-breakpoint |
11425| | RET gdb-goto-breakpoint | 11386| | RET gdb-goto-breakpoint |
11426| | d gdb-delete-breakpoint | 11387| | D gdb-delete-breakpoint |
11427+-------------------------------+------------------------------+ 11388+-----------------------------------+----------------------------------+
11428 11389
11429\(fn COMMAND-LINE)" t nil) 11390\(fn COMMAND-LINE)" t nil)
11430 11391
11431(defvar gdb-enable-debug-log nil "\ 11392(defvar gdb-enable-debug nil "\
11432Non-nil means record the process input and output in `gdb-debug-log'.") 11393Non-nil means record the process input and output in `gdb-debug-ring'.")
11433 11394
11434(custom-autoload (quote gdb-enable-debug-log) "gdb-ui") 11395(custom-autoload (quote gdb-enable-debug) "gdb-ui")
11435 11396
11436;;;*** 11397;;;***
11437 11398
11438;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 11399;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
11439;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (17148 11400;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (17383
11440;;;;;; 25095)) 11401;;;;;; 16118))
11441;;; Generated autoloads from emacs-lisp/generic.el 11402;;; Generated autoloads from emacs-lisp/generic.el
11442 11403
11443(defvar generic-mode-list nil "\ 11404(defvar generic-mode-list nil "\
@@ -11512,7 +11473,7 @@ regular expression that can be used as an element of
11512;;;*** 11473;;;***
11513 11474
11514;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 11475;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
11515;;;;;; (17333 17859)) 11476;;;;;; (17405 58461))
11516;;; Generated autoloads from progmodes/glasses.el 11477;;; Generated autoloads from progmodes/glasses.el
11517 11478
11518(autoload (quote glasses-mode) "glasses" "\ 11479(autoload (quote glasses-mode) "glasses" "\
@@ -11525,7 +11486,7 @@ at places they belong to.
11525;;;*** 11486;;;***
11526 11487
11527;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11488;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11528;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (17316 41648)) 11489;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (17426 3898))
11529;;; Generated autoloads from gnus/gnus.el 11490;;; Generated autoloads from gnus/gnus.el
11530 11491
11531(autoload (quote gnus-slave-no-server) "gnus" "\ 11492(autoload (quote gnus-slave-no-server) "gnus" "\
@@ -11576,7 +11537,7 @@ prompt the user for the name of an NNTP server to use.
11576;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11537;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11577;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11538;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11578;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11539;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11579;;;;;; "gnus/gnus-agent.el" (17316 41648)) 11540;;;;;; "gnus/gnus-agent.el" (17440 25582))
11580;;; Generated autoloads from gnus/gnus-agent.el 11541;;; Generated autoloads from gnus/gnus-agent.el
11581 11542
11582(autoload (quote gnus-unplugged) "gnus-agent" "\ 11543(autoload (quote gnus-unplugged) "gnus-agent" "\
@@ -11667,7 +11628,7 @@ If CLEAN, obsolete (ignore).
11667;;;*** 11628;;;***
11668 11629
11669;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11630;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11670;;;;;; (17367 34952)) 11631;;;;;; (17437 45961))
11671;;; Generated autoloads from gnus/gnus-art.el 11632;;; Generated autoloads from gnus/gnus-art.el
11672 11633
11673(autoload (quote gnus-article-prepare-display) "gnus-art" "\ 11634(autoload (quote gnus-article-prepare-display) "gnus-art" "\
@@ -11678,7 +11639,7 @@ Make the current buffer look like a nice article.
11678;;;*** 11639;;;***
11679 11640
11680;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 11641;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
11681;;;;;; (17148 25111)) 11642;;;;;; (17382 1052))
11682;;; Generated autoloads from gnus/gnus-audio.el 11643;;; Generated autoloads from gnus/gnus-audio.el
11683 11644
11684(autoload (quote gnus-audio-play) "gnus-audio" "\ 11645(autoload (quote gnus-audio-play) "gnus-audio" "\
@@ -11690,8 +11651,8 @@ Play a sound FILE through the speaker.
11690 11651
11691;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11652;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11692;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11653;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11693;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (17305 11654;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (17382
11694;;;;;; 44993)) 11655;;;;;; 1052))
11695;;; Generated autoloads from gnus/gnus-cache.el 11656;;; Generated autoloads from gnus/gnus-cache.el
11696 11657
11697(autoload (quote gnus-jog-cache) "gnus-cache" "\ 11658(autoload (quote gnus-jog-cache) "gnus-cache" "\
@@ -11733,7 +11694,7 @@ supported.
11733;;;*** 11694;;;***
11734 11695
11735;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11696;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11736;;;;;; "gnus-delay" "gnus/gnus-delay.el" (17294 14916)) 11697;;;;;; "gnus-delay" "gnus/gnus-delay.el" (17382 1052))
11737;;; Generated autoloads from gnus/gnus-delay.el 11698;;; Generated autoloads from gnus/gnus-delay.el
11738 11699
11739(autoload (quote gnus-delay-article) "gnus-delay" "\ 11700(autoload (quote gnus-delay-article) "gnus-delay" "\
@@ -11769,7 +11730,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11769;;;*** 11730;;;***
11770 11731
11771;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11732;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11772;;;;;; (17148 25112)) 11733;;;;;; (17382 1052))
11773;;; Generated autoloads from gnus/gnus-dired.el 11734;;; Generated autoloads from gnus/gnus-dired.el
11774 11735
11775(autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\ 11736(autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\
@@ -11780,7 +11741,7 @@ Convenience method to turn on gnus-dired-mode.
11780;;;*** 11741;;;***
11781 11742
11782;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 11743;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11783;;;;;; (17148 25113)) 11744;;;;;; (17415 62487))
11784;;; Generated autoloads from gnus/gnus-draft.el 11745;;; Generated autoloads from gnus/gnus-draft.el
11785 11746
11786(autoload (quote gnus-draft-reminder) "gnus-draft" "\ 11747(autoload (quote gnus-draft-reminder) "gnus-draft" "\
@@ -11792,8 +11753,8 @@ Reminder user if there are unsent drafts.
11792 11753
11793;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 11754;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
11794;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 11755;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
11795;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (17185 11756;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (17382
11796;;;;;; 27513)) 11757;;;;;; 1052))
11797;;; Generated autoloads from gnus/gnus-fun.el 11758;;; Generated autoloads from gnus/gnus-fun.el
11798 11759
11799(autoload (quote gnus-random-x-face) "gnus-fun" "\ 11760(autoload (quote gnus-random-x-face) "gnus-fun" "\
@@ -11832,7 +11793,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
11832;;;*** 11793;;;***
11833 11794
11834;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 11795;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
11835;;;;;; "gnus-group" "gnus/gnus-group.el" (17356 25047)) 11796;;;;;; "gnus-group" "gnus/gnus-group.el" (17426 3898))
11836;;; Generated autoloads from gnus/gnus-group.el 11797;;; Generated autoloads from gnus/gnus-group.el
11837 11798
11838(autoload (quote gnus-fetch-group) "gnus-group" "\ 11799(autoload (quote gnus-fetch-group) "gnus-group" "\
@@ -11849,7 +11810,7 @@ Pop up a frame and enter GROUP.
11849;;;*** 11810;;;***
11850 11811
11851;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 11812;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
11852;;;;;; (17148 25116)) 11813;;;;;; (17382 1052))
11853;;; Generated autoloads from gnus/gnus-kill.el 11814;;; Generated autoloads from gnus/gnus-kill.el
11854 11815
11855(defalias (quote gnus-batch-kill) (quote gnus-batch-score)) 11816(defalias (quote gnus-batch-kill) (quote gnus-batch-score))
@@ -11864,7 +11825,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
11864 11825
11865;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 11826;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
11866;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 11827;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
11867;;;;;; (17148 25116)) 11828;;;;;; (17382 1052))
11868;;; Generated autoloads from gnus/gnus-ml.el 11829;;; Generated autoloads from gnus/gnus-ml.el
11869 11830
11870(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\ 11831(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\
@@ -11889,7 +11850,7 @@ Minor mode for providing mailing-list commands.
11889 11850
11890;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 11851;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
11891;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 11852;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
11892;;;;;; (17148 25116)) 11853;;;;;; (17382 1052))
11893;;; Generated autoloads from gnus/gnus-mlspl.el 11854;;; Generated autoloads from gnus/gnus-mlspl.el
11894 11855
11895(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ 11856(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\
@@ -11990,7 +11951,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
11990;;;*** 11951;;;***
11991 11952
11992;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" 11953;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
11993;;;;;; (17148 25116)) 11954;;;;;; (17382 1052))
11994;;; Generated autoloads from gnus/gnus-move.el 11955;;; Generated autoloads from gnus/gnus-move.el
11995 11956
11996(autoload (quote gnus-change-server) "gnus-move" "\ 11957(autoload (quote gnus-change-server) "gnus-move" "\
@@ -12002,7 +11963,7 @@ Update the .newsrc.eld file to reflect the change of nntp server.
12002;;;*** 11963;;;***
12003 11964
12004;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 11965;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
12005;;;;;; "gnus-msg" "gnus/gnus-msg.el" (17348 27747)) 11966;;;;;; "gnus-msg" "gnus/gnus-msg.el" (17382 1052))
12006;;; Generated autoloads from gnus/gnus-msg.el 11967;;; Generated autoloads from gnus/gnus-msg.el
12007 11968
12008(autoload (quote gnus-msg-mail) "gnus-msg" "\ 11969(autoload (quote gnus-msg-mail) "gnus-msg" "\
@@ -12026,9 +11987,25 @@ Like `message-reply'.
12026 11987
12027;;;*** 11988;;;***
12028 11989
11990;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups)
11991;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (17426 3898))
11992;;; Generated autoloads from gnus/gnus-nocem.el
11993
11994(autoload (quote gnus-nocem-scan-groups) "gnus-nocem" "\
11995Scan all NoCeM groups for new NoCeM messages.
11996
11997\(fn)" t nil)
11998
11999(autoload (quote gnus-nocem-load-cache) "gnus-nocem" "\
12000Load the NoCeM cache.
12001
12002\(fn)" t nil)
12003
12004;;;***
12005
12029;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 12006;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
12030;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 12007;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
12031;;;;;; (17148 25117)) 12008;;;;;; (17382 1052))
12032;;; Generated autoloads from gnus/gnus-picon.el 12009;;; Generated autoloads from gnus/gnus-picon.el
12033 12010
12034(autoload (quote gnus-treat-from-picon) "gnus-picon" "\ 12011(autoload (quote gnus-treat-from-picon) "gnus-picon" "\
@@ -12055,7 +12032,7 @@ If picons are already displayed, remove them.
12055;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 12032;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
12056;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 12033;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
12057;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 12034;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
12058;;;;;; "gnus/gnus-range.el" (17148 25118)) 12035;;;;;; "gnus/gnus-range.el" (17382 1052))
12059;;; Generated autoloads from gnus/gnus-range.el 12036;;; Generated autoloads from gnus/gnus-range.el
12060 12037
12061(autoload (quote gnus-sorted-difference) "gnus-range" "\ 12038(autoload (quote gnus-sorted-difference) "gnus-range" "\
@@ -12123,7 +12100,7 @@ Add NUM into sorted LIST by side effect.
12123;;;*** 12100;;;***
12124 12101
12125;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 12102;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
12126;;;;;; "gnus-registry" "gnus/gnus-registry.el" (17148 25118)) 12103;;;;;; "gnus-registry" "gnus/gnus-registry.el" (17382 1052))
12127;;; Generated autoloads from gnus/gnus-registry.el 12104;;; Generated autoloads from gnus/gnus-registry.el
12128 12105
12129(autoload (quote gnus-registry-initialize) "gnus-registry" "\ 12106(autoload (quote gnus-registry-initialize) "gnus-registry" "\
@@ -12139,8 +12116,8 @@ Install the registry hooks.
12139;;;*** 12116;;;***
12140 12117
12141;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 12118;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
12142;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (17148 12119;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (17382
12143;;;;;; 25120)) 12120;;;;;; 1052))
12144;;; Generated autoloads from gnus/gnus-sieve.el 12121;;; Generated autoloads from gnus/gnus-sieve.el
12145 12122
12146(autoload (quote gnus-sieve-update) "gnus-sieve" "\ 12123(autoload (quote gnus-sieve-update) "gnus-sieve" "\
@@ -12168,7 +12145,7 @@ Not documented
12168;;;*** 12145;;;***
12169 12146
12170;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" 12147;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
12171;;;;;; (17148 25120)) 12148;;;;;; (17382 1052))
12172;;; Generated autoloads from gnus/gnus-soup.el 12149;;; Generated autoloads from gnus/gnus-soup.el
12173 12150
12174(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ 12151(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\
@@ -12188,7 +12165,7 @@ Note -- this function hasn't been implemented yet.
12188;;;*** 12165;;;***
12189 12166
12190;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 12167;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
12191;;;;;; (17185 27516)) 12168;;;;;; (17382 1052))
12192;;; Generated autoloads from gnus/gnus-spec.el 12169;;; Generated autoloads from gnus/gnus-spec.el
12193 12170
12194(autoload (quote gnus-update-format) "gnus-spec" "\ 12171(autoload (quote gnus-update-format) "gnus-spec" "\
@@ -12199,8 +12176,8 @@ Update the format specification near point.
12199;;;*** 12176;;;***
12200 12177
12201;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news 12178;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news
12202;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (17356 12179;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (17426
12203;;;;;; 25047)) 12180;;;;;; 3898))
12204;;; Generated autoloads from gnus/gnus-start.el 12181;;; Generated autoloads from gnus/gnus-start.el
12205 12182
12206(autoload (quote gnus-declare-backend) "gnus-start" "\ 12183(autoload (quote gnus-declare-backend) "gnus-start" "\
@@ -12216,7 +12193,7 @@ Not documented
12216;;;*** 12193;;;***
12217 12194
12218;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 12195;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
12219;;;;;; (17148 25131)) 12196;;;;;; (17382 1052))
12220;;; Generated autoloads from gnus/gnus-win.el 12197;;; Generated autoloads from gnus/gnus-win.el
12221 12198
12222(autoload (quote gnus-add-configuration) "gnus-win" "\ 12199(autoload (quote gnus-add-configuration) "gnus-win" "\
@@ -12226,7 +12203,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12226 12203
12227;;;*** 12204;;;***
12228 12205
12229;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (17239 32364)) 12206;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (17382 1892))
12230;;; Generated autoloads from play/gomoku.el 12207;;; Generated autoloads from play/gomoku.el
12231 12208
12232(autoload (quote gomoku) "gomoku" "\ 12209(autoload (quote gomoku) "gomoku" "\
@@ -12253,7 +12230,7 @@ Use \\[describe-mode] for more info.
12253;;;*** 12230;;;***
12254 12231
12255;;;### (autoloads (goto-address goto-address-at-point) "goto-addr" 12232;;;### (autoloads (goto-address goto-address-at-point) "goto-addr"
12256;;;;;; "net/goto-addr.el" (17333 17859)) 12233;;;;;; "net/goto-addr.el" (17383 13296))
12257;;; Generated autoloads from net/goto-addr.el 12234;;; Generated autoloads from net/goto-addr.el
12258 12235
12259(define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1") 12236(define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1")
@@ -12282,7 +12259,7 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
12282 12259
12283;;;### (autoloads (grep-tree grep-find grep-mode grep grep-compute-defaults 12260;;;### (autoloads (grep-tree grep-find grep-mode grep grep-compute-defaults
12284;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 12261;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12285;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17185 27647)) 12262;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17432 38016))
12286;;; Generated autoloads from progmodes/grep.el 12263;;; Generated autoloads from progmodes/grep.el
12287 12264
12288(defvar grep-window-height nil "\ 12265(defvar grep-window-height nil "\
@@ -12406,7 +12383,7 @@ those sub directories of DIR.
12406 12383
12407;;;*** 12384;;;***
12408 12385
12409;;;### (autoloads (gs-load-image) "gs" "gs.el" (17148 24982)) 12386;;;### (autoloads (gs-load-image) "gs" "gs.el" (17383 24126))
12410;;; Generated autoloads from gs.el 12387;;; Generated autoloads from gs.el
12411 12388
12412(autoload (quote gs-load-image) "gs" "\ 12389(autoload (quote gs-load-image) "gs" "\
@@ -12419,14 +12396,19 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12419 12396
12420;;;*** 12397;;;***
12421 12398
12422;;;### (autoloads (gud-tooltip-mode gdb-script-mode bashdb jdb pdb 12399;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx
12423;;;;;; perldb xdb dbx sdb gdb) "gud" "progmodes/gud.el" (17342 36761)) 12400;;;;;; sdb gdb) "gud" "progmodes/gud.el" (17446 52773))
12424;;; Generated autoloads from progmodes/gud.el 12401;;; Generated autoloads from progmodes/gud.el
12425 12402
12426(autoload (quote gdb) "gud" "\ 12403(autoload (quote gdb) "gud" "\
12427Run gdb on program FILE in buffer *gud-FILE*. 12404Run gdb on program FILE in buffer *gud-FILE*.
12428The directory containing FILE becomes the initial working directory 12405The directory containing FILE becomes the initial working
12429and source-file directory for your debugger. 12406directory and source-file directory for your debugger. By
12407default this command starts GDB using a graphical interface. See
12408`gdba' for more information.
12409
12410To run GDB in text command mode, set `gud-gdb-command-name' to
12411\"gdb --fullname\" and include the pathname, if necessary.
12430 12412
12431\(fn COMMAND-LINE)" t nil) 12413\(fn COMMAND-LINE)" t nil)
12432 12414
@@ -12499,25 +12481,10 @@ Major mode for editing GDB scripts
12499 12481
12500\(fn)" t nil) 12482\(fn)" t nil)
12501 12483
12502(defvar gud-tooltip-mode nil "\
12503Non-nil if Gud-Tooltip mode is enabled.
12504See the command `gud-tooltip-mode' for a description of this minor-mode.
12505Setting this variable directly does not take effect;
12506use either \\[customize] or the function `gud-tooltip-mode'.")
12507
12508(custom-autoload (quote gud-tooltip-mode) "gud")
12509
12510(put (quote gud-tooltip-mode) (quote custom-set) (quote custom-set-minor-mode))
12511
12512(autoload (quote gud-tooltip-mode) "gud" "\
12513Toggle the display of GUD tooltips.
12514
12515\(fn &optional ARG)" t nil)
12516
12517;;;*** 12484;;;***
12518 12485
12519;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (17185 12486;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (17382
12520;;;;;; 27606)) 12487;;;;;; 1892))
12521;;; Generated autoloads from play/handwrite.el 12488;;; Generated autoloads from play/handwrite.el
12522 12489
12523(autoload (quote handwrite) "handwrite" "\ 12490(autoload (quote handwrite) "handwrite" "\
@@ -12565,7 +12532,7 @@ to be updated.
12565;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 12532;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12566;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 12533;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12567;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 12534;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12568;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (17148 24982)) 12535;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (17383 24126))
12569;;; Generated autoloads from help-at-pt.el 12536;;; Generated autoloads from help-at-pt.el
12570 12537
12571(autoload (quote help-at-pt-string) "help-at-pt" "\ 12538(autoload (quote help-at-pt-string) "help-at-pt" "\
@@ -12695,7 +12662,7 @@ different regions. With numeric argument ARG, behaves like
12695;;;### (autoloads (describe-categories describe-syntax describe-variable 12662;;;### (autoloads (describe-categories describe-syntax describe-variable
12696;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name 12663;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name
12697;;;;;; help-C-file-name describe-function help-with-tutorial) "help-fns" 12664;;;;;; help-C-file-name describe-function help-with-tutorial) "help-fns"
12698;;;;;; "help-fns.el" (17369 18480)) 12665;;;;;; "help-fns.el" (17399 44613))
12699;;; Generated autoloads from help-fns.el 12666;;; Generated autoloads from help-fns.el
12700 12667
12701(autoload (quote help-with-tutorial) "help-fns" "\ 12668(autoload (quote help-with-tutorial) "help-fns" "\
@@ -12761,7 +12728,7 @@ BUFFER should be a buffer or a buffer name.
12761;;;*** 12728;;;***
12762 12729
12763;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 12730;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
12764;;;;;; (17312 51444)) 12731;;;;;; (17383 24126))
12765;;; Generated autoloads from help-macro.el 12732;;; Generated autoloads from help-macro.el
12766 12733
12767(defvar three-step-help nil "\ 12734(defvar three-step-help nil "\
@@ -12777,7 +12744,7 @@ A value of nil means skip the middle step, so that
12777 12744
12778;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 12745;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
12779;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup 12746;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
12780;;;;;; help-mode) "help-mode" "help-mode.el" (17329 45783)) 12747;;;;;; help-mode) "help-mode" "help-mode.el" (17437 64109))
12781;;; Generated autoloads from help-mode.el 12748;;; Generated autoloads from help-mode.el
12782 12749
12783(autoload (quote help-mode) "help-mode" "\ 12750(autoload (quote help-mode) "help-mode" "\
@@ -12860,7 +12827,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
12860;;;*** 12827;;;***
12861 12828
12862;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 12829;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
12863;;;;;; "emacs-lisp/helper.el" (17148 25095)) 12830;;;;;; "emacs-lisp/helper.el" (17383 16118))
12864;;; Generated autoloads from emacs-lisp/helper.el 12831;;; Generated autoloads from emacs-lisp/helper.el
12865 12832
12866(autoload (quote Helper-describe-bindings) "helper" "\ 12833(autoload (quote Helper-describe-bindings) "helper" "\
@@ -12876,7 +12843,7 @@ Provide help for current mode.
12876;;;*** 12843;;;***
12877 12844
12878;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 12845;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
12879;;;;;; "hexl.el" (17167 2778)) 12846;;;;;; "hexl.el" (17383 24126))
12880;;; Generated autoloads from hexl.el 12847;;; Generated autoloads from hexl.el
12881 12848
12882(autoload (quote hexl-mode) "hexl" "\ 12849(autoload (quote hexl-mode) "hexl" "\
@@ -12972,7 +12939,7 @@ This discards the buffer's undo information.
12972;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 12939;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
12973;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 12940;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
12974;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 12941;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
12975;;;;;; (17378 6213)) 12942;;;;;; (17383 24126))
12976;;; Generated autoloads from hi-lock.el 12943;;; Generated autoloads from hi-lock.el
12977 12944
12978(autoload (quote hi-lock-mode) "hi-lock" "\ 12945(autoload (quote hi-lock-mode) "hi-lock" "\
@@ -13098,7 +13065,7 @@ be found in variable `hi-lock-interactive-patterns'.
13098;;;*** 13065;;;***
13099 13066
13100;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially 13067;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially
13101;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (17140 20971)) 13068;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (17388 22062))
13102;;; Generated autoloads from progmodes/hideif.el 13069;;; Generated autoloads from progmodes/hideif.el
13103 13070
13104(autoload (quote hide-ifdef-mode) "hideif" "\ 13071(autoload (quote hide-ifdef-mode) "hideif" "\
@@ -13153,7 +13120,7 @@ how the hiding is done:
13153;;;*** 13120;;;***
13154 13121
13155;;;### (autoloads (hs-minor-mode) "hideshow" "progmodes/hideshow.el" 13122;;;### (autoloads (hs-minor-mode) "hideshow" "progmodes/hideshow.el"
13156;;;;;; (17194 38303)) 13123;;;;;; (17388 22062))
13157;;; Generated autoloads from progmodes/hideshow.el 13124;;; Generated autoloads from progmodes/hideshow.el
13158 13125
13159(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))) "\ 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))) "\
@@ -13211,7 +13178,7 @@ Key bindings:
13211;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 13178;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
13212;;;;;; highlight-changes-previous-change highlight-changes-next-change 13179;;;;;; highlight-changes-previous-change highlight-changes-next-change
13213;;;;;; highlight-changes-mode highlight-changes-remove-highlight) 13180;;;;;; highlight-changes-mode highlight-changes-remove-highlight)
13214;;;;;; "hilit-chg" "hilit-chg.el" (17376 48878)) 13181;;;;;; "hilit-chg" "hilit-chg.el" (17387 44422))
13215;;; Generated autoloads from hilit-chg.el 13182;;; Generated autoloads from hilit-chg.el
13216 13183
13217(autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\ 13184(autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\
@@ -13341,7 +13308,7 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil).
13341;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 13308;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
13342;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 13309;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
13343;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 13310;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
13344;;;;;; "hippie-exp.el" (17148 24985)) 13311;;;;;; "hippie-exp.el" (17383 24126))
13345;;; Generated autoloads from hippie-exp.el 13312;;; Generated autoloads from hippie-exp.el
13346 13313
13347(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)) "\ 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)) "\
@@ -13456,7 +13423,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13456;;;*** 13423;;;***
13457 13424
13458;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" 13425;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el"
13459;;;;;; (17307 14150)) 13426;;;;;; (17426 49056))
13460;;; Generated autoloads from calendar/holidays.el 13427;;; Generated autoloads from calendar/holidays.el
13461 13428
13462(autoload (quote holidays) "holidays" "\ 13429(autoload (quote holidays) "holidays" "\
@@ -13470,8 +13437,21 @@ This function is suitable for execution in a .emacs file.
13470(autoload (quote list-holidays) "holidays" "\ 13437(autoload (quote list-holidays) "holidays" "\
13471Display holidays for years Y1 to Y2 (inclusive). 13438Display holidays for years Y1 to Y2 (inclusive).
13472 13439
13473The optional list of holidays L defaults to `calendar-holidays'. See the 13440The optional list of holidays L defaults to `calendar-holidays'.
13474documentation for that variable for a description of holiday lists. 13441If you want to control what holidays are displayed, use a
13442different list. For example,
13443
13444 (list-holidays 2006 2006
13445 (append general-holidays local-holidays other-holidays))
13446
13447will display holidays for the year 2006 defined in the 3
13448mentioned lists, and nothing else.
13449
13450When called interactively, this command offers a choice of
13451holidays, based on the variables `solar-holidays' etc. See the
13452documentation of `calendar-holidays' for a list of the variables
13453that control the choices, as well as a description of the format
13454of a holiday list.
13475 13455
13476The optional LABEL is used to label the buffer created. 13456The optional LABEL is used to label the buffer created.
13477 13457
@@ -13480,7 +13460,7 @@ The optional LABEL is used to label the buffer created.
13480;;;*** 13460;;;***
13481 13461
13482;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll) 13462;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll)
13483;;;;;; "hscroll" "obsolete/hscroll.el" (17148 25179)) 13463;;;;;; "hscroll" "obsolete/hscroll.el" (17382 34311))
13484;;; Generated autoloads from obsolete/hscroll.el 13464;;; Generated autoloads from obsolete/hscroll.el
13485 13465
13486(autoload (quote turn-on-hscroll) "hscroll" "\ 13466(autoload (quote turn-on-hscroll) "hscroll" "\
@@ -13506,8 +13486,8 @@ Also see `automatic-hscrolling'.
13506 13486
13507;;;*** 13487;;;***
13508 13488
13509;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (17148 13489;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (17396
13510;;;;;; 25133)) 13490;;;;;; 25556))
13511;;; Generated autoloads from gnus/html2text.el 13491;;; Generated autoloads from gnus/html2text.el
13512 13492
13513(autoload (quote html2text) "html2text" "\ 13493(autoload (quote html2text) "html2text" "\
@@ -13539,7 +13519,7 @@ Convert HTML to plain text in the current buffer.
13539;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group 13519;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
13540;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group 13520;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
13541;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode 13521;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
13542;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (17378 33493)) 13522;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (17442 18621))
13543;;; Generated autoloads from ibuf-ext.el 13523;;; Generated autoloads from ibuf-ext.el
13544 13524
13545(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ 13525(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
@@ -13905,8 +13885,8 @@ defaults to one.
13905;;;*** 13885;;;***
13906 13886
13907;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 13887;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
13908;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (17205 13888;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (17383
13909;;;;;; 6006)) 13889;;;;;; 24126))
13910;;; Generated autoloads from ibuf-macs.el 13890;;; Generated autoloads from ibuf-macs.el
13911 13891
13912(autoload (quote define-ibuffer-column) "ibuf-macs" "\ 13892(autoload (quote define-ibuffer-column) "ibuf-macs" "\
@@ -14033,7 +14013,7 @@ FORMATS is the value to use for `ibuffer-formats'.
14033 14013
14034;;;### (autoloads (icalendar-import-buffer icalendar-import-file 14014;;;### (autoloads (icalendar-import-buffer icalendar-import-file
14035;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 14015;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
14036;;;;;; "calendar/icalendar.el" (17244 54746)) 14016;;;;;; "calendar/icalendar.el" (17397 11797))
14037;;; Generated autoloads from calendar/icalendar.el 14017;;; Generated autoloads from calendar/icalendar.el
14038 14018
14039(autoload (quote icalendar-export-file) "icalendar" "\ 14019(autoload (quote icalendar-export-file) "icalendar" "\
@@ -14085,8 +14065,8 @@ buffer `*icalendar-errors*'.
14085 14065
14086;;;*** 14066;;;***
14087 14067
14088;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (17148 14068;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (17398
14089;;;;;; 24987)) 14069;;;;;; 17947))
14090;;; Generated autoloads from icomplete.el 14070;;; Generated autoloads from icomplete.el
14091 14071
14092(defvar icomplete-mode nil "\ 14072(defvar icomplete-mode nil "\
@@ -14107,7 +14087,7 @@ With a numeric argument, turn Icomplete mode on iff ARG is positive.
14107 14087
14108;;;*** 14088;;;***
14109 14089
14110;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (17276 44726)) 14090;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (17388 22062))
14111;;; Generated autoloads from progmodes/icon.el 14091;;; Generated autoloads from progmodes/icon.el
14112 14092
14113(autoload (quote icon-mode) "icon" "\ 14093(autoload (quote icon-mode) "icon" "\
@@ -14148,7 +14128,7 @@ with no args, if that value is non-nil.
14148;;;*** 14128;;;***
14149 14129
14150;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 14130;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
14151;;;;;; (17298 27296)) 14131;;;;;; (17388 22062))
14152;;; Generated autoloads from progmodes/idlw-shell.el 14132;;; Generated autoloads from progmodes/idlw-shell.el
14153 14133
14154(autoload (quote idlwave-shell) "idlw-shell" "\ 14134(autoload (quote idlwave-shell) "idlw-shell" "\
@@ -14174,7 +14154,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
14174;;;*** 14154;;;***
14175 14155
14176;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 14156;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
14177;;;;;; (17276 44726)) 14157;;;;;; (17388 22062))
14178;;; Generated autoloads from progmodes/idlwave.el 14158;;; Generated autoloads from progmodes/idlwave.el
14179 14159
14180(autoload (quote idlwave-mode) "idlwave" "\ 14160(autoload (quote idlwave-mode) "idlwave" "\
@@ -14310,8 +14290,8 @@ The main features of this mode are
14310;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 14290;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14311;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 14291;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14312;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 14292;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
14313;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (17304 14293;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (17435
14314;;;;;; 41554)) 14294;;;;;; 26372))
14315;;; Generated autoloads from ido.el 14295;;; Generated autoloads from ido.el
14316 14296
14317(defvar ido-mode nil "\ 14297(defvar ido-mode nil "\
@@ -14572,7 +14552,7 @@ DEF, if non-nil, is the default value.
14572 14552
14573;;;*** 14553;;;***
14574 14554
14575;;;### (autoloads (ielm) "ielm" "ielm.el" (17148 24990)) 14555;;;### (autoloads (ielm) "ielm" "ielm.el" (17383 24126))
14576;;; Generated autoloads from ielm.el 14556;;; Generated autoloads from ielm.el
14577 (add-hook 'same-window-buffer-names "*ielm*") 14557 (add-hook 'same-window-buffer-names "*ielm*")
14578 14558
@@ -14585,7 +14565,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
14585;;;*** 14565;;;***
14586 14566
14587;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" 14567;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el"
14588;;;;;; (17148 24990)) 14568;;;;;; (17383 24126))
14589;;; Generated autoloads from iimage.el 14569;;; Generated autoloads from iimage.el
14590 14570
14591(autoload (quote turn-on-iimage-mode) "iimage" "\ 14571(autoload (quote turn-on-iimage-mode) "iimage" "\
@@ -14603,7 +14583,7 @@ Toggle inline image minor mode.
14603;;;### (autoloads (defimage find-image remove-images insert-sliced-image 14583;;;### (autoloads (defimage find-image remove-images insert-sliced-image
14604;;;;;; insert-image put-image create-image image-type-available-p 14584;;;;;; insert-image put-image create-image image-type-available-p
14605;;;;;; image-type-from-file-name image-type-from-file-header image-type-from-buffer 14585;;;;;; image-type-from-file-name image-type-from-file-header image-type-from-buffer
14606;;;;;; image-type-from-data) "image" "image.el" (17245 16456)) 14586;;;;;; image-type-from-data) "image" "image.el" (17437 41119))
14607;;; Generated autoloads from image.el 14587;;; Generated autoloads from image.el
14608 14588
14609(autoload (quote image-type-from-data) "image" "\ 14589(autoload (quote image-type-from-data) "image" "\
@@ -14754,7 +14734,7 @@ Example:
14754 14734
14755;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 14735;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
14756;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 14736;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
14757;;;;;; "image-file.el" (17148 24990)) 14737;;;;;; "image-file.el" (17383 24126))
14758;;; Generated autoloads from image-file.el 14738;;; Generated autoloads from image-file.el
14759 14739
14760(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ 14740(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\
@@ -14817,7 +14797,7 @@ Image files are those whose name has an extension in
14817;;;*** 14797;;;***
14818 14798
14819;;;### (autoloads (image-mode-maybe image-minor-mode image-mode) 14799;;;### (autoloads (image-mode-maybe image-minor-mode image-mode)
14820;;;;;; "image-mode" "image-mode.el" (17374 39346)) 14800;;;;;; "image-mode" "image-mode.el" (17387 39216))
14821;;; Generated autoloads from image-mode.el 14801;;; Generated autoloads from image-mode.el
14822 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) 14802 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist)
14823 (push '("\\.png\\'" . image-mode) auto-mode-alist) 14803 (push '("\\.png\\'" . image-mode) auto-mode-alist)
@@ -14855,7 +14835,7 @@ information on these modes.
14855;;;*** 14835;;;***
14856 14836
14857;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 14837;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
14858;;;;;; imenu-sort-function) "imenu" "imenu.el" (17148 24991)) 14838;;;;;; imenu-sort-function) "imenu" "imenu.el" (17383 24126))
14859;;; Generated autoloads from imenu.el 14839;;; Generated autoloads from imenu.el
14860 14840
14861(defvar imenu-sort-function nil "\ 14841(defvar imenu-sort-function nil "\
@@ -15018,7 +14998,7 @@ See also the function `indian-glyph-char'.
15018 14998
15019;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command 14999;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
15020;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" 15000;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
15021;;;;;; "progmodes/inf-lisp.el" (17140 20976)) 15001;;;;;; "progmodes/inf-lisp.el" (17388 22062))
15022;;; Generated autoloads from progmodes/inf-lisp.el 15002;;; Generated autoloads from progmodes/inf-lisp.el
15023 15003
15024(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ 15004(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\
@@ -15085,7 +15065,7 @@ of `inferior-lisp-program'). Runs the hooks from
15085;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 15065;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
15086;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index 15066;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index
15087;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual 15067;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual
15088;;;;;; info info-other-window) "info" "info.el" (17380 50980)) 15068;;;;;; info info-other-window) "info" "info.el" (17427 20646))
15089;;; Generated autoloads from info.el 15069;;; Generated autoloads from info.el
15090 15070
15091(autoload (quote info-other-window) "info" "\ 15071(autoload (quote info-other-window) "info" "\
@@ -15206,7 +15186,7 @@ Advanced commands:
15206\\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively. 15186\\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively.
15207\\[Info-search-next] Search for another occurrence of regexp 15187\\[Info-search-next] Search for another occurrence of regexp
15208 from a previous \\<Info-mode-map>\\[Info-search] command. 15188 from a previous \\<Info-mode-map>\\[Info-search] command.
15209\\[Info-index] Look up a topic in this manual's Index and move to that index entry. 15189\\[Info-index] Search for a topic in this manual's Index and go to index entry.
15210\\[Info-index-next] (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command. 15190\\[Info-index-next] (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command.
15211\\[info-apropos] Look for a string in the indices of all manuals. 15191\\[info-apropos] Look for a string in the indices of all manuals.
15212\\[Info-goto-node] Move to node specified by name. 15192\\[Info-goto-node] Move to node specified by name.
@@ -15251,7 +15231,7 @@ This will add a speedbar major display mode.
15251 15231
15252;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 15232;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
15253;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 15233;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
15254;;;;;; (17148 24992)) 15234;;;;;; (17383 24126))
15255;;; Generated autoloads from info-look.el 15235;;; Generated autoloads from info-look.el
15256 15236
15257(autoload (quote info-lookup-reset) "info-look" "\ 15237(autoload (quote info-lookup-reset) "info-look" "\
@@ -15299,7 +15279,7 @@ Perform completion on file preceding point.
15299;;;*** 15279;;;***
15300 15280
15301;;;### (autoloads (info-xref-check-all-custom info-xref-check-all 15281;;;### (autoloads (info-xref-check-all-custom info-xref-check-all
15302;;;;;; info-xref-check) "info-xref" "info-xref.el" (17167 2962)) 15282;;;;;; info-xref-check) "info-xref" "info-xref.el" (17383 24126))
15303;;; Generated autoloads from info-xref.el 15283;;; Generated autoloads from info-xref.el
15304 15284
15305(autoload (quote info-xref-check) "info-xref" "\ 15285(autoload (quote info-xref-check) "info-xref" "\
@@ -15326,7 +15306,7 @@ quite a while.
15326;;;*** 15306;;;***
15327 15307
15328;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) 15308;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)
15329;;;;;; "informat" "informat.el" (17148 24995)) 15309;;;;;; "informat" "informat.el" (17383 24126))
15330;;; Generated autoloads from informat.el 15310;;; Generated autoloads from informat.el
15331 15311
15332(autoload (quote Info-tagify) "informat" "\ 15312(autoload (quote Info-tagify) "informat" "\
@@ -15387,8 +15367,8 @@ Not documented
15387 15367
15388;;;*** 15368;;;***
15389 15369
15390;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (17148 15370;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (17383
15391;;;;;; 24996)) 15371;;;;;; 24126))
15392;;; Generated autoloads from isearchb.el 15372;;; Generated autoloads from isearchb.el
15393 15373
15394(autoload (quote isearchb-activate) "isearchb" "\ 15374(autoload (quote isearchb-activate) "isearchb" "\
@@ -15402,7 +15382,7 @@ accessed via isearchb.
15402;;;*** 15382;;;***
15403 15383
15404;;;### (autoloads (iso-accents-mode) "iso-acc" "obsolete/iso-acc.el" 15384;;;### (autoloads (iso-accents-mode) "iso-acc" "obsolete/iso-acc.el"
15405;;;;;; (17148 25179)) 15385;;;;;; (17382 34311))
15406;;; Generated autoloads from obsolete/iso-acc.el 15386;;; Generated autoloads from obsolete/iso-acc.el
15407 15387
15408(autoload (quote iso-accents-mode) "iso-acc" "\ 15388(autoload (quote iso-accents-mode) "iso-acc" "\
@@ -15532,7 +15512,7 @@ Add submenus to the File menu, to convert to and from various formats.
15532;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 15512;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
15533;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist 15513;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist
15534;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" 15514;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
15535;;;;;; (17370 39824)) 15515;;;;;; (17436 5419))
15536;;; Generated autoloads from textmodes/ispell.el 15516;;; Generated autoloads from textmodes/ispell.el
15537 15517
15538(defvar ispell-personal-dictionary nil "\ 15518(defvar ispell-personal-dictionary nil "\
@@ -15556,7 +15536,7 @@ re-start emacs.")
15556 15536
15557(setq ispell-dictionary-alist-2 (quote (("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)))) 15537(setq ispell-dictionary-alist-2 (quote (("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1))))
15558 15538
15559(setq ispell-dictionary-alist-3 (quote (("esperanto" "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[-']" t ("-C") "~latin3" iso-8859-1) ("esperanto-tex" "[A-Za-z^\\]" "[^A-Za-z^\\]" "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-1) ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil iso-8859-1) ("francais" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[-'.@]" t nil "~list" iso-8859-1) ("francais-tex" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[-'^`\".@]" t nil "~tex" iso-8859-1)))) 15539(setq ispell-dictionary-alist-3 (quote (("esperanto" "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[-']" t ("-C") "~latin3" iso-8859-3) ("esperanto-tex" "[A-Za-z^\\]" "[^A-Za-z^\\]" "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-3) ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil iso-8859-1) ("francais" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[-'.@]" t nil "~list" iso-8859-1) ("francais-tex" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[-'^`\".@]" t nil "~tex" iso-8859-1))))
15560 15540
15561(setq ispell-dictionary-alist-4 (quote (("german" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("german8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "german") "~latin1" iso-8859-1) ("italiano" "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[-.]" nil ("-B" "-d" "italian") "~tex" iso-8859-1) ("nederlands" "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[']" t ("-C") nil iso-8859-1) ("nederlands8" "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[']" t ("-C") nil iso-8859-1)))) 15541(setq ispell-dictionary-alist-4 (quote (("german" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("german8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "german") "~latin1" iso-8859-1) ("italiano" "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[-.]" nil ("-B" "-d" "italian") "~tex" iso-8859-1) ("nederlands" "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[']" t ("-C") nil iso-8859-1) ("nederlands8" "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[']" t ("-C") nil iso-8859-1))))
15562 15542
@@ -15632,9 +15612,9 @@ and added as a submenu of the \"Edit\" menu.")
15632 15612
15633(if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-continue] (quote (menu-item "Continue Spell-Checking" ispell-continue :enable (and (boundp (quote ispell-region-end)) (marker-position ispell-region-end) (equal (marker-buffer ispell-region-end) (current-buffer))) :help "Continue spell checking last region"))) (define-key ispell-menu-map [ispell-word] (quote (menu-item "Spell-Check Word" ispell-word :help "Spell-check word at cursor"))) (define-key ispell-menu-map [ispell-comments-and-strings] (quote (menu-item "Spell-Check Comments" ispell-comments-and-strings :help "Spell-check only comments and strings"))))) 15613(if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-continue] (quote (menu-item "Continue Spell-Checking" ispell-continue :enable (and (boundp (quote ispell-region-end)) (marker-position ispell-region-end) (equal (marker-buffer ispell-region-end) (current-buffer))) :help "Continue spell checking last region"))) (define-key ispell-menu-map [ispell-word] (quote (menu-item "Spell-Check Word" ispell-word :help "Spell-check word at cursor"))) (define-key ispell-menu-map [ispell-comments-and-strings] (quote (menu-item "Spell-Check Comments" ispell-comments-and-strings :help "Spell-check only comments and strings")))))
15634 15614
15635(if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-region] (quote (menu-item "Spell-Check Region" ispell-region :enable mark-active :help "Spell-check text in marked region"))) (define-key ispell-menu-map [ispell-message] (quote (menu-item "Spell-Check Message" ispell-message :help "Skip headers and included message text"))) (define-key ispell-menu-map [ispell-buffer] (quote (menu-item "Spell-Check Buffer" ispell-buffer :help "Check spelling of selected buffer"))) (fset (quote ispell-menu-map) (symbol-value (quote ispell-menu-map))))) 15615(if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-region] (quote (menu-item "Spell-Check Region" ispell-region :enable mark-active :help "Spell-check text in marked region"))) (define-key ispell-menu-map [ispell-message] (quote (menu-item "Spell-Check Message" ispell-message :visible (eq major-mode (quote mail-mode)) :help "Skip headers and included message text"))) (define-key ispell-menu-map [ispell-buffer] (quote (menu-item "Spell-Check Buffer" ispell-buffer :help "Check spelling of selected buffer"))) (fset (quote ispell-menu-map) (symbol-value (quote ispell-menu-map)))))
15636 15616
15637(defvar ispell-skip-region-alist (quote ((ispell-words-keyword forward-line) (ispell-dictionary-keyword forward-line) (ispell-pdict-keyword forward-line) (ispell-parsing-keyword forward-line) ("^---*BEGIN PGP [A-Z ]*--*" . "^---*END PGP [A-Z ]*--*") ("^begin [0-9][0-9][0-9] [^ ]+$" . "\nend\n") ("^%!PS-Adobe-[123].0" . "\n%%EOF\n") ("^---* \\(Start of \\)?[Ff]orwarded [Mm]essage" . "^---* End of [Ff]orwarded [Mm]essage") ("\\(--+\\|\\(/\\w\\|\\(\\(\\w\\|[-_]\\)+[.:@]\\)\\)\\(\\w\\|[-_]\\)*\\([.:/@]+\\(\\w\\|[-_~=?&]\\)+\\)+\\)"))) "\ 15617(defvar ispell-skip-region-alist (quote ((ispell-words-keyword forward-line) (ispell-dictionary-keyword forward-line) (ispell-pdict-keyword forward-line) (ispell-parsing-keyword forward-line) ("^---*BEGIN PGP [A-Z ]*--*" . "^---*END PGP [A-Z ]*--*") ("^begin [0-9][0-9][0-9] [^ ]+$" . "\nend\n") ("^%!PS-Adobe-[123].0" . "\n%%EOF\n") ("^---* \\(Start of \\)?[Ff]orwarded [Mm]essage" . "^---* End of [Ff]orwarded [Mm]essage") ("\\(--+\\|_+\\|\\(/\\w\\|\\(\\(\\w\\|[-_]\\)+[.:@]\\)\\)\\(\\w\\|[-_]\\)*\\([.:/@]+\\(\\w\\|[-_~=?&]\\)+\\)+\\)"))) "\
15638Alist expressing beginning and end of regions not to spell check. 15618Alist expressing beginning and end of regions not to spell check.
15639The alist key must be a regular expression. 15619The alist key must be a regular expression.
15640Valid forms include: 15620Valid forms include:
@@ -15818,8 +15798,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
15818 15798
15819;;;*** 15799;;;***
15820 15800
15821;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (17354 15801;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (17435
15822;;;;;; 62493)) 15802;;;;;; 10813))
15823;;; Generated autoloads from iswitchb.el 15803;;; Generated autoloads from iswitchb.el
15824 15804
15825(defvar iswitchb-mode nil "\ 15805(defvar iswitchb-mode nil "\
@@ -15923,7 +15903,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
15923;;;*** 15903;;;***
15924 15904
15925;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 15905;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
15926;;;;;; "jka-compr.el" (17355 64266)) 15906;;;;;; "jka-compr.el" (17410 23317))
15927;;; Generated autoloads from jka-compr.el 15907;;; Generated autoloads from jka-compr.el
15928 15908
15929(defvar jka-compr-inhibit nil "\ 15909(defvar jka-compr-inhibit nil "\
@@ -15948,7 +15928,7 @@ by `jka-compr-installed'.
15948 15928
15949;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 15929;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
15950;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 15930;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
15951;;;;;; (17140 20922)) 15931;;;;;; (17383 13537))
15952;;; Generated autoloads from emulation/keypad.el 15932;;; Generated autoloads from emulation/keypad.el
15953 15933
15954(defvar keypad-setup nil "\ 15934(defvar keypad-setup nil "\
@@ -16051,7 +16031,7 @@ and the return value is the length of the conversion.
16051;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 16031;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
16052;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 16032;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16053;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" 16033;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro"
16054;;;;;; "kmacro.el" (17148 24998)) 16034;;;;;; "kmacro.el" (17383 24126))
16055;;; Generated autoloads from kmacro.el 16035;;; Generated autoloads from kmacro.el
16056 (global-set-key "\C-x(" 'kmacro-start-macro) 16036 (global-set-key "\C-x(" 'kmacro-start-macro)
16057 (global-set-key "\C-x)" 'kmacro-end-macro) 16037 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -16196,7 +16176,7 @@ Not documented
16196;;;*** 16176;;;***
16197 16177
16198;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 16178;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
16199;;;;;; (17239 32365)) 16179;;;;;; (17393 12443))
16200;;; Generated autoloads from play/landmark.el 16180;;; Generated autoloads from play/landmark.el
16201 16181
16202(defalias (quote landmark-repeat) (quote lm-test-run)) 16182(defalias (quote landmark-repeat) (quote lm-test-run))
@@ -16356,7 +16336,7 @@ use either \\[customize] or the function `latin1-display'.")
16356;;;*** 16336;;;***
16357 16337
16358;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" 16338;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock"
16359;;;;;; "obsolete/lazy-lock.el" (17185 27600)) 16339;;;;;; "obsolete/lazy-lock.el" (17382 34311))
16360;;; Generated autoloads from obsolete/lazy-lock.el 16340;;; Generated autoloads from obsolete/lazy-lock.el
16361 16341
16362(autoload (quote lazy-lock-mode) "lazy-lock" "\ 16342(autoload (quote lazy-lock-mode) "lazy-lock" "\
@@ -16424,7 +16404,7 @@ Unconditionally turn on Lazy Lock mode.
16424;;;*** 16404;;;***
16425 16405
16426;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 16406;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
16427;;;;;; (17352 9346)) 16407;;;;;; (17388 22062))
16428;;; Generated autoloads from progmodes/ld-script.el 16408;;; Generated autoloads from progmodes/ld-script.el
16429 16409
16430(add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode))) 16410(add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode)))
@@ -16439,7 +16419,7 @@ A major mode to edit GNU ld script files
16439;;;*** 16419;;;***
16440 16420
16441;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 16421;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
16442;;;;;; (17148 25013)) 16422;;;;;; (17383 24126))
16443;;; Generated autoloads from ledit.el 16423;;; Generated autoloads from ledit.el
16444 16424
16445(defconst ledit-save-files t "\ 16425(defconst ledit-save-files t "\
@@ -16473,7 +16453,7 @@ Not documented
16473 16453
16474;;;*** 16454;;;***
16475 16455
16476;;;### (autoloads (life) "life" "play/life.el" (17140 20949)) 16456;;;### (autoloads (life) "life" "play/life.el" (17382 1892))
16477;;; Generated autoloads from play/life.el 16457;;; Generated autoloads from play/life.el
16478 16458
16479(autoload (quote life) "life" "\ 16459(autoload (quote life) "life" "\
@@ -16486,8 +16466,8 @@ generations (this defaults to 1).
16486 16466
16487;;;*** 16467;;;***
16488 16468
16489;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (17242 16469;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (17410
16490;;;;;; 7308)) 16470;;;;;; 23522))
16491;;; Generated autoloads from loadhist.el 16471;;; Generated autoloads from loadhist.el
16492 16472
16493(autoload (quote unload-feature) "loadhist" "\ 16473(autoload (quote unload-feature) "loadhist" "\
@@ -16510,7 +16490,7 @@ such as redefining an Emacs function.
16510;;;*** 16490;;;***
16511 16491
16512;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 16492;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
16513;;;;;; "locate" "locate.el" (17333 17859)) 16493;;;;;; "locate" "locate.el" (17432 49887))
16514;;; Generated autoloads from locate.el 16494;;; Generated autoloads from locate.el
16515 16495
16516(defvar locate-ls-subdir-switches "-al" "\ 16496(defvar locate-ls-subdir-switches "-al" "\
@@ -16521,21 +16501,43 @@ This should contain the \"-l\" switch, but not the \"-F\" or \"-b\" switches.")
16521 16501
16522(autoload (quote locate) "locate" "\ 16502(autoload (quote locate) "locate" "\
16523Run the program `locate', putting results in `*Locate*' buffer. 16503Run the program `locate', putting results in `*Locate*' buffer.
16524With prefix arg, prompt for the locate command to run. 16504Pass it SEARCH-STRING as argument. Interactively, prompt for SEARCH-STRING.
16505With prefix arg, prompt for the exact shell command to run instead.
16506
16507This program searches for those file names in a database that match
16508SEARCH-STRING and normally outputs all matching absolute file names,
16509one per line. The database normally consists of all files on your
16510system, or of all files that you have access to. Consult the
16511documentation of the program for the details about how it determines
16512which file names match SEARCH-STRING. (Those details vary highly with
16513the version.)
16514
16515You can specify another program for this command to run by customizing
16516the variables `locate-command' or `locate-make-command-line'.
16517
16518The main use of FILTER is to implement `locate-with-filter'. See
16519the docstring of that function for its meaning.
16525 16520
16526\(fn SEARCH-STRING &optional FILTER)" t nil) 16521\(fn SEARCH-STRING &optional FILTER)" t nil)
16527 16522
16528(autoload (quote locate-with-filter) "locate" "\ 16523(autoload (quote locate-with-filter) "locate" "\
16529Run the locate command with a filter. 16524Run the executable program `locate' with a filter.
16530 16525This function is similar to the function `locate', which see.
16531The filter is a regular expression. Only results matching the filter are 16526The difference is that, when invoked interactively, the present function
16532shown; this is often useful to constrain a big search. 16527prompts for both SEARCH-STRING and FILTER. It passes SEARCH-STRING
16528to the locate executable program. It produces a `*Locate*' buffer
16529that lists only those lines in the output of the locate program that
16530contain a match for the regular expression FILTER; this is often useful
16531to constrain a big search.
16532
16533When called from Lisp, this function is identical with `locate',
16534except that FILTER is not optional.
16533 16535
16534\(fn SEARCH-STRING FILTER)" t nil) 16536\(fn SEARCH-STRING FILTER)" t nil)
16535 16537
16536;;;*** 16538;;;***
16537 16539
16538;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (17291 34530)) 16540;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (17383 24126))
16539;;; Generated autoloads from log-edit.el 16541;;; Generated autoloads from log-edit.el
16540 16542
16541(autoload (quote log-edit) "log-edit" "\ 16543(autoload (quote log-edit) "log-edit" "\
@@ -16556,8 +16558,8 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
16556 16558
16557;;;*** 16559;;;***
16558 16560
16559;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (17366 16561;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (17383
16560;;;;;; 32173)) 16562;;;;;; 24126))
16561;;; Generated autoloads from log-view.el 16563;;; Generated autoloads from log-view.el
16562 16564
16563(autoload (quote log-view-mode) "log-view" "\ 16565(autoload (quote log-view-mode) "log-view" "\
@@ -16567,8 +16569,8 @@ Major mode for browsing CVS log output.
16567 16569
16568;;;*** 16570;;;***
16569 16571
16570;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (17320 16572;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (17383
16571;;;;;; 32463)) 16573;;;;;; 24126))
16572;;; Generated autoloads from longlines.el 16574;;; Generated autoloads from longlines.el
16573 16575
16574(autoload (quote longlines-mode) "longlines" "\ 16576(autoload (quote longlines-mode) "longlines" "\
@@ -16589,8 +16591,8 @@ are indicated with a symbol.
16589;;;*** 16591;;;***
16590 16592
16591;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 16593;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16592;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (17148 16594;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (17383
16593;;;;;; 25014)) 16595;;;;;; 24126))
16594;;; Generated autoloads from lpr.el 16596;;; Generated autoloads from lpr.el
16595 16597
16596(defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) 16598(defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt))))
@@ -16684,7 +16686,7 @@ for further customization of the printer command.
16684;;;*** 16686;;;***
16685 16687
16686;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 16688;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
16687;;;;;; (17283 35537)) 16689;;;;;; (17383 24126))
16688;;; Generated autoloads from ls-lisp.el 16690;;; Generated autoloads from ls-lisp.el
16689 16691
16690(defvar ls-lisp-support-shell-wildcards t "\ 16692(defvar ls-lisp-support-shell-wildcards t "\
@@ -16695,8 +16697,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
16695 16697
16696;;;*** 16698;;;***
16697 16699
16698;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (17307 16700;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (17385
16699;;;;;; 14150)) 16701;;;;;; 41891))
16700;;; Generated autoloads from calendar/lunar.el 16702;;; Generated autoloads from calendar/lunar.el
16701 16703
16702(autoload (quote phases-of-moon) "lunar" "\ 16704(autoload (quote phases-of-moon) "lunar" "\
@@ -16709,8 +16711,8 @@ This function is suitable for execution in a .emacs file.
16709 16711
16710;;;*** 16712;;;***
16711 16713
16712;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (17276 16714;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (17388
16713;;;;;; 44726)) 16715;;;;;; 22062))
16714;;; Generated autoloads from progmodes/m4-mode.el 16716;;; Generated autoloads from progmodes/m4-mode.el
16715 16717
16716(autoload (quote m4-mode) "m4-mode" "\ 16718(autoload (quote m4-mode) "m4-mode" "\
@@ -16722,7 +16724,7 @@ A major mode to edit m4 macro files.
16722;;;*** 16724;;;***
16723 16725
16724;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" 16726;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
16725;;;;;; (17148 25097)) 16727;;;;;; (17383 16118))
16726;;; Generated autoloads from emacs-lisp/macroexp.el 16728;;; Generated autoloads from emacs-lisp/macroexp.el
16727 16729
16728(autoload (quote macroexpand-all) "macroexp" "\ 16730(autoload (quote macroexpand-all) "macroexp" "\
@@ -16736,7 +16738,7 @@ definitions to shadow the loaded ones for use in file byte-compilation.
16736;;;*** 16738;;;***
16737 16739
16738;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 16740;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
16739;;;;;; name-last-kbd-macro) "macros" "macros.el" (17148 25015)) 16741;;;;;; name-last-kbd-macro) "macros" "macros.el" (17383 24126))
16740;;; Generated autoloads from macros.el 16742;;; Generated autoloads from macros.el
16741 16743
16742(autoload (quote name-last-kbd-macro) "macros" "\ 16744(autoload (quote name-last-kbd-macro) "macros" "\
@@ -16825,7 +16827,7 @@ and then select the region of un-tablified names and use
16825;;;*** 16827;;;***
16826 16828
16827;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 16829;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
16828;;;;;; "mail/mail-extr.el" (17306 5314)) 16830;;;;;; "mail/mail-extr.el" (17383 16812))
16829;;; Generated autoloads from mail/mail-extr.el 16831;;; Generated autoloads from mail/mail-extr.el
16830 16832
16831(autoload (quote mail-extract-address-components) "mail-extr" "\ 16833(autoload (quote mail-extract-address-components) "mail-extr" "\
@@ -16857,7 +16859,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
16857 16859
16858;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 16860;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
16859;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 16861;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
16860;;;;;; (17148 25156)) 16862;;;;;; (17383 16812))
16861;;; Generated autoloads from mail/mail-hist.el 16863;;; Generated autoloads from mail/mail-hist.el
16862 16864
16863(autoload (quote mail-hist-define-keys) "mail-hist" "\ 16865(autoload (quote mail-hist-define-keys) "mail-hist" "\
@@ -16888,8 +16890,8 @@ This function normally would be called when the message is sent.
16888 16890
16889;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 16891;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
16890;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p 16892;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p
16891;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (17148 16893;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (17383
16892;;;;;; 25156)) 16894;;;;;; 16812))
16893;;; Generated autoloads from mail/mail-utils.el 16895;;; Generated autoloads from mail/mail-utils.el
16894 16896
16895(defvar mail-use-rfc822 nil "\ 16897(defvar mail-use-rfc822 nil "\
@@ -16941,7 +16943,7 @@ If 4th arg LIST is non-nil, return a list of all such fields.
16941;;;*** 16943;;;***
16942 16944
16943;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) 16945;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
16944;;;;;; "mailabbrev" "mail/mailabbrev.el" (17239 32330)) 16946;;;;;; "mailabbrev" "mail/mailabbrev.el" (17383 16812))
16945;;; Generated autoloads from mail/mailabbrev.el 16947;;; Generated autoloads from mail/mailabbrev.el
16946 16948
16947(autoload (quote mail-abbrevs-setup) "mailabbrev" "\ 16949(autoload (quote mail-abbrevs-setup) "mailabbrev" "\
@@ -16964,8 +16966,8 @@ If DEFINITION contains multiple addresses, separate them with commas.
16964;;;*** 16966;;;***
16965 16967
16966;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases 16968;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
16967;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (17167 16969;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (17383
16968;;;;;; 2797)) 16970;;;;;; 16812))
16969;;; Generated autoloads from mail/mailalias.el 16971;;; Generated autoloads from mail/mailalias.el
16970 16972
16971(defvar mail-complete-style (quote angles) "\ 16973(defvar mail-complete-style (quote angles) "\
@@ -17011,7 +17013,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any.
17011;;;*** 17013;;;***
17012 17014
17013;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 17015;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
17014;;;;;; (17378 6213)) 17016;;;;;; (17383 16812))
17015;;; Generated autoloads from mail/mailclient.el 17017;;; Generated autoloads from mail/mailclient.el
17016 17018
17017(autoload (quote mailclient-send-it) "mailclient" "\ 17019(autoload (quote mailclient-send-it) "mailclient" "\
@@ -17025,7 +17027,7 @@ The mail client is taken to be the handler of mailto URLs.
17025 17027
17026;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 17028;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
17027;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 17029;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
17028;;;;;; "make-mode" "progmodes/make-mode.el" (17357 13476)) 17030;;;;;; "make-mode" "progmodes/make-mode.el" (17388 22062))
17029;;; Generated autoloads from progmodes/make-mode.el 17031;;; Generated autoloads from progmodes/make-mode.el
17030 17032
17031(autoload (quote makefile-mode) "make-mode" "\ 17033(autoload (quote makefile-mode) "make-mode" "\
@@ -17143,8 +17145,8 @@ An adapted `makefile-mode' that knows about imake.
17143 17145
17144;;;*** 17146;;;***
17145 17147
17146;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (17148 17148;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (17383
17147;;;;;; 25015)) 17149;;;;;; 24126))
17148;;; Generated autoloads from makesum.el 17150;;; Generated autoloads from makesum.el
17149 17151
17150(autoload (quote make-command-summary) "makesum" "\ 17152(autoload (quote make-command-summary) "makesum" "\
@@ -17155,7 +17157,7 @@ Previous contents of that buffer are killed first.
17155 17157
17156;;;*** 17158;;;***
17157 17159
17158;;;### (autoloads (man-follow man) "man" "man.el" (17356 16925)) 17160;;;### (autoloads (man-follow man) "man" "man.el" (17383 24126))
17159;;; Generated autoloads from man.el 17161;;; Generated autoloads from man.el
17160 17162
17161(defalias (quote manual-entry) (quote man)) 17163(defalias (quote manual-entry) (quote man))
@@ -17204,8 +17206,8 @@ yourself the value of `master-of' by calling `master-show-slave'.
17204 17206
17205;;;*** 17207;;;***
17206 17208
17207;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17324 17209;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17390
17208;;;;;; 9268)) 17210;;;;;; 3585))
17209;;; Generated autoloads from menu-bar.el 17211;;; Generated autoloads from menu-bar.el
17210 17212
17211(put (quote menu-bar-mode) (quote standard-value) (quote (t))) 17213(put (quote menu-bar-mode) (quote standard-value) (quote (t)))
@@ -17241,7 +17243,7 @@ turn on menu bars; otherwise, turn off menu bars.
17241;;;;;; message-cite-function message-yank-prefix message-citation-line-function 17243;;;;;; message-cite-function message-yank-prefix message-citation-line-function
17242;;;;;; message-send-mail-function message-user-organization-file 17244;;;;;; message-send-mail-function message-user-organization-file
17243;;;;;; message-signature-separator message-from-style) "message" 17245;;;;;; message-signature-separator message-from-style) "message"
17244;;;;;; "gnus/message.el" (17376 48878)) 17246;;;;;; "gnus/message.el" (17437 45960))
17245;;; Generated autoloads from gnus/message.el 17247;;; Generated autoloads from gnus/message.el
17246 17248
17247(defvar message-from-style (quote default) "\ 17249(defvar message-from-style (quote default) "\
@@ -17495,7 +17497,7 @@ which specify the range to operate on.
17495;;;*** 17497;;;***
17496 17498
17497;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 17499;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
17498;;;;;; (17276 44726)) 17500;;;;;; (17388 22062))
17499;;; Generated autoloads from progmodes/meta-mode.el 17501;;; Generated autoloads from progmodes/meta-mode.el
17500 17502
17501(autoload (quote metafont-mode) "meta-mode" "\ 17503(autoload (quote metafont-mode) "meta-mode" "\
@@ -17522,7 +17524,7 @@ Turning on MetaPost mode calls the value of the variable
17522 17524
17523;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 17525;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
17524;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 17526;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
17525;;;;;; (17185 27569)) 17527;;;;;; (17383 16812))
17526;;; Generated autoloads from mail/metamail.el 17528;;; Generated autoloads from mail/metamail.el
17527 17529
17528(autoload (quote metamail-interpret-header) "metamail" "\ 17530(autoload (quote metamail-interpret-header) "metamail" "\
@@ -17567,7 +17569,7 @@ redisplayed as output is inserted.
17567 17569
17568;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 17570;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
17569;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 17571;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
17570;;;;;; "mh-e/mh-comp.el" (17377 23328)) 17572;;;;;; "mh-e/mh-comp.el" (17437 48486))
17571;;; Generated autoloads from mh-e/mh-comp.el 17573;;; Generated autoloads from mh-e/mh-comp.el
17572 17574
17573(autoload (quote mh-smail) "mh-comp" "\ 17575(autoload (quote mh-smail) "mh-comp" "\
@@ -17630,6 +17632,13 @@ The hook `mh-before-send-letter-hook' is run at the beginning of
17630this command. For example, if you want to check your spelling in 17632this command. For example, if you want to check your spelling in
17631your message before sending, add the function `ispell-message'. 17633your message before sending, add the function `ispell-message'.
17632 17634
17635Unless `mh-insert-auto-fields' had previously been called
17636manually, the function `mh-insert-auto-fields' is called to
17637insert fields based upon the recipients. If fields are added, you
17638are given a chance to see and to confirm these fields before the
17639message is actually sent. You can do away with this confirmation
17640by turning off the option `mh-auto-fields-prompt-flag'.
17641
17633In case the MH \"send\" program is installed under a different name, 17642In case the MH \"send\" program is installed under a different name,
17634use `mh-send-prog' to tell MH-E the name. 17643use `mh-send-prog' to tell MH-E the name.
17635 17644
@@ -17647,7 +17656,7 @@ delete the draft message.
17647 17656
17648;;;*** 17657;;;***
17649 17658
17650;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (17379 60196)) 17659;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (17448 13451))
17651;;; Generated autoloads from mh-e/mh-e.el 17660;;; Generated autoloads from mh-e/mh-e.el
17652 17661
17653(put (quote mh-progs) (quote risky-local-variable) t) 17662(put (quote mh-progs) (quote risky-local-variable) t)
@@ -17664,7 +17673,7 @@ Display version information about MH-E and the MH mail handling system.
17664;;;*** 17673;;;***
17665 17674
17666;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 17675;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
17667;;;;;; "mh-e/mh-folder.el" (17377 23328)) 17676;;;;;; "mh-e/mh-folder.el" (17432 18686))
17668;;; Generated autoloads from mh-e/mh-folder.el 17677;;; Generated autoloads from mh-e/mh-folder.el
17669 17678
17670(autoload (quote mh-rmail) "mh-folder" "\ 17679(autoload (quote mh-rmail) "mh-folder" "\
@@ -17746,7 +17755,7 @@ perform the operation on all messages in that region.
17746;;;*** 17755;;;***
17747 17756
17748;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 17757;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
17749;;;;;; "midnight.el" (17148 25017)) 17758;;;;;; "midnight.el" (17416 12817))
17750;;; Generated autoloads from midnight.el 17759;;; Generated autoloads from midnight.el
17751 17760
17752(autoload (quote clean-buffer-list) "midnight" "\ 17761(autoload (quote clean-buffer-list) "midnight" "\
@@ -17773,7 +17782,7 @@ to its second argument TM.
17773;;;*** 17782;;;***
17774 17783
17775;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 17784;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
17776;;;;;; "minibuf-eldef.el" (17148 25017)) 17785;;;;;; "minibuf-eldef.el" (17383 24126))
17777;;; Generated autoloads from minibuf-eldef.el 17786;;; Generated autoloads from minibuf-eldef.el
17778 17787
17779(defvar minibuffer-electric-default-mode nil "\ 17788(defvar minibuffer-electric-default-mode nil "\
@@ -17802,7 +17811,7 @@ Returns non-nil if the new state is enabled.
17802;;;*** 17811;;;***
17803 17812
17804;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 17813;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
17805;;;;;; (17239 32387)) 17814;;;;;; (17388 22062))
17806;;; Generated autoloads from progmodes/mixal-mode.el 17815;;; Generated autoloads from progmodes/mixal-mode.el
17807 17816
17808(autoload (quote mixal-mode) "mixal-mode" "\ 17817(autoload (quote mixal-mode) "mixal-mode" "\
@@ -17839,10 +17848,15 @@ PATTERN regexp.
17839 17848
17840;;;*** 17849;;;***
17841 17850
17842;;;### (autoloads (mm-inline-external-body) "mm-extern" "gnus/mm-extern.el" 17851;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
17843;;;;;; (17185 27553)) 17852;;;;;; "mm-extern" "gnus/mm-extern.el" (17437 45960))
17844;;; Generated autoloads from gnus/mm-extern.el 17853;;; Generated autoloads from gnus/mm-extern.el
17845 17854
17855(autoload (quote mm-extern-cache-contents) "mm-extern" "\
17856Put the external-body part of HANDLE into its cache.
17857
17858\(fn HANDLE)" nil nil)
17859
17846(autoload (quote mm-inline-external-body) "mm-extern" "\ 17860(autoload (quote mm-inline-external-body) "mm-extern" "\
17847Show the external-body part of HANDLE. 17861Show the external-body part of HANDLE.
17848This function replaces the buffer of HANDLE with a buffer contains 17862This function replaces the buffer of HANDLE with a buffer contains
@@ -17854,7 +17868,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17854;;;*** 17868;;;***
17855 17869
17856;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 17870;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
17857;;;;;; (17148 25140)) 17871;;;;;; (17382 1052))
17858;;; Generated autoloads from gnus/mm-partial.el 17872;;; Generated autoloads from gnus/mm-partial.el
17859 17873
17860(autoload (quote mm-inline-partial) "mm-partial" "\ 17874(autoload (quote mm-inline-partial) "mm-partial" "\
@@ -17868,7 +17882,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17868;;;*** 17882;;;***
17869 17883
17870;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 17884;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
17871;;;;;; "mm-url" "gnus/mm-url.el" (17310 14064)) 17885;;;;;; "mm-url" "gnus/mm-url.el" (17382 1052))
17872;;; Generated autoloads from gnus/mm-url.el 17886;;; Generated autoloads from gnus/mm-url.el
17873 17887
17874(autoload (quote mm-url-insert-file-contents) "mm-url" "\ 17888(autoload (quote mm-url-insert-file-contents) "mm-url" "\
@@ -17885,7 +17899,7 @@ Insert file contents of URL using `mm-url-program'.
17885;;;*** 17899;;;***
17886 17900
17887;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 17901;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
17888;;;;;; "gnus/mm-uu.el" (17376 48878)) 17902;;;;;; "gnus/mm-uu.el" (17437 45961))
17889;;; Generated autoloads from gnus/mm-uu.el 17903;;; Generated autoloads from gnus/mm-uu.el
17890 17904
17891(autoload (quote mm-uu-dissect) "mm-uu" "\ 17905(autoload (quote mm-uu-dissect) "mm-uu" "\
@@ -17905,7 +17919,7 @@ Assume text has been decoded if DECODED is non-nil.
17905;;;*** 17919;;;***
17906 17920
17907;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 17921;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
17908;;;;;; (17185 27556)) 17922;;;;;; (17388 8140))
17909;;; Generated autoloads from gnus/mml1991.el 17923;;; Generated autoloads from gnus/mml1991.el
17910 17924
17911(autoload (quote mml1991-encrypt) "mml1991" "\ 17925(autoload (quote mml1991-encrypt) "mml1991" "\
@@ -17922,7 +17936,7 @@ Not documented
17922 17936
17923;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 17937;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
17924;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 17938;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
17925;;;;;; "mml2015" "gnus/mml2015.el" (17185 27558)) 17939;;;;;; "mml2015" "gnus/mml2015.el" (17388 8140))
17926;;; Generated autoloads from gnus/mml2015.el 17940;;; Generated autoloads from gnus/mml2015.el
17927 17941
17928(autoload (quote mml2015-decrypt) "mml2015" "\ 17942(autoload (quote mml2015-decrypt) "mml2015" "\
@@ -17995,7 +18009,7 @@ followed by the first character of the construct.
17995;;;*** 18009;;;***
17996 18010
17997;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 18011;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
17998;;;;;; (17140 20949)) 18012;;;;;; (17382 1892))
17999;;; Generated autoloads from play/morse.el 18013;;; Generated autoloads from play/morse.el
18000 18014
18001(autoload (quote morse-region) "morse" "\ 18015(autoload (quote morse-region) "morse" "\
@@ -18010,8 +18024,8 @@ Convert morse coded text in region to ordinary ASCII text.
18010 18024
18011;;;*** 18025;;;***
18012 18026
18013;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (17148 18027;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (17383
18014;;;;;; 25018)) 18028;;;;;; 24126))
18015;;; Generated autoloads from mouse-sel.el 18029;;; Generated autoloads from mouse-sel.el
18016 18030
18017(defvar mouse-sel-mode nil "\ 18031(defvar mouse-sel-mode nil "\
@@ -18064,7 +18078,7 @@ primary selection and region.
18064 18078
18065;;;*** 18079;;;***
18066 18080
18067;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (17239 32365)) 18081;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (17382 1892))
18068;;; Generated autoloads from play/mpuz.el 18082;;; Generated autoloads from play/mpuz.el
18069 18083
18070(autoload (quote mpuz) "mpuz" "\ 18084(autoload (quote mpuz) "mpuz" "\
@@ -18074,7 +18088,7 @@ Multiplication puzzle with GNU Emacs.
18074 18088
18075;;;*** 18089;;;***
18076 18090
18077;;;### (autoloads (msb-mode) "msb" "msb.el" (17185 27455)) 18091;;;### (autoloads (msb-mode) "msb" "msb.el" (17383 24126))
18078;;; Generated autoloads from msb.el 18092;;; Generated autoloads from msb.el
18079 18093
18080(defvar msb-mode nil "\ 18094(defvar msb-mode nil "\
@@ -18404,7 +18418,7 @@ basis, this may not be accurate.
18404;;;*** 18418;;;***
18405 18419
18406;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" 18420;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
18407;;;;;; (17258 50746)) 18421;;;;;; (17393 49300))
18408;;; Generated autoloads from mwheel.el 18422;;; Generated autoloads from mwheel.el
18409 18423
18410(defvar mouse-wheel-mode nil "\ 18424(defvar mouse-wheel-mode nil "\
@@ -18420,7 +18434,7 @@ use either \\[customize] or the function `mouse-wheel-mode'.")
18420(autoload (quote mouse-wheel-mode) "mwheel" "\ 18434(autoload (quote mouse-wheel-mode) "mwheel" "\
18421Toggle mouse wheel support. 18435Toggle mouse wheel support.
18422With prefix argument ARG, turn on if positive, otherwise off. 18436With prefix argument ARG, turn on if positive, otherwise off.
18423Returns non-nil if the new state is enabled. 18437Return non-nil if the new state is enabled.
18424 18438
18425\(fn &optional ARG)" t nil) 18439\(fn &optional ARG)" t nil)
18426 18440
@@ -18434,7 +18448,7 @@ Enable mouse wheel support.
18434;;;### (autoloads (network-connection network-connection-to-service 18448;;;### (autoloads (network-connection network-connection-to-service
18435;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 18449;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
18436;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute) 18450;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute)
18437;;;;;; "net-utils" "net/net-utils.el" (17148 25173)) 18451;;;;;; "net-utils" "net/net-utils.el" (17383 13296))
18438;;; Generated autoloads from net/net-utils.el 18452;;; Generated autoloads from net/net-utils.el
18439 18453
18440(autoload (quote traceroute) "net-utils" "\ 18454(autoload (quote traceroute) "net-utils" "\
@@ -18714,7 +18728,7 @@ unless optional argument SOFT is non-nil.
18714 18728
18715;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start 18729;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start
18716;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker" 18730;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker"
18717;;;;;; "net/newsticker.el" (17378 16858)) 18731;;;;;; "net/newsticker.el" (17383 13296))
18718;;; Generated autoloads from net/newsticker.el 18732;;; Generated autoloads from net/newsticker.el
18719 18733
18720(autoload (quote newsticker-running-p) "newsticker" "\ 18734(autoload (quote newsticker-running-p) "newsticker" "\
@@ -18756,7 +18770,7 @@ Switch to newsticker buffer. You may want to bind this to a key.
18756;;;*** 18770;;;***
18757 18771
18758;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 18772;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
18759;;;;;; (17148 25143)) 18773;;;;;; (17382 1052))
18760;;; Generated autoloads from gnus/nndiary.el 18774;;; Generated autoloads from gnus/nndiary.el
18761 18775
18762(autoload (quote nndiary-generate-nov-databases) "nndiary" "\ 18776(autoload (quote nndiary-generate-nov-databases) "nndiary" "\
@@ -18766,8 +18780,8 @@ Generate NOV databases in all nndiary directories.
18766 18780
18767;;;*** 18781;;;***
18768 18782
18769;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (17148 18783;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (17382
18770;;;;;; 25143)) 18784;;;;;; 1052))
18771;;; Generated autoloads from gnus/nndoc.el 18785;;; Generated autoloads from gnus/nndoc.el
18772 18786
18773(autoload (quote nndoc-add-type) "nndoc" "\ 18787(autoload (quote nndoc-add-type) "nndoc" "\
@@ -18782,7 +18796,7 @@ symbol in the alist.
18782;;;*** 18796;;;***
18783 18797
18784;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 18798;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
18785;;;;;; (17148 25144)) 18799;;;;;; (17388 8140))
18786;;; Generated autoloads from gnus/nnfolder.el 18800;;; Generated autoloads from gnus/nnfolder.el
18787 18801
18788(autoload (quote nnfolder-generate-active-file) "nnfolder" "\ 18802(autoload (quote nnfolder-generate-active-file) "nnfolder" "\
@@ -18794,7 +18808,7 @@ This command does not work if you use short group names.
18794;;;*** 18808;;;***
18795 18809
18796;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 18810;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
18797;;;;;; (17148 25145)) 18811;;;;;; (17382 1052))
18798;;; Generated autoloads from gnus/nnkiboze.el 18812;;; Generated autoloads from gnus/nnkiboze.el
18799 18813
18800(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ 18814(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\
@@ -18806,7 +18820,7 @@ Finds out what articles are to be part of the nnkiboze groups.
18806;;;*** 18820;;;***
18807 18821
18808;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 18822;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
18809;;;;;; (17148 25147)) 18823;;;;;; (17382 1052))
18810;;; Generated autoloads from gnus/nnml.el 18824;;; Generated autoloads from gnus/nnml.el
18811 18825
18812(autoload (quote nnml-generate-nov-databases) "nnml" "\ 18826(autoload (quote nnml-generate-nov-databases) "nnml" "\
@@ -18817,7 +18831,7 @@ Generate NOV databases in all nnml directories.
18817;;;*** 18831;;;***
18818 18832
18819;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 18833;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
18820;;;;;; "nnsoup" "gnus/nnsoup.el" (17148 25148)) 18834;;;;;; "nnsoup" "gnus/nnsoup.el" (17382 1052))
18821;;; Generated autoloads from gnus/nnsoup.el 18835;;; Generated autoloads from gnus/nnsoup.el
18822 18836
18823(autoload (quote nnsoup-pack-replies) "nnsoup" "\ 18837(autoload (quote nnsoup-pack-replies) "nnsoup" "\
@@ -18838,7 +18852,7 @@ Revert posting and mailing methods to the standard Emacs methods.
18838;;;*** 18852;;;***
18839 18853
18840;;;### (autoloads (disable-command enable-command disabled-command-function) 18854;;;### (autoloads (disable-command enable-command disabled-command-function)
18841;;;;;; "novice" "novice.el" (17148 25021)) 18855;;;;;; "novice" "novice.el" (17383 24126))
18842;;; Generated autoloads from novice.el 18856;;; Generated autoloads from novice.el
18843 18857
18844(defvar disabled-command-function (quote disabled-command-function) "\ 18858(defvar disabled-command-function (quote disabled-command-function) "\
@@ -18871,7 +18885,7 @@ to future sessions.
18871;;;*** 18885;;;***
18872 18886
18873;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 18887;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
18874;;;;;; (17379 56088)) 18888;;;;;; (17383 55314))
18875;;; Generated autoloads from textmodes/nroff-mode.el 18889;;; Generated autoloads from textmodes/nroff-mode.el
18876 18890
18877(autoload (quote nroff-mode) "nroff-mode" "\ 18891(autoload (quote nroff-mode) "nroff-mode" "\
@@ -18886,7 +18900,7 @@ closing requests for requests that are used in matched pairs.
18886;;;*** 18900;;;***
18887 18901
18888;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el" 18902;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el"
18889;;;;;; (17167 26278)) 18903;;;;;; (17388 22062))
18890;;; Generated autoloads from progmodes/octave-hlp.el 18904;;; Generated autoloads from progmodes/octave-hlp.el
18891 18905
18892(autoload (quote octave-help) "octave-hlp" "\ 18906(autoload (quote octave-help) "octave-hlp" "\
@@ -18900,7 +18914,7 @@ If KEY is not a string, prompt for it with completion.
18900;;;*** 18914;;;***
18901 18915
18902;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 18916;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
18903;;;;;; (17288 31060)) 18917;;;;;; (17388 22062))
18904;;; Generated autoloads from progmodes/octave-inf.el 18918;;; Generated autoloads from progmodes/octave-inf.el
18905 18919
18906(autoload (quote inferior-octave) "octave-inf" "\ 18920(autoload (quote inferior-octave) "octave-inf" "\
@@ -18923,7 +18937,7 @@ startup file, `~/.emacs-octave'.
18923;;;*** 18937;;;***
18924 18938
18925;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 18939;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
18926;;;;;; (17307 14151)) 18940;;;;;; (17426 59496))
18927;;; Generated autoloads from progmodes/octave-mod.el 18941;;; Generated autoloads from progmodes/octave-mod.el
18928 18942
18929(autoload (quote octave-mode) "octave-mod" "\ 18943(autoload (quote octave-mode) "octave-mod" "\
@@ -19022,7 +19036,7 @@ including a reproducible test case and send the message.
19022;;;*** 19036;;;***
19023 19037
19024;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el" 19038;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el"
19025;;;;;; (17148 25181)) 19039;;;;;; (17382 34311))
19026;;; Generated autoloads from obsolete/options.el 19040;;; Generated autoloads from obsolete/options.el
19027 19041
19028(autoload (quote list-options) "options" "\ 19042(autoload (quote list-options) "options" "\
@@ -19047,7 +19061,7 @@ The Custom feature is intended to make this obsolete.
19047;;;;;; orgtbl-mode turn-on-orgtbl org-remember-handler org-remember-annotation 19061;;;;;; orgtbl-mode turn-on-orgtbl org-remember-handler org-remember-annotation
19048;;;;;; org-store-link org-tags-view org-diary org-todo-list org-agenda-list 19062;;;;;; org-store-link org-tags-view org-diary org-todo-list org-agenda-list
19049;;;;;; org-agenda org-agenda-mode org-mode) "org" "textmodes/org.el" 19063;;;;;; org-agenda org-agenda-mode org-mode) "org" "textmodes/org.el"
19050;;;;;; (17373 32426)) 19064;;;;;; (17447 40021))
19051;;; Generated autoloads from textmodes/org.el 19065;;; Generated autoloads from textmodes/org.el
19052 19066
19053(autoload (quote org-mode) "org" "\ 19067(autoload (quote org-mode) "org" "\
@@ -19259,7 +19273,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'.
19259;;;*** 19273;;;***
19260 19274
19261;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 19275;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
19262;;;;;; (17360 15348)) 19276;;;;;; (17419 48998))
19263;;; Generated autoloads from outline.el 19277;;; Generated autoloads from outline.el
19264 19278
19265(autoload (quote outline-mode) "outline" "\ 19279(autoload (quote outline-mode) "outline" "\
@@ -19314,7 +19328,7 @@ See the command `outline-mode' for more information on this mode.
19314 19328
19315;;;*** 19329;;;***
19316 19330
19317;;;### (autoloads (show-paren-mode) "paren" "paren.el" (17333 17859)) 19331;;;### (autoloads (show-paren-mode) "paren" "paren.el" (17383 24126))
19318;;; Generated autoloads from paren.el 19332;;; Generated autoloads from paren.el
19319 19333
19320(defvar show-paren-mode nil "\ 19334(defvar show-paren-mode nil "\
@@ -19340,7 +19354,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
19340;;;*** 19354;;;***
19341 19355
19342;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 19356;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
19343;;;;;; (17307 14150)) 19357;;;;;; (17385 41891))
19344;;; Generated autoloads from calendar/parse-time.el 19358;;; Generated autoloads from calendar/parse-time.el
19345 19359
19346(autoload (quote parse-time-string) "parse-time" "\ 19360(autoload (quote parse-time-string) "parse-time" "\
@@ -19352,8 +19366,8 @@ unknown are returned as nil.
19352 19366
19353;;;*** 19367;;;***
19354 19368
19355;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (17276 19369;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (17388
19356;;;;;; 44726)) 19370;;;;;; 22062))
19357;;; Generated autoloads from progmodes/pascal.el 19371;;; Generated autoloads from progmodes/pascal.el
19358 19372
19359(autoload (quote pascal-mode) "pascal" "\ 19373(autoload (quote pascal-mode) "pascal" "\
@@ -19406,7 +19420,7 @@ no args, if that value is non-nil.
19406;;;*** 19420;;;***
19407 19421
19408;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 19422;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
19409;;;;;; (17140 20922)) 19423;;;;;; (17383 13537))
19410;;; Generated autoloads from emulation/pc-mode.el 19424;;; Generated autoloads from emulation/pc-mode.el
19411 19425
19412(autoload (quote pc-bindings-mode) "pc-mode" "\ 19426(autoload (quote pc-bindings-mode) "pc-mode" "\
@@ -19424,7 +19438,7 @@ C-Escape does list-buffers.
19424;;;*** 19438;;;***
19425 19439
19426;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" 19440;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select"
19427;;;;;; "emulation/pc-select.el" (17140 20922)) 19441;;;;;; "emulation/pc-select.el" (17383 13537))
19428;;; Generated autoloads from emulation/pc-select.el 19442;;; Generated autoloads from emulation/pc-select.el
19429 19443
19430(defvar pc-selection-mode nil "\ 19444(defvar pc-selection-mode nil "\
@@ -19501,8 +19515,8 @@ you must modify it using \\[customize] or \\[pc-selection-mode].")
19501 19515
19502;;;*** 19516;;;***
19503 19517
19504;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (17148 19518;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (17383
19505;;;;;; 25022)) 19519;;;;;; 24126))
19506;;; Generated autoloads from pcmpl-cvs.el 19520;;; Generated autoloads from pcmpl-cvs.el
19507 19521
19508(autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ 19522(autoload (quote pcomplete/cvs) "pcmpl-cvs" "\
@@ -19513,7 +19527,7 @@ Completion rules for the `cvs' command.
19513;;;*** 19527;;;***
19514 19528
19515;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 19529;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
19516;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (17148 25022)) 19530;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (17383 24126))
19517;;; Generated autoloads from pcmpl-gnu.el 19531;;; Generated autoloads from pcmpl-gnu.el
19518 19532
19519(autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ 19533(autoload (quote pcomplete/gzip) "pcmpl-gnu" "\
@@ -19541,7 +19555,7 @@ Completion for the GNU tar utility.
19541;;;*** 19555;;;***
19542 19556
19543;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 19557;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
19544;;;;;; "pcmpl-linux" "pcmpl-linux.el" (17148 25022)) 19558;;;;;; "pcmpl-linux" "pcmpl-linux.el" (17383 24126))
19545;;; Generated autoloads from pcmpl-linux.el 19559;;; Generated autoloads from pcmpl-linux.el
19546 19560
19547(autoload (quote pcomplete/kill) "pcmpl-linux" "\ 19561(autoload (quote pcomplete/kill) "pcmpl-linux" "\
@@ -19561,8 +19575,8 @@ Completion for GNU/Linux `mount'.
19561 19575
19562;;;*** 19576;;;***
19563 19577
19564;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (17148 19578;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (17383
19565;;;;;; 25022)) 19579;;;;;; 24126))
19566;;; Generated autoloads from pcmpl-rpm.el 19580;;; Generated autoloads from pcmpl-rpm.el
19567 19581
19568(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ 19582(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\
@@ -19578,7 +19592,7 @@ You can use \\[eshell-report-bug] to do so.
19578 19592
19579;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which 19593;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which
19580;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) 19594;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)
19581;;;;;; "pcmpl-unix" "pcmpl-unix.el" (17148 25022)) 19595;;;;;; "pcmpl-unix" "pcmpl-unix.el" (17383 24126))
19582;;; Generated autoloads from pcmpl-unix.el 19596;;; Generated autoloads from pcmpl-unix.el
19583 19597
19584(autoload (quote pcomplete/cd) "pcmpl-unix" "\ 19598(autoload (quote pcomplete/cd) "pcmpl-unix" "\
@@ -19624,8 +19638,8 @@ Completion for the `chgrp' command.
19624 19638
19625;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 19639;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
19626;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 19640;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
19627;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (17205 19641;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (17383
19628;;;;;; 6017)) 19642;;;;;; 24126))
19629;;; Generated autoloads from pcomplete.el 19643;;; Generated autoloads from pcomplete.el
19630 19644
19631(autoload (quote pcomplete) "pcomplete" "\ 19645(autoload (quote pcomplete) "pcomplete" "\
@@ -19684,7 +19698,7 @@ Setup shell-mode to use pcomplete.
19684 19698
19685;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 19699;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
19686;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 19700;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
19687;;;;;; "pcvs.el" (17304 41554)) 19701;;;;;; "pcvs.el" (17383 24126))
19688;;; Generated autoloads from pcvs.el 19702;;; Generated autoloads from pcvs.el
19689 19703
19690(autoload (quote cvs-checkout) "pcvs" "\ 19704(autoload (quote cvs-checkout) "pcvs" "\
@@ -19761,7 +19775,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
19761 19775
19762;;;*** 19776;;;***
19763 19777
19764;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (17194 38169)) 19778;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (17383 24126))
19765;;; Generated autoloads from pcvs-defs.el 19779;;; Generated autoloads from pcvs-defs.el
19766 19780
19767(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))) 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)))
@@ -19769,7 +19783,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
19769;;;*** 19783;;;***
19770 19784
19771;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 19785;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
19772;;;;;; (17276 44726)) 19786;;;;;; (17388 22062))
19773;;; Generated autoloads from progmodes/perl-mode.el 19787;;; Generated autoloads from progmodes/perl-mode.el
19774 19788
19775(autoload (quote perl-mode) "perl-mode" "\ 19789(autoload (quote perl-mode) "perl-mode" "\
@@ -19827,7 +19841,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
19827;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key 19841;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key
19828;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt 19842;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt
19829;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region 19843;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region
19830;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (17251 37236)) 19844;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (17383 24126))
19831;;; Generated autoloads from pgg.el 19845;;; Generated autoloads from pgg.el
19832 19846
19833(autoload (quote pgg-encrypt-region) "pgg" "\ 19847(autoload (quote pgg-encrypt-region) "pgg" "\
@@ -19960,19 +19974,8 @@ Import public keys in the current buffer.
19960 19974
19961;;;*** 19975;;;***
19962 19976
19963;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el"
19964;;;;;; (17251 37235))
19965;;; Generated autoloads from pgg-gpg.el
19966
19967(autoload (quote pgg-gpg-symmetric-key-p) "pgg-gpg" "\
19968True if decoded armor MESSAGE-KEYS has symmetric encryption indicator.
19969
19970\(fn MESSAGE-KEYS)" nil nil)
19971
19972;;;***
19973
19974;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 19977;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
19975;;;;;; (17316 61871)) 19978;;;;;; (17383 15658))
19976;;; Generated autoloads from textmodes/picture.el 19979;;; Generated autoloads from textmodes/picture.el
19977 19980
19978(autoload (quote picture-mode) "picture" "\ 19981(autoload (quote picture-mode) "picture" "\
@@ -20053,7 +20056,7 @@ they are not defaultly assigned to keys.
20053;;;*** 20056;;;***
20054 20057
20055;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 20058;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
20056;;;;;; (17148 25215)) 20059;;;;;; (17383 15658))
20057;;; Generated autoloads from textmodes/po.el 20060;;; Generated autoloads from textmodes/po.el
20058 20061
20059(autoload (quote po-find-file-coding-system) "po" "\ 20062(autoload (quote po-find-file-coding-system) "po" "\
@@ -20064,7 +20067,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
20064 20067
20065;;;*** 20068;;;***
20066 20069
20067;;;### (autoloads (pong) "pong" "play/pong.el" (17140 20949)) 20070;;;### (autoloads (pong) "pong" "play/pong.el" (17382 1892))
20068;;; Generated autoloads from play/pong.el 20071;;; Generated autoloads from play/pong.el
20069 20072
20070(autoload (quote pong) "pong" "\ 20073(autoload (quote pong) "pong" "\
@@ -20081,7 +20084,7 @@ pong-mode keybindings:\\<pong-mode-map>
20081;;;*** 20084;;;***
20082 20085
20083;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer 20086;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer
20084;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (17185 27496)) 20087;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (17383 16118))
20085;;; Generated autoloads from emacs-lisp/pp.el 20088;;; Generated autoloads from emacs-lisp/pp.el
20086 20089
20087(autoload (quote pp-to-string) "pp" "\ 20090(autoload (quote pp-to-string) "pp" "\
@@ -20139,7 +20142,7 @@ Ignores leading comment characters.
20139;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 20142;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
20140;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 20143;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
20141;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 20144;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
20142;;;;;; (17275 51551)) 20145;;;;;; (17383 24126))
20143;;; Generated autoloads from printing.el 20146;;; Generated autoloads from printing.el
20144 20147
20145(autoload (quote pr-interface) "printing" "\ 20148(autoload (quote pr-interface) "printing" "\
@@ -20727,7 +20730,7 @@ are both set to t.
20727;;;*** 20730;;;***
20728 20731
20729;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el" 20732;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el"
20730;;;;;; (17276 44726)) 20733;;;;;; (17388 22062))
20731;;; Generated autoloads from progmodes/prolog.el 20734;;; Generated autoloads from progmodes/prolog.el
20732 20735
20733(autoload (quote prolog-mode) "prolog" "\ 20736(autoload (quote prolog-mode) "prolog" "\
@@ -20747,7 +20750,7 @@ Run an inferior Prolog process, input and output via buffer *prolog*.
20747 20750
20748;;;*** 20751;;;***
20749 20752
20750;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (17318 56744)) 20753;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (17383 24126))
20751;;; Generated autoloads from ps-bdf.el 20754;;; Generated autoloads from ps-bdf.el
20752 20755
20753(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"))) "\ 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"))) "\
@@ -20756,8 +20759,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
20756 20759
20757;;;*** 20760;;;***
20758 20761
20759;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (17276 20762;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (17388
20760;;;;;; 44727)) 20763;;;;;; 22062))
20761;;; Generated autoloads from progmodes/ps-mode.el 20764;;; Generated autoloads from progmodes/ps-mode.el
20762 20765
20763(autoload (quote ps-mode) "ps-mode" "\ 20766(autoload (quote ps-mode) "ps-mode" "\
@@ -20806,7 +20809,7 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
20806;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string 20809;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string
20807;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string 20810;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string
20808;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer) 20811;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer)
20809;;;;;; "ps-mule" "ps-mule.el" (17239 32229)) 20812;;;;;; "ps-mule" "ps-mule.el" (17383 24126))
20810;;; Generated autoloads from ps-mule.el 20813;;; Generated autoloads from ps-mule.el
20811 20814
20812(defvar ps-multibyte-buffer nil "\ 20815(defvar ps-multibyte-buffer nil "\
@@ -20927,8 +20930,8 @@ Not documented
20927;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 20930;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
20928;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 20931;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
20929;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 20932;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
20930;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (17239 20933;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (17383
20931;;;;;; 32233)) 20934;;;;;; 24126))
20932;;; Generated autoloads from ps-print.el 20935;;; Generated autoloads from ps-print.el
20933 20936
20934(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")) "\ 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")) "\
@@ -21125,7 +21128,7 @@ If EXTENSION is any other symbol, it is ignored.
21125;;;*** 21128;;;***
21126 21129
21127;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el" 21130;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el"
21128;;;;;; (17362 20185)) 21131;;;;;; (17388 22062))
21129;;; Generated autoloads from progmodes/python.el 21132;;; Generated autoloads from progmodes/python.el
21130 21133
21131(add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode))) 21134(add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode)))
@@ -21189,7 +21192,7 @@ Runs `jython-mode-hook' after `python-mode-hook'.
21189;;;*** 21192;;;***
21190 21193
21191;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 21194;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
21192;;;;;; (17148 25151)) 21195;;;;;; (17406 37716))
21193;;; Generated autoloads from gnus/qp.el 21196;;; Generated autoloads from gnus/qp.el
21194 21197
21195(autoload (quote quoted-printable-decode-region) "qp" "\ 21198(autoload (quote quoted-printable-decode-region) "qp" "\
@@ -21443,8 +21446,8 @@ of each directory.
21443 21446
21444;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 21447;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
21445;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 21448;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
21446;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (17140 21449;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (17383
21447;;;;;; 20942)) 21450;;;;;; 13296))
21448;;; Generated autoloads from net/quickurl.el 21451;;; Generated autoloads from net/quickurl.el
21449 21452
21450(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" "\ 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" "\
@@ -21515,25 +21518,42 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
21515 21518
21516;;;*** 21519;;;***
21517 21520
21518;;;### (autoloads (rcirc) "rcirc" "net/rcirc.el" (17378 16858)) 21521;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
21522;;;;;; "net/rcirc.el" (17448 18873))
21519;;; Generated autoloads from net/rcirc.el 21523;;; Generated autoloads from net/rcirc.el
21520 21524
21521(autoload (quote rcirc) "rcirc" "\ 21525(autoload (quote rcirc) "rcirc" "\
21522Connect to IRC. 21526Connect to IRC.
21527If ARG is non-nil, prompt for a server to connect to.
21523 21528
21524If any of the the optional SERVER, PORT, NICK or CHANNELS are not 21529\(fn ARG)" t nil)
21525supplied, they are taken from the variables `rcirc-server',
21526`rcirc-port', `rcirc-nick', and `rcirc-startup-channels-alist',
21527respectively.
21528
21529\(fn &optional SERVER PORT NICK CHANNELS)" t nil)
21530 21530
21531(defalias (quote irc) (quote rcirc)) 21531(defalias (quote irc) (quote rcirc))
21532 21532
21533(autoload (quote rcirc-connect) "rcirc" "\
21534Not documented
21535
21536\(fn &optional SERVER PORT NICK USER-NAME FULL-NAME STARTUP-CHANNELS)" nil nil)
21537
21538(defvar rcirc-track-minor-mode nil "\
21539Non-nil if Rcirc-Track minor mode is enabled.
21540See the command `rcirc-track-minor-mode' for a description of this minor-mode.
21541Setting this variable directly does not take effect;
21542use either \\[customize] or the function `rcirc-track-minor-mode'.")
21543
21544(custom-autoload (quote rcirc-track-minor-mode) "rcirc")
21545
21546(put (quote rcirc-track-minor-mode) (quote custom-set) (quote custom-set-minor-mode))
21547
21548(autoload (quote rcirc-track-minor-mode) "rcirc" "\
21549Global minor mode for tracking activity in rcirc buffers.
21550
21551\(fn &optional ARG)" t nil)
21552
21533;;;*** 21553;;;***
21534 21554
21535;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (17239 21555;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (17383
21536;;;;;; 32359)) 21556;;;;;; 13296))
21537;;; Generated autoloads from net/rcompile.el 21557;;; Generated autoloads from net/rcompile.el
21538 21558
21539(autoload (quote remote-compile) "rcompile" "\ 21559(autoload (quote remote-compile) "rcompile" "\
@@ -21545,7 +21565,7 @@ See \\[compile].
21545;;;*** 21565;;;***
21546 21566
21547;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 21567;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
21548;;;;;; (17148 25097)) 21568;;;;;; (17383 16118))
21549;;; Generated autoloads from emacs-lisp/re-builder.el 21569;;; Generated autoloads from emacs-lisp/re-builder.el
21550 21570
21551(defalias (quote regexp-builder) (quote re-builder)) 21571(defalias (quote regexp-builder) (quote re-builder))
@@ -21557,7 +21577,7 @@ Construct a regexp interactively.
21557 21577
21558;;;*** 21578;;;***
21559 21579
21560;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (17314 3338)) 21580;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (17383 24126))
21561;;; Generated autoloads from recentf.el 21581;;; Generated autoloads from recentf.el
21562 21582
21563(defvar recentf-mode nil "\ 21583(defvar recentf-mode nil "\
@@ -21587,8 +21607,8 @@ that were operated on recently.
21587;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 21607;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
21588;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 21608;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
21589;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 21609;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
21590;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (17239 21610;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (17383
21591;;;;;; 32234)) 21611;;;;;; 24127))
21592;;; Generated autoloads from rect.el 21612;;; Generated autoloads from rect.el
21593 21613
21594(autoload (quote move-to-column-force) "rect" "\ 21614(autoload (quote move-to-column-force) "rect" "\
@@ -21710,8 +21730,8 @@ rectangle which were empty.
21710 21730
21711;;;*** 21731;;;***
21712 21732
21713;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (17148 21733;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (17383
21714;;;;;; 25216)) 21734;;;;;; 15658))
21715;;; Generated autoloads from textmodes/refill.el 21735;;; Generated autoloads from textmodes/refill.el
21716 21736
21717(autoload (quote refill-mode) "refill" "\ 21737(autoload (quote refill-mode) "refill" "\
@@ -21727,7 +21747,7 @@ refilling if they would cause auto-filling.
21727;;;*** 21747;;;***
21728 21748
21729;;;### (autoloads (reftex-reset-scanning-information reftex-mode 21749;;;### (autoloads (reftex-reset-scanning-information reftex-mode
21730;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (17275 15964)) 21750;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (17404 10043))
21731;;; Generated autoloads from textmodes/reftex.el 21751;;; Generated autoloads from textmodes/reftex.el
21732 21752
21733(autoload (quote turn-on-reftex) "reftex" "\ 21753(autoload (quote turn-on-reftex) "reftex" "\
@@ -21777,7 +21797,7 @@ This enforces rescanning the buffer on next use.
21777;;;*** 21797;;;***
21778 21798
21779;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 21799;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
21780;;;;;; (17205 6249)) 21800;;;;;; (17404 4365))
21781;;; Generated autoloads from textmodes/reftex-cite.el 21801;;; Generated autoloads from textmodes/reftex-cite.el
21782 21802
21783(autoload (quote reftex-citation) "reftex-cite" "\ 21803(autoload (quote reftex-citation) "reftex-cite" "\
@@ -21807,7 +21827,7 @@ While entering the regexp, completion on knows citation keys is possible.
21807;;;*** 21827;;;***
21808 21828
21809;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 21829;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
21810;;;;;; (17205 6250)) 21830;;;;;; (17404 4365))
21811;;; Generated autoloads from textmodes/reftex-global.el 21831;;; Generated autoloads from textmodes/reftex-global.el
21812 21832
21813(autoload (quote reftex-isearch-minor-mode) "reftex-global" "\ 21833(autoload (quote reftex-isearch-minor-mode) "reftex-global" "\
@@ -21824,7 +21844,7 @@ With no argument, this command toggles
21824;;;*** 21844;;;***
21825 21845
21826;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 21846;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
21827;;;;;; (17239 32421)) 21847;;;;;; (17413 18835))
21828;;; Generated autoloads from textmodes/reftex-index.el 21848;;; Generated autoloads from textmodes/reftex-index.el
21829 21849
21830(autoload (quote reftex-index-phrases-mode) "reftex-index" "\ 21850(autoload (quote reftex-index-phrases-mode) "reftex-index" "\
@@ -21857,7 +21877,7 @@ Here are all local bindings.
21857;;;*** 21877;;;***
21858 21878
21859;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 21879;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
21860;;;;;; (17205 6254)) 21880;;;;;; (17404 4365))
21861;;; Generated autoloads from textmodes/reftex-parse.el 21881;;; Generated autoloads from textmodes/reftex-parse.el
21862 21882
21863(autoload (quote reftex-all-document-files) "reftex-parse" "\ 21883(autoload (quote reftex-all-document-files) "reftex-parse" "\
@@ -21870,7 +21890,7 @@ of master file.
21870;;;*** 21890;;;***
21871 21891
21872;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 21892;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
21873;;;;;; (17148 25097)) 21893;;;;;; (17383 16119))
21874;;; Generated autoloads from emacs-lisp/regexp-opt.el 21894;;; Generated autoloads from emacs-lisp/regexp-opt.el
21875 21895
21876(autoload (quote regexp-opt) "regexp-opt" "\ 21896(autoload (quote regexp-opt) "regexp-opt" "\
@@ -21897,7 +21917,7 @@ This means the number of non-shy regexp grouping constructs
21897 21917
21898;;;*** 21918;;;***
21899 21919
21900;;;### (autoloads (repeat) "repeat" "repeat.el" (17148 25034)) 21920;;;### (autoloads (repeat) "repeat" "repeat.el" (17383 24127))
21901;;; Generated autoloads from repeat.el 21921;;; Generated autoloads from repeat.el
21902 21922
21903(autoload (quote repeat) "repeat" "\ 21923(autoload (quote repeat) "repeat" "\
@@ -21915,7 +21935,7 @@ can be modified by the global variable `repeat-on-final-keystroke'.
21915;;;*** 21935;;;***
21916 21936
21917;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 21937;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
21918;;;;;; (17148 25157)) 21938;;;;;; (17383 16812))
21919;;; Generated autoloads from mail/reporter.el 21939;;; Generated autoloads from mail/reporter.el
21920 21940
21921(autoload (quote reporter-submit-bug-report) "reporter" "\ 21941(autoload (quote reporter-submit-bug-report) "reporter" "\
@@ -21947,7 +21967,7 @@ mail-sending package is used for editing and sending the message.
21947;;;*** 21967;;;***
21948 21968
21949;;;### (autoloads (reposition-window) "reposition" "reposition.el" 21969;;;### (autoloads (reposition-window) "reposition" "reposition.el"
21950;;;;;; (17148 25035)) 21970;;;;;; (17383 24127))
21951;;; Generated autoloads from reposition.el 21971;;; Generated autoloads from reposition.el
21952 21972
21953(autoload (quote reposition-window) "reposition" "\ 21973(autoload (quote reposition-window) "reposition" "\
@@ -21974,8 +21994,8 @@ first comment line visible (if point is in a comment).
21974 21994
21975;;;*** 21995;;;***
21976 21996
21977;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (17148 21997;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (17383
21978;;;;;; 25035)) 21998;;;;;; 24127))
21979;;; Generated autoloads from resume.el 21999;;; Generated autoloads from resume.el
21980 22000
21981(autoload (quote resume-suspend-hook) "resume" "\ 22001(autoload (quote resume-suspend-hook) "resume" "\
@@ -22022,7 +22042,7 @@ With zero or negative ARG turn mode off.
22022;;;*** 22042;;;***
22023 22043
22024;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 22044;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
22025;;;;;; (17148 25098)) 22045;;;;;; (17383 16119))
22026;;; Generated autoloads from emacs-lisp/ring.el 22046;;; Generated autoloads from emacs-lisp/ring.el
22027 22047
22028(autoload (quote ring-p) "ring" "\ 22048(autoload (quote ring-p) "ring" "\
@@ -22037,7 +22057,7 @@ Make a ring that can contain SIZE elements.
22037 22057
22038;;;*** 22058;;;***
22039 22059
22040;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (17140 20942)) 22060;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (17383 13296))
22041;;; Generated autoloads from net/rlogin.el 22061;;; Generated autoloads from net/rlogin.el
22042 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") 22062 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")
22043 22063
@@ -22088,8 +22108,8 @@ variable.
22088;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 22108;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
22089;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 22109;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
22090;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names 22110;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names
22091;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (17359 22111;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (17445
22092;;;;;; 40965)) 22112;;;;;; 10908))
22093;;; Generated autoloads from mail/rmail.el 22113;;; Generated autoloads from mail/rmail.el
22094 22114
22095(autoload (quote rmail-movemail-variant-p) "rmail" "\ 22115(autoload (quote rmail-movemail-variant-p) "rmail" "\
@@ -22112,7 +22132,7 @@ variable `rmail-dont-reply-to-names', for when the user does not set
22112value is the user's email address and name.) 22132value is the user's email address and name.)
22113It is useful to set this variable in the site customization file.") 22133It is useful to set this variable in the site customization file.")
22114 22134
22115(defvar rmail-ignored-headers (concat "^via:\\|^mail-from:\\|^origin:\\|^references:\\|^sender:" "\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:" "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:" "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:" "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^face:" "\\|^x-mailer:\\|^delivered-to:\\|^lines:" "\\|^content-transfer-encoding:\\|^x-coding-system:" "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" "\\|^precedence:\\|^list-help:\\|^list-post:\\|^list-subscribe:" "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-length:\\|^nntp-posting-date:\\|^user-agent" "\\|^importance:\\|^envelope-to:\\|^delivery-date\\|^openpgp:" "\\|^mbox-line:\\|^cancel-lock:" "\\|^resent-face:\\|^resent-x.*:\\|^resent-organization:\\|^resent-openpgp:" "\\|^x-.*:") "\ 22135(defvar rmail-ignored-headers (concat "^via:\\|^mail-from:\\|^origin:\\|^references:\\|^sender:" "\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:" "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:" "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:" "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^face:" "\\|^x-mailer:\\|^delivered-to:\\|^lines:" "\\|^content-transfer-encoding:\\|^x-coding-system:" "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" "\\|^precedence:\\|^list-help:\\|^list-post:\\|^list-subscribe:" "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-length:\\|^nntp-posting-date:\\|^user-agent" "\\|^importance:\\|^envelope-to:\\|^delivery-date\\|^openpgp:" "\\|^mbox-line:\\|^cancel-lock:\\|^DomainKey-Signature:" "\\|^resent-face:\\|^resent-x.*:\\|^resent-organization:\\|^resent-openpgp:" "\\|^x-.*:") "\
22116*Regexp to match header fields that Rmail should normally hide. 22136*Regexp to match header fields that Rmail should normally hide.
22117\(See also `rmail-nonignored-headers', which overrides this regexp.) 22137\(See also `rmail-nonignored-headers', which overrides this regexp.)
22118This variable is used for reformatting the message header, 22138This variable is used for reformatting the message header,
@@ -22143,7 +22163,7 @@ See also `rmail-highlight-face'.")
22143 22163
22144(custom-autoload (quote rmail-highlighted-headers) "rmail") 22164(custom-autoload (quote rmail-highlighted-headers) "rmail")
22145 22165
22146(defvar rmail-highlight-face nil "\ 22166(defvar rmail-highlight-face (quote rmail-highlight) "\
22147*Face used by Rmail for highlighting headers.") 22167*Face used by Rmail for highlighting headers.")
22148 22168
22149(custom-autoload (quote rmail-highlight-face) "rmail") 22169(custom-autoload (quote rmail-highlight-face) "rmail")
@@ -22354,7 +22374,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
22354;;;*** 22374;;;***
22355 22375
22356;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" 22376;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
22357;;;;;; (17148 25160)) 22377;;;;;; (17383 16812))
22358;;; Generated autoloads from mail/rmailedit.el 22378;;; Generated autoloads from mail/rmailedit.el
22359 22379
22360(autoload (quote rmail-edit-current-message) "rmailedit" "\ 22380(autoload (quote rmail-edit-current-message) "rmailedit" "\
@@ -22366,7 +22386,7 @@ Edit the contents of this message.
22366 22386
22367;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message 22387;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
22368;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" 22388;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
22369;;;;;; "mail/rmailkwd.el" (17185 27577)) 22389;;;;;; "mail/rmailkwd.el" (17383 16812))
22370;;; Generated autoloads from mail/rmailkwd.el 22390;;; Generated autoloads from mail/rmailkwd.el
22371 22391
22372(autoload (quote rmail-add-label) "rmailkwd" "\ 22392(autoload (quote rmail-add-label) "rmailkwd" "\
@@ -22405,7 +22425,7 @@ With prefix argument N moves forward N messages with these labels.
22405;;;*** 22425;;;***
22406 22426
22407;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" 22427;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
22408;;;;;; (17185 27577)) 22428;;;;;; (17383 16812))
22409;;; Generated autoloads from mail/rmailmsc.el 22429;;; Generated autoloads from mail/rmailmsc.el
22410 22430
22411(autoload (quote set-rmail-inbox-list) "rmailmsc" "\ 22431(autoload (quote set-rmail-inbox-list) "rmailmsc" "\
@@ -22419,7 +22439,7 @@ If FILE-NAME is empty, remove any existing inbox list.
22419 22439
22420;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output 22440;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output
22421;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" 22441;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout"
22422;;;;;; "mail/rmailout.el" (17362 20183)) 22442;;;;;; "mail/rmailout.el" (17383 16812))
22423;;; Generated autoloads from mail/rmailout.el 22443;;; Generated autoloads from mail/rmailout.el
22424 22444
22425(defvar rmail-output-file-alist nil "\ 22445(defvar rmail-output-file-alist nil "\
@@ -22486,8 +22506,8 @@ FILE-NAME defaults, interactively, from the Subject field of the message.
22486 22506
22487;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent 22507;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent
22488;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject 22508;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject
22489;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (17148 22509;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (17383
22490;;;;;; 25160)) 22510;;;;;; 16812))
22491;;; Generated autoloads from mail/rmailsort.el 22511;;; Generated autoloads from mail/rmailsort.el
22492 22512
22493(autoload (quote rmail-sort-by-date) "rmailsort" "\ 22513(autoload (quote rmail-sort-by-date) "rmailsort" "\
@@ -22539,7 +22559,7 @@ KEYWORDS is a comma-separated list of labels.
22539;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp 22559;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
22540;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary 22560;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
22541;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) 22561;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
22542;;;;;; "rmailsum" "mail/rmailsum.el" (17369 18495)) 22562;;;;;; "rmailsum" "mail/rmailsum.el" (17426 63564))
22543;;; Generated autoloads from mail/rmailsum.el 22563;;; Generated autoloads from mail/rmailsum.el
22544 22564
22545(defvar rmail-summary-scroll-between-messages t "\ 22565(defvar rmail-summary-scroll-between-messages t "\
@@ -22621,7 +22641,7 @@ Setting this variable has an effect only before reading a mail.")
22621;;;*** 22641;;;***
22622 22642
22623;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el" 22643;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el"
22624;;;;;; (17185 27602)) 22644;;;;;; (17382 34311))
22625;;; Generated autoloads from obsolete/rnewspost.el 22645;;; Generated autoloads from obsolete/rnewspost.el
22626 22646
22627(autoload (quote news-post-news) "rnewspost" "\ 22647(autoload (quote news-post-news) "rnewspost" "\
@@ -22634,7 +22654,7 @@ If NOQUERY is non-nil, we do not query before doing the work.
22634;;;*** 22654;;;***
22635 22655
22636;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 22656;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
22637;;;;;; rot13-string rot13) "rot13" "rot13.el" (17148 25035)) 22657;;;;;; rot13-string rot13) "rot13" "rot13.el" (17383 24127))
22638;;; Generated autoloads from rot13.el 22658;;; Generated autoloads from rot13.el
22639 22659
22640(autoload (quote rot13) "rot13" "\ 22660(autoload (quote rot13) "rot13" "\
@@ -22675,7 +22695,7 @@ Toggle the use of rot 13 encoding for the current window.
22675;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame 22695;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame
22676;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height 22696;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height
22677;;;;;; resize-minibuffer-mode) "rsz-mini" "obsolete/rsz-mini.el" 22697;;;;;; resize-minibuffer-mode) "rsz-mini" "obsolete/rsz-mini.el"
22678;;;;;; (17148 25181)) 22698;;;;;; (17382 34311))
22679;;; Generated autoloads from obsolete/rsz-mini.el 22699;;; Generated autoloads from obsolete/rsz-mini.el
22680 22700
22681(defvar resize-minibuffer-mode nil "\ 22701(defvar resize-minibuffer-mode nil "\
@@ -22715,8 +22735,8 @@ This function is obsolete.
22715 22735
22716;;;*** 22736;;;***
22717 22737
22718;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (17159 22738;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (17383
22719;;;;;; 1467)) 22739;;;;;; 24127))
22720;;; Generated autoloads from ruler-mode.el 22740;;; Generated autoloads from ruler-mode.el
22721 22741
22722(autoload (quote ruler-mode) "ruler-mode" "\ 22742(autoload (quote ruler-mode) "ruler-mode" "\
@@ -22726,8 +22746,8 @@ Display a ruler in the header line if ARG > 0.
22726 22746
22727;;;*** 22747;;;***
22728 22748
22729;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (17148 22749;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (17416
22730;;;;;; 25098)) 22750;;;;;; 13385))
22731;;; Generated autoloads from emacs-lisp/rx.el 22751;;; Generated autoloads from emacs-lisp/rx.el
22732 22752
22733(autoload (quote rx-to-string) "rx" "\ 22753(autoload (quote rx-to-string) "rx" "\
@@ -23035,7 +23055,7 @@ enclosed in `(and ...)'.
23035;;;*** 23055;;;***
23036 23056
23037;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" 23057;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el"
23038;;;;;; (17378 6213)) 23058;;;;;; (17383 24127))
23039;;; Generated autoloads from savehist.el 23059;;; Generated autoloads from savehist.el
23040 23060
23041(defvar savehist-mode nil "\ 23061(defvar savehist-mode nil "\
@@ -23061,7 +23081,7 @@ which is probably undesirable.
23061;;;*** 23081;;;***
23062 23082
23063;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 23083;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
23064;;;;;; (17276 44727)) 23084;;;;;; (17388 22062))
23065;;; Generated autoloads from progmodes/scheme.el 23085;;; Generated autoloads from progmodes/scheme.el
23066 23086
23067(autoload (quote scheme-mode) "scheme" "\ 23087(autoload (quote scheme-mode) "scheme" "\
@@ -23103,7 +23123,7 @@ that variable's value is a string.
23103;;;*** 23123;;;***
23104 23124
23105;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 23125;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
23106;;;;;; (17148 25151)) 23126;;;;;; (17382 1051))
23107;;; Generated autoloads from gnus/score-mode.el 23127;;; Generated autoloads from gnus/score-mode.el
23108 23128
23109(autoload (quote gnus-score-mode) "score-mode" "\ 23129(autoload (quote gnus-score-mode) "score-mode" "\
@@ -23116,8 +23136,8 @@ This mode is an extended emacs-lisp mode.
23116 23136
23117;;;*** 23137;;;***
23118 23138
23119;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (17185 23139;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (17382
23120;;;;;; 27603)) 23140;;;;;; 34311))
23121;;; Generated autoloads from obsolete/scribe.el 23141;;; Generated autoloads from obsolete/scribe.el
23122 23142
23123(autoload (quote scribe-mode) "scribe" "\ 23143(autoload (quote scribe-mode) "scribe" "\
@@ -23142,7 +23162,7 @@ Interesting variables:
23142;;;*** 23162;;;***
23143 23163
23144;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 23164;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
23145;;;;;; (17148 25035)) 23165;;;;;; (17383 24127))
23146;;; Generated autoloads from scroll-all.el 23166;;; Generated autoloads from scroll-all.el
23147 23167
23148(defvar scroll-all-mode nil "\ 23168(defvar scroll-all-mode nil "\
@@ -23166,7 +23186,7 @@ apply to all visible windows in the same frame.
23166;;;*** 23186;;;***
23167 23187
23168;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 23188;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
23169;;;;;; (17167 2786)) 23189;;;;;; (17383 24127))
23170;;; Generated autoloads from scroll-lock.el 23190;;; Generated autoloads from scroll-lock.el
23171 23191
23172(autoload (quote scroll-lock-mode) "scroll-lock" "\ 23192(autoload (quote scroll-lock-mode) "scroll-lock" "\
@@ -23188,7 +23208,7 @@ during scrolling.
23188;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 23208;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
23189;;;;;; mail-header-separator send-mail-function mail-interactive 23209;;;;;; mail-header-separator send-mail-function mail-interactive
23190;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 23210;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
23191;;;;;; "sendmail" "mail/sendmail.el" (17330 49619)) 23211;;;;;; "sendmail" "mail/sendmail.el" (17383 16812))
23192;;; Generated autoloads from mail/sendmail.el 23212;;; Generated autoloads from mail/sendmail.el
23193 23213
23194(defvar mail-from-style (quote angles) "\ 23214(defvar mail-from-style (quote angles) "\
@@ -23489,7 +23509,7 @@ Like `mail' command, but display mail buffer in another frame.
23489;;;*** 23509;;;***
23490 23510
23491;;;### (autoloads (server-mode server-start) "server" "server.el" 23511;;;### (autoloads (server-mode server-start) "server" "server.el"
23492;;;;;; (17244 54745)) 23512;;;;;; (17417 47894))
23493;;; Generated autoloads from server.el 23513;;; Generated autoloads from server.el
23494 23514
23495(autoload (quote server-start) "server" "\ 23515(autoload (quote server-start) "server" "\
@@ -23542,7 +23562,7 @@ These are active only in the minibuffer, when entering or editing a formula:
23542;;;*** 23562;;;***
23543 23563
23544;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 23564;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
23545;;;;;; (17356 16925)) 23565;;;;;; (17383 15659))
23546;;; Generated autoloads from textmodes/sgml-mode.el 23566;;; Generated autoloads from textmodes/sgml-mode.el
23547 23567
23548(autoload (quote sgml-mode) "sgml-mode" "\ 23568(autoload (quote sgml-mode) "sgml-mode" "\
@@ -23610,7 +23630,7 @@ To work around that, do:
23610;;;*** 23630;;;***
23611 23631
23612;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 23632;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
23613;;;;;; (17316 61871)) 23633;;;;;; (17408 15904))
23614;;; Generated autoloads from progmodes/sh-script.el 23634;;; Generated autoloads from progmodes/sh-script.el
23615 23635
23616(autoload (quote sh-mode) "sh-script" "\ 23636(autoload (quote sh-mode) "sh-script" "\
@@ -23673,7 +23693,7 @@ with your script for an edit-interpret-debug cycle.
23673 23693
23674;;;*** 23694;;;***
23675 23695
23676;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (17148 25151)) 23696;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (17382 1051))
23677;;; Generated autoloads from gnus/sha1.el 23697;;; Generated autoloads from gnus/sha1.el
23678 23698
23679(autoload (quote sha1) "sha1" "\ 23699(autoload (quote sha1) "sha1" "\
@@ -23688,7 +23708,7 @@ If BINARY is non-nil, return a string in binary form.
23688;;;*** 23708;;;***
23689 23709
23690;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 23710;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
23691;;;;;; (17279 31149)) 23711;;;;;; (17383 16119))
23692;;; Generated autoloads from emacs-lisp/shadow.el 23712;;; Generated autoloads from emacs-lisp/shadow.el
23693 23713
23694(autoload (quote list-load-path-shadows) "shadow" "\ 23714(autoload (quote list-load-path-shadows) "shadow" "\
@@ -23735,8 +23755,8 @@ buffer called `*Shadows*'. Shadowings are located by calling the
23735;;;*** 23755;;;***
23736 23756
23737;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 23757;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
23738;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (17239 23758;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (17383
23739;;;;;; 32238)) 23759;;;;;; 24127))
23740;;; Generated autoloads from shadowfile.el 23760;;; Generated autoloads from shadowfile.el
23741 23761
23742(autoload (quote shadow-define-cluster) "shadowfile" "\ 23762(autoload (quote shadow-define-cluster) "shadowfile" "\
@@ -23775,7 +23795,7 @@ Set up file shadowing.
23775;;;*** 23795;;;***
23776 23796
23777;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 23797;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
23778;;;;;; (17196 30352)) 23798;;;;;; (17383 24127))
23779;;; Generated autoloads from shell.el 23799;;; Generated autoloads from shell.el
23780 23800
23781(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ 23801(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
@@ -23822,7 +23842,7 @@ Otherwise, one argument `-i' is passed to the shell.
23822;;;*** 23842;;;***
23823 23843
23824;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 23844;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
23825;;;;;; "sieve" "gnus/sieve.el" (17205 6100)) 23845;;;;;; "sieve" "gnus/sieve.el" (17382 1051))
23826;;; Generated autoloads from gnus/sieve.el 23846;;; Generated autoloads from gnus/sieve.el
23827 23847
23828(autoload (quote sieve-manage) "sieve" "\ 23848(autoload (quote sieve-manage) "sieve" "\
@@ -23843,7 +23863,7 @@ Not documented
23843;;;*** 23863;;;***
23844 23864
23845;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 23865;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
23846;;;;;; (17148 25152)) 23866;;;;;; (17382 1051))
23847;;; Generated autoloads from gnus/sieve-mode.el 23867;;; Generated autoloads from gnus/sieve-mode.el
23848 23868
23849(autoload (quote sieve-mode) "sieve-mode" "\ 23869(autoload (quote sieve-mode) "sieve-mode" "\
@@ -23858,8 +23878,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
23858 23878
23859;;;*** 23879;;;***
23860 23880
23861;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (17276 23881;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (17388
23862;;;;;; 44727)) 23882;;;;;; 22062))
23863;;; Generated autoloads from progmodes/simula.el 23883;;; Generated autoloads from progmodes/simula.el
23864 23884
23865(autoload (quote simula-mode) "simula" "\ 23885(autoload (quote simula-mode) "simula" "\
@@ -23908,7 +23928,7 @@ with no arguments, if that value is non-nil.
23908;;;*** 23928;;;***
23909 23929
23910;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 23930;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
23911;;;;;; define-skeleton) "skeleton" "skeleton.el" (17148 25043)) 23931;;;;;; define-skeleton) "skeleton" "skeleton.el" (17383 24127))
23912;;; Generated autoloads from skeleton.el 23932;;; Generated autoloads from skeleton.el
23913 23933
23914(defvar skeleton-filter (quote identity) "\ 23934(defvar skeleton-filter (quote identity) "\
@@ -24018,7 +24038,7 @@ symmetrical ones, and the same character twice for the others.
24018;;;*** 24038;;;***
24019 24039
24020;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" 24040;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el"
24021;;;;;; (17248 650)) 24041;;;;;; (17383 24127))
24022;;; Generated autoloads from smerge-mode.el 24042;;; Generated autoloads from smerge-mode.el
24023 24043
24024(autoload (quote smerge-ediff) "smerge-mode" "\ 24044(autoload (quote smerge-ediff) "smerge-mode" "\
@@ -24037,7 +24057,7 @@ Minor mode to simplify editing output from the diff3 program.
24037;;;*** 24057;;;***
24038 24058
24039;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 24059;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
24040;;;;;; (17148 25152)) 24060;;;;;; (17440 25582))
24041;;; Generated autoloads from gnus/smiley.el 24061;;; Generated autoloads from gnus/smiley.el
24042 24062
24043(autoload (quote smiley-region) "smiley" "\ 24063(autoload (quote smiley-region) "smiley" "\
@@ -24055,7 +24075,7 @@ interactively. If there's no argument, do it at the current buffer
24055;;;*** 24075;;;***
24056 24076
24057;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 24077;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
24058;;;;;; "mail/smtpmail.el" (17358 48216)) 24078;;;;;; "mail/smtpmail.el" (17383 16812))
24059;;; Generated autoloads from mail/smtpmail.el 24079;;; Generated autoloads from mail/smtpmail.el
24060 24080
24061(autoload (quote smtpmail-send-it) "smtpmail" "\ 24081(autoload (quote smtpmail-send-it) "smtpmail" "\
@@ -24070,7 +24090,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
24070 24090
24071;;;*** 24091;;;***
24072 24092
24073;;;### (autoloads (snake) "snake" "play/snake.el" (17140 20949)) 24093;;;### (autoloads (snake) "snake" "play/snake.el" (17382 1892))
24074;;; Generated autoloads from play/snake.el 24094;;; Generated autoloads from play/snake.el
24075 24095
24076(autoload (quote snake) "snake" "\ 24096(autoload (quote snake) "snake" "\
@@ -24094,7 +24114,7 @@ Snake mode keybindings:
24094;;;*** 24114;;;***
24095 24115
24096;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 24116;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
24097;;;;;; (17140 20942)) 24117;;;;;; (17383 13296))
24098;;; Generated autoloads from net/snmp-mode.el 24118;;; Generated autoloads from net/snmp-mode.el
24099 24119
24100(autoload (quote snmp-mode) "snmp-mode" "\ 24120(autoload (quote snmp-mode) "snmp-mode" "\
@@ -24125,7 +24145,7 @@ then `snmpv2-mode-hook'.
24125 24145
24126;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name 24146;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name
24127;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) 24147;;;;;; calendar-longitude calendar-latitude calendar-time-display-form)
24128;;;;;; "solar" "calendar/solar.el" (17307 14150)) 24148;;;;;; "solar" "calendar/solar.el" (17385 41891))
24129;;; Generated autoloads from calendar/solar.el 24149;;; Generated autoloads from calendar/solar.el
24130 24150
24131(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ 24151(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\
@@ -24196,8 +24216,8 @@ Requires floating point.
24196 24216
24197;;;*** 24217;;;***
24198 24218
24199;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (17140 24219;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (17382
24200;;;;;; 20949)) 24220;;;;;; 1892))
24201;;; Generated autoloads from play/solitaire.el 24221;;; Generated autoloads from play/solitaire.el
24202 24222
24203(autoload (quote solitaire) "solitaire" "\ 24223(autoload (quote solitaire) "solitaire" "\
@@ -24274,7 +24294,7 @@ Pick your favourite shortcuts:
24274 24294
24275;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 24295;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
24276;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 24296;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
24277;;;;;; sort-lines sort-subr) "sort" "sort.el" (17148 25043)) 24297;;;;;; sort-lines sort-subr) "sort" "sort.el" (17434 1454))
24278;;; Generated autoloads from sort.el 24298;;; Generated autoloads from sort.el
24279 24299
24280(autoload (quote sort-subr) "sort" "\ 24300(autoload (quote sort-subr) "sort" "\
@@ -24416,8 +24436,8 @@ From a program takes two point or marker arguments, BEG and END.
24416 24436
24417;;;*** 24437;;;***
24418 24438
24419;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (17360 24439;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (17440
24420;;;;;; 3380)) 24440;;;;;; 25582))
24421;;; Generated autoloads from gnus/spam.el 24441;;; Generated autoloads from gnus/spam.el
24422 24442
24423(autoload (quote spam-initialize) "spam" "\ 24443(autoload (quote spam-initialize) "spam" "\
@@ -24429,7 +24449,7 @@ Install the spam.el hooks and do other initialization
24429 24449
24430;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 24450;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
24431;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 24451;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
24432;;;;;; "gnus/spam-report.el" (17239 32320)) 24452;;;;;; "gnus/spam-report.el" (17385 29998))
24433;;; Generated autoloads from gnus/spam-report.el 24453;;; Generated autoloads from gnus/spam-report.el
24434 24454
24435(autoload (quote spam-report-process-queue) "spam-report" "\ 24455(autoload (quote spam-report-process-queue) "spam-report" "\
@@ -24472,7 +24492,7 @@ Spam reports will be queued with the method used when
24472;;;*** 24492;;;***
24473 24493
24474;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 24494;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
24475;;;;;; "speedbar.el" (17294 14915)) 24495;;;;;; "speedbar.el" (17412 50667))
24476;;; Generated autoloads from speedbar.el 24496;;; Generated autoloads from speedbar.el
24477 24497
24478(defalias (quote speedbar) (quote speedbar-frame-mode)) 24498(defalias (quote speedbar) (quote speedbar-frame-mode))
@@ -24497,7 +24517,7 @@ selected. If the speedbar frame is active, then select the attached frame.
24497;;;*** 24517;;;***
24498 24518
24499;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 24519;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
24500;;;;;; "spell" "textmodes/spell.el" (17148 25223)) 24520;;;;;; "spell" "textmodes/spell.el" (17383 15659))
24501;;; Generated autoloads from textmodes/spell.el 24521;;; Generated autoloads from textmodes/spell.el
24502 24522
24503(put (quote spell-filter) (quote risky-local-variable) t) 24523(put (quote spell-filter) (quote risky-local-variable) t)
@@ -24533,8 +24553,8 @@ Check spelling of string supplied as argument.
24533 24553
24534;;;*** 24554;;;***
24535 24555
24536;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (17140 24556;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (17382
24537;;;;;; 20949)) 24557;;;;;; 1892))
24538;;; Generated autoloads from play/spook.el 24558;;; Generated autoloads from play/spook.el
24539 24559
24540(autoload (quote spook) "spook" "\ 24560(autoload (quote spook) "spook" "\
@@ -24552,8 +24572,8 @@ Return a vector containing the lines from `spook-phrases-file'.
24552;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres 24572;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
24553;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 24573;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
24554;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help 24574;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help
24555;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (17185 24575;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (17388
24556;;;;;; 27674)) 24576;;;;;; 22062))
24557;;; Generated autoloads from progmodes/sql.el 24577;;; Generated autoloads from progmodes/sql.el
24558 24578
24559(autoload (quote sql-add-product-keywords) "sql" "\ 24579(autoload (quote sql-add-product-keywords) "sql" "\
@@ -24984,8 +25004,8 @@ input. See `sql-interactive-mode'.
24984;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 25004;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
24985;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 25005;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
24986;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 25006;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
24987;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (17205 25007;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (17383
24988;;;;;; 6045)) 25008;;;;;; 24127))
24989;;; Generated autoloads from strokes.el 25009;;; Generated autoloads from strokes.el
24990 25010
24991(autoload (quote strokes-global-set-stroke) "strokes" "\ 25011(autoload (quote strokes-global-set-stroke) "strokes" "\
@@ -25116,7 +25136,7 @@ Studlify-case the current buffer.
25116 25136
25117;;;*** 25137;;;***
25118 25138
25119;;;### (autoloads (locate-library) "subr" "subr.el" (17374 39354)) 25139;;;### (autoloads (locate-library) "subr" "subr.el" (17410 23908))
25120;;; Generated autoloads from subr.el 25140;;; Generated autoloads from subr.el
25121 25141
25122(autoload (quote locate-library) "subr" "\ 25142(autoload (quote locate-library) "subr" "\
@@ -25138,7 +25158,7 @@ and the file name is displayed in the echo area.
25138;;;*** 25158;;;***
25139 25159
25140;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 25160;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
25141;;;;;; (17239 32335)) 25161;;;;;; (17383 16812))
25142;;; Generated autoloads from mail/supercite.el 25162;;; Generated autoloads from mail/supercite.el
25143 25163
25144(autoload (quote sc-cite-original) "supercite" "\ 25164(autoload (quote sc-cite-original) "supercite" "\
@@ -25170,7 +25190,30 @@ before, and `sc-post-hook' is run after the guts of this function.
25170 25190
25171;;;*** 25191;;;***
25172 25192
25173;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17148 25050)) 25193;;;### (autoloads (t-mouse-mode) "t-mouse" "t-mouse.el" (17416 55046))
25194;;; Generated autoloads from t-mouse.el
25195
25196(defvar t-mouse-mode nil "\
25197Non-nil if T-Mouse mode is enabled.
25198See the command `t-mouse-mode' for a description of this minor-mode.
25199Setting this variable directly does not take effect;
25200use either \\[customize] or the function `t-mouse-mode'.")
25201
25202(custom-autoload (quote t-mouse-mode) "t-mouse")
25203
25204(put (quote t-mouse-mode) (quote custom-set) (quote custom-set-minor-mode))
25205
25206(autoload (quote t-mouse-mode) "t-mouse" "\
25207Toggle t-mouse mode.
25208With prefix arg, turn t-mouse mode on iff arg is positive.
25209
25210Turn it on to use emacs mouse commands, and off to use t-mouse commands.
25211
25212\(fn &optional ARG)" t nil)
25213
25214;;;***
25215
25216;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17383 24127))
25174;;; Generated autoloads from tabify.el 25217;;; Generated autoloads from tabify.el
25175 25218
25176(autoload (quote untabify) "tabify" "\ 25219(autoload (quote untabify) "tabify" "\
@@ -25793,7 +25836,7 @@ converts a table into plain text without frames. It is a companion to
25793 25836
25794;;;*** 25837;;;***
25795 25838
25796;;;### (autoloads (talk-connect) "talk" "talk.el" (17148 25050)) 25839;;;### (autoloads (talk-connect) "talk" "talk.el" (17383 24127))
25797;;; Generated autoloads from talk.el 25840;;; Generated autoloads from talk.el
25798 25841
25799(autoload (quote talk-connect) "talk" "\ 25842(autoload (quote talk-connect) "talk" "\
@@ -25803,7 +25846,7 @@ Connect to display DISPLAY for the Emacs talk group.
25803 25846
25804;;;*** 25847;;;***
25805 25848
25806;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (17267 37747)) 25849;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (17383 24127))
25807;;; Generated autoloads from tar-mode.el 25850;;; Generated autoloads from tar-mode.el
25808 25851
25809(autoload (quote tar-mode) "tar-mode" "\ 25852(autoload (quote tar-mode) "tar-mode" "\
@@ -25878,7 +25921,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
25878 25921
25879;;;*** 25922;;;***
25880 25923
25881;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (17140 20942)) 25924;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (17383 13296))
25882;;; Generated autoloads from net/telnet.el 25925;;; Generated autoloads from net/telnet.el
25883 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") 25926 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
25884 25927
@@ -25934,8 +25977,8 @@ Start a terminal-emulator in a new buffer.
25934 25977
25935;;;*** 25978;;;***
25936 25979
25937;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (17239 25980;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (17383
25938;;;;;; 32246)) 25981;;;;;; 24127))
25939;;; Generated autoloads from terminal.el 25982;;; Generated autoloads from terminal.el
25940 25983
25941(autoload (quote terminal-emulator) "terminal" "\ 25984(autoload (quote terminal-emulator) "terminal" "\
@@ -25972,7 +26015,7 @@ subprocess started.
25972;;;*** 26015;;;***
25973 26016
25974;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 26017;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
25975;;;;;; (17159 1472)) 26018;;;;;; (17383 16119))
25976;;; Generated autoloads from emacs-lisp/testcover.el 26019;;; Generated autoloads from emacs-lisp/testcover.el
25977 26020
25978(autoload (quote testcover-this-defun) "testcover" "\ 26021(autoload (quote testcover-this-defun) "testcover" "\
@@ -25982,7 +26025,7 @@ Start coverage on function under point.
25982 26025
25983;;;*** 26026;;;***
25984 26027
25985;;;### (autoloads (tetris) "tetris" "play/tetris.el" (17140 20949)) 26028;;;### (autoloads (tetris) "tetris" "play/tetris.el" (17382 1892))
25986;;; Generated autoloads from play/tetris.el 26029;;; Generated autoloads from play/tetris.el
25987 26030
25988(autoload (quote tetris) "tetris" "\ 26031(autoload (quote tetris) "tetris" "\
@@ -26013,7 +26056,7 @@ tetris-mode keybindings:
26013;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 26056;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
26014;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 26057;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
26015;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 26058;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
26016;;;;;; (17239 32423)) 26059;;;;;; (17383 15659))
26017;;; Generated autoloads from textmodes/tex-mode.el 26060;;; Generated autoloads from textmodes/tex-mode.el
26018 26061
26019(defvar tex-shell-file-name nil "\ 26062(defvar tex-shell-file-name nil "\
@@ -26315,7 +26358,7 @@ Major mode to edit DocTeX files.
26315;;;*** 26358;;;***
26316 26359
26317;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 26360;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
26318;;;;;; "texinfmt" "textmodes/texinfmt.el" (17312 51446)) 26361;;;;;; "texinfmt" "textmodes/texinfmt.el" (17383 15659))
26319;;; Generated autoloads from textmodes/texinfmt.el 26362;;; Generated autoloads from textmodes/texinfmt.el
26320 26363
26321(autoload (quote texinfo-format-buffer) "texinfmt" "\ 26364(autoload (quote texinfo-format-buffer) "texinfmt" "\
@@ -26355,7 +26398,7 @@ if large. You can use Info-split to do this manually.
26355;;;*** 26398;;;***
26356 26399
26357;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 26400;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
26358;;;;;; "texinfo" "textmodes/texinfo.el" (17276 44727)) 26401;;;;;; "texinfo" "textmodes/texinfo.el" (17383 15659))
26359;;; Generated autoloads from textmodes/texinfo.el 26402;;; Generated autoloads from textmodes/texinfo.el
26360 26403
26361(defvar texinfo-open-quote "``" "\ 26404(defvar texinfo-open-quote "``" "\
@@ -26486,7 +26529,7 @@ Minor mode for automatically correct Thai character composition.
26486 26529
26487;;;### (autoloads (list-at-point number-at-point symbol-at-point 26530;;;### (autoloads (list-at-point number-at-point symbol-at-point
26488;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 26531;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
26489;;;;;; "thingatpt" "thingatpt.el" (17148 25056)) 26532;;;;;; "thingatpt" "thingatpt.el" (17383 24127))
26490;;; Generated autoloads from thingatpt.el 26533;;; Generated autoloads from thingatpt.el
26491 26534
26492(autoload (quote forward-thing) "thingatpt" "\ 26535(autoload (quote forward-thing) "thingatpt" "\
@@ -26543,7 +26586,7 @@ Not documented
26543 26586
26544;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 26587;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
26545;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 26588;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
26546;;;;;; (17374 9567)) 26589;;;;;; (17383 24127))
26547;;; Generated autoloads from thumbs.el 26590;;; Generated autoloads from thumbs.el
26548 26591
26549(autoload (quote thumbs-find-thumb) "thumbs" "\ 26592(autoload (quote thumbs-find-thumb) "thumbs" "\
@@ -26661,7 +26704,7 @@ Not documented
26661;;;*** 26704;;;***
26662 26705
26663;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 26706;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
26664;;;;;; (17342 36761)) 26707;;;;;; (17383 15659))
26665;;; Generated autoloads from textmodes/tildify.el 26708;;; Generated autoloads from textmodes/tildify.el
26666 26709
26667(autoload (quote tildify-region) "tildify" "\ 26710(autoload (quote tildify-region) "tildify" "\
@@ -26685,7 +26728,7 @@ This function performs no refilling of the changed text.
26685;;;*** 26728;;;***
26686 26729
26687;;;### (autoloads (display-time-mode display-time display-time-day-and-date) 26730;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
26688;;;;;; "time" "time.el" (17356 14847)) 26731;;;;;; "time" "time.el" (17383 24127))
26689;;; Generated autoloads from time.el 26732;;; Generated autoloads from time.el
26690 26733
26691(defvar display-time-day-and-date nil "\ 26734(defvar display-time-day-and-date nil "\
@@ -26728,8 +26771,8 @@ This runs the normal hook `display-time-hook' after each update.
26728;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year 26771;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year
26729;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract 26772;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract
26730;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds 26773;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds
26731;;;;;; date-to-time) "time-date" "calendar/time-date.el" (17307 26774;;;;;; date-to-time) "time-date" "calendar/time-date.el" (17385
26732;;;;;; 14150)) 26775;;;;;; 41891))
26733;;; Generated autoloads from calendar/time-date.el 26776;;; Generated autoloads from calendar/time-date.el
26734 26777
26735(autoload (quote date-to-time) "time-date" "\ 26778(autoload (quote date-to-time) "time-date" "\
@@ -26815,7 +26858,7 @@ If DATE is malformed, return a time value of zeros.
26815;;;*** 26858;;;***
26816 26859
26817;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 26860;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
26818;;;;;; "time-stamp.el" (17194 38185)) 26861;;;;;; "time-stamp.el" (17383 24127))
26819;;; Generated autoloads from time-stamp.el 26862;;; Generated autoloads from time-stamp.el
26820 26863
26821(autoload (quote time-stamp) "time-stamp" "\ 26864(autoload (quote time-stamp) "time-stamp" "\
@@ -26851,7 +26894,7 @@ With ARG, turn time stamping on if and only if arg is positive.
26851;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 26894;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
26852;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 26895;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
26853;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 26896;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
26854;;;;;; (17307 14150)) 26897;;;;;; (17385 41891))
26855;;; Generated autoloads from calendar/timeclock.el 26898;;; Generated autoloads from calendar/timeclock.el
26856 26899
26857(autoload (quote timeclock-modeline-display) "timeclock" "\ 26900(autoload (quote timeclock-modeline-display) "timeclock" "\
@@ -26952,7 +26995,7 @@ relative only to the time worked today, and not to past time.
26952 26995
26953;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer 26996;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer
26954;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" 26997;;;;;; run-at-time cancel-function-timers cancel-timer) "timer"
26955;;;;;; "emacs-lisp/timer.el" (17251 53836)) 26998;;;;;; "emacs-lisp/timer.el" (17383 16119))
26956;;; Generated autoloads from emacs-lisp/timer.el 26999;;; Generated autoloads from emacs-lisp/timer.el
26957 27000
26958(defalias (quote disable-timeout) (quote cancel-timer)) 27001(defalias (quote disable-timeout) (quote cancel-timer))
@@ -27070,7 +27113,7 @@ PATTERN regexp.
27070;;;*** 27113;;;***
27071 27114
27072;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27115;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
27073;;;;;; "tmm.el" (17148 25058)) 27116;;;;;; "tmm.el" (17383 24127))
27074;;; Generated autoloads from tmm.el 27117;;; Generated autoloads from tmm.el
27075 (define-key global-map "\M-`" 'tmm-menubar) 27118 (define-key global-map "\M-`" 'tmm-menubar)
27076 (define-key global-map [f10] 'tmm-menubar) 27119 (define-key global-map [f10] 'tmm-menubar)
@@ -27111,7 +27154,7 @@ Its value should be an event that has a binding in MENU.
27111 27154
27112;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 27155;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
27113;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 27156;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
27114;;;;;; "todo-mode" "calendar/todo-mode.el" (17307 14150)) 27157;;;;;; "todo-mode" "calendar/todo-mode.el" (17385 41891))
27115;;; Generated autoloads from calendar/todo-mode.el 27158;;; Generated autoloads from calendar/todo-mode.el
27116 27159
27117(autoload (quote todo-add-category) "todo-mode" "\ 27160(autoload (quote todo-add-category) "todo-mode" "\
@@ -27172,7 +27215,7 @@ Show TODO list.
27172 27215
27173;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 27216;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
27174;;;;;; tool-bar-local-item tool-bar-add-item) "tool-bar" "tool-bar.el" 27217;;;;;; tool-bar-local-item tool-bar-add-item) "tool-bar" "tool-bar.el"
27175;;;;;; (17324 9268)) 27218;;;;;; (17383 24127))
27176;;; Generated autoloads from tool-bar.el 27219;;; Generated autoloads from tool-bar.el
27177 27220
27178(put (quote tool-bar-mode) (quote standard-value) (quote (t))) 27221(put (quote tool-bar-mode) (quote standard-value) (quote (t)))
@@ -27239,7 +27282,7 @@ holds a keymap.
27239;;;*** 27282;;;***
27240 27283
27241;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 27284;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
27242;;;;;; (17140 20923)) 27285;;;;;; (17383 13537))
27243;;; Generated autoloads from emulation/tpu-edt.el 27286;;; Generated autoloads from emulation/tpu-edt.el
27244 27287
27245(defvar tpu-edt-mode nil "\ 27288(defvar tpu-edt-mode nil "\
@@ -27267,7 +27310,7 @@ Turn on TPU/edt emulation.
27267;;;*** 27310;;;***
27268 27311
27269;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) 27312;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins)
27270;;;;;; "tpu-extras" "emulation/tpu-extras.el" (17140 20923)) 27313;;;;;; "tpu-extras" "emulation/tpu-extras.el" (17383 13537))
27271;;; Generated autoloads from emulation/tpu-extras.el 27314;;; Generated autoloads from emulation/tpu-extras.el
27272 27315
27273(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ 27316(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\
@@ -27287,7 +27330,7 @@ Constrain the cursor to the flow of the text.
27287 27330
27288;;;*** 27331;;;***
27289 27332
27290;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (17148 25099)) 27333;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (17383 16119))
27291;;; Generated autoloads from emacs-lisp/tq.el 27334;;; Generated autoloads from emacs-lisp/tq.el
27292 27335
27293(autoload (quote tq-create) "tq" "\ 27336(autoload (quote tq-create) "tq" "\
@@ -27301,7 +27344,7 @@ to a tcp server on another machine.
27301;;;*** 27344;;;***
27302 27345
27303;;;### (autoloads (trace-function-background trace-function trace-buffer) 27346;;;### (autoloads (trace-function-background trace-function trace-buffer)
27304;;;;;; "trace" "emacs-lisp/trace.el" (17148 25100)) 27347;;;;;; "trace" "emacs-lisp/trace.el" (17383 16119))
27305;;; Generated autoloads from emacs-lisp/trace.el 27348;;; Generated autoloads from emacs-lisp/trace.el
27306 27349
27307(defvar trace-buffer "*trace-output*" "\ 27350(defvar trace-buffer "*trace-output*" "\
@@ -27335,7 +27378,7 @@ the window or buffer configuration at all.
27335;;;### (autoloads (tramp-unload-tramp tramp-unload-file-name-handler-alist 27378;;;### (autoloads (tramp-unload-tramp tramp-unload-file-name-handler-alist
27336;;;;;; tramp-completion-file-name-handler tramp-file-name-handler 27379;;;;;; tramp-completion-file-name-handler tramp-file-name-handler
27337;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp) 27380;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp)
27338;;;;;; "tramp" "net/tramp.el" (17377 15371)) 27381;;;;;; "tramp" "net/tramp.el" (17391 39172))
27339;;; Generated autoloads from net/tramp.el 27382;;; Generated autoloads from net/tramp.el
27340 27383
27341(defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ 27384(defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\
@@ -27432,11 +27475,21 @@ Not documented
27432 27475
27433;;;*** 27476;;;***
27434 27477
27435;;;### (autoloads (tumme-setup-dired-keybindings tumme-dired) "tumme" 27478;;;### (autoloads (tumme-mark-tagged-files tumme-dired-comment-files
27436;;;;;; "tumme.el" (17369 18495)) 27479;;;;;; tumme-display-dired-image tumme-dired-display-external tumme-display-thumb
27480;;;;;; tumme-display-thumbs-append tumme-setup-dired-keybindings
27481;;;;;; tumme-jump-thumbnail-buffer tumme-tag-remove tumme-tag-files
27482;;;;;; tumme-display-thumbs tumme-dired-with-window-configuration
27483;;;;;; tumme-dired-insert-marked-thumbs) "tumme" "tumme.el" (17418
27484;;;;;; 58118))
27437;;; Generated autoloads from tumme.el 27485;;; Generated autoloads from tumme.el
27438 27486
27439(autoload (quote tumme-dired) "tumme" "\ 27487(autoload (quote tumme-dired-insert-marked-thumbs) "tumme" "\
27488Insert thumbnails before file names of marked files in the dired buffer.
27489
27490\(fn)" t nil)
27491
27492(autoload (quote tumme-dired-with-window-configuration) "tumme" "\
27440Open directory DIR and create a default window configuration. 27493Open directory DIR and create a default window configuration.
27441 27494
27442Convenience command that: 27495Convenience command that:
@@ -27445,10 +27498,51 @@ Convenience command that:
27445 - Splits windows in most useful (?) way 27498 - Splits windows in most useful (?) way
27446 - Set `truncate-lines' to t 27499 - Set `truncate-lines' to t
27447 27500
27501After the command has finished, you would typically mark some
27502image files in dired and type
27503\\[tumme-display-thumbs] (`tumme-display-thumbs').
27504
27448If called with prefix argument ARG, skip splitting of windows. 27505If called with prefix argument ARG, skip splitting of windows.
27449 27506
27507The current window configuration is saved and can be restored by
27508calling `tumme-restore-window-configuration'.
27509
27450\(fn DIR &optional ARG)" t nil) 27510\(fn DIR &optional ARG)" t nil)
27451 27511
27512(autoload (quote tumme-display-thumbs) "tumme" "\
27513Display thumbnails of all marked files, in `tumme-thumbnail-buffer'.
27514If a thumbnail image does not exist for a file, it is created on the
27515fly. With prefix argument ARG, display only thumbnail for file at
27516point (this is useful if you have marked some files but want to show
27517another one).
27518
27519Recommended usage is to split the current frame horizontally so that
27520you have the dired buffer in the left window and the
27521`tumme-thumbnail-buffer' buffer in the right window.
27522
27523With optional argument APPEND, append thumbnail to thumbnail buffer
27524instead of erasing it first.
27525
27526\(fn &optional ARG APPEND)" t nil)
27527
27528(defalias (quote tumme) (quote tumme-show-all-from-dir))
27529
27530(autoload (quote tumme-tag-files) "tumme" "\
27531Tag marked file(s) in dired. With prefix ARG, tag file at point.
27532
27533\(fn ARG)" t nil)
27534
27535(autoload (quote tumme-tag-remove) "tumme" "\
27536Remove tag for selected file(s).
27537With prefix argument ARG, remove tag from file at point.
27538
27539\(fn ARG)" t nil)
27540
27541(autoload (quote tumme-jump-thumbnail-buffer) "tumme" "\
27542Jump to thumbnail buffer.
27543
27544\(fn)" t nil)
27545
27452(autoload (quote tumme-setup-dired-keybindings) "tumme" "\ 27546(autoload (quote tumme-setup-dired-keybindings) "tumme" "\
27453Setup easy-to-use keybindings for the commands to be used in dired mode. 27547Setup easy-to-use keybindings for the commands to be used in dired mode.
27454Note that n, p and <down> and <up> will be hijacked and bound to 27548Note that n, p and <down> and <up> will be hijacked and bound to
@@ -27456,10 +27550,47 @@ Note that n, p and <down> and <up> will be hijacked and bound to
27456 27550
27457\(fn)" t nil) 27551\(fn)" t nil)
27458 27552
27553(autoload (quote tumme-display-thumbs-append) "tumme" "\
27554Append thumbnails to `tumme-thumbnail-buffer'.
27555
27556\(fn)" t nil)
27557
27558(autoload (quote tumme-display-thumb) "tumme" "\
27559Shorthard for `tumme-display-thumbs' with prefix argument.
27560
27561\(fn)" t nil)
27562
27563(autoload (quote tumme-dired-display-external) "tumme" "\
27564Display file at point using an external viewer.
27565
27566\(fn)" t nil)
27567
27568(autoload (quote tumme-display-dired-image) "tumme" "\
27569Display current image file.
27570See documentation for `tumme-display-image' for more information.
27571With prefix argument ARG, display image in its original size.
27572
27573\(fn &optional ARG)" t nil)
27574
27575(autoload (quote tumme-dired-comment-files) "tumme" "\
27576Add comment to current or marked files in dired.
27577
27578\(fn)" t nil)
27579
27580(autoload (quote tumme-mark-tagged-files) "tumme" "\
27581Use regexp to mark files with matching tag.
27582A `tag' is a keyword, a piece of meta data, associated with an
27583image file and stored in tumme's database file. This command
27584lets you input a regexp and this will be matched against all tags
27585on all image files in the database file. The files that have a
27586matching tags will be marked in the dired buffer.
27587
27588\(fn)" t nil)
27589
27459;;;*** 27590;;;***
27460 27591
27461;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 27592;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
27462;;;;;; "textmodes/two-column.el" (17148 25231)) 27593;;;;;; "textmodes/two-column.el" (17383 15659))
27463;;; Generated autoloads from textmodes/two-column.el 27594;;; Generated autoloads from textmodes/two-column.el
27464 (autoload '2C-command "two-column" () t 'keymap) 27595 (autoload '2C-command "two-column" () t 'keymap)
27465 (global-set-key "\C-x6" '2C-command) 27596 (global-set-key "\C-x6" '2C-command)
@@ -27510,7 +27641,7 @@ First column's text sSs Second column's text
27510;;;;;; type-break type-break-mode type-break-keystroke-threshold 27641;;;;;; type-break type-break-mode type-break-keystroke-threshold
27511;;;;;; type-break-good-break-interval type-break-good-rest-interval 27642;;;;;; type-break-good-break-interval type-break-good-rest-interval
27512;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 27643;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
27513;;;;;; (17148 25059)) 27644;;;;;; (17383 24127))
27514;;; Generated autoloads from type-break.el 27645;;; Generated autoloads from type-break.el
27515 27646
27516(defvar type-break-mode nil "\ 27647(defvar type-break-mode nil "\
@@ -27693,7 +27824,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
27693;;;*** 27824;;;***
27694 27825
27695;;;### (autoloads (ununderline-region underline-region) "underline" 27826;;;### (autoloads (ununderline-region underline-region) "underline"
27696;;;;;; "textmodes/underline.el" (17148 25231)) 27827;;;;;; "textmodes/underline.el" (17383 15659))
27697;;; Generated autoloads from textmodes/underline.el 27828;;; Generated autoloads from textmodes/underline.el
27698 27829
27699(autoload (quote underline-region) "underline" "\ 27830(autoload (quote underline-region) "underline" "\
@@ -27714,7 +27845,7 @@ which specify the range to operate on.
27714;;;*** 27845;;;***
27715 27846
27716;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) 27847;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)
27717;;;;;; "undigest" "mail/undigest.el" (17148 25163)) 27848;;;;;; "undigest" "mail/undigest.el" (17383 16812))
27718;;; Generated autoloads from mail/undigest.el 27849;;; Generated autoloads from mail/undigest.el
27719 27850
27720(autoload (quote undigestify-rmail-message) "undigest" "\ 27851(autoload (quote undigestify-rmail-message) "undigest" "\
@@ -27733,7 +27864,7 @@ following the containing message.
27733;;;*** 27864;;;***
27734 27865
27735;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 27866;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
27736;;;;;; (17148 25163)) 27867;;;;;; (17383 16812))
27737;;; Generated autoloads from mail/unrmail.el 27868;;; Generated autoloads from mail/unrmail.el
27738 27869
27739(autoload (quote batch-unrmail) "unrmail" "\ 27870(autoload (quote batch-unrmail) "unrmail" "\
@@ -27752,8 +27883,8 @@ Convert Rmail file FILE to system inbox format file TO-FILE.
27752 27883
27753;;;*** 27884;;;***
27754 27885
27755;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (17376 27886;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (17403
27756;;;;;; 60055)) 27887;;;;;; 28668))
27757;;; Generated autoloads from emacs-lisp/unsafep.el 27888;;; Generated autoloads from emacs-lisp/unsafep.el
27758 27889
27759(autoload (quote unsafep) "unsafep" "\ 27890(autoload (quote unsafep) "unsafep" "\
@@ -27766,7 +27897,7 @@ of symbols with local bindings.
27766;;;*** 27897;;;***
27767 27898
27768;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 27899;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
27769;;;;;; "url/url.el" (17348 7449)) 27900;;;;;; "url/url.el" (17402 14976))
27770;;; Generated autoloads from url/url.el 27901;;; Generated autoloads from url/url.el
27771 27902
27772(autoload (quote url-retrieve) "url" "\ 27903(autoload (quote url-retrieve) "url" "\
@@ -27796,7 +27927,7 @@ no further processing). URL is either a string or a parsed URL.
27796;;;*** 27927;;;***
27797 27928
27798;;;### (autoloads (url-register-auth-scheme url-get-authentication) 27929;;;### (autoloads (url-register-auth-scheme url-get-authentication)
27799;;;;;; "url-auth" "url/url-auth.el" (17141 252)) 27930;;;;;; "url-auth" "url/url-auth.el" (17382 34555))
27800;;; Generated autoloads from url/url-auth.el 27931;;; Generated autoloads from url/url-auth.el
27801 27932
27802(autoload (quote url-get-authentication) "url-auth" "\ 27933(autoload (quote url-get-authentication) "url-auth" "\
@@ -27864,7 +27995,7 @@ Return t iff a cached file has expired.
27864 27995
27865;;;*** 27996;;;***
27866 27997
27867;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (17141 252)) 27998;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (17382 34555))
27868;;; Generated autoloads from url/url-cid.el 27999;;; Generated autoloads from url/url-cid.el
27869 28000
27870(autoload (quote url-cid) "url-cid" "\ 28001(autoload (quote url-cid) "url-cid" "\
@@ -27875,7 +28006,7 @@ Not documented
27875;;;*** 28006;;;***
27876 28007
27877;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 28008;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
27878;;;;;; "url/url-dav.el" (17141 254)) 28009;;;;;; "url/url-dav.el" (17382 34555))
27879;;; Generated autoloads from url/url-dav.el 28010;;; Generated autoloads from url/url-dav.el
27880 28011
27881(autoload (quote url-dav-supported-p) "url-dav" "\ 28012(autoload (quote url-dav-supported-p) "url-dav" "\
@@ -27890,8 +28021,8 @@ Not documented
27890 28021
27891;;;*** 28022;;;***
27892 28023
27893;;;### (autoloads (url-file) "url-file" "url/url-file.el" (17240 28024;;;### (autoloads (url-file) "url-file" "url/url-file.el" (17382
27894;;;;;; 1916)) 28025;;;;;; 34555))
27895;;; Generated autoloads from url/url-file.el 28026;;; Generated autoloads from url/url-file.el
27896 28027
27897(autoload (quote url-file) "url-file" "\ 28028(autoload (quote url-file) "url-file" "\
@@ -27902,7 +28033,7 @@ Handle file: and ftp: URLs.
27902;;;*** 28033;;;***
27903 28034
27904;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 28035;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
27905;;;;;; "url/url-gw.el" (17141 258)) 28036;;;;;; "url/url-gw.el" (17382 34555))
27906;;; Generated autoloads from url/url-gw.el 28037;;; Generated autoloads from url/url-gw.el
27907 28038
27908(autoload (quote url-gateway-nslookup-host) "url-gw" "\ 28039(autoload (quote url-gateway-nslookup-host) "url-gw" "\
@@ -27966,7 +28097,7 @@ Not documented
27966;;;*** 28097;;;***
27967 28098
27968;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 28099;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
27969;;;;;; url-http) "url-http" "url/url-http.el" (17278 11297)) 28100;;;;;; url-http) "url-http" "url/url-http.el" (17421 49420))
27970;;; Generated autoloads from url/url-http.el 28101;;; Generated autoloads from url/url-http.el
27971 28102
27972(autoload (quote url-http) "url-http" "\ 28103(autoload (quote url-http) "url-http" "\
@@ -27990,7 +28121,7 @@ Not documented
27990\(fn URL &optional ID-FORMAT)" nil nil) 28121\(fn URL &optional ID-FORMAT)" nil nil)
27991 28122
27992(autoload (quote url-http-options) "url-http" "\ 28123(autoload (quote url-http-options) "url-http" "\
27993Returns a property list describing options available for URL. 28124Return a property list describing options available for URL.
27994This list is retrieved using the `OPTIONS' HTTP method. 28125This list is retrieved using the `OPTIONS' HTTP method.
27995 28126
27996Property list members: 28127Property list members:
@@ -28019,7 +28150,7 @@ p3p
28019 28150
28020;;;*** 28151;;;***
28021 28152
28022;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (17141 259)) 28153;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (17448 18899))
28023;;; Generated autoloads from url/url-irc.el 28154;;; Generated autoloads from url/url-irc.el
28024 28155
28025(autoload (quote url-irc) "url-irc" "\ 28156(autoload (quote url-irc) "url-irc" "\
@@ -28029,8 +28160,8 @@ Not documented
28029 28160
28030;;;*** 28161;;;***
28031 28162
28032;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (17141 28163;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (17382
28033;;;;;; 259)) 28164;;;;;; 34555))
28034;;; Generated autoloads from url/url-ldap.el 28165;;; Generated autoloads from url/url-ldap.el
28035 28166
28036(autoload (quote url-ldap) "url-ldap" "\ 28167(autoload (quote url-ldap) "url-ldap" "\
@@ -28044,7 +28175,7 @@ URL can be a URL string, or a URL vector of the type returned by
28044;;;*** 28175;;;***
28045 28176
28046;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 28177;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
28047;;;;;; (17196 9351)) 28178;;;;;; (17382 34555))
28048;;; Generated autoloads from url/url-mailto.el 28179;;; Generated autoloads from url/url-mailto.el
28049 28180
28050(autoload (quote url-mail) "url-mailto" "\ 28181(autoload (quote url-mail) "url-mailto" "\
@@ -28060,7 +28191,7 @@ Handle the mailto: URL syntax.
28060;;;*** 28191;;;***
28061 28192
28062;;;### (autoloads (url-data url-generic-emulator-loader url-info 28193;;;### (autoloads (url-data url-generic-emulator-loader url-info
28063;;;;;; url-man) "url-misc" "url/url-misc.el" (17141 260)) 28194;;;;;; url-man) "url-misc" "url/url-misc.el" (17382 34555))
28064;;; Generated autoloads from url/url-misc.el 28195;;; Generated autoloads from url/url-misc.el
28065 28196
28066(autoload (quote url-man) "url-misc" "\ 28197(autoload (quote url-man) "url-misc" "\
@@ -28109,7 +28240,7 @@ Not documented
28109 28240
28110;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 28241;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
28111;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 28242;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
28112;;;;;; (17141 260)) 28243;;;;;; (17382 34555))
28113;;; Generated autoloads from url/url-ns.el 28244;;; Generated autoloads from url/url-ns.el
28114 28245
28115(autoload (quote isPlainHostName) "url-ns" "\ 28246(autoload (quote isPlainHostName) "url-ns" "\
@@ -28150,7 +28281,7 @@ Not documented
28150;;;*** 28281;;;***
28151 28282
28152;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 28283;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
28153;;;;;; "url/url-parse.el" (17141 260)) 28284;;;;;; "url/url-parse.el" (17382 34555))
28154;;; Generated autoloads from url/url-parse.el 28285;;; Generated autoloads from url/url-parse.el
28155 28286
28156(autoload (quote url-recreate-url) "url-parse" "\ 28287(autoload (quote url-recreate-url) "url-parse" "\
@@ -28184,7 +28315,7 @@ Setup variables that expose info about you and your system.
28184;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date 28315;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date
28185;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string 28316;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string
28186;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el" 28317;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el"
28187;;;;;; (17185 27762)) 28318;;;;;; (17382 34555))
28188;;; Generated autoloads from url/url-util.el 28319;;; Generated autoloads from url/url-util.el
28189 28320
28190(defvar url-debug nil "\ 28321(defvar url-debug nil "\
@@ -28309,7 +28440,7 @@ This uses `url-current-object', set locally to the buffer.
28309;;;*** 28440;;;***
28310 28441
28311;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 28442;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
28312;;;;;; "userlock" "userlock.el" (17148 25059)) 28443;;;;;; "userlock" "userlock.el" (17383 24127))
28313;;; Generated autoloads from userlock.el 28444;;; Generated autoloads from userlock.el
28314 28445
28315(autoload (quote ask-user-about-lock) "userlock" "\ 28446(autoload (quote ask-user-about-lock) "userlock" "\
@@ -28345,7 +28476,7 @@ The buffer in question is current when this function is called.
28345 28476
28346;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 28477;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
28347;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el" 28478;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el"
28348;;;;;; (17148 25154)) 28479;;;;;; (17382 1051))
28349;;; Generated autoloads from gnus/uudecode.el 28480;;; Generated autoloads from gnus/uudecode.el
28350 28481
28351(autoload (quote uudecode-decode-region-external) "uudecode" "\ 28482(autoload (quote uudecode-decode-region-external) "uudecode" "\
@@ -28375,7 +28506,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
28375;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window 28506;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window
28376;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file 28507;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
28377;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook 28508;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook
28378;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (17367 53073)) 28509;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (17384 53717))
28379;;; Generated autoloads from vc.el 28510;;; Generated autoloads from vc.el
28380 28511
28381(defvar vc-checkout-hook nil "\ 28512(defvar vc-checkout-hook nil "\
@@ -28663,7 +28794,7 @@ colors. `vc-annotate-background' specifies the background color.
28663 28794
28664;;;*** 28795;;;***
28665 28796
28666;;;### (autoloads nil "vc-arch" "vc-arch.el" (17148 25060)) 28797;;;### (autoloads nil "vc-arch" "vc-arch.el" (17383 24127))
28667;;; Generated autoloads from vc-arch.el 28798;;; Generated autoloads from vc-arch.el
28668 (defun vc-arch-registered (file) 28799 (defun vc-arch-registered (file)
28669 (if (vc-find-root file "{arch}/=tagging-method") 28800 (if (vc-find-root file "{arch}/=tagging-method")
@@ -28673,7 +28804,7 @@ colors. `vc-annotate-background' specifies the background color.
28673 28804
28674;;;*** 28805;;;***
28675 28806
28676;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (17252 55237)) 28807;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (17383 24127))
28677;;; Generated autoloads from vc-cvs.el 28808;;; Generated autoloads from vc-cvs.el
28678 (defun vc-cvs-registered (f) 28809 (defun vc-cvs-registered (f)
28679 (when (file-readable-p (expand-file-name 28810 (when (file-readable-p (expand-file-name
@@ -28683,7 +28814,7 @@ colors. `vc-annotate-background' specifies the background color.
28683 28814
28684;;;*** 28815;;;***
28685 28816
28686;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (17312 51444)) 28817;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (17383 24127))
28687;;; Generated autoloads from vc-mcvs.el 28818;;; Generated autoloads from vc-mcvs.el
28688 (defun vc-mcvs-registered (file) 28819 (defun vc-mcvs-registered (file)
28689 (if (vc-find-root file "MCVS/CVS") 28820 (if (vc-find-root file "MCVS/CVS")
@@ -28694,7 +28825,7 @@ colors. `vc-annotate-background' specifies the background color.
28694;;;*** 28825;;;***
28695 28826
28696;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 28827;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
28697;;;;;; (17370 39824)) 28828;;;;;; (17383 24127))
28698;;; Generated autoloads from vc-rcs.el 28829;;; Generated autoloads from vc-rcs.el
28699 28830
28700(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 28831(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -28707,7 +28838,7 @@ For a description of possible values, see `vc-check-master-templates'.")
28707;;;*** 28838;;;***
28708 28839
28709;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 28840;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
28710;;;;;; (17370 39824)) 28841;;;;;; (17383 24127))
28711;;; Generated autoloads from vc-sccs.el 28842;;; Generated autoloads from vc-sccs.el
28712 28843
28713(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 28844(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -28724,7 +28855,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
28724 28855
28725;;;*** 28856;;;***
28726 28857
28727;;;### (autoloads nil "vc-svn" "vc-svn.el" (17311 21875)) 28858;;;### (autoloads nil "vc-svn" "vc-svn.el" (17386 47924))
28728;;; Generated autoloads from vc-svn.el 28859;;; Generated autoloads from vc-svn.el
28729 (defun vc-svn-registered (f) 28860 (defun vc-svn-registered (f)
28730 (when (file-readable-p (expand-file-name 28861 (when (file-readable-p (expand-file-name
@@ -28737,7 +28868,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
28737;;;*** 28868;;;***
28738 28869
28739;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 28870;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
28740;;;;;; (17239 32401)) 28871;;;;;; (17388 22062))
28741;;; Generated autoloads from progmodes/vhdl-mode.el 28872;;; Generated autoloads from progmodes/vhdl-mode.el
28742 28873
28743(autoload (quote vhdl-mode) "vhdl-mode" "\ 28874(autoload (quote vhdl-mode) "vhdl-mode" "\
@@ -29379,8 +29510,8 @@ Not documented
29379 29510
29380;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame 29511;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
29381;;;;;; view-buffer-other-window view-buffer view-file-other-frame 29512;;;;;; view-buffer-other-window view-buffer view-file-other-frame
29382;;;;;; view-file-other-window view-file) "view" "view.el" (17297 29513;;;;;; view-file-other-window view-file) "view" "view.el" (17383
29383;;;;;; 52533)) 29514;;;;;; 24127))
29384;;; Generated autoloads from view.el 29515;;; Generated autoloads from view.el
29385 29516
29386(defvar view-mode nil "\ 29517(defvar view-mode nil "\
@@ -29589,8 +29720,8 @@ Exit View mode and make the current buffer editable.
29589 29720
29590;;;*** 29721;;;***
29591 29722
29592;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (17239 29723;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (17383
29593;;;;;; 32279)) 29724;;;;;; 13537))
29594;;; Generated autoloads from emulation/vip.el 29725;;; Generated autoloads from emulation/vip.el
29595 29726
29596(autoload (quote vip-setup) "vip" "\ 29727(autoload (quote vip-setup) "vip" "\
@@ -29606,7 +29737,7 @@ Turn on VIP emulation of VI.
29606;;;*** 29737;;;***
29607 29738
29608;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 29739;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
29609;;;;;; (17373 34254)) 29740;;;;;; (17399 58140))
29610;;; Generated autoloads from emulation/viper.el 29741;;; Generated autoloads from emulation/viper.el
29611 29742
29612(autoload (quote toggle-viper-mode) "viper" "\ 29743(autoload (quote toggle-viper-mode) "viper" "\
@@ -29623,7 +29754,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Viper'.
29623;;;*** 29754;;;***
29624 29755
29625;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 29756;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
29626;;;;;; (17148 25100)) 29757;;;;;; (17383 16119))
29627;;; Generated autoloads from emacs-lisp/warnings.el 29758;;; Generated autoloads from emacs-lisp/warnings.el
29628 29759
29629(defvar warning-prefix-function nil "\ 29760(defvar warning-prefix-function nil "\
@@ -29711,7 +29842,7 @@ this is equivalent to `display-warning', using
29711;;;*** 29842;;;***
29712 29843
29713;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 29844;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
29714;;;;;; (17350 52783)) 29845;;;;;; (17418 2369))
29715;;; Generated autoloads from wdired.el 29846;;; Generated autoloads from wdired.el
29716 29847
29717(autoload (quote wdired-change-to-wdired-mode) "wdired" "\ 29848(autoload (quote wdired-change-to-wdired-mode) "wdired" "\
@@ -29727,7 +29858,7 @@ See `wdired-mode'.
29727 29858
29728;;;*** 29859;;;***
29729 29860
29730;;;### (autoloads (webjump) "webjump" "net/webjump.el" (17333 17859)) 29861;;;### (autoloads (webjump) "webjump" "net/webjump.el" (17383 13297))
29731;;; Generated autoloads from net/webjump.el 29862;;; Generated autoloads from net/webjump.el
29732 29863
29733(autoload (quote webjump) "webjump" "\ 29864(autoload (quote webjump) "webjump" "\
@@ -29744,7 +29875,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
29744;;;*** 29875;;;***
29745 29876
29746;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 29877;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
29747;;;;;; (17159 1491)) 29878;;;;;; (17388 22062))
29748;;; Generated autoloads from progmodes/which-func.el 29879;;; Generated autoloads from progmodes/which-func.el
29749 (put 'which-func-format 'risky-local-variable t) 29880 (put 'which-func-format 'risky-local-variable t)
29750 (put 'which-func-current 'risky-local-variable t) 29881 (put 'which-func-current 'risky-local-variable t)
@@ -29778,7 +29909,7 @@ and off otherwise.
29778;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check 29909;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check
29779;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check 29910;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check
29780;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" 29911;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el"
29781;;;;;; (17244 43740)) 29912;;;;;; (17383 24127))
29782;;; Generated autoloads from whitespace.el 29913;;; Generated autoloads from whitespace.el
29783 29914
29784(autoload (quote whitespace-toggle-leading-check) "whitespace" "\ 29915(autoload (quote whitespace-toggle-leading-check) "whitespace" "\
@@ -29868,7 +29999,7 @@ This is meant to be added buffer-locally to `write-file-functions'.
29868;;;*** 29999;;;***
29869 30000
29870;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 30001;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
29871;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (17148 25069)) 30002;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (17383 24127))
29872;;; Generated autoloads from wid-browse.el 30003;;; Generated autoloads from wid-browse.el
29873 30004
29874(autoload (quote widget-browse-at) "wid-browse" "\ 30005(autoload (quote widget-browse-at) "wid-browse" "\
@@ -29895,8 +30026,8 @@ With arg, turn widget mode on if and only if arg is positive.
29895;;;*** 30026;;;***
29896 30027
29897;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 30028;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
29898;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (17369 30029;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (17396
29899;;;;;; 18495)) 30030;;;;;; 41256))
29900;;; Generated autoloads from wid-edit.el 30031;;; Generated autoloads from wid-edit.el
29901 30032
29902(autoload (quote widgetp) "wid-edit" "\ 30033(autoload (quote widgetp) "wid-edit" "\
@@ -29928,7 +30059,7 @@ Call `insert' with ARGS even if surrounding text is read only.
29928 30059
29929(defalias (quote advertised-widget-backward) (quote widget-backward)) 30060(defalias (quote advertised-widget-backward) (quote widget-backward))
29930 30061
29931(defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map " " (quote widget-forward)) (define-key map " " (quote widget-backward)) (define-key map [(shift tab)] (quote advertised-widget-backward)) (define-key map [backtab] (quote widget-backward)) (define-key map [down-mouse-2] (quote widget-button-click)) (define-key map " " (quote widget-button-press)) map) "\ 30062(defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map " " (quote widget-forward)) (define-key map " " (quote widget-backward)) (define-key map [(shift tab)] (quote advertised-widget-backward)) (define-key map [backtab] (quote widget-backward)) (define-key map [down-mouse-2] (quote widget-button-click)) (define-key map [down-mouse-1] (quote widget-button-click)) (define-key map " " (quote widget-button-press)) map) "\
29932Keymap containing useful binding for buffers containing widgets. 30063Keymap containing useful binding for buffers containing widgets.
29933Recommended as a parent keymap for modes using widgets.") 30064Recommended as a parent keymap for modes using widgets.")
29934 30065
@@ -29940,8 +30071,8 @@ Setup current buffer so editing string widgets works.
29940;;;*** 30071;;;***
29941 30072
29942;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 30073;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
29943;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (17159 30074;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (17383
29944;;;;;; 1472)) 30075;;;;;; 24127))
29945;;; Generated autoloads from windmove.el 30076;;; Generated autoloads from windmove.el
29946 30077
29947(autoload (quote windmove-left) "windmove" "\ 30078(autoload (quote windmove-left) "windmove" "\
@@ -29994,7 +30125,7 @@ Default MODIFIER is 'shift.
29994;;;*** 30125;;;***
29995 30126
29996;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 30127;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
29997;;;;;; (17148 25072)) 30128;;;;;; (17383 24127))
29998;;; Generated autoloads from winner.el 30129;;; Generated autoloads from winner.el
29999 30130
30000(defvar winner-mode nil "\ 30131(defvar winner-mode nil "\
@@ -30013,7 +30144,7 @@ With arg, turn Winner mode on if and only if arg is positive.
30013;;;*** 30144;;;***
30014 30145
30015;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" 30146;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
30016;;;;;; "woman.el" (17239 32255)) 30147;;;;;; "woman.el" (17383 24127))
30017;;; Generated autoloads from woman.el 30148;;; Generated autoloads from woman.el
30018 30149
30019(autoload (quote woman) "woman" "\ 30150(autoload (quote woman) "woman" "\
@@ -30049,7 +30180,7 @@ decompress the file if appropriate. See the documentation for the
30049;;;*** 30180;;;***
30050 30181
30051;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 30182;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
30052;;;;;; (17205 6084)) 30183;;;;;; (17383 13537))
30053;;; Generated autoloads from emulation/ws-mode.el 30184;;; Generated autoloads from emulation/ws-mode.el
30054 30185
30055(autoload (quote wordstar-mode) "ws-mode" "\ 30186(autoload (quote wordstar-mode) "ws-mode" "\
@@ -30162,7 +30293,7 @@ The key bindings are:
30162;;;*** 30293;;;***
30163 30294
30164;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 30295;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
30165;;;;;; (17377 27370)) 30296;;;;;; (17383 24128))
30166;;; Generated autoloads from xml.el 30297;;; Generated autoloads from xml.el
30167 30298
30168(autoload (quote xml-parse-file) "xml" "\ 30299(autoload (quote xml-parse-file) "xml" "\
@@ -30187,8 +30318,8 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
30187 30318
30188;;;*** 30319;;;***
30189 30320
30190;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (17332 30321;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (17383
30191;;;;;; 49142)) 30322;;;;;; 24128))
30192;;; Generated autoloads from xt-mouse.el 30323;;; Generated autoloads from xt-mouse.el
30193 30324
30194(defvar xterm-mouse-mode nil "\ 30325(defvar xterm-mouse-mode nil "\
@@ -30217,7 +30348,7 @@ down the SHIFT key while pressing the mouse button.
30217;;;*** 30348;;;***
30218 30349
30219;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 30350;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
30220;;;;;; "gnus/yenc.el" (17148 25154)) 30351;;;;;; "gnus/yenc.el" (17382 1051))
30221;;; Generated autoloads from gnus/yenc.el 30352;;; Generated autoloads from gnus/yenc.el
30222 30353
30223(autoload (quote yenc-decode-region) "yenc" "\ 30354(autoload (quote yenc-decode-region) "yenc" "\
@@ -30233,7 +30364,7 @@ Extract file name from an yenc header.
30233;;;*** 30364;;;***
30234 30365
30235;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 30366;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
30236;;;;;; yow) "yow" "play/yow.el" (17297 52533)) 30367;;;;;; yow) "yow" "play/yow.el" (17382 1892))
30237;;; Generated autoloads from play/yow.el 30368;;; Generated autoloads from play/yow.el
30238 30369
30239(autoload (quote yow) "yow" "\ 30370(autoload (quote yow) "yow" "\
@@ -30259,7 +30390,7 @@ Zippy goes to the analyst.
30259 30390
30260;;;*** 30391;;;***
30261 30392
30262;;;### (autoloads (zone) "zone" "play/zone.el" (17239 32366)) 30393;;;### (autoloads (zone) "zone" "play/zone.el" (17382 1892))
30263;;; Generated autoloads from play/zone.el 30394;;; Generated autoloads from play/zone.el
30264 30395
30265(autoload (quote zone) "zone" "\ 30396(autoload (quote zone) "zone" "\
@@ -30270,7 +30401,7 @@ Zone out, completely.
30270;;;*** 30401;;;***
30271 30402
30272;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" 30403;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode"
30273;;;;;; "net/zone-mode.el" (17140 20945)) 30404;;;;;; "net/zone-mode.el" (17383 13297))
30274;;; Generated autoloads from net/zone-mode.el 30405;;; Generated autoloads from net/zone-mode.el
30275 30406
30276(autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ 30407(autoload (quote zone-mode-update-serial-hook) "zone-mode" "\
@@ -30292,8 +30423,8 @@ Zone-mode does two things:
30292 30423
30293;;;*** 30424;;;***
30294 30425
30295;;;### (autoloads nil nil ("abbrev.el" "abbrevlist.el" "bindings.el" 30426;;;### (autoloads nil nil ("abbrev.el" "bindings.el" "buff-menu.el"
30296;;;;;; "buff-menu.el" "calc/calc-aent.el" "calc/calc-alg.el" "calc/calc-arith.el" 30427;;;;;; "calc/calc-aent.el" "calc/calc-alg.el" "calc/calc-arith.el"
30297;;;;;; "calc/calc-bin.el" "calc/calc-comb.el" "calc/calc-cplx.el" 30428;;;;;; "calc/calc-bin.el" "calc/calc-comb.el" "calc/calc-cplx.el"
30298;;;;;; "calc/calc-embed.el" "calc/calc-ext.el" "calc/calc-fin.el" 30429;;;;;; "calc/calc-embed.el" "calc/calc-ext.el" "calc/calc-fin.el"
30299;;;;;; "calc/calc-forms.el" "calc/calc-frac.el" "calc/calc-funcs.el" 30430;;;;;; "calc/calc-forms.el" "calc/calc-frac.el" "calc/calc-funcs.el"
@@ -30322,35 +30453,35 @@ Zone-mode does two things:
30322;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el" 30453;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el"
30323;;;;;; "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" 30454;;;;;; "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el"
30324;;;;;; "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" "emacs-lisp/map-ynp.el" 30455;;;;;; "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" "emacs-lisp/map-ynp.el"
30325;;;;;; "emacs-lisp/regi.el" "emacs-lisp/sregex.el" "emacs-lisp/tcover-ses.el" 30456;;;;;; "emacs-lisp/regi.el" "emacs-lisp/sregex.el" "emacs-lisp/syntax.el"
30326;;;;;; "emacs-lisp/tcover-unsafep.el" "emacs-lock.el" "emulation/cua-gmrk.el" 30457;;;;;; "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el"
30327;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el" 30458;;;;;; "emacs-lock.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el"
30328;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-mapper.el" 30459;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el"
30329;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el" 30460;;;;;; "emulation/edt-vt100.el" "emulation/tpu-mapper.el" "emulation/viper-cmd.el"
30330;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el" 30461;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el"
30331;;;;;; "emulation/viper-util.el" "env.el" "erc/erc-backend.el" "erc/erc-goodies.el" 30462;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el"
30332;;;;;; "erc/erc-ibuffer.el" "erc/erc-identd.el" "erc/erc-lang.el" 30463;;;;;; "env.el" "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el"
30333;;;;;; "erc/erc-menu.el" "erc/erc-nicklist.el" "eshell/em-alias.el" 30464;;;;;; "erc/erc-lang.el" "erc/erc-menu.el" "erc/erc-nicklist.el"
30334;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el" 30465;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el"
30335;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el" 30466;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el"
30336;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el" 30467;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el"
30337;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el" 30468;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el"
30338;;;;;; "eshell/em-term.el" "eshell/em-unix.el" "eshell/em-xtra.el" 30469;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el"
30339;;;;;; "eshell/esh-arg.el" "eshell/esh-cmd.el" "eshell/esh-ext.el" 30470;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el"
30340;;;;;; "eshell/esh-io.el" "eshell/esh-maint.el" "eshell/esh-module.el" 30471;;;;;; "eshell/esh-ext.el" "eshell/esh-io.el" "eshell/esh-maint.el"
30341;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el" 30472;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el"
30342;;;;;; "eshell/esh-var.el" "ezimage.el" "faces.el" "files.el" "foldout.el" 30473;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "faces.el"
30343;;;;;; "font-core.el" "format.el" "forms-d2.el" "forms-pass.el" 30474;;;;;; "files.el" "foldout.el" "font-core.el" "font-lock.el" "format.el"
30344;;;;;; "frame.el" "generic-x.el" "gnus/compface.el" "gnus/dig.el" 30475;;;;;; "forms-d2.el" "forms-pass.el" "frame.el" "generic-x.el" "gnus/compface.el"
30345;;;;;; "gnus/dns.el" "gnus/format-spec.el" "gnus/gnus-async.el" 30476;;;;;; "gnus/dig.el" "gnus/dns.el" "gnus/format-spec.el" "gnus/gnus-async.el"
30346;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el" 30477;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el"
30347;;;;;; "gnus/gnus-demon.el" "gnus/gnus-diary.el" "gnus/gnus-dup.el" 30478;;;;;; "gnus/gnus-demon.el" "gnus/gnus-diary.el" "gnus/gnus-dup.el"
30348;;;;;; "gnus/gnus-eform.el" "gnus/gnus-ems.el" "gnus/gnus-gl.el" 30479;;;;;; "gnus/gnus-eform.el" "gnus/gnus-ems.el" "gnus/gnus-gl.el"
30349;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el" 30480;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el"
30350;;;;;; "gnus/gnus-nocem.el" "gnus/gnus-salt.el" "gnus/gnus-score.el" 30481;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el"
30351;;;;;; "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"
30352;;;;;; "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"
30353;;;;;; "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"
30354;;;;;; "gnus/imap.el" "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" 30485;;;;;; "gnus/imap.el" "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el"
30355;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el" 30486;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el"
30356;;;;;; "gnus/messcompat.el" "gnus/mm-bodies.el" "gnus/mm-decode.el" 30487;;;;;; "gnus/messcompat.el" "gnus/mm-bodies.el" "gnus/mm-decode.el"
@@ -30375,22 +30506,23 @@ Zone-mode does two things:
30375;;;;;; "international/subst-gb2312.el" "international/subst-jis.el" 30506;;;;;; "international/subst-gb2312.el" "international/subst-jis.el"
30376;;;;;; "international/subst-ksc.el" "international/ucs-tables.el" 30507;;;;;; "international/subst-ksc.el" "international/ucs-tables.el"
30377;;;;;; "international/utf-16.el" "international/utf-8.el" "isearch.el" 30508;;;;;; "international/utf-16.el" "international/utf-8.el" "isearch.el"
30378;;;;;; "jka-cmpr-hook.el" "kermit.el" "language/chinese.el" "language/cyrillic.el" 30509;;;;;; "jit-lock.el" "jka-cmpr-hook.el" "kermit.el" "language/chinese.el"
30379;;;;;; "language/czech.el" "language/devanagari.el" "language/english.el" 30510;;;;;; "language/cyrillic.el" "language/czech.el" "language/devanagari.el"
30380;;;;;; "language/ethiopic.el" "language/european.el" "language/georgian.el" 30511;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el"
30381;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el" 30512;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el"
30382;;;;;; "language/japanese.el" "language/kannada.el" "language/korean.el" 30513;;;;;; "language/indian.el" "language/japanese.el" "language/kannada.el"
30383;;;;;; "language/lao.el" "language/malayalam.el" "language/misc-lang.el" 30514;;;;;; "language/korean.el" "language/lao.el" "language/malayalam.el"
30384;;;;;; "language/romanian.el" "language/slovak.el" "language/tamil.el" 30515;;;;;; "language/misc-lang.el" "language/romanian.el" "language/slovak.el"
30385;;;;;; "language/thai-word.el" "language/thai.el" "language/tibetan.el" 30516;;;;;; "language/tamil.el" "language/thai-word.el" "language/thai.el"
30386;;;;;; "language/utf-8-lang.el" "language/vietnamese.el" "ldefs-boot.el" 30517;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el"
30387;;;;;; "loadup.el" "mail/blessmail.el" "mail/mailheader.el" "mail/mailpost.el" 30518;;;;;; "ldefs-boot.el" "loadup.el" "mail/blessmail.el" "mail/mailheader.el"
30388;;;;;; "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" "mail/rmail-spam-filter.el" 30519;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el"
30389;;;;;; "mail/uce.el" "mail/vms-pmail.el" "mh-e/mh-acros.el" "mh-e/mh-alias.el" 30520;;;;;; "mail/rmail-spam-filter.el" "mail/uce.el" "mail/vms-pmail.el"
30390;;;;;; "mh-e/mh-buffers.el" "mh-e/mh-compat.el" "mh-e/mh-funcs.el" 30521;;;;;; "mh-e/mh-acros.el" "mh-e/mh-alias.el" "mh-e/mh-buffers.el"
30391;;;;;; "mh-e/mh-gnus.el" "mh-e/mh-identity.el" "mh-e/mh-inc.el" 30522;;;;;; "mh-e/mh-compat.el" "mh-e/mh-funcs.el" "mh-e/mh-gnus.el"
30392;;;;;; "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el" 30523;;;;;; "mh-e/mh-identity.el" "mh-e/mh-inc.el" "mh-e/mh-junk.el"
30393;;;;;; "mh-e/mh-mime.el" "mh-e/mh-print.el" "mh-e/mh-scan.el" "mh-e/mh-search.el" 30524;;;;;; "mh-e/mh-letter.el" "mh-e/mh-limit.el" "mh-e/mh-mime.el"
30525;;;;;; "mh-e/mh-print.el" "mh-e/mh-scan.el" "mh-e/mh-search.el"
30394;;;;;; "mh-e/mh-seq.el" "mh-e/mh-show.el" "mh-e/mh-speed.el" "mh-e/mh-thread.el" 30526;;;;;; "mh-e/mh-seq.el" "mh-e/mh-show.el" "mh-e/mh-speed.el" "mh-e/mh-thread.el"
30395;;;;;; "mh-e/mh-tool-bar.el" "mh-e/mh-utils.el" "mh-e/mh-xface.el" 30527;;;;;; "mh-e/mh-tool-bar.el" "mh-e/mh-utils.el" "mh-e/mh-xface.el"
30396;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el" 30528;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el"
@@ -30415,29 +30547,30 @@ Zone-mode does two things:
30415;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-complete-structtag.el" 30547;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-complete-structtag.el"
30416;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-rinfo.el" "progmodes/idlw-toolbar.el" 30548;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-rinfo.el" "progmodes/idlw-toolbar.el"
30417;;;;;; "progmodes/mantemp.el" "progmodes/xscheme.el" "register.el" 30549;;;;;; "progmodes/mantemp.el" "progmodes/xscheme.el" "register.el"
30418;;;;;; "replace.el" "s-region.el" "saveplace.el" "sb-image.el" "scroll-bar.el" 30550;;;;;; "replace.el" "rfn-eshadow.el" "s-region.el" "saveplace.el"
30419;;;;;; "select.el" "simple.el" "soundex.el" "startup.el" "subdirs.el" 30551;;;;;; "sb-image.el" "scroll-bar.el" "select.el" "simple.el" "soundex.el"
30420;;;;;; "tempo.el" "term/AT386.el" "term/apollo.el" "term/bobcat.el" 30552;;;;;; "startup.el" "subdirs.el" "tempo.el" "term/AT386.el" "term/apollo.el"
30421;;;;;; "term/cygwin.el" "term/internal.el" "term/iris-ansi.el" "term/linux.el" 30553;;;;;; "term/bobcat.el" "term/cygwin.el" "term/internal.el" "term/iris-ansi.el"
30422;;;;;; "term/lk201.el" "term/mac-win.el" "term/news.el" "term/pc-win.el" 30554;;;;;; "term/linux.el" "term/lk201.el" "term/mac-win.el" "term/news.el"
30423;;;;;; "term/rxvt.el" "term/sun-mouse.el" "term/sun.el" "term/sup-mouse.el" 30555;;;;;; "term/pc-win.el" "term/rxvt.el" "term/sun-mouse.el" "term/sun.el"
30424;;;;;; "term/tty-colors.el" "term/tvi970.el" "term/vt100.el" "term/vt102.el" 30556;;;;;; "term/sup-mouse.el" "term/tty-colors.el" "term/tvi970.el"
30425;;;;;; "term/vt125.el" "term/vt200.el" "term/vt201.el" "term/vt220.el" 30557;;;;;; "term/vt100.el" "term/vt102.el" "term/vt125.el" "term/vt200.el"
30426;;;;;; "term/vt240.el" "term/vt300.el" "term/vt320.el" "term/vt400.el" 30558;;;;;; "term/vt201.el" "term/vt220.el" "term/vt240.el" "term/vt300.el"
30427;;;;;; "term/vt420.el" "term/w32-win.el" "term/wyse50.el" "term/x-win.el" 30559;;;;;; "term/vt320.el" "term/vt400.el" "term/vt420.el" "term/w32-win.el"
30428;;;;;; "term/xterm.el" "textmodes/bib-mode.el" "textmodes/fill.el" 30560;;;;;; "term/wyse50.el" "term/x-win.el" "term/xterm.el" "textmodes/bib-mode.el"
30429;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/page.el" 30561;;;;;; "textmodes/fill.el" "textmodes/makeinfo.el" "textmodes/page-ext.el"
30430;;;;;; "textmodes/paragraphs.el" "textmodes/refbib.el" "textmodes/refer.el" 30562;;;;;; "textmodes/page.el" "textmodes/paragraphs.el" "textmodes/refbib.el"
30431;;;;;; "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" "textmodes/reftex-ref.el" 30563;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el"
30432;;;;;; "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" "textmodes/reftex-vars.el" 30564;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el"
30433;;;;;; "textmodes/texnfo-upd.el" "textmodes/text-mode.el" "timezone.el" 30565;;;;;; "textmodes/reftex-vars.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el"
30434;;;;;; "tooltip.el" "tree-widget.el" "uniquify.el" "url/url-about.el" 30566;;;;;; "timezone.el" "tooltip.el" "tree-widget.el" "uniquify.el"
30435;;;;;; "url/url-dired.el" "url/url-expand.el" "url/url-ftp.el" "url/url-https.el" 30567;;;;;; "url/url-about.el" "url/url-cookie.el" "url/url-dired.el"
30436;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" 30568;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el"
30437;;;;;; "url/url-vars.el" "url/vc-dav.el" "vc-hooks.el" "vcursor.el" 30569;;;;;; "url/url-https.el" "url/url-imap.el" "url/url-methods.el"
30438;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el" 30570;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el"
30439;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el" 30571;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el"
30440;;;;;; "x-dnd.el") (17381 36573 585655)) 30572;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el"
30573;;;;;; "widget.el" "window.el" "x-dnd.el") (17448 19160 944703))
30441 30574
30442;;;*** 30575;;;***
30443 30576