aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2011-01-30 12:58:09 +0100
committerAndreas Schwab2011-01-30 12:58:09 +0100
commit09aa1eb8eea75e4f53dfee40e0f46f65751d31bf (patch)
tree818c32a4ad9c2bfd5504c3aff63561eede608852
parent8aec9916dd8213e2efc77ec32cb57256e1f332be (diff)
downloademacs-09aa1eb8eea75e4f53dfee40e0f46f65751d31bf.tar.gz
emacs-09aa1eb8eea75e4f53dfee40e0f46f65751d31bf.zip
Regenerate ldefs-boot.el
-rw-r--r--lisp/ldefs-boot.el2596
1 files changed, 1348 insertions, 1248 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index af8ac63d5b5..8bb01f2c793 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -5,7 +5,7 @@
5 5
6;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best 6;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best
7;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" 7;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
8;;;;;; "play/5x5.el" (19634 23255)) 8;;;;;; "play/5x5.el" (19775 2029))
9;;; Generated autoloads from play/5x5.el 9;;; Generated autoloads from play/5x5.el
10 10
11(autoload '5x5 "5x5" "\ 11(autoload '5x5 "5x5" "\
@@ -65,7 +65,7 @@ should return a grid vector array that is the new solution.
65;;;*** 65;;;***
66 66
67;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el" 67;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el"
68;;;;;; (19580 19536)) 68;;;;;; (19775 2027))
69;;; Generated autoloads from abbrevlist.el 69;;; Generated autoloads from abbrevlist.el
70 70
71(autoload 'list-one-abbrev-table "abbrevlist" "\ 71(autoload 'list-one-abbrev-table "abbrevlist" "\
@@ -76,7 +76,7 @@ Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER.
76;;;*** 76;;;***
77 77
78;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 78;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
79;;;;;; (19672 56753)) 79;;;;;; (19780 4514))
80;;; Generated autoloads from progmodes/ada-mode.el 80;;; Generated autoloads from progmodes/ada-mode.el
81 81
82(autoload 'ada-add-extensions "ada-mode" "\ 82(autoload 'ada-add-extensions "ada-mode" "\
@@ -90,14 +90,13 @@ the file name.
90 90
91(autoload 'ada-mode "ada-mode" "\ 91(autoload 'ada-mode "ada-mode" "\
92Ada mode is the major mode for editing Ada code. 92Ada mode is the major mode for editing Ada code.
93\\{ada-mode-map}
94 93
95\(fn)" t nil) 94\(fn)" t nil)
96 95
97;;;*** 96;;;***
98 97
99;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 98;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
100;;;;;; (19580 19536)) 99;;;;;; (19780 4514))
101;;; Generated autoloads from progmodes/ada-stmt.el 100;;; Generated autoloads from progmodes/ada-stmt.el
102 101
103(autoload 'ada-header "ada-stmt" "\ 102(autoload 'ada-header "ada-stmt" "\
@@ -108,7 +107,7 @@ Insert a descriptive header at the top of the file.
108;;;*** 107;;;***
109 108
110;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 109;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
111;;;;;; (19672 41738)) 110;;;;;; (19780 4514))
112;;; Generated autoloads from progmodes/ada-xref.el 111;;; Generated autoloads from progmodes/ada-xref.el
113 112
114(autoload 'ada-find-file "ada-xref" "\ 113(autoload 'ada-find-file "ada-xref" "\
@@ -123,7 +122,7 @@ Completion is available.
123;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log 122;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
124;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name 123;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name
125;;;;;; add-log-current-defun-function) "add-log" "vc/add-log.el" 124;;;;;; add-log-current-defun-function) "add-log" "vc/add-log.el"
126;;;;;; (19661 46305)) 125;;;;;; (19775 2030))
127;;; Generated autoloads from vc/add-log.el 126;;; Generated autoloads from vc/add-log.el
128 127
129(put 'change-log-default-name 'safe-local-variable 'string-or-null-p) 128(put 'change-log-default-name 'safe-local-variable 'string-or-null-p)
@@ -262,7 +261,7 @@ old-style time formats for entries are supported.
262 261
263;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice 262;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
264;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) 263;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
265;;;;;; "advice" "emacs-lisp/advice.el" (19580 19536)) 264;;;;;; "advice" "emacs-lisp/advice.el" (19780 4513))
266;;; Generated autoloads from emacs-lisp/advice.el 265;;; Generated autoloads from emacs-lisp/advice.el
267 266
268(defvar ad-redefinition-action 'warn "\ 267(defvar ad-redefinition-action 'warn "\
@@ -407,7 +406,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
407 406
408;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 407;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
409;;;;;; align-highlight-rule align-current align-entire align-regexp 408;;;;;; align-highlight-rule align-current align-entire align-regexp
410;;;;;; align) "align" "align.el" (19574 61126)) 409;;;;;; align) "align" "align.el" (19775 2027))
411;;; Generated autoloads from align.el 410;;; Generated autoloads from align.el
412 411
413(autoload 'align "align" "\ 412(autoload 'align "align" "\
@@ -497,7 +496,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
497;;;*** 496;;;***
498 497
499;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" 498;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el"
500;;;;;; (19696 28661)) 499;;;;;; (19775 2027))
501;;; Generated autoloads from allout.el 500;;; Generated autoloads from allout.el
502 501
503(put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil))))) 502(put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil)))))
@@ -534,18 +533,16 @@ A replacement function for `newline-and-indent', aligning as it goes.
534 533
535(autoload 'allout-mode "allout" "\ 534(autoload 'allout-mode "allout" "\
536Toggle minor mode for controlling exposure and editing of text outlines. 535Toggle minor mode for controlling exposure and editing of text outlines.
537\\<allout-mode-map> 536\\<allout-mode-map-value>
538 537
539Optional prefix argument TOGGLE forces the mode to re-initialize 538Allout outline mode always runs as a minor mode.
540if it is positive, otherwise it turns the mode off. Allout
541outline mode always runs as a minor mode.
542 539
543Allout outline mode provides extensive outline oriented formatting and 540Allout outline mode provides extensive outline oriented
544manipulation. It enables structural editing of outlines, as well as 541formatting and manipulation. It enables structural editing of
545navigation and exposure. It also is specifically aimed at 542outlines, as well as navigation and exposure. It also is
546accommodating syntax-sensitive text like programming languages. (For 543specifically aimed at accommodating syntax-sensitive text like
547an example, see the allout code itself, which is organized as an allout 544programming languages. (For example, see the allout code itself,
548outline.) 545which is organized as an allout outline.)
549 546
550In addition to typical outline navigation and exposure, allout includes: 547In addition to typical outline navigation and exposure, allout includes:
551 548
@@ -553,27 +550,30 @@ In addition to typical outline navigation and exposure, allout includes:
553 repositioning, promotion/demotion, cut, and paste 550 repositioning, promotion/demotion, cut, and paste
554 - incremental search with dynamic exposure and reconcealment of hidden text 551 - incremental search with dynamic exposure and reconcealment of hidden text
555 - adjustable format, so programming code can be developed in outline-structure 552 - adjustable format, so programming code can be developed in outline-structure
556 - easy topic encryption and decryption 553 - easy topic encryption and decryption, symmetric or key-pair
557 - \"Hot-spot\" operation, for single-keystroke maneuvering and exposure control 554 - \"Hot-spot\" operation, for single-keystroke maneuvering and exposure control
558 - integral outline layout, for automatic initial exposure when visiting a file 555 - integral outline layout, for automatic initial exposure when visiting a file
559 - independent extensibility, using comprehensive exposure and authoring hooks 556 - independent extensibility, using comprehensive exposure and authoring hooks
560 557
561and many other features. 558and many other features.
562 559
563Below is a description of the key bindings, and then explanation of 560Below is a description of the key bindings, and then description
564special `allout-mode' features and terminology. See also the outline 561of special `allout-mode' features and terminology. See also the
565menubar additions for quick reference to many of the features, and see 562outline menubar additions for quick reference to many of the
566the docstring of the function `allout-init' for instructions on 563features, and see the docstring of the function `allout-init' for
567priming your emacs session for automatic activation of `allout-mode'. 564instructions on priming your emacs session for automatic
568 565activation of `allout-mode'.
569The bindings are dictated by the customizable `allout-keybindings-list' 566
570variable. We recommend customizing `allout-command-prefix' to use just 567The bindings are those listed in `allout-prefixed-keybindings'
571`\\C-c' as the command prefix, if the allout bindings don't conflict with 568and `allout-unprefixed-keybindings'. We recommend customizing
572any personal bindings you have on \\C-c. In any case, outline structure 569`allout-command-prefix' to use just `\\C-c' as the command
573navigation and authoring is simplified by positioning the cursor on an 570prefix, if the allout bindings don't conflict with any personal
574item's bullet character, the \"hot-spot\" -- then you can invoke allout 571bindings you have on \\C-c. In any case, outline structure
575commands with just the un-prefixed, un-control-shifted command letters. 572navigation and authoring is simplified by positioning the cursor
576This is described further in the HOT-SPOT Operation section. 573on an item's bullet character, the \"hot-spot\" -- then you can
574invoke allout commands with just the un-prefixed,
575un-control-shifted command letters. This is described further in
576the HOT-SPOT Operation section.
577 577
578 Exposure Control: 578 Exposure Control:
579 ---------------- 579 ----------------
@@ -652,19 +652,22 @@ M-x outlineify-sticky Activate outline mode for current buffer,
652 Topic Encryption 652 Topic Encryption
653 653
654Outline mode supports gpg encryption of topics, with support for 654Outline mode supports gpg encryption of topics, with support for
655symmetric and key-pair modes, passphrase timeout, passphrase 655symmetric and key-pair modes, and auto-encryption of topics
656consistency checking, user-provided hinting for symmetric key 656pending encryption on save.
657mode, and auto-encryption of topics pending encryption on save.
658 657
659Topics pending encryption are, by default, automatically 658Topics pending encryption are, by default, automatically
660encrypted during file saves. If the contents of the topic 659encrypted during file saves, including checkpoint saves, to avoid
661containing the cursor was encrypted for a save, it is 660exposing the plain text of encrypted topics in the file system.
662automatically decrypted for continued editing. 661If the content of the topic containing the cursor was encrypted
663 662for a save, it is automatically decrypted for continued editing.
664The aim of these measures is reliable topic privacy while 663
665preventing accidents like neglected encryption before saves, 664NOTE: A few GnuPG v2 versions improperly preserve incorrect
666forgetting which passphrase was used, and other practical 665symmetric decryption keys, preventing entry of the correct key on
667pitfalls. 666subsequent decryption attempts until the cache times-out. That
667can take several minutes. (Decryption of other entries is not
668affected.) Upgrade your EasyPG version, if you can, and you can
669deliberately clear your gpg-agent's cache by sending it a '-HUP'
670signal.
668 671
669See `allout-toggle-current-subtree-encryption' function docstring 672See `allout-toggle-current-subtree-encryption' function docstring
670and `allout-encrypt-unencrypted-on-saves' customization variable 673and `allout-encrypt-unencrypted-on-saves' customization variable
@@ -702,7 +705,8 @@ hooks, by which independent code can cooperate with allout
702without changes to the allout core. Here are key ones: 705without changes to the allout core. Here are key ones:
703 706
704`allout-mode-hook' 707`allout-mode-hook'
705`allout-mode-deactivate-hook' 708`allout-mode-deactivate-hook' (deprecated)
709`allout-mode-off-hook'
706`allout-exposure-change-hook' 710`allout-exposure-change-hook'
707`allout-structure-added-hook' 711`allout-structure-added-hook'
708`allout-structure-deleted-hook' 712`allout-structure-deleted-hook'
@@ -789,7 +793,7 @@ CONCEALED:
789CLOSED: A TOPIC whose immediate OFFSPRING and body-text is CONCEALED. 793CLOSED: A TOPIC whose immediate OFFSPRING and body-text is CONCEALED.
790OPEN: A TOPIC that is not CLOSED, though its OFFSPRING or BODY may be. 794OPEN: A TOPIC that is not CLOSED, though its OFFSPRING or BODY may be.
791 795
792\(fn &optional TOGGLE)" t nil) 796\(fn &optional ARG)" t nil)
793 797
794(defalias 'outlinify-sticky 'outlineify-sticky) 798(defalias 'outlinify-sticky 'outlineify-sticky)
795 799
@@ -804,7 +808,7 @@ setup for auto-startup.
804;;;*** 808;;;***
805 809
806;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 810;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
807;;;;;; "net/ange-ftp.el" (19668 18649)) 811;;;;;; "net/ange-ftp.el" (19780 4514))
808;;; Generated autoloads from net/ange-ftp.el 812;;; Generated autoloads from net/ange-ftp.el
809 813
810(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 814(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
@@ -826,7 +830,7 @@ Not documented
826;;;*** 830;;;***
827 831
828;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 832;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
829;;;;;; "animate" "play/animate.el" (19277 34922)) 833;;;;;; "animate" "play/animate.el" (19775 2029))
830;;; Generated autoloads from play/animate.el 834;;; Generated autoloads from play/animate.el
831 835
832(autoload 'animate-string "animate" "\ 836(autoload 'animate-string "animate" "\
@@ -854,7 +858,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\".
854;;;*** 858;;;***
855 859
856;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 860;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
857;;;;;; "ansi-color" "ansi-color.el" (19594 48841)) 861;;;;;; "ansi-color" "ansi-color.el" (19775 2027))
858;;; Generated autoloads from ansi-color.el 862;;; Generated autoloads from ansi-color.el
859 863
860(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ 864(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
@@ -880,7 +884,7 @@ This is a good function to put in `comint-output-filter-functions'.
880;;;*** 884;;;***
881 885
882;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 886;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
883;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (19599 45674)) 887;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (19775 2029))
884;;; Generated autoloads from progmodes/antlr-mode.el 888;;; Generated autoloads from progmodes/antlr-mode.el
885 889
886(autoload 'antlr-show-makefile-rules "antlr-mode" "\ 890(autoload 'antlr-show-makefile-rules "antlr-mode" "\
@@ -904,7 +908,6 @@ commentary with value `antlr-help-unknown-file-text' is added. The
904 908
905(autoload 'antlr-mode "antlr-mode" "\ 909(autoload 'antlr-mode "antlr-mode" "\
906Major mode for editing ANTLR grammar files. 910Major mode for editing ANTLR grammar files.
907\\{antlr-mode-map}
908 911
909\(fn)" t nil) 912\(fn)" t nil)
910 913
@@ -917,7 +920,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
917;;;*** 920;;;***
918 921
919;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el" 922;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el"
920;;;;;; (19628 54816)) 923;;;;;; (19780 4513))
921;;; Generated autoloads from calendar/appt.el 924;;; Generated autoloads from calendar/appt.el
922 925
923(autoload 'appt-add "appt" "\ 926(autoload 'appt-add "appt" "\
@@ -940,7 +943,7 @@ ARG is positive, otherwise off.
940 943
941;;;### (autoloads (apropos-documentation apropos-value apropos-library 944;;;### (autoloads (apropos-documentation apropos-value apropos-library
942;;;;;; apropos apropos-documentation-property apropos-command apropos-variable 945;;;;;; apropos apropos-documentation-property apropos-command apropos-variable
943;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19580 19536)) 946;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19775 2027))
944;;; Generated autoloads from apropos.el 947;;; Generated autoloads from apropos.el
945 948
946(autoload 'apropos-read-pattern "apropos" "\ 949(autoload 'apropos-read-pattern "apropos" "\
@@ -1043,8 +1046,8 @@ Returns list of symbols and documentation found.
1043 1046
1044;;;*** 1047;;;***
1045 1048
1046;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (19668 1049;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (19775
1047;;;;;; 19473)) 1050;;;;;; 2027))
1048;;; Generated autoloads from arc-mode.el 1051;;; Generated autoloads from arc-mode.el
1049 1052
1050(autoload 'archive-mode "arc-mode" "\ 1053(autoload 'archive-mode "arc-mode" "\
@@ -1064,7 +1067,7 @@ archive.
1064 1067
1065;;;*** 1068;;;***
1066 1069
1067;;;### (autoloads (array-mode) "array" "array.el" (19672 56753)) 1070;;;### (autoloads (array-mode) "array" "array.el" (19775 2027))
1068;;; Generated autoloads from array.el 1071;;; Generated autoloads from array.el
1069 1072
1070(autoload 'array-mode "array" "\ 1073(autoload 'array-mode "array" "\
@@ -1135,8 +1138,8 @@ Entering array mode calls the function `array-mode-hook'.
1135 1138
1136;;;*** 1139;;;***
1137 1140
1138;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19623 1141;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19775
1139;;;;;; 59989)) 1142;;;;;; 2030))
1140;;; Generated autoloads from textmodes/artist.el 1143;;; Generated autoloads from textmodes/artist.el
1141 1144
1142(autoload 'artist-mode "artist" "\ 1145(autoload 'artist-mode "artist" "\
@@ -1342,8 +1345,8 @@ Keymap summary
1342 1345
1343;;;*** 1346;;;***
1344 1347
1345;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (19439 1348;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (19780
1346;;;;;; 4022)) 1349;;;;;; 4514))
1347;;; Generated autoloads from progmodes/asm-mode.el 1350;;; Generated autoloads from progmodes/asm-mode.el
1348 1351
1349(autoload 'asm-mode "asm-mode" "\ 1352(autoload 'asm-mode "asm-mode" "\
@@ -1371,7 +1374,7 @@ Special commands:
1371;;;*** 1374;;;***
1372 1375
1373;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1376;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1374;;;;;; (19277 34915)) 1377;;;;;; (19775 2027))
1375;;; Generated autoloads from autoarg.el 1378;;; Generated autoloads from autoarg.el
1376 1379
1377(defvar autoarg-mode nil "\ 1380(defvar autoarg-mode nil "\
@@ -1425,7 +1428,7 @@ etc. to supply digit arguments.
1425;;;*** 1428;;;***
1426 1429
1427;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1430;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1428;;;;;; (19594 48841)) 1431;;;;;; (19780 4514))
1429;;; Generated autoloads from progmodes/autoconf.el 1432;;; Generated autoloads from progmodes/autoconf.el
1430 1433
1431(autoload 'autoconf-mode "autoconf" "\ 1434(autoload 'autoconf-mode "autoconf" "\
@@ -1436,7 +1439,7 @@ Major mode for editing Autoconf configure.in files.
1436;;;*** 1439;;;***
1437 1440
1438;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1441;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1439;;;;;; "autoinsert" "autoinsert.el" (19508 78)) 1442;;;;;; "autoinsert" "autoinsert.el" (19780 4512))
1440;;; Generated autoloads from autoinsert.el 1443;;; Generated autoloads from autoinsert.el
1441 1444
1442(autoload 'auto-insert "autoinsert" "\ 1445(autoload 'auto-insert "autoinsert" "\
@@ -1475,7 +1478,7 @@ insert a template for the file depending on the mode of the buffer.
1475 1478
1476;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1479;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1477;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1480;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1478;;;;;; (19687 6902)) 1481;;;;;; (19780 4513))
1479;;; Generated autoloads from emacs-lisp/autoload.el 1482;;; Generated autoloads from emacs-lisp/autoload.el
1480 1483
1481(put 'generated-autoload-file 'safe-local-variable 'stringp) 1484(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1514,7 +1517,7 @@ Calls `update-directory-autoloads' on the command line arguments.
1514 1517
1515;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1518;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1516;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1519;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1517;;;;;; "autorevert" "autorevert.el" (19277 34915)) 1520;;;;;; "autorevert" "autorevert.el" (19775 2027))
1518;;; Generated autoloads from autorevert.el 1521;;; Generated autoloads from autorevert.el
1519 1522
1520(autoload 'auto-revert-mode "autorevert" "\ 1523(autoload 'auto-revert-mode "autorevert" "\
@@ -1595,7 +1598,7 @@ specifies in the mode line.
1595;;;*** 1598;;;***
1596 1599
1597;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1600;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1598;;;;;; "avoid.el" (19645 60484)) 1601;;;;;; "avoid.el" (19775 2027))
1599;;; Generated autoloads from avoid.el 1602;;; Generated autoloads from avoid.el
1600 1603
1601(defvar mouse-avoidance-mode nil "\ 1604(defvar mouse-avoidance-mode nil "\
@@ -1636,7 +1639,7 @@ definition of \"random distance\".)
1636;;;*** 1639;;;***
1637 1640
1638;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1641;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1639;;;;;; (19277 34915)) 1642;;;;;; (19775 2027))
1640;;; Generated autoloads from battery.el 1643;;; Generated autoloads from battery.el
1641 (put 'battery-mode-line-string 'risky-local-variable t) 1644 (put 'battery-mode-line-string 'risky-local-variable t)
1642 1645
@@ -1668,7 +1671,7 @@ seconds.
1668;;;*** 1671;;;***
1669 1672
1670;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1673;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1671;;;;;; "benchmark" "emacs-lisp/benchmark.el" (19277 34919)) 1674;;;;;; "benchmark" "emacs-lisp/benchmark.el" (19780 4513))
1672;;; Generated autoloads from emacs-lisp/benchmark.el 1675;;; Generated autoloads from emacs-lisp/benchmark.el
1673 1676
1674(autoload 'benchmark-run "benchmark" "\ 1677(autoload 'benchmark-run "benchmark" "\
@@ -1701,7 +1704,7 @@ For non-interactive use see also `benchmark-run' and
1701;;;*** 1704;;;***
1702 1705
1703;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) 1706;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
1704;;;;;; "bibtex" "textmodes/bibtex.el" (19661 46305)) 1707;;;;;; "bibtex" "textmodes/bibtex.el" (19780 4514))
1705;;; Generated autoloads from textmodes/bibtex.el 1708;;; Generated autoloads from textmodes/bibtex.el
1706 1709
1707(autoload 'bibtex-initialize "bibtex" "\ 1710(autoload 'bibtex-initialize "bibtex" "\
@@ -1788,7 +1791,7 @@ mode is not `bibtex-mode', START is nil, and DISPLAY is t.
1788;;;*** 1791;;;***
1789 1792
1790;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" 1793;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1791;;;;;; (19611 36358)) 1794;;;;;; (19780 4514))
1792;;; Generated autoloads from textmodes/bibtex-style.el 1795;;; Generated autoloads from textmodes/bibtex-style.el
1793 1796
1794(autoload 'bibtex-style-mode "bibtex-style" "\ 1797(autoload 'bibtex-style-mode "bibtex-style" "\
@@ -1800,7 +1803,7 @@ Major mode for editing BibTeX style files.
1800 1803
1801;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1804;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1802;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" 1805;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
1803;;;;;; (19582 65302)) 1806;;;;;; (19775 2028))
1804;;; Generated autoloads from mail/binhex.el 1807;;; Generated autoloads from mail/binhex.el
1805 1808
1806(defconst binhex-begin-line "^:...............................................................$") 1809(defconst binhex-begin-line "^:...............................................................$")
@@ -1823,8 +1826,8 @@ Binhex decode region between START and END.
1823 1826
1824;;;*** 1827;;;***
1825 1828
1826;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (19277 1829;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (19775
1827;;;;;; 34922)) 1830;;;;;; 2029))
1828;;; Generated autoloads from play/blackbox.el 1831;;; Generated autoloads from play/blackbox.el
1829 1832
1830(autoload 'blackbox "blackbox" "\ 1833(autoload 'blackbox "blackbox" "\
@@ -1947,7 +1950,7 @@ a reflection.
1947;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert 1950;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert
1948;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate 1951;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate
1949;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" 1952;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark"
1950;;;;;; "bookmark.el" (19668 18952)) 1953;;;;;; "bookmark.el" (19780 4512))
1951;;; Generated autoloads from bookmark.el 1954;;; Generated autoloads from bookmark.el
1952 (define-key ctl-x-r-map "b" 'bookmark-jump) 1955 (define-key ctl-x-r-map "b" 'bookmark-jump)
1953 (define-key ctl-x-r-map "m" 'bookmark-set) 1956 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2000,8 +2003,8 @@ if you wish to give the bookmark a new location, and `bookmark-jump'
2000will then jump to the new location, as well as recording it in place 2003will then jump to the new location, as well as recording it in place
2001of the old one in the permanent bookmark record. 2004of the old one in the permanent bookmark record.
2002 2005
2003BOOKMARK may be a bookmark name (a string) or a bookmark record, but 2006BOOKMARK is usually a bookmark name (a string). It can also be a
2004the latter is usually only used by programmatic callers. 2007bookmark record, but this is usually only done by programmatic callers.
2005 2008
2006If DISPLAY-FUNC is non-nil, it is a function to invoke to display the 2009If DISPLAY-FUNC is non-nil, it is a function to invoke to display the
2007bookmark. It defaults to `switch-to-buffer'. A typical value for 2010bookmark. It defaults to `switch-to-buffer'. A typical value for
@@ -2015,57 +2018,52 @@ Jump to BOOKMARK in another window. See `bookmark-jump' for more.
2015\(fn BOOKMARK)" t nil) 2018\(fn BOOKMARK)" t nil)
2016 2019
2017(autoload 'bookmark-relocate "bookmark" "\ 2020(autoload 'bookmark-relocate "bookmark" "\
2018Relocate BOOKMARK to another file (reading file name with minibuffer). 2021Relocate BOOKMARK-NAME to another file, reading file name with minibuffer.
2019BOOKMARK is a bookmark name (a string), not a bookmark record.
2020 2022
2021This makes an already existing bookmark point to that file, instead of 2023This makes an already existing bookmark point to that file, instead of
2022the one it used to point at. Useful when a file has been renamed 2024the one it used to point at. Useful when a file has been renamed
2023after a bookmark was set in it. 2025after a bookmark was set in it.
2024 2026
2025\(fn BOOKMARK)" t nil) 2027\(fn BOOKMARK-NAME)" t nil)
2026 2028
2027(autoload 'bookmark-insert-location "bookmark" "\ 2029(autoload 'bookmark-insert-location "bookmark" "\
2028Insert the name of the file associated with BOOKMARK. 2030Insert the name of the file associated with BOOKMARK-NAME.
2029BOOKMARK is a bookmark name (a string), not a bookmark record.
2030 2031
2031Optional second arg NO-HISTORY means don't record this in the 2032Optional second arg NO-HISTORY means don't record this in the
2032minibuffer history list `bookmark-history'. 2033minibuffer history list `bookmark-history'.
2033 2034
2034\(fn BOOKMARK &optional NO-HISTORY)" t nil) 2035\(fn BOOKMARK-NAME &optional NO-HISTORY)" t nil)
2035 2036
2036(defalias 'bookmark-locate 'bookmark-insert-location) 2037(defalias 'bookmark-locate 'bookmark-insert-location)
2037 2038
2038(autoload 'bookmark-rename "bookmark" "\ 2039(autoload 'bookmark-rename "bookmark" "\
2039Change the name of OLD bookmark to NEW name. 2040Change the name of OLD-NAME bookmark to NEW-NAME name.
2040If called from keyboard, prompt for OLD and NEW. If called from 2041If called from keyboard, prompt for OLD-NAME and NEW-NAME.
2041menubar, select OLD from a menu and prompt for NEW. 2042If called from menubar, select OLD-NAME from a menu and prompt for NEW-NAME.
2042
2043Both OLD and NEW are bookmark names (strings), never bookmark records.
2044 2043
2045If called from Lisp, prompt for NEW if only OLD was passed as an 2044If called from Lisp, prompt for NEW-NAME if only OLD-NAME was passed
2046argument. If called with two strings, then no prompting is done. You 2045as an argument. If called with two strings, then no prompting is done.
2047must pass at least OLD when calling from Lisp. 2046You must pass at least OLD-NAME when calling from Lisp.
2048 2047
2049While you are entering the new name, consecutive C-w's insert 2048While you are entering the new name, consecutive C-w's insert
2050consecutive words from the text of the buffer into the new bookmark 2049consecutive words from the text of the buffer into the new bookmark
2051name. 2050name.
2052 2051
2053\(fn OLD &optional NEW)" t nil) 2052\(fn OLD-NAME &optional NEW-NAME)" t nil)
2054 2053
2055(autoload 'bookmark-insert "bookmark" "\ 2054(autoload 'bookmark-insert "bookmark" "\
2056Insert the text of the file pointed to by bookmark BOOKMARK. 2055Insert the text of the file pointed to by bookmark BOOKMARK-NAME.
2057BOOKMARK is a bookmark name (a string), not a bookmark record. 2056BOOKMARK-NAME is a bookmark name (a string), not a bookmark record.
2058 2057
2059You may have a problem using this function if the value of variable 2058You may have a problem using this function if the value of variable
2060`bookmark-alist' is nil. If that happens, you need to load in some 2059`bookmark-alist' is nil. If that happens, you need to load in some
2061bookmarks. See help on function `bookmark-load' for more about 2060bookmarks. See help on function `bookmark-load' for more about
2062this. 2061this.
2063 2062
2064\(fn BOOKMARK)" t nil) 2063\(fn BOOKMARK-NAME)" t nil)
2065 2064
2066(autoload 'bookmark-delete "bookmark" "\ 2065(autoload 'bookmark-delete "bookmark" "\
2067Delete BOOKMARK from the bookmark list. 2066Delete BOOKMARK-NAME from the bookmark list.
2068BOOKMARK is a bookmark name (a string), not a bookmark record.
2069 2067
2070Removes only the first instance of a bookmark with that name. If 2068Removes only the first instance of a bookmark with that name. If
2071there are one or more other bookmarks with the same name, they will 2069there are one or more other bookmarks with the same name, they will
@@ -2074,7 +2072,7 @@ one most recently used in this file, if any).
2074Optional second arg BATCH means don't update the bookmark list buffer, 2072Optional second arg BATCH means don't update the bookmark list buffer,
2075probably because we were called from there. 2073probably because we were called from there.
2076 2074
2077\(fn BOOKMARK &optional BATCH)" t nil) 2075\(fn BOOKMARK-NAME &optional BATCH)" t nil)
2078 2076
2079(autoload 'bookmark-write "bookmark" "\ 2077(autoload 'bookmark-write "bookmark" "\
2080Write bookmarks to a file (reading the file name with the minibuffer). 2078Write bookmarks to a file (reading the file name with the minibuffer).
@@ -2150,11 +2148,10 @@ Incremental search of bookmarks, hiding the non-matches as we go.
2150;;;;;; browse-url-w3-gnudoit browse-url-w3 browse-url-cci browse-url-mosaic 2148;;;;;; browse-url-w3-gnudoit browse-url-w3 browse-url-cci browse-url-mosaic
2151;;;;;; browse-url-gnome-moz browse-url-emacs browse-url-galeon browse-url-firefox 2149;;;;;; browse-url-gnome-moz browse-url-emacs browse-url-galeon browse-url-firefox
2152;;;;;; browse-url-mozilla browse-url-netscape browse-url-xdg-open 2150;;;;;; browse-url-mozilla browse-url-netscape browse-url-xdg-open
2153;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point 2151;;;;;; browse-url-at-mouse browse-url-at-point browse-url browse-url-of-region
2154;;;;;; browse-url browse-url-of-region browse-url-of-dired-file 2152;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file
2155;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point
2156;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" 2153;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el"
2157;;;;;; (19696 28661)) 2154;;;;;; (19780 4514))
2158;;; Generated autoloads from net/browse-url.el 2155;;; Generated autoloads from net/browse-url.el
2159 2156
2160(defvar browse-url-browser-function (cond ((memq system-type '(windows-nt ms-dos cygwin)) 'browse-url-default-windows-browser) ((memq system-type '(darwin)) 'browse-url-default-macosx-browser) (t 'browse-url-default-browser)) "\ 2157(defvar browse-url-browser-function (cond ((memq system-type '(windows-nt ms-dos cygwin)) 'browse-url-default-windows-browser) ((memq system-type '(darwin)) 'browse-url-default-macosx-browser) (t 'browse-url-default-browser)) "\
@@ -2170,11 +2167,6 @@ regexp should probably be \".\" to specify a default browser.")
2170 2167
2171(custom-autoload 'browse-url-browser-function "browse-url" t) 2168(custom-autoload 'browse-url-browser-function "browse-url" t)
2172 2169
2173(autoload 'browse-url-url-at-point "browse-url" "\
2174Not documented
2175
2176\(fn)" nil nil)
2177
2178(autoload 'browse-url-of-file "browse-url" "\ 2170(autoload 'browse-url-of-file "browse-url" "\
2179Ask a WWW browser to display FILE. 2171Ask a WWW browser to display FILE.
2180Display the current buffer's file if FILE is nil or if called 2172Display the current buffer's file if FILE is nil or if called
@@ -2227,23 +2219,6 @@ to use.
2227 2219
2228\(fn EVENT)" t nil) 2220\(fn EVENT)" t nil)
2229 2221
2230(autoload 'browse-url-default-browser "browse-url" "\
2231Find a suitable browser and ask it to load URL.
2232Default to the URL around or before point.
2233
2234When called interactively, if variable `browse-url-new-window-flag' is
2235non-nil, load the document in a new window, if possible, otherwise use
2236a random existing one. A non-nil interactive prefix argument reverses
2237the effect of `browse-url-new-window-flag'.
2238
2239When called non-interactively, optional second argument NEW-WINDOW is
2240used instead of `browse-url-new-window-flag'.
2241
2242The order attempted is gnome-moz-remote, Mozilla, Firefox,
2243Galeon, Konqueror, Netscape, Mosaic, Lynx in an xterm, and then W3.
2244
2245\(fn URL &rest ARGS)" nil nil)
2246
2247(autoload 'browse-url-xdg-open "browse-url" "\ 2222(autoload 'browse-url-xdg-open "browse-url" "\
2248Not documented 2223Not documented
2249 2224
@@ -2481,8 +2456,8 @@ from `browse-url-elinks-wrapper'.
2481 2456
2482;;;*** 2457;;;***
2483 2458
2484;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (19277 2459;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (19775
2485;;;;;; 34922)) 2460;;;;;; 2029))
2486;;; Generated autoloads from play/bruce.el 2461;;; Generated autoloads from play/bruce.el
2487 2462
2488(autoload 'bruce "bruce" "\ 2463(autoload 'bruce "bruce" "\
@@ -2498,7 +2473,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2498;;;*** 2473;;;***
2499 2474
2500;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2475;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2501;;;;;; "bs" "bs.el" (19515 27412)) 2476;;;;;; "bs" "bs.el" (19775 2027))
2502;;; Generated autoloads from bs.el 2477;;; Generated autoloads from bs.el
2503 2478
2504(autoload 'bs-cycle-next "bs" "\ 2479(autoload 'bs-cycle-next "bs" "\
@@ -2538,7 +2513,7 @@ name of buffer configuration.
2538 2513
2539;;;*** 2514;;;***
2540 2515
2541;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (19612 4032)) 2516;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (19775 2029))
2542;;; Generated autoloads from play/bubbles.el 2517;;; Generated autoloads from play/bubbles.el
2543 2518
2544(autoload 'bubbles "bubbles" "\ 2519(autoload 'bubbles "bubbles" "\
@@ -2559,8 +2534,26 @@ columns on its right towards the left.
2559 2534
2560;;;*** 2535;;;***
2561 2536
2537;;;### (autoloads (list-buffers) "buff-menu" "buff-menu.el" (19775
2538;;;;;; 2027))
2539;;; Generated autoloads from buff-menu.el
2540
2541(define-key ctl-x-map "" 'list-buffers)
2542
2543(autoload 'list-buffers "buff-menu" "\
2544Display a list of names of existing buffers.
2545The list is displayed in a buffer named `*Buffer List*'.
2546Note that buffers with names starting with spaces are omitted.
2547Non-null optional arg FILES-ONLY means mention only file buffers.
2548
2549For more information, see the function `buffer-menu'.
2550
2551\(fn &optional FILES-ONLY)" t nil)
2552
2553;;;***
2554
2562;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" 2555;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference"
2563;;;;;; "progmodes/bug-reference.el" (19418 12890)) 2556;;;;;; "progmodes/bug-reference.el" (19775 2029))
2564;;; Generated autoloads from progmodes/bug-reference.el 2557;;; Generated autoloads from progmodes/bug-reference.el
2565 2558
2566(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) 2559(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format)))))
@@ -2581,7 +2574,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2581;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2574;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2582;;;;;; compile-defun byte-compile-file byte-recompile-directory 2575;;;;;; compile-defun byte-compile-file byte-recompile-directory
2583;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) 2576;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning)
2584;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (19687 6902)) 2577;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (19775 2028))
2585;;; Generated autoloads from emacs-lisp/bytecomp.el 2578;;; Generated autoloads from emacs-lisp/bytecomp.el
2586(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2579(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2587(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2580(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2701,8 +2694,8 @@ and corresponding effects.
2701 2694
2702;;;*** 2695;;;***
2703 2696
2704;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19580 2697;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19775
2705;;;;;; 19536)) 2698;;;;;; 2027))
2706;;; Generated autoloads from calendar/cal-china.el 2699;;; Generated autoloads from calendar/cal-china.el
2707 2700
2708(put 'calendar-chinese-time-zone 'risky-local-variable t) 2701(put 'calendar-chinese-time-zone 'risky-local-variable t)
@@ -2711,7 +2704,7 @@ and corresponding effects.
2711 2704
2712;;;*** 2705;;;***
2713 2706
2714;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19580 19536)) 2707;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19775 2027))
2715;;; Generated autoloads from calendar/cal-dst.el 2708;;; Generated autoloads from calendar/cal-dst.el
2716 2709
2717(put 'calendar-daylight-savings-starts 'risky-local-variable t) 2710(put 'calendar-daylight-savings-starts 'risky-local-variable t)
@@ -2723,7 +2716,7 @@ and corresponding effects.
2723;;;*** 2716;;;***
2724 2717
2725;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el" 2718;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el"
2726;;;;;; (19631 54972)) 2719;;;;;; (19775 2027))
2727;;; Generated autoloads from calendar/cal-hebrew.el 2720;;; Generated autoloads from calendar/cal-hebrew.el
2728 2721
2729(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2722(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2739,8 +2732,8 @@ from the cursor position.
2739 2732
2740;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2733;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2741;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2734;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2742;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19552 2735;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19775
2743;;;;;; 37739)) 2736;;;;;; 2027))
2744;;; Generated autoloads from calc/calc.el 2737;;; Generated autoloads from calc/calc.el
2745 (define-key ctl-x-map "*" 'calc-dispatch) 2738 (define-key ctl-x-map "*" 'calc-dispatch)
2746 2739
@@ -2824,8 +2817,19 @@ See Info node `(calc)Defining Functions'.
2824 2817
2825;;;*** 2818;;;***
2826 2819
2827;;;### (autoloads (calculator) "calculator" "calculator.el" (19612 2820;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (19775
2828;;;;;; 4032)) 2821;;;;;; 2027))
2822;;; Generated autoloads from calc/calc-undo.el
2823
2824(autoload 'calc-undo "calc-undo" "\
2825Not documented
2826
2827\(fn N)" t nil)
2828
2829;;;***
2830
2831;;;### (autoloads (calculator) "calculator" "calculator.el" (19775
2832;;;;;; 2027))
2829;;; Generated autoloads from calculator.el 2833;;; Generated autoloads from calculator.el
2830 2834
2831(autoload 'calculator "calculator" "\ 2835(autoload 'calculator "calculator" "\
@@ -2836,8 +2840,8 @@ See the documentation for `calculator-mode' for more information.
2836 2840
2837;;;*** 2841;;;***
2838 2842
2839;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19687 2843;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19780
2840;;;;;; 6902)) 2844;;;;;; 4513))
2841;;; Generated autoloads from calendar/calendar.el 2845;;; Generated autoloads from calendar/calendar.el
2842 2846
2843(autoload 'calendar "calendar" "\ 2847(autoload 'calendar "calendar" "\
@@ -2881,7 +2885,7 @@ This function is suitable for execution in a .emacs file.
2881;;;*** 2885;;;***
2882 2886
2883;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 2887;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
2884;;;;;; "gnus/canlock.el" (19582 65302)) 2888;;;;;; "gnus/canlock.el" (19775 2028))
2885;;; Generated autoloads from gnus/canlock.el 2889;;; Generated autoloads from gnus/canlock.el
2886 2890
2887(autoload 'canlock-insert-header "canlock" "\ 2891(autoload 'canlock-insert-header "canlock" "\
@@ -2899,7 +2903,7 @@ it fails.
2899;;;*** 2903;;;***
2900 2904
2901;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" 2905;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el"
2902;;;;;; (19277 34922)) 2906;;;;;; (19780 4514))
2903;;; Generated autoloads from progmodes/cap-words.el 2907;;; Generated autoloads from progmodes/cap-words.el
2904 2908
2905(autoload 'capitalized-words-mode "cap-words" "\ 2909(autoload 'capitalized-words-mode "cap-words" "\
@@ -2934,15 +2938,15 @@ Obsoletes `c-forward-into-nomenclature'.
2934 2938
2935;;;*** 2939;;;***
2936 2940
2937;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (19580 2941;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (19780
2938;;;;;; 19536)) 2942;;;;;; 4514))
2939;;; Generated autoloads from progmodes/cc-compat.el 2943;;; Generated autoloads from progmodes/cc-compat.el
2940(put 'c-indent-level 'safe-local-variable 'integerp) 2944(put 'c-indent-level 'safe-local-variable 'integerp)
2941 2945
2942;;;*** 2946;;;***
2943 2947
2944;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 2948;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
2945;;;;;; (19632 52521)) 2949;;;;;; (19780 45051))
2946;;; Generated autoloads from progmodes/cc-engine.el 2950;;; Generated autoloads from progmodes/cc-engine.el
2947 2951
2948(autoload 'c-guess-basic-syntax "cc-engine" "\ 2952(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -2954,7 +2958,7 @@ Return the syntactic context of the current line.
2954 2958
2955;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 2959;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
2956;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 2960;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
2957;;;;;; (19646 27154)) 2961;;;;;; (19775 2029))
2958;;; Generated autoloads from progmodes/cc-mode.el 2962;;; Generated autoloads from progmodes/cc-mode.el
2959 2963
2960(autoload 'c-initialize-cc-mode "cc-mode" "\ 2964(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3114,7 +3118,7 @@ Key bindings:
3114;;;*** 3118;;;***
3115 3119
3116;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3120;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3117;;;;;; "progmodes/cc-styles.el" (19623 58121)) 3121;;;;;; "progmodes/cc-styles.el" (19780 4514))
3118;;; Generated autoloads from progmodes/cc-styles.el 3122;;; Generated autoloads from progmodes/cc-styles.el
3119 3123
3120(autoload 'c-set-style "cc-styles" "\ 3124(autoload 'c-set-style "cc-styles" "\
@@ -3165,7 +3169,7 @@ and exists only for compatibility reasons.
3165 3169
3166;;;*** 3170;;;***
3167 3171
3168;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19580 19536)) 3172;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19780 4514))
3169;;; Generated autoloads from progmodes/cc-vars.el 3173;;; Generated autoloads from progmodes/cc-vars.el
3170(put 'c-basic-offset 'safe-local-variable 'integerp) 3174(put 'c-basic-offset 'safe-local-variable 'integerp)
3171(put 'c-backslash-column 'safe-local-variable 'integerp) 3175(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3175,7 +3179,7 @@ and exists only for compatibility reasons.
3175 3179
3176;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3180;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3177;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3181;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3178;;;;;; (19639 17158)) 3182;;;;;; (19775 2028))
3179;;; Generated autoloads from international/ccl.el 3183;;; Generated autoloads from international/ccl.el
3180 3184
3181(autoload 'ccl-compile "ccl" "\ 3185(autoload 'ccl-compile "ccl" "\
@@ -3436,7 +3440,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3436;;;*** 3440;;;***
3437 3441
3438;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" 3442;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el"
3439;;;;;; (19594 48841)) 3443;;;;;; (19780 4514))
3440;;; Generated autoloads from progmodes/cfengine.el 3444;;; Generated autoloads from progmodes/cfengine.el
3441 3445
3442(autoload 'cfengine-mode "cfengine" "\ 3446(autoload 'cfengine-mode "cfengine" "\
@@ -3451,7 +3455,7 @@ to the action header.
3451;;;*** 3455;;;***
3452 3456
3453;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" 3457;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
3454;;;;;; "emacs-lisp/check-declare.el" (19277 34919)) 3458;;;;;; "emacs-lisp/check-declare.el" (19775 2028))
3455;;; Generated autoloads from emacs-lisp/check-declare.el 3459;;; Generated autoloads from emacs-lisp/check-declare.el
3456 3460
3457(autoload 'check-declare-file "check-declare" "\ 3461(autoload 'check-declare-file "check-declare" "\
@@ -3476,7 +3480,7 @@ Returns non-nil if any false statements are found.
3476;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3480;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3477;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3481;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3478;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) 3482;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3479;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19687 6902)) 3483;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19775 2028))
3480;;; Generated autoloads from emacs-lisp/checkdoc.el 3484;;; Generated autoloads from emacs-lisp/checkdoc.el
3481(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 3485(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3482(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) 3486(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
@@ -3671,7 +3675,7 @@ checking of documentation strings.
3671 3675
3672;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer 3676;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer
3673;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" 3677;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util"
3674;;;;;; "language/china-util.el" (19277 34920)) 3678;;;;;; "language/china-util.el" (19780 4513))
3675;;; Generated autoloads from language/china-util.el 3679;;; Generated autoloads from language/china-util.el
3676 3680
3677(autoload 'decode-hz-region "china-util" "\ 3681(autoload 'decode-hz-region "china-util" "\
@@ -3709,7 +3713,7 @@ Not documented
3709;;;*** 3713;;;***
3710 3714
3711;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 3715;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
3712;;;;;; "chistory" "chistory.el" (19277 34915)) 3716;;;;;; "chistory" "chistory.el" (19775 2027))
3713;;; Generated autoloads from chistory.el 3717;;; Generated autoloads from chistory.el
3714 3718
3715(autoload 'repeat-matching-complex-command "chistory" "\ 3719(autoload 'repeat-matching-complex-command "chistory" "\
@@ -3748,7 +3752,7 @@ and runs the normal hook `command-history-hook'.
3748 3752
3749;;;*** 3753;;;***
3750 3754
3751;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (19627 57387)) 3755;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (19775 2028))
3752;;; Generated autoloads from emacs-lisp/cl.el 3756;;; Generated autoloads from emacs-lisp/cl.el
3753 3757
3754(defvar custom-print-functions nil "\ 3758(defvar custom-print-functions nil "\
@@ -3764,7 +3768,7 @@ a future Emacs interpreter will be able to use it.")
3764;;;*** 3768;;;***
3765 3769
3766;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 3770;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3767;;;;;; (19580 19536)) 3771;;;;;; (19775 2028))
3768;;; Generated autoloads from emacs-lisp/cl-indent.el 3772;;; Generated autoloads from emacs-lisp/cl-indent.el
3769 3773
3770(autoload 'common-lisp-indent-function "cl-indent" "\ 3774(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -3843,7 +3847,7 @@ For example, the function `case' has an indent property
3843;;;*** 3847;;;***
3844 3848
3845;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 3849;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3846;;;;;; (19277 34922)) 3850;;;;;; (19775 2029))
3847;;; Generated autoloads from progmodes/cmacexp.el 3851;;; Generated autoloads from progmodes/cmacexp.el
3848 3852
3849(autoload 'c-macro-expand "cmacexp" "\ 3853(autoload 'c-macro-expand "cmacexp" "\
@@ -3863,8 +3867,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
3863 3867
3864;;;*** 3868;;;***
3865 3869
3866;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (19277 3870;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (19775
3867;;;;;; 34915)) 3871;;;;;; 2027))
3868;;; Generated autoloads from cmuscheme.el 3872;;; Generated autoloads from cmuscheme.el
3869 3873
3870(autoload 'run-scheme "cmuscheme" "\ 3874(autoload 'run-scheme "cmuscheme" "\
@@ -3888,7 +3892,7 @@ is run).
3888;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3892;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3889;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3893;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3890;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3894;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3891;;;;;; (19687 6902)) 3895;;;;;; (19775 2027))
3892;;; Generated autoloads from comint.el 3896;;; Generated autoloads from comint.el
3893 3897
3894(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 3898(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -3983,7 +3987,7 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
3983;;;*** 3987;;;***
3984 3988
3985;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el" 3989;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el"
3986;;;;;; (19478 62344)) 3990;;;;;; (19780 4514))
3987;;; Generated autoloads from vc/compare-w.el 3991;;; Generated autoloads from vc/compare-w.el
3988 3992
3989(autoload 'compare-windows "compare-w" "\ 3993(autoload 'compare-windows "compare-w" "\
@@ -4020,8 +4024,8 @@ on third call it again advances points to the next difference and so on.
4020;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4024;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4021;;;;;; compile compilation-disable-input compile-command compilation-search-path 4025;;;;;; compile compilation-disable-input compile-command compilation-search-path
4022;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook 4026;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
4023;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19656 4027;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19780
4024;;;;;; 61992)) 4028;;;;;; 4514))
4025;;; Generated autoloads from progmodes/compile.el 4029;;; Generated autoloads from progmodes/compile.el
4026 4030
4027(defvar compilation-mode-hook nil "\ 4031(defvar compilation-mode-hook nil "\
@@ -4048,9 +4052,7 @@ Number of lines in a compilation window. If nil, use Emacs default.")
4048*Function to call to customize the compilation process. 4052*Function to call to customize the compilation process.
4049This function is called immediately before the compilation process is 4053This function is called immediately before the compilation process is
4050started. It can be used to set any variables or functions that are used 4054started. It can be used to set any variables or functions that are used
4051while processing the output of the compilation process. The function 4055while processing the output of the compilation process.")
4052is called with variables `compilation-buffer' and `compilation-window'
4053bound to the compilation buffer and window, respectively.")
4054 4056
4055(defvar compilation-buffer-name-function nil "\ 4057(defvar compilation-buffer-name-function nil "\
4056Function to compute the name of a compilation buffer. 4058Function to compute the name of a compilation buffer.
@@ -4197,7 +4199,7 @@ This is the value of `next-error-function' in Compilation buffers.
4197;;;*** 4199;;;***
4198 4200
4199;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4201;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4200;;;;;; (19277 34915)) 4202;;;;;; (19780 4513))
4201;;; Generated autoloads from completion.el 4203;;; Generated autoloads from completion.el
4202 4204
4203(defvar dynamic-completion-mode nil "\ 4205(defvar dynamic-completion-mode nil "\
@@ -4216,10 +4218,46 @@ Enable dynamic word-completion.
4216 4218
4217;;;*** 4219;;;***
4218 4220
4221;;;### (autoloads (global-auto-composition-mode auto-composition-mode
4222;;;;;; encode-composition-rule) "composite" "composite.el" (19760
4223;;;;;; 54262))
4224;;; Generated autoloads from composite.el
4225
4226(autoload 'encode-composition-rule "composite" "\
4227Encode composition rule RULE into an integer value.
4228RULE is a cons of global and new reference point symbols
4229\(see `reference-point-alist').
4230
4231\(fn RULE)" nil nil)
4232
4233(autoload 'auto-composition-mode "composite" "\
4234Toggle Auto Composition mode.
4235With ARG, turn Auto Composition mode off if and only if ARG is a non-positive
4236number; if ARG is nil, toggle Auto Composition mode; anything else turns Auto
4237Composition on.
4238
4239When Auto Composition is enabled, text characters are automatically composed
4240by functions registered in `composition-function-table' (which see).
4241
4242You can use `global-auto-composition-mode' to turn on
4243Auto Composition mode in all buffers (this is the default).
4244
4245\(fn &optional ARG)" t nil)
4246
4247(autoload 'global-auto-composition-mode "composite" "\
4248Toggle Auto-Composition mode in every possible buffer.
4249With prefix arg, turn Global-Auto-Composition mode on if and only if arg
4250is positive.
4251See `auto-composition-mode' for more information on Auto-Composition mode.
4252
4253\(fn &optional ARG)" t nil)
4254
4255;;;***
4256
4219;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4257;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4220;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4258;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4221;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4259;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4222;;;;;; (19277 34923)) 4260;;;;;; (19780 4514))
4223;;; Generated autoloads from textmodes/conf-mode.el 4261;;; Generated autoloads from textmodes/conf-mode.el
4224 4262
4225(autoload 'conf-mode "conf-mode" "\ 4263(autoload 'conf-mode "conf-mode" "\
@@ -4375,7 +4413,7 @@ For details see `conf-mode'. Example:
4375;;;*** 4413;;;***
4376 4414
4377;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 4415;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4378;;;;;; "cookie1" "play/cookie1.el" (19583 60940)) 4416;;;;;; "cookie1" "play/cookie1.el" (19775 2029))
4379;;; Generated autoloads from play/cookie1.el 4417;;; Generated autoloads from play/cookie1.el
4380 4418
4381(autoload 'cookie "cookie1" "\ 4419(autoload 'cookie "cookie1" "\
@@ -4407,9 +4445,12 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
4407;;;*** 4445;;;***
4408 4446
4409;;;### (autoloads (copyright-update-directory copyright copyright-fix-years 4447;;;### (autoloads (copyright-update-directory copyright copyright-fix-years
4410;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19561 4448;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19780
4411;;;;;; 48711)) 4449;;;;;; 4513))
4412;;; Generated autoloads from emacs-lisp/copyright.el 4450;;; Generated autoloads from emacs-lisp/copyright.el
4451(put 'copyright-at-end-flag 'safe-local-variable 'booleanp)
4452(put 'copyright-names-regexp 'safe-local-variable 'stringp)
4453(put 'copyright-year-ranges 'safe-local-variable 'booleanp)
4413 4454
4414(autoload 'copyright-update "copyright" "\ 4455(autoload 'copyright-update "copyright" "\
4415Update copyright notice to indicate the current year. 4456Update copyright notice to indicate the current year.
@@ -4425,6 +4466,8 @@ interactively.
4425(autoload 'copyright-fix-years "copyright" "\ 4466(autoload 'copyright-fix-years "copyright" "\
4426Convert 2 digit years to 4 digit years. 4467Convert 2 digit years to 4 digit years.
4427Uses heuristic: year >= 50 means 19xx, < 50 means 20xx. 4468Uses heuristic: year >= 50 means 19xx, < 50 means 20xx.
4469If `copyright-year-ranges' (which see) is non-nil, also
4470independently replaces consecutive years with a range.
4428 4471
4429\(fn)" t nil) 4472\(fn)" t nil)
4430 4473
@@ -4435,13 +4478,14 @@ Insert a copyright by $ORGANIZATION notice at cursor.
4435 4478
4436(autoload 'copyright-update-directory "copyright" "\ 4479(autoload 'copyright-update-directory "copyright" "\
4437Update copyright notice for all files in DIRECTORY matching MATCH. 4480Update copyright notice for all files in DIRECTORY matching MATCH.
4481If FIX is non-nil, run `copyright-fix-years' instead.
4438 4482
4439\(fn DIRECTORY MATCH)" t nil) 4483\(fn DIRECTORY MATCH &optional FIX)" t nil)
4440 4484
4441;;;*** 4485;;;***
4442 4486
4443;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 4487;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
4444;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19672 56753)) 4488;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19775 2029))
4445;;; Generated autoloads from progmodes/cperl-mode.el 4489;;; Generated autoloads from progmodes/cperl-mode.el
4446(put 'cperl-indent-level 'safe-local-variable 'integerp) 4490(put 'cperl-indent-level 'safe-local-variable 'integerp)
4447(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4491(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -4640,7 +4684,7 @@ Run a `perldoc' on the word around point.
4640;;;*** 4684;;;***
4641 4685
4642;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 4686;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4643;;;;;; (19277 34922)) 4687;;;;;; (19780 4514))
4644;;; Generated autoloads from progmodes/cpp.el 4688;;; Generated autoloads from progmodes/cpp.el
4645 4689
4646(autoload 'cpp-highlight-buffer "cpp" "\ 4690(autoload 'cpp-highlight-buffer "cpp" "\
@@ -4659,7 +4703,7 @@ Edit display information for cpp conditionals.
4659;;;*** 4703;;;***
4660 4704
4661;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 4705;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4662;;;;;; (19609 2266)) 4706;;;;;; (19775 2028))
4663;;; Generated autoloads from emulation/crisp.el 4707;;; Generated autoloads from emulation/crisp.el
4664 4708
4665(defvar crisp-mode nil "\ 4709(defvar crisp-mode nil "\
@@ -4683,7 +4727,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
4683;;;*** 4727;;;***
4684 4728
4685;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 4729;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
4686;;;;;; (19277 34919)) 4730;;;;;; (19775 2028))
4687;;; Generated autoloads from emacs-lisp/crm.el 4731;;; Generated autoloads from emacs-lisp/crm.el
4688 4732
4689(autoload 'completing-read-multiple "crm" "\ 4733(autoload 'completing-read-multiple "crm" "\
@@ -4718,8 +4762,8 @@ INHERIT-INPUT-METHOD.
4718 4762
4719;;;*** 4763;;;***
4720 4764
4721;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (19611 4765;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (19775
4722;;;;;; 35698)) 4766;;;;;; 2030))
4723;;; Generated autoloads from textmodes/css-mode.el 4767;;; Generated autoloads from textmodes/css-mode.el
4724 4768
4725(autoload 'css-mode "css-mode" "\ 4769(autoload 'css-mode "css-mode" "\
@@ -4730,7 +4774,7 @@ Major mode to edit Cascading Style Sheets.
4730;;;*** 4774;;;***
4731 4775
4732;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 4776;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
4733;;;;;; (19648 63621)) 4777;;;;;; (19775 2028))
4734;;; Generated autoloads from emulation/cua-base.el 4778;;; Generated autoloads from emulation/cua-base.el
4735 4779
4736(defvar cua-mode nil "\ 4780(defvar cua-mode nil "\
@@ -4789,7 +4833,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
4789;;;;;; customize-mode customize customize-save-variable customize-set-variable 4833;;;;;; customize-mode customize customize-save-variable customize-set-variable
4790;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically 4834;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically
4791;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" 4835;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el"
4792;;;;;; (19645 60484)) 4836;;;;;; (19775 2027))
4793;;; Generated autoloads from cus-edit.el 4837;;; Generated autoloads from cus-edit.el
4794 4838
4795(defvar custom-browse-sort-alphabetically nil "\ 4839(defvar custom-browse-sort-alphabetically nil "\
@@ -5092,7 +5136,7 @@ The format is suitable for use with `easy-menu-define'.
5092;;;*** 5136;;;***
5093 5137
5094;;;### (autoloads (customize-themes describe-theme customize-create-theme) 5138;;;### (autoloads (customize-themes describe-theme customize-create-theme)
5095;;;;;; "cus-theme" "cus-theme.el" (19645 60484)) 5139;;;;;; "cus-theme" "cus-theme.el" (19775 2028))
5096;;; Generated autoloads from cus-theme.el 5140;;; Generated autoloads from cus-theme.el
5097 5141
5098(autoload 'customize-create-theme "cus-theme" "\ 5142(autoload 'customize-create-theme "cus-theme" "\
@@ -5119,7 +5163,7 @@ omitted, a buffer named *Custom Themes* is used.
5119;;;*** 5163;;;***
5120 5164
5121;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el" 5165;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el"
5122;;;;;; (19474 36901)) 5166;;;;;; (19775 2030))
5123;;; Generated autoloads from vc/cvs-status.el 5167;;; Generated autoloads from vc/cvs-status.el
5124 5168
5125(autoload 'cvs-status-mode "cvs-status" "\ 5169(autoload 'cvs-status-mode "cvs-status" "\
@@ -5130,7 +5174,7 @@ Mode used for cvs status output.
5130;;;*** 5174;;;***
5131 5175
5132;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5176;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5133;;;;;; "cwarn" "progmodes/cwarn.el" (19580 19536)) 5177;;;;;; "cwarn" "progmodes/cwarn.el" (19780 4514))
5134;;; Generated autoloads from progmodes/cwarn.el 5178;;; Generated autoloads from progmodes/cwarn.el
5135 5179
5136(autoload 'cwarn-mode "cwarn" "\ 5180(autoload 'cwarn-mode "cwarn" "\
@@ -5177,7 +5221,7 @@ See `cwarn-mode' for more information on Cwarn mode.
5177 5221
5178;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5222;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5179;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5223;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5180;;;;;; (19277 34920)) 5224;;;;;; (19775 2028))
5181;;; Generated autoloads from language/cyril-util.el 5225;;; Generated autoloads from language/cyril-util.el
5182 5226
5183(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5227(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5206,7 +5250,7 @@ If the argument is nil, we return the display table to its standard state.
5206;;;*** 5250;;;***
5207 5251
5208;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5252;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5209;;;;;; (19552 37739)) 5253;;;;;; (19775 2028))
5210;;; Generated autoloads from dabbrev.el 5254;;; Generated autoloads from dabbrev.el
5211(put 'dabbrev-case-fold-search 'risky-local-variable t) 5255(put 'dabbrev-case-fold-search 'risky-local-variable t)
5212(put 'dabbrev-case-replace 'risky-local-variable t) 5256(put 'dabbrev-case-replace 'risky-local-variable t)
@@ -5253,7 +5297,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5253;;;*** 5297;;;***
5254 5298
5255;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" 5299;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el"
5256;;;;;; (19580 19536)) 5300;;;;;; (19775 2027))
5257;;; Generated autoloads from cedet/data-debug.el 5301;;; Generated autoloads from cedet/data-debug.el
5258 5302
5259(autoload 'data-debug-new-buffer "data-debug" "\ 5303(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5263,8 +5307,8 @@ Create a new data-debug buffer with NAME.
5263 5307
5264;;;*** 5308;;;***
5265 5309
5266;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (19664 5310;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (19775
5267;;;;;; 56235)) 5311;;;;;; 2029))
5268;;; Generated autoloads from net/dbus.el 5312;;; Generated autoloads from net/dbus.el
5269 5313
5270(autoload 'dbus-handle-event "dbus" "\ 5314(autoload 'dbus-handle-event "dbus" "\
@@ -5277,8 +5321,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message.
5277 5321
5278;;;*** 5322;;;***
5279 5323
5280;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (19668 5324;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (19775
5281;;;;;; 19168)) 5325;;;;;; 2029))
5282;;; Generated autoloads from progmodes/dcl-mode.el 5326;;; Generated autoloads from progmodes/dcl-mode.el
5283 5327
5284(autoload 'dcl-mode "dcl-mode" "\ 5328(autoload 'dcl-mode "dcl-mode" "\
@@ -5405,7 +5449,7 @@ There is some minimal font-lock support (see vars
5405;;;*** 5449;;;***
5406 5450
5407;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5451;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5408;;;;;; "emacs-lisp/debug.el" (19580 19536)) 5452;;;;;; "emacs-lisp/debug.el" (19775 2028))
5409;;; Generated autoloads from emacs-lisp/debug.el 5453;;; Generated autoloads from emacs-lisp/debug.el
5410 5454
5411(setq debugger 'debug) 5455(setq debugger 'debug)
@@ -5449,7 +5493,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5449;;;*** 5493;;;***
5450 5494
5451;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5495;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5452;;;;;; (19670 666)) 5496;;;;;; (19775 2029))
5453;;; Generated autoloads from play/decipher.el 5497;;; Generated autoloads from play/decipher.el
5454 5498
5455(autoload 'decipher "decipher" "\ 5499(autoload 'decipher "decipher" "\
@@ -5478,8 +5522,8 @@ The most useful commands are:
5478;;;*** 5522;;;***
5479 5523
5480;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 5524;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5481;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (19324 5525;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (19775
5482;;;;;; 55755)) 5526;;;;;; 2028))
5483;;; Generated autoloads from delim-col.el 5527;;; Generated autoloads from delim-col.el
5484 5528
5485(autoload 'delimit-columns-customize "delim-col" "\ 5529(autoload 'delimit-columns-customize "delim-col" "\
@@ -5503,8 +5547,8 @@ START and END delimits the corners of text rectangle.
5503 5547
5504;;;*** 5548;;;***
5505 5549
5506;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (19519 5550;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (19775
5507;;;;;; 16431)) 5551;;;;;; 2029))
5508;;; Generated autoloads from progmodes/delphi.el 5552;;; Generated autoloads from progmodes/delphi.el
5509 5553
5510(autoload 'delphi-mode "delphi" "\ 5554(autoload 'delphi-mode "delphi" "\
@@ -5555,8 +5599,8 @@ no args, if that value is non-nil.
5555 5599
5556;;;*** 5600;;;***
5557 5601
5558;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (19277 5602;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (19775
5559;;;;;; 34915)) 5603;;;;;; 2028))
5560;;; Generated autoloads from delsel.el 5604;;; Generated autoloads from delsel.el
5561 5605
5562(defalias 'pending-delete-mode 'delete-selection-mode) 5606(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -5585,7 +5629,7 @@ any selection.
5585;;;*** 5629;;;***
5586 5630
5587;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5631;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5588;;;;;; "derived" "emacs-lisp/derived.el" (19580 19536)) 5632;;;;;; "derived" "emacs-lisp/derived.el" (19775 2028))
5589;;; Generated autoloads from emacs-lisp/derived.el 5633;;; Generated autoloads from emacs-lisp/derived.el
5590 5634
5591(autoload 'define-derived-mode "derived" "\ 5635(autoload 'define-derived-mode "derived" "\
@@ -5652,7 +5696,7 @@ the first time the mode is used.
5652;;;*** 5696;;;***
5653 5697
5654;;;### (autoloads (describe-char describe-text-properties) "descr-text" 5698;;;### (autoloads (describe-char describe-text-properties) "descr-text"
5655;;;;;; "descr-text.el" (19515 27412)) 5699;;;;;; "descr-text.el" (19775 2028))
5656;;; Generated autoloads from descr-text.el 5700;;; Generated autoloads from descr-text.el
5657 5701
5658(autoload 'describe-text-properties "descr-text" "\ 5702(autoload 'describe-text-properties "descr-text" "\
@@ -5680,7 +5724,7 @@ as well as widgets, buttons, overlays, and text properties.
5680;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 5724;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
5681;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 5725;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
5682;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 5726;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
5683;;;;;; "desktop.el" (19590 30214)) 5727;;;;;; "desktop.el" (19780 4513))
5684;;; Generated autoloads from desktop.el 5728;;; Generated autoloads from desktop.el
5685 5729
5686(defvar desktop-save-mode nil "\ 5730(defvar desktop-save-mode nil "\
@@ -5864,7 +5908,7 @@ Revert to the last loaded desktop.
5864 5908
5865;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 5909;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
5866;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 5910;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
5867;;;;;; "deuglify" "gnus/deuglify.el" (19582 65302)) 5911;;;;;; "deuglify" "gnus/deuglify.el" (19780 4513))
5868;;; Generated autoloads from gnus/deuglify.el 5912;;; Generated autoloads from gnus/deuglify.el
5869 5913
5870(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 5914(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -5897,7 +5941,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
5897;;;*** 5941;;;***
5898 5942
5899;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 5943;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
5900;;;;;; "calendar/diary-lib.el" (19696 27153)) 5944;;;;;; "calendar/diary-lib.el" (19775 2027))
5901;;; Generated autoloads from calendar/diary-lib.el 5945;;; Generated autoloads from calendar/diary-lib.el
5902 5946
5903(autoload 'diary "diary-lib" "\ 5947(autoload 'diary "diary-lib" "\
@@ -5940,7 +5984,7 @@ Major mode for editing the diary file.
5940;;;*** 5984;;;***
5941 5985
5942;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command 5986;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command
5943;;;;;; diff-switches) "diff" "vc/diff.el" (19695 9667)) 5987;;;;;; diff-switches) "diff" "vc/diff.el" (19775 2030))
5944;;; Generated autoloads from vc/diff.el 5988;;; Generated autoloads from vc/diff.el
5945 5989
5946(defvar diff-switches (purecopy "-c") "\ 5990(defvar diff-switches (purecopy "-c") "\
@@ -5984,7 +6028,7 @@ This requires the external program `diff' to be in your `exec-path'.
5984;;;*** 6028;;;***
5985 6029
5986;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el" 6030;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el"
5987;;;;;; (19552 37739)) 6031;;;;;; (19775 2030))
5988;;; Generated autoloads from vc/diff-mode.el 6032;;; Generated autoloads from vc/diff-mode.el
5989 6033
5990(autoload 'diff-mode "diff-mode" "\ 6034(autoload 'diff-mode "diff-mode" "\
@@ -6012,7 +6056,7 @@ Minor mode for viewing/editing context diffs.
6012 6056
6013;;;*** 6057;;;***
6014 6058
6015;;;### (autoloads (dig) "dig" "net/dig.el" (19634 23255)) 6059;;;### (autoloads (dig) "dig" "net/dig.el" (19775 2029))
6016;;; Generated autoloads from net/dig.el 6060;;; Generated autoloads from net/dig.el
6017 6061
6018(autoload 'dig "dig" "\ 6062(autoload 'dig "dig" "\
@@ -6023,9 +6067,8 @@ Optional arguments are passed to `dig-invoke'.
6023 6067
6024;;;*** 6068;;;***
6025 6069
6026;;;### (autoloads (dired-mode dired-auto-revert-buffer dired-noselect 6070;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window
6027;;;;;; dired-other-frame dired-other-window dired dired-trivial-filenames 6071;;;;;; dired dired-listing-switches) "dired" "dired.el" (19780 4513))
6028;;;;;; dired-listing-switches) "dired" "dired.el" (19673 45510))
6029;;; Generated autoloads from dired.el 6072;;; Generated autoloads from dired.el
6030 6073
6031(defvar dired-listing-switches (purecopy "-al") "\ 6074(defvar dired-listing-switches (purecopy "-al") "\
@@ -6039,16 +6082,6 @@ some of the `ls' switches are not supported; see the doc string of
6039 6082
6040(custom-autoload 'dired-listing-switches "dired" t) 6083(custom-autoload 'dired-listing-switches "dired" t)
6041 6084
6042(defvar dired-chown-program (purecopy (if (memq system-type '(hpux usg-unix-v irix gnu/linux cygwin)) "chown" (if (file-exists-p "/usr/sbin/chown") "/usr/sbin/chown" "/etc/chown"))) "\
6043Name of chown command (usually `chown' or `/etc/chown').")
6044
6045(defvar dired-trivial-filenames (purecopy "^\\.\\.?$\\|^#") "\
6046Regexp of files to skip when finding first file of a directory.
6047A value of nil means move to the subdir line.
6048A value of t means move to first file.")
6049
6050(custom-autoload 'dired-trivial-filenames "dired" t)
6051
6052(defvar dired-directory nil "\ 6085(defvar dired-directory nil "\
6053The directory name or wildcard spec that this dired directory lists. 6086The directory name or wildcard spec that this dired directory lists.
6054Local to each dired buffer. May be a list, in which case the car is the 6087Local to each dired buffer. May be a list, in which case the car is the
@@ -6090,18 +6123,6 @@ Like `dired' but returns the dired buffer as value, does not select it.
6090 6123
6091\(fn DIR-OR-LIST &optional SWITCHES)" nil nil) 6124\(fn DIR-OR-LIST &optional SWITCHES)" nil nil)
6092 6125
6093(defvar dired-auto-revert-buffer nil "\
6094Automatically revert dired buffer on revisiting.
6095If t, revisiting an existing dired buffer automatically reverts it.
6096If its value is a function, call this function with the directory
6097name as single argument and revert the buffer if it returns non-nil.
6098Otherwise, a message offering to revert the changed dired buffer
6099is displayed.
6100Note that this is not the same as `auto-revert-mode' that
6101periodically reverts at specified time intervals.")
6102
6103(custom-autoload 'dired-auto-revert-buffer "dired" t)
6104
6105(autoload 'dired-mode "dired" "\ 6126(autoload 'dired-mode "dired" "\
6106Mode for \"editing\" directory listings. 6127Mode for \"editing\" directory listings.
6107In Dired, you are \"editing\" a list of the files in a directory and 6128In Dired, you are \"editing\" a list of the files in a directory and
@@ -6170,7 +6191,7 @@ Keybindings:
6170;;;*** 6191;;;***
6171 6192
6172;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" 6193;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
6173;;;;;; (19674 7816)) 6194;;;;;; (19775 2028))
6174;;; Generated autoloads from dirtrack.el 6195;;; Generated autoloads from dirtrack.el
6175 6196
6176(autoload 'dirtrack-mode "dirtrack" "\ 6197(autoload 'dirtrack-mode "dirtrack" "\
@@ -6196,8 +6217,8 @@ function `dirtrack-debug-mode' to turn on debugging output.
6196 6217
6197;;;*** 6218;;;***
6198 6219
6199;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19277 6220;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19775
6200;;;;;; 34919)) 6221;;;;;; 2028))
6201;;; Generated autoloads from emacs-lisp/disass.el 6222;;; Generated autoloads from emacs-lisp/disass.el
6202 6223
6203(autoload 'disassemble "disass" "\ 6224(autoload 'disassemble "disass" "\
@@ -6216,7 +6237,7 @@ redefine OBJECT if it is a symbol.
6216;;;;;; standard-display-g1 standard-display-ascii standard-display-default 6237;;;;;; standard-display-g1 standard-display-ascii standard-display-default
6217;;;;;; standard-display-8bit describe-current-display-table describe-display-table 6238;;;;;; standard-display-8bit describe-current-display-table describe-display-table
6218;;;;;; set-display-table-slot display-table-slot make-display-table) 6239;;;;;; set-display-table-slot display-table-slot make-display-table)
6219;;;;;; "disp-table" "disp-table.el" (19583 60940)) 6240;;;;;; "disp-table" "disp-table.el" (19780 4513))
6220;;; Generated autoloads from disp-table.el 6241;;; Generated autoloads from disp-table.el
6221 6242
6222(autoload 'make-display-table "disp-table" "\ 6243(autoload 'make-display-table "disp-table" "\
@@ -6338,7 +6359,7 @@ in `.emacs'.
6338;;;*** 6359;;;***
6339 6360
6340;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 6361;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6341;;;;;; (19277 34922)) 6362;;;;;; (19775 2029))
6342;;; Generated autoloads from play/dissociate.el 6363;;; Generated autoloads from play/dissociate.el
6343 6364
6344(autoload 'dissociated-press "dissociate" "\ 6365(autoload 'dissociated-press "dissociate" "\
@@ -6354,7 +6375,7 @@ Default is 2.
6354 6375
6355;;;*** 6376;;;***
6356 6377
6357;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (19631 26857)) 6378;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (19780 4513))
6358;;; Generated autoloads from dnd.el 6379;;; Generated autoloads from dnd.el
6359 6380
6360(defvar dnd-protocol-alist `((,(purecopy "^file:///") . dnd-open-local-file) (,(purecopy "^file://") . dnd-open-file) (,(purecopy "^file:") . dnd-open-local-file) (,(purecopy "^\\(https?\\|ftp\\|file\\|nfs\\)://") . dnd-open-file)) "\ 6381(defvar dnd-protocol-alist `((,(purecopy "^file:///") . dnd-open-local-file) (,(purecopy "^file://") . dnd-open-file) (,(purecopy "^file:") . dnd-open-local-file) (,(purecopy "^\\(https?\\|ftp\\|file\\|nfs\\)://") . dnd-open-file)) "\
@@ -6375,7 +6396,7 @@ if some action was made, or nil if the URL is ignored.")
6375;;;*** 6396;;;***
6376 6397
6377;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 6398;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6378;;;;;; "textmodes/dns-mode.el" (19611 36311)) 6399;;;;;; "textmodes/dns-mode.el" (19780 4514))
6379;;; Generated autoloads from textmodes/dns-mode.el 6400;;; Generated autoloads from textmodes/dns-mode.el
6380 6401
6381(autoload 'dns-mode "dns-mode" "\ 6402(autoload 'dns-mode "dns-mode" "\
@@ -6398,13 +6419,15 @@ Locate SOA record and increment the serial field.
6398 6419
6399;;;*** 6420;;;***
6400 6421
6401;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode 6422;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe
6402;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (19519 16431)) 6423;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (19775
6424;;;;;; 2028))
6403;;; Generated autoloads from doc-view.el 6425;;; Generated autoloads from doc-view.el
6404 6426
6405(autoload 'doc-view-mode-p "doc-view" "\ 6427(autoload 'doc-view-mode-p "doc-view" "\
6406Return non-nil if image type TYPE is available for `doc-view'. 6428Return non-nil if document type TYPE is available for `doc-view'.
6407Image types are symbols like `dvi', `postscript' or `pdf'. 6429Document types are symbols like `dvi', `ps', `pdf', or `odf' (any
6430OpenDocument format).
6408 6431
6409\(fn TYPE)" nil nil) 6432\(fn TYPE)" nil nil)
6410 6433
@@ -6420,6 +6443,13 @@ toggle between displaying the document or editing it as text.
6420 6443
6421\(fn)" t nil) 6444\(fn)" t nil)
6422 6445
6446(autoload 'doc-view-mode-maybe "doc-view" "\
6447Switch to `doc-view-mode' if possible.
6448If the required external tools are not available, then fallback
6449to the next best mode.
6450
6451\(fn)" nil nil)
6452
6423(autoload 'doc-view-minor-mode "doc-view" "\ 6453(autoload 'doc-view-minor-mode "doc-view" "\
6424Toggle Doc view minor mode. 6454Toggle Doc view minor mode.
6425With arg, turn Doc view minor mode on if arg is positive, off otherwise. 6455With arg, turn Doc view minor mode on if arg is positive, off otherwise.
@@ -6434,7 +6464,7 @@ Not documented
6434 6464
6435;;;*** 6465;;;***
6436 6466
6437;;;### (autoloads (doctor) "doctor" "play/doctor.el" (19696 28661)) 6467;;;### (autoloads (doctor) "doctor" "play/doctor.el" (19780 4514))
6438;;; Generated autoloads from play/doctor.el 6468;;; Generated autoloads from play/doctor.el
6439 6469
6440(autoload 'doctor "doctor" "\ 6470(autoload 'doctor "doctor" "\
@@ -6444,7 +6474,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6444 6474
6445;;;*** 6475;;;***
6446 6476
6447;;;### (autoloads (double-mode) "double" "double.el" (19277 34916)) 6477;;;### (autoloads (double-mode) "double" "double.el" (19775 2028))
6448;;; Generated autoloads from double.el 6478;;; Generated autoloads from double.el
6449 6479
6450(autoload 'double-mode "double" "\ 6480(autoload 'double-mode "double" "\
@@ -6459,7 +6489,7 @@ when pressed twice. See variable `double-map' for details.
6459 6489
6460;;;*** 6490;;;***
6461 6491
6462;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (19277 34922)) 6492;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (19775 2029))
6463;;; Generated autoloads from play/dunnet.el 6493;;; Generated autoloads from play/dunnet.el
6464 6494
6465(autoload 'dunnet "dunnet" "\ 6495(autoload 'dunnet "dunnet" "\
@@ -6471,7 +6501,7 @@ Switch to *dungeon* buffer and start game.
6471 6501
6472;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6502;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6473;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 6503;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6474;;;;;; "emacs-lisp/easy-mmode.el" (19658 807)) 6504;;;;;; "emacs-lisp/easy-mmode.el" (19775 2028))
6475;;; Generated autoloads from emacs-lisp/easy-mmode.el 6505;;; Generated autoloads from emacs-lisp/easy-mmode.el
6476 6506
6477(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6507(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -6485,8 +6515,9 @@ Optional INIT-VALUE is the initial value of the mode's variable.
6485Optional LIGHTER is displayed in the modeline when the mode is on. 6515Optional LIGHTER is displayed in the modeline when the mode is on.
6486Optional KEYMAP is the default keymap bound to the mode keymap. 6516Optional KEYMAP is the default keymap bound to the mode keymap.
6487 If non-nil, it should be a variable name (whose value is a keymap), 6517 If non-nil, it should be a variable name (whose value is a keymap),
6488 a keymap, or a list of arguments for `easy-mmode-define-keymap'. 6518 or an expression that returns either a keymap or a list of
6489 If KEYMAP is a keymap or list, this also defines the variable MODE-map. 6519 arguments for `easy-mmode-define-keymap'. If KEYMAP is not a symbol,
6520 this also defines the variable MODE-map.
6490 6521
6491BODY contains code to execute each time the mode is enabled or disabled. 6522BODY contains code to execute each time the mode is enabled or disabled.
6492 It is executed after toggling the mode, and before running MODE-hook. 6523 It is executed after toggling the mode, and before running MODE-hook.
@@ -6580,8 +6611,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
6580;;;*** 6611;;;***
6581 6612
6582;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 6613;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
6583;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (19580 6614;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (19775
6584;;;;;; 19536)) 6615;;;;;; 2028))
6585;;; Generated autoloads from emacs-lisp/easymenu.el 6616;;; Generated autoloads from emacs-lisp/easymenu.el
6586 6617
6587(autoload 'easy-menu-define "easymenu" "\ 6618(autoload 'easy-menu-define "easymenu" "\
@@ -6606,8 +6637,8 @@ expression has a non-nil value. `:included' is an alias for `:visible'.
6606 6637
6607 :active ENABLE 6638 :active ENABLE
6608 6639
6609ENABLE is an expression; the menu is enabled for selection 6640ENABLE is an expression; the menu is enabled for selection whenever
6610whenever this expression's value is non-nil. 6641this expression's value is non-nil. `:enable' is an alias for `:active'.
6611 6642
6612The rest of the elements in MENU, are menu items. 6643The rest of the elements in MENU, are menu items.
6613 6644
@@ -6644,8 +6675,8 @@ keyboard equivalent.
6644 6675
6645 :active ENABLE 6676 :active ENABLE
6646 6677
6647ENABLE is an expression; the item is enabled for selection 6678ENABLE is an expression; the item is enabled for selection whenever
6648whenever this expression's value is non-nil. 6679this expression's value is non-nil. `:enable' is an alias for `:active'.
6649 6680
6650 :visible INCLUDE 6681 :visible INCLUDE
6651 6682
@@ -6735,7 +6766,7 @@ To implement dynamic menus, either call this from
6735;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer 6766;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
6736;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer 6767;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
6737;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 6768;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
6738;;;;;; "progmodes/ebnf2ps.el" (19668 19251)) 6769;;;;;; "progmodes/ebnf2ps.el" (19775 2029))
6739;;; Generated autoloads from progmodes/ebnf2ps.el 6770;;; Generated autoloads from progmodes/ebnf2ps.el
6740 6771
6741(autoload 'ebnf-customize "ebnf2ps" "\ 6772(autoload 'ebnf-customize "ebnf2ps" "\
@@ -7009,8 +7040,8 @@ See `ebnf-style-database' documentation.
7009;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 7040;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7010;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 7041;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7011;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 7042;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7012;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (19668 7043;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (19780
7013;;;;;; 19022)) 7044;;;;;; 4514))
7014;;; Generated autoloads from progmodes/ebrowse.el 7045;;; Generated autoloads from progmodes/ebrowse.el
7015 7046
7016(autoload 'ebrowse-tree-mode "ebrowse" "\ 7047(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7033,9 +7064,7 @@ Return a buffer containing a tree or nil if no tree found or canceled.
7033(autoload 'ebrowse-member-mode "ebrowse" "\ 7064(autoload 'ebrowse-member-mode "ebrowse" "\
7034Major mode for Ebrowse member buffers. 7065Major mode for Ebrowse member buffers.
7035 7066
7036\\{ebrowse-member-mode-map} 7067\(fn)" t nil)
7037
7038\(fn)" nil nil)
7039 7068
7040(autoload 'ebrowse-tags-view-declaration "ebrowse" "\ 7069(autoload 'ebrowse-tags-view-declaration "ebrowse" "\
7041View declaration of member at point. 7070View declaration of member at point.
@@ -7161,7 +7190,7 @@ Display statistics for a class tree.
7161;;;*** 7190;;;***
7162 7191
7163;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7192;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7164;;;;;; (19668 18204)) 7193;;;;;; (19775 2028))
7165;;; Generated autoloads from ebuff-menu.el 7194;;; Generated autoloads from ebuff-menu.el
7166 7195
7167(autoload 'electric-buffer-list "ebuff-menu" "\ 7196(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7186,7 +7215,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7186;;;*** 7215;;;***
7187 7216
7188;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 7217;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7189;;;;;; "echistory.el" (19277 34916)) 7218;;;;;; "echistory.el" (19775 2028))
7190;;; Generated autoloads from echistory.el 7219;;; Generated autoloads from echistory.el
7191 7220
7192(autoload 'Electric-command-history-redo-expression "echistory" "\ 7221(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7198,7 +7227,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7198;;;*** 7227;;;***
7199 7228
7200;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" 7229;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
7201;;;;;; (19672 47597)) 7230;;;;;; (19780 4513))
7202;;; Generated autoloads from gnus/ecomplete.el 7231;;; Generated autoloads from gnus/ecomplete.el
7203 7232
7204(autoload 'ecomplete-setup "ecomplete" "\ 7233(autoload 'ecomplete-setup "ecomplete" "\
@@ -7208,7 +7237,7 @@ Not documented
7208 7237
7209;;;*** 7238;;;***
7210 7239
7211;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19662 23507)) 7240;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19775 2027))
7212;;; Generated autoloads from cedet/ede.el 7241;;; Generated autoloads from cedet/ede.el
7213 7242
7214(defvar global-ede-mode nil "\ 7243(defvar global-ede-mode nil "\
@@ -7234,7 +7263,7 @@ an EDE controlled project.
7234 7263
7235;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 7264;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
7236;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 7265;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
7237;;;;;; "emacs-lisp/edebug.el" (19668 19725)) 7266;;;;;; "emacs-lisp/edebug.el" (19775 2028))
7238;;; Generated autoloads from emacs-lisp/edebug.el 7267;;; Generated autoloads from emacs-lisp/edebug.el
7239 7268
7240(defvar edebug-all-defs nil "\ 7269(defvar edebug-all-defs nil "\
@@ -7307,7 +7336,7 @@ Toggle edebugging of all forms.
7307;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories 7336;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7308;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories 7337;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7309;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file 7338;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file
7310;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (19580 19536)) 7339;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (19775 2030))
7311;;; Generated autoloads from vc/ediff.el 7340;;; Generated autoloads from vc/ediff.el
7312 7341
7313(autoload 'ediff-files "ediff" "\ 7342(autoload 'ediff-files "ediff" "\
@@ -7539,7 +7568,7 @@ With optional NODE, goes to that node.
7539;;;*** 7568;;;***
7540 7569
7541;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el" 7570;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el"
7542;;;;;; (19580 19536)) 7571;;;;;; (19775 2030))
7543;;; Generated autoloads from vc/ediff-help.el 7572;;; Generated autoloads from vc/ediff-help.el
7544 7573
7545(autoload 'ediff-customize "ediff-help" "\ 7574(autoload 'ediff-customize "ediff-help" "\
@@ -7549,8 +7578,15 @@ Not documented
7549 7578
7550;;;*** 7579;;;***
7551 7580
7581;;;### (autoloads nil "ediff-hook" "vc/ediff-hook.el" (19775 2030))
7582;;; Generated autoloads from vc/ediff-hook.el
7583
7584(if (featurep 'xemacs) (progn (defun ediff-xemacs-init-menus nil (when (featurep 'menubar) (add-submenu '("Tools") ediff-menu "OO-Browser...") (add-submenu '("Tools") ediff-merge-menu "OO-Browser...") (add-submenu '("Tools") epatch-menu "OO-Browser...") (add-submenu '("Tools") ediff-misc-menu "OO-Browser...") (add-menu-button '("Tools") "-------" "OO-Browser..."))) (defvar ediff-menu '("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t])) (defvar ediff-merge-menu '("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t])) (defvar epatch-menu '("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t])) (defvar ediff-misc-menu '("Ediff Miscellanea" ["Ediff Manual" ediff-documentation t] ["Customize Ediff" ediff-customize t] ["List Ediff Sessions" ediff-show-registry t] ["Use separate frame for Ediff control buffer" ediff-toggle-multiframe :style toggle :selected (if (and (featurep 'ediff-util) (boundp 'ediff-window-setup-function)) (eq ediff-window-setup-function 'ediff-setup-windows-multiframe))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep 'ediff-tbar) (ediff-use-toolbar-p))])) (if (and (featurep 'menubar) (not (featurep 'infodock)) (not (featurep 'ediff-hook))) (ediff-xemacs-init-menus))) (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset 'menu-bar-ediff-misc-menu (symbol-value 'menu-bar-ediff-misc-menu)) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset 'menu-bar-epatch-menu (symbol-value 'menu-bar-epatch-menu)) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset 'menu-bar-ediff-merge-menu (symbol-value 'menu-bar-ediff-merge-menu)) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset 'menu-bar-ediff-menu (symbol-value 'menu-bar-ediff-menu)) (define-key menu-bar-ediff-menu [ediff-misc] `(menu-item ,(purecopy "Ediff Miscellanea") menu-bar-ediff-misc-menu)) (define-key menu-bar-ediff-menu [separator-ediff-misc] menu-bar-separator) (define-key menu-bar-ediff-menu [window] `(menu-item ,(purecopy "This Window and Next Window") compare-windows :help ,(purecopy "Compare the current window and the next window"))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] `(menu-item ,(purecopy "Windows Line-by-line...") ediff-windows-linewise :help ,(purecopy "Compare windows line-wise"))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] `(menu-item ,(purecopy "Windows Word-by-word...") ediff-windows-wordwise :help ,(purecopy "Compare windows word-wise"))) (define-key menu-bar-ediff-menu [separator-ediff-windows] menu-bar-separator) (define-key menu-bar-ediff-menu [ediff-regions-linewise] `(menu-item ,(purecopy "Regions Line-by-line...") ediff-regions-linewise :help ,(purecopy "Compare regions line-wise"))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] `(menu-item ,(purecopy "Regions Word-by-word...") ediff-regions-wordwise :help ,(purecopy "Compare regions word-wise"))) (define-key menu-bar-ediff-menu [separator-ediff-regions] menu-bar-separator) (define-key menu-bar-ediff-menu [ediff-dir-revision] `(menu-item ,(purecopy "Directory Revisions...") ediff-directory-revisions :help ,(purecopy "Compare directory files with their older versions"))) (define-key menu-bar-ediff-menu [ediff-revision] `(menu-item ,(purecopy "File with Revision...") ediff-revision :help ,(purecopy "Compare file with its older versions"))) (define-key menu-bar-ediff-menu [separator-ediff-directories] menu-bar-separator) (define-key menu-bar-ediff-menu [ediff-directories3] `(menu-item ,(purecopy "Three Directories...") ediff-directories3 :help ,(purecopy "Compare files common to three directories simultaneously"))) (define-key menu-bar-ediff-menu [ediff-directories] `(menu-item ,(purecopy "Two Directories...") ediff-directories :help ,(purecopy "Compare files common to two directories simultaneously"))) (define-key menu-bar-ediff-menu [separator-ediff-files] menu-bar-separator) (define-key menu-bar-ediff-menu [ediff-buffers3] `(menu-item ,(purecopy "Three Buffers...") ediff-buffers3 :help ,(purecopy "Compare three buffers simultaneously"))) (define-key menu-bar-ediff-menu [ediff-files3] `(menu-item ,(purecopy "Three Files...") ediff-files3 :help ,(purecopy "Compare three files simultaneously"))) (define-key menu-bar-ediff-menu [ediff-buffers] `(menu-item ,(purecopy "Two Buffers...") ediff-buffers :help ,(purecopy "Compare two buffers simultaneously"))) (define-key menu-bar-ediff-menu [ediff-files] `(menu-item ,(purecopy "Two Files...") ediff-files :help ,(purecopy "Compare two files simultaneously"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] `(menu-item ,(purecopy "Directory Revisions with Ancestor...") ediff-merge-directory-revisions-with-ancestor :help ,(purecopy "Merge versions of the files in the same directory by comparing the files with common ancestors"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] `(menu-item ,(purecopy "Directory Revisions...") ediff-merge-directory-revisions :help ,(purecopy "Merge versions of the files in the same directory (without using ancestor information)"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] `(menu-item ,(purecopy "Revisions with Ancestor...") ediff-merge-revisions-with-ancestor :help ,(purecopy "Merge versions of the same file by comparing them with a common ancestor"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] `(menu-item ,(purecopy "Revisions...") ediff-merge-revisions :help ,(purecopy "Merge versions of the same file (without using ancestor information)"))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] menu-bar-separator) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] `(menu-item ,(purecopy "Directories with Ancestor...") ediff-merge-directories-with-ancestor :help ,(purecopy "Merge files common to a pair of directories by comparing the files with common ancestors"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] `(menu-item ,(purecopy "Directories...") ediff-merge-directories :help ,(purecopy "Merge files common to a pair of directories"))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] menu-bar-separator) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] `(menu-item ,(purecopy "Buffers with Ancestor...") ediff-merge-buffers-with-ancestor :help ,(purecopy "Merge buffers by comparing their contents with a common ancestor"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] `(menu-item ,(purecopy "Buffers...") ediff-merge-buffers :help ,(purecopy "Merge buffers (without using ancestor information)"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] `(menu-item ,(purecopy "Files with Ancestor...") ediff-merge-files-with-ancestor :help ,(purecopy "Merge files by comparing them with a common ancestor"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] `(menu-item ,(purecopy "Files...") ediff-merge-files :help ,(purecopy "Merge files (without using ancestor information)"))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] `(menu-item ,(purecopy "To a Buffer...") ediff-patch-buffer :help ,(purecopy "Apply a patch to the contents of a buffer"))) (define-key menu-bar-epatch-menu [ediff-patch-file] `(menu-item ,(purecopy "To a File...") ediff-patch-file :help ,(purecopy "Apply a patch to a file"))) (define-key menu-bar-ediff-misc-menu [emultiframe] `(menu-item ,(purecopy "Use separate control buffer frame") ediff-toggle-multiframe :help ,(purecopy "Switch between the single-frame presentation mode and the multi-frame mode"))) (define-key menu-bar-ediff-misc-menu [eregistry] `(menu-item ,(purecopy "List Ediff Sessions") ediff-show-registry :help ,(purecopy "List all active Ediff sessions; it is a convenient way to find and resume such a session"))) (define-key menu-bar-ediff-misc-menu [ediff-cust] `(menu-item ,(purecopy "Customize Ediff") ediff-customize :help ,(purecopy "Change some of the parameters that govern the behavior of Ediff"))) (define-key menu-bar-ediff-misc-menu [ediff-doc] `(menu-item ,(purecopy "Ediff Manual") ediff-documentation :help ,(purecopy "Bring up the Ediff manual"))))
7585
7586;;;***
7587
7552;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el" 7588;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el"
7553;;;;;; (19580 19536)) 7589;;;;;; (19775 2030))
7554;;; Generated autoloads from vc/ediff-mult.el 7590;;; Generated autoloads from vc/ediff-mult.el
7555 7591
7556(autoload 'ediff-show-registry "ediff-mult" "\ 7592(autoload 'ediff-show-registry "ediff-mult" "\
@@ -7563,7 +7599,7 @@ Display Ediff's registry.
7563;;;*** 7599;;;***
7564 7600
7565;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 7601;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7566;;;;;; "ediff-util" "vc/ediff-util.el" (19664 56235)) 7602;;;;;; "ediff-util" "vc/ediff-util.el" (19780 4514))
7567;;; Generated autoloads from vc/ediff-util.el 7603;;; Generated autoloads from vc/ediff-util.el
7568 7604
7569(autoload 'ediff-toggle-multiframe "ediff-util" "\ 7605(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -7584,7 +7620,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
7584 7620
7585;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 7621;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
7586;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 7622;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
7587;;;;;; (19634 23255)) 7623;;;;;; (19775 2028))
7588;;; Generated autoloads from edmacro.el 7624;;; Generated autoloads from edmacro.el
7589 7625
7590(defvar edmacro-eight-bits nil "\ 7626(defvar edmacro-eight-bits nil "\
@@ -7637,7 +7673,7 @@ or nil, use a compact 80-column format.
7637;;;*** 7673;;;***
7638 7674
7639;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 7675;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
7640;;;;;; "emulation/edt.el" (19674 11425)) 7676;;;;;; "emulation/edt.el" (19780 4513))
7641;;; Generated autoloads from emulation/edt.el 7677;;; Generated autoloads from emulation/edt.el
7642 7678
7643(autoload 'edt-set-scroll-margins "edt" "\ 7679(autoload 'edt-set-scroll-margins "edt" "\
@@ -7655,7 +7691,7 @@ Turn on EDT Emulation.
7655;;;*** 7691;;;***
7656 7692
7657;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 7693;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
7658;;;;;; (19391 30349)) 7694;;;;;; (19775 2028))
7659;;; Generated autoloads from ehelp.el 7695;;; Generated autoloads from ehelp.el
7660 7696
7661(autoload 'with-electric-help "ehelp" "\ 7697(autoload 'with-electric-help "ehelp" "\
@@ -7692,7 +7728,7 @@ Not documented
7692;;;*** 7728;;;***
7693 7729
7694;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 7730;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
7695;;;;;; "eldoc" "emacs-lisp/eldoc.el" (19462 38192)) 7731;;;;;; "eldoc" "emacs-lisp/eldoc.el" (19775 2028))
7696;;; Generated autoloads from emacs-lisp/eldoc.el 7732;;; Generated autoloads from emacs-lisp/eldoc.el
7697 7733
7698(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ 7734(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
@@ -7736,7 +7772,7 @@ Emacs Lisp mode) that support ElDoc.")
7736;;;*** 7772;;;***
7737 7773
7738;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode) 7774;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode)
7739;;;;;; "electric" "electric.el" (19687 6902)) 7775;;;;;; "electric" "electric.el" (19775 2028))
7740;;; Generated autoloads from electric.el 7776;;; Generated autoloads from electric.el
7741 7777
7742(defvar electric-indent-chars '(10) "\ 7778(defvar electric-indent-chars '(10) "\
@@ -7787,8 +7823,8 @@ Automatically insert newlines around some chars.
7787 7823
7788;;;*** 7824;;;***
7789 7825
7790;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19277 7826;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19775
7791;;;;;; 34916)) 7827;;;;;; 2028))
7792;;; Generated autoloads from elide-head.el 7828;;; Generated autoloads from elide-head.el
7793 7829
7794(autoload 'elide-head "elide-head" "\ 7830(autoload 'elide-head "elide-head" "\
@@ -7805,7 +7841,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
7805 7841
7806;;;### (autoloads (elint-initialize elint-defun elint-current-buffer 7842;;;### (autoloads (elint-initialize elint-defun elint-current-buffer
7807;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el" 7843;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el"
7808;;;;;; (19668 31925)) 7844;;;;;; (19775 2028))
7809;;; Generated autoloads from emacs-lisp/elint.el 7845;;; Generated autoloads from emacs-lisp/elint.el
7810 7846
7811(autoload 'elint-file "elint" "\ 7847(autoload 'elint-file "elint" "\
@@ -7841,8 +7877,8 @@ optional prefix argument REINIT is non-nil.
7841;;;*** 7877;;;***
7842 7878
7843;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 7879;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
7844;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19277 7880;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19780
7845;;;;;; 34919)) 7881;;;;;; 4513))
7846;;; Generated autoloads from emacs-lisp/elp.el 7882;;; Generated autoloads from emacs-lisp/elp.el
7847 7883
7848(autoload 'elp-instrument-function "elp" "\ 7884(autoload 'elp-instrument-function "elp" "\
@@ -7877,7 +7913,7 @@ displayed.
7877;;;*** 7913;;;***
7878 7914
7879;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 7915;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
7880;;;;;; (19696 28661)) 7916;;;;;; (19775 2028))
7881;;; Generated autoloads from mail/emacsbug.el 7917;;; Generated autoloads from mail/emacsbug.el
7882 7918
7883(autoload 'report-emacs-bug "emacsbug" "\ 7919(autoload 'report-emacs-bug "emacsbug" "\
@@ -7892,7 +7928,7 @@ Prompts for bug subject. Leaves you in a mail buffer.
7892;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 7928;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
7893;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 7929;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
7894;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 7930;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
7895;;;;;; "vc/emerge.el" (19672 56753)) 7931;;;;;; "vc/emerge.el" (19677 34570))
7896;;; Generated autoloads from vc/emerge.el 7932;;; Generated autoloads from vc/emerge.el
7897 7933
7898(autoload 'emerge-files "emerge" "\ 7934(autoload 'emerge-files "emerge" "\
@@ -7953,7 +7989,7 @@ Not documented
7953;;;*** 7989;;;***
7954 7990
7955;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 7991;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
7956;;;;;; "enriched" "textmodes/enriched.el" (19609 2751)) 7992;;;;;; "enriched" "textmodes/enriched.el" (19775 2030))
7957;;; Generated autoloads from textmodes/enriched.el 7993;;; Generated autoloads from textmodes/enriched.el
7958 7994
7959(autoload 'enriched-mode "enriched" "\ 7995(autoload 'enriched-mode "enriched" "\
@@ -7988,8 +8024,8 @@ Not documented
7988;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region 8024;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region
7989;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file 8025;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
7990;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys 8026;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
7991;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (19672 8027;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (19780
7992;;;;;; 56753)) 8028;;;;;; 4513))
7993;;; Generated autoloads from epa.el 8029;;; Generated autoloads from epa.el
7994 8030
7995(autoload 'epa-list-keys "epa" "\ 8031(autoload 'epa-list-keys "epa" "\
@@ -8162,7 +8198,7 @@ Insert selected KEYS after the point.
8162;;;*** 8198;;;***
8163 8199
8164;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify 8200;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify
8165;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (19580 19536)) 8201;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (19775 2028))
8166;;; Generated autoloads from epa-dired.el 8202;;; Generated autoloads from epa-dired.el
8167 8203
8168(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8204(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8188,7 +8224,7 @@ Encrypt marked files.
8188;;;*** 8224;;;***
8189 8225
8190;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) 8226;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler)
8191;;;;;; "epa-file" "epa-file.el" (19634 14572)) 8227;;;;;; "epa-file" "epa-file.el" (19775 2028))
8192;;; Generated autoloads from epa-file.el 8228;;; Generated autoloads from epa-file.el
8193 8229
8194(autoload 'epa-file-handler "epa-file" "\ 8230(autoload 'epa-file-handler "epa-file" "\
@@ -8210,7 +8246,7 @@ Not documented
8210 8246
8211;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt 8247;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
8212;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode) 8248;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
8213;;;;;; "epa-mail" "epa-mail.el" (19654 15628)) 8249;;;;;; "epa-mail" "epa-mail.el" (19775 2028))
8214;;; Generated autoloads from epa-mail.el 8250;;; Generated autoloads from epa-mail.el
8215 8251
8216(autoload 'epa-mail-mode "epa-mail" "\ 8252(autoload 'epa-mail-mode "epa-mail" "\
@@ -8274,7 +8310,7 @@ Minor mode to hook EasyPG into Mail mode.
8274 8310
8275;;;*** 8311;;;***
8276 8312
8277;;;### (autoloads (epg-make-context) "epg" "epg.el" (19580 19536)) 8313;;;### (autoloads (epg-make-context) "epg" "epg.el" (19780 4513))
8278;;; Generated autoloads from epg.el 8314;;; Generated autoloads from epg.el
8279 8315
8280(autoload 'epg-make-context "epg" "\ 8316(autoload 'epg-make-context "epg" "\
@@ -8285,7 +8321,7 @@ Return a context object.
8285;;;*** 8321;;;***
8286 8322
8287;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) 8323;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
8288;;;;;; "epg-config" "epg-config.el" (19652 41479)) 8324;;;;;; "epg-config" "epg-config.el" (19775 2028))
8289;;; Generated autoloads from epg-config.el 8325;;; Generated autoloads from epg-config.el
8290 8326
8291(autoload 'epg-configuration "epg-config" "\ 8327(autoload 'epg-configuration "epg-config" "\
@@ -8306,7 +8342,7 @@ Look at CONFIG and try to expand GROUP.
8306;;;*** 8342;;;***
8307 8343
8308;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" 8344;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
8309;;;;;; "erc/erc.el" (19580 19536)) 8345;;;;;; "erc/erc.el" (19775 2028))
8310;;; Generated autoloads from erc/erc.el 8346;;; Generated autoloads from erc/erc.el
8311 8347
8312(autoload 'erc-select-read-args "erc" "\ 8348(autoload 'erc-select-read-args "erc" "\
@@ -8348,33 +8384,33 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8348 8384
8349;;;*** 8385;;;***
8350 8386
8351;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (19277 8387;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (19780
8352;;;;;; 34919)) 8388;;;;;; 4513))
8353;;; Generated autoloads from erc/erc-autoaway.el 8389;;; Generated autoloads from erc/erc-autoaway.el
8354 (autoload 'erc-autoaway-mode "erc-autoaway") 8390 (autoload 'erc-autoaway-mode "erc-autoaway")
8355 8391
8356;;;*** 8392;;;***
8357 8393
8358;;;### (autoloads nil "erc-button" "erc/erc-button.el" (19277 34919)) 8394;;;### (autoloads nil "erc-button" "erc/erc-button.el" (19775 2028))
8359;;; Generated autoloads from erc/erc-button.el 8395;;; Generated autoloads from erc/erc-button.el
8360 (autoload 'erc-button-mode "erc-button" nil t) 8396 (autoload 'erc-button-mode "erc-button" nil t)
8361 8397
8362;;;*** 8398;;;***
8363 8399
8364;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (19277 34919)) 8400;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (19775 2028))
8365;;; Generated autoloads from erc/erc-capab.el 8401;;; Generated autoloads from erc/erc-capab.el
8366 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 8402 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8367 8403
8368;;;*** 8404;;;***
8369 8405
8370;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (19277 34919)) 8406;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (19780 4513))
8371;;; Generated autoloads from erc/erc-compat.el 8407;;; Generated autoloads from erc/erc-compat.el
8372 (autoload 'erc-define-minor-mode "erc-compat") 8408 (autoload 'erc-define-minor-mode "erc-compat")
8373 8409
8374;;;*** 8410;;;***
8375 8411
8376;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 8412;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
8377;;;;;; "erc-dcc" "erc/erc-dcc.el" (19277 34919)) 8413;;;;;; "erc-dcc" "erc/erc-dcc.el" (19780 4513))
8378;;; Generated autoloads from erc/erc-dcc.el 8414;;; Generated autoloads from erc/erc-dcc.el
8379 (autoload 'erc-dcc-mode "erc-dcc") 8415 (autoload 'erc-dcc-mode "erc-dcc")
8380 8416
@@ -8407,7 +8443,7 @@ that subcommand.
8407;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 8443;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
8408;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 8444;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
8409;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 8445;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
8410;;;;;; (19277 34919)) 8446;;;;;; (19775 2028))
8411;;; Generated autoloads from erc/erc-ezbounce.el 8447;;; Generated autoloads from erc/erc-ezbounce.el
8412 8448
8413(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 8449(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -8469,8 +8505,8 @@ Add EZBouncer convenience functions to ERC.
8469 8505
8470;;;*** 8506;;;***
8471 8507
8472;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (19277 8508;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (19775
8473;;;;;; 34919)) 8509;;;;;; 2028))
8474;;; Generated autoloads from erc/erc-fill.el 8510;;; Generated autoloads from erc/erc-fill.el
8475 (autoload 'erc-fill-mode "erc-fill" nil t) 8511 (autoload 'erc-fill-mode "erc-fill" nil t)
8476 8512
@@ -8482,15 +8518,15 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
8482 8518
8483;;;*** 8519;;;***
8484 8520
8485;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (19277 8521;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (19775
8486;;;;;; 34919)) 8522;;;;;; 2028))
8487;;; Generated autoloads from erc/erc-hecomplete.el 8523;;; Generated autoloads from erc/erc-hecomplete.el
8488 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t) 8524 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t)
8489 8525
8490;;;*** 8526;;;***
8491 8527
8492;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 8528;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
8493;;;;;; "erc/erc-identd.el" (19277 34919)) 8529;;;;;; "erc/erc-identd.el" (19775 2028))
8494;;; Generated autoloads from erc/erc-identd.el 8530;;; Generated autoloads from erc/erc-identd.el
8495 (autoload 'erc-identd-mode "erc-identd") 8531 (autoload 'erc-identd-mode "erc-identd")
8496 8532
@@ -8512,7 +8548,7 @@ Not documented
8512;;;*** 8548;;;***
8513 8549
8514;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 8550;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
8515;;;;;; (19277 34919)) 8551;;;;;; (19775 2028))
8516;;; Generated autoloads from erc/erc-imenu.el 8552;;; Generated autoloads from erc/erc-imenu.el
8517 8553
8518(autoload 'erc-create-imenu-index "erc-imenu" "\ 8554(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -8522,20 +8558,20 @@ Not documented
8522 8558
8523;;;*** 8559;;;***
8524 8560
8525;;;### (autoloads nil "erc-join" "erc/erc-join.el" (19561 48711)) 8561;;;### (autoloads nil "erc-join" "erc/erc-join.el" (19775 2028))
8526;;; Generated autoloads from erc/erc-join.el 8562;;; Generated autoloads from erc/erc-join.el
8527 (autoload 'erc-autojoin-mode "erc-join" nil t) 8563 (autoload 'erc-autojoin-mode "erc-join" nil t)
8528 8564
8529;;;*** 8565;;;***
8530 8566
8531;;;### (autoloads nil "erc-list" "erc/erc-list.el" (19634 23255)) 8567;;;### (autoloads nil "erc-list" "erc/erc-list.el" (19775 2028))
8532;;; Generated autoloads from erc/erc-list.el 8568;;; Generated autoloads from erc/erc-list.el
8533 (autoload 'erc-list-mode "erc-list") 8569 (autoload 'erc-list-mode "erc-list")
8534 8570
8535;;;*** 8571;;;***
8536 8572
8537;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 8573;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
8538;;;;;; "erc/erc-log.el" (19277 34919)) 8574;;;;;; "erc/erc-log.el" (19775 2028))
8539;;; Generated autoloads from erc/erc-log.el 8575;;; Generated autoloads from erc/erc-log.el
8540 (autoload 'erc-log-mode "erc-log" nil t) 8576 (autoload 'erc-log-mode "erc-log" nil t)
8541 8577
@@ -8567,7 +8603,7 @@ You can save every individual message by putting this function on
8567;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 8603;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
8568;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 8604;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
8569;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 8605;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
8570;;;;;; (19277 34919)) 8606;;;;;; (19775 2028))
8571;;; Generated autoloads from erc/erc-match.el 8607;;; Generated autoloads from erc/erc-match.el
8572 (autoload 'erc-match-mode "erc-match") 8608 (autoload 'erc-match-mode "erc-match")
8573 8609
@@ -8613,14 +8649,14 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
8613 8649
8614;;;*** 8650;;;***
8615 8651
8616;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (19277 34919)) 8652;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (19775 2028))
8617;;; Generated autoloads from erc/erc-menu.el 8653;;; Generated autoloads from erc/erc-menu.el
8618 (autoload 'erc-menu-mode "erc-menu" nil t) 8654 (autoload 'erc-menu-mode "erc-menu" nil t)
8619 8655
8620;;;*** 8656;;;***
8621 8657
8622;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 8658;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
8623;;;;;; (19277 34919)) 8659;;;;;; (19775 2028))
8624;;; Generated autoloads from erc/erc-netsplit.el 8660;;; Generated autoloads from erc/erc-netsplit.el
8625 (autoload 'erc-netsplit-mode "erc-netsplit") 8661 (autoload 'erc-netsplit-mode "erc-netsplit")
8626 8662
@@ -8632,7 +8668,7 @@ Show who's gone.
8632;;;*** 8668;;;***
8633 8669
8634;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" 8670;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
8635;;;;;; "erc/erc-networks.el" (19277 34919)) 8671;;;;;; "erc/erc-networks.el" (19775 2028))
8636;;; Generated autoloads from erc/erc-networks.el 8672;;; Generated autoloads from erc/erc-networks.el
8637 8673
8638(autoload 'erc-determine-network "erc-networks" "\ 8674(autoload 'erc-determine-network "erc-networks" "\
@@ -8650,7 +8686,7 @@ Interactively select a server to connect to using `erc-server-alist'.
8650;;;*** 8686;;;***
8651 8687
8652;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 8688;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
8653;;;;;; "erc/erc-notify.el" (19277 34919)) 8689;;;;;; "erc/erc-notify.el" (19775 2028))
8654;;; Generated autoloads from erc/erc-notify.el 8690;;; Generated autoloads from erc/erc-notify.el
8655 (autoload 'erc-notify-mode "erc-notify" nil t) 8691 (autoload 'erc-notify-mode "erc-notify" nil t)
8656 8692
@@ -8668,33 +8704,33 @@ Not documented
8668 8704
8669;;;*** 8705;;;***
8670 8706
8671;;;### (autoloads nil "erc-page" "erc/erc-page.el" (19277 34919)) 8707;;;### (autoloads nil "erc-page" "erc/erc-page.el" (19775 2028))
8672;;; Generated autoloads from erc/erc-page.el 8708;;; Generated autoloads from erc/erc-page.el
8673 (autoload 'erc-page-mode "erc-page") 8709 (autoload 'erc-page-mode "erc-page")
8674 8710
8675;;;*** 8711;;;***
8676 8712
8677;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19277 8713;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19775
8678;;;;;; 34919)) 8714;;;;;; 2028))
8679;;; Generated autoloads from erc/erc-pcomplete.el 8715;;; Generated autoloads from erc/erc-pcomplete.el
8680 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 8716 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
8681 8717
8682;;;*** 8718;;;***
8683 8719
8684;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (19277 34919)) 8720;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (19775 2028))
8685;;; Generated autoloads from erc/erc-replace.el 8721;;; Generated autoloads from erc/erc-replace.el
8686 (autoload 'erc-replace-mode "erc-replace") 8722 (autoload 'erc-replace-mode "erc-replace")
8687 8723
8688;;;*** 8724;;;***
8689 8725
8690;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (19277 34919)) 8726;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (19775 2028))
8691;;; Generated autoloads from erc/erc-ring.el 8727;;; Generated autoloads from erc/erc-ring.el
8692 (autoload 'erc-ring-mode "erc-ring" nil t) 8728 (autoload 'erc-ring-mode "erc-ring" nil t)
8693 8729
8694;;;*** 8730;;;***
8695 8731
8696;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 8732;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
8697;;;;;; "erc-services" "erc/erc-services.el" (19311 8632)) 8733;;;;;; "erc-services" "erc/erc-services.el" (19775 2028))
8698;;; Generated autoloads from erc/erc-services.el 8734;;; Generated autoloads from erc/erc-services.el
8699 (autoload 'erc-services-mode "erc-services" nil t) 8735 (autoload 'erc-services-mode "erc-services" nil t)
8700 8736
@@ -8711,14 +8747,14 @@ When called interactively, read the password using `read-passwd'.
8711 8747
8712;;;*** 8748;;;***
8713 8749
8714;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (19277 34919)) 8750;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (19775 2028))
8715;;; Generated autoloads from erc/erc-sound.el 8751;;; Generated autoloads from erc/erc-sound.el
8716 (autoload 'erc-sound-mode "erc-sound") 8752 (autoload 'erc-sound-mode "erc-sound")
8717 8753
8718;;;*** 8754;;;***
8719 8755
8720;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 8756;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
8721;;;;;; (19277 34919)) 8757;;;;;; (19775 2028))
8722;;; Generated autoloads from erc/erc-speedbar.el 8758;;; Generated autoloads from erc/erc-speedbar.el
8723 8759
8724(autoload 'erc-speedbar-browser "erc-speedbar" "\ 8760(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -8729,21 +8765,21 @@ This will add a speedbar major display mode.
8729 8765
8730;;;*** 8766;;;***
8731 8767
8732;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (19277 8768;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (19775
8733;;;;;; 34919)) 8769;;;;;; 2028))
8734;;; Generated autoloads from erc/erc-spelling.el 8770;;; Generated autoloads from erc/erc-spelling.el
8735 (autoload 'erc-spelling-mode "erc-spelling" nil t) 8771 (autoload 'erc-spelling-mode "erc-spelling" nil t)
8736 8772
8737;;;*** 8773;;;***
8738 8774
8739;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (19277 34919)) 8775;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (19780 4513))
8740;;; Generated autoloads from erc/erc-stamp.el 8776;;; Generated autoloads from erc/erc-stamp.el
8741 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 8777 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
8742 8778
8743;;;*** 8779;;;***
8744 8780
8745;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" 8781;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
8746;;;;;; (19277 34919)) 8782;;;;;; (19775 2028))
8747;;; Generated autoloads from erc/erc-track.el 8783;;; Generated autoloads from erc/erc-track.el
8748 8784
8749(defvar erc-track-minor-mode nil "\ 8785(defvar erc-track-minor-mode nil "\
@@ -8766,7 +8802,7 @@ module, otherwise the keybindings will not do anything useful.
8766;;;*** 8802;;;***
8767 8803
8768;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 8804;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
8769;;;;;; "erc-truncate" "erc/erc-truncate.el" (19277 34919)) 8805;;;;;; "erc-truncate" "erc/erc-truncate.el" (19775 2028))
8770;;; Generated autoloads from erc/erc-truncate.el 8806;;; Generated autoloads from erc/erc-truncate.el
8771 (autoload 'erc-truncate-mode "erc-truncate" nil t) 8807 (autoload 'erc-truncate-mode "erc-truncate" nil t)
8772 8808
@@ -8786,7 +8822,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
8786;;;*** 8822;;;***
8787 8823
8788;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 8824;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
8789;;;;;; (19639 17158)) 8825;;;;;; (19775 2028))
8790;;; Generated autoloads from erc/erc-xdcc.el 8826;;; Generated autoloads from erc/erc-xdcc.el
8791 (autoload 'erc-xdcc-mode "erc-xdcc") 8827 (autoload 'erc-xdcc-mode "erc-xdcc")
8792 8828
@@ -8797,8 +8833,92 @@ Add a file to `erc-xdcc-files'.
8797 8833
8798;;;*** 8834;;;***
8799 8835
8800;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (19611 8836;;;### (autoloads (ert-describe-test ert-run-tests-interactively
8801;;;;;; 64957)) 8837;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest)
8838;;;;;; "ert" "emacs-lisp/ert.el" (19775 2028))
8839;;; Generated autoloads from emacs-lisp/ert.el
8840
8841(autoload 'ert-deftest "ert" "\
8842Define NAME (a symbol) as a test.
8843
8844BODY is evaluated as a `progn' when the test is run. It should
8845signal a condition on failure or just return if the test passes.
8846
8847`should', `should-not' and `should-error' are useful for
8848assertions in BODY.
8849
8850Use `ert' to run tests interactively.
8851
8852Tests that are expected to fail can be marked as such
8853using :expected-result. See `ert-test-result-type-p' for a
8854description of valid values for RESULT-TYPE.
8855
8856\(fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] [:tags '(TAG...)] BODY...)" nil (quote macro))
8857
8858(put 'ert-deftest 'lisp-indent-function '2)
8859
8860(put 'ert-deftest 'doc-string-elt '3)
8861
8862(put 'ert-deftest 'lisp-indent-function 2)
8863
8864(put 'ert-info 'lisp-indent-function 1)
8865
8866(autoload 'ert-run-tests-batch "ert" "\
8867Run the tests specified by SELECTOR, printing results to the terminal.
8868
8869SELECTOR works as described in `ert-select-tests', except if
8870SELECTOR is nil, in which case all tests rather than none will be
8871run; this makes the command line \"emacs -batch -l my-tests.el -f
8872ert-run-tests-batch-and-exit\" useful.
8873
8874Returns the stats object.
8875
8876\(fn &optional SELECTOR)" nil nil)
8877
8878(autoload 'ert-run-tests-batch-and-exit "ert" "\
8879Like `ert-run-tests-batch', but exits Emacs when done.
8880
8881The exit status will be 0 if all test results were as expected, 1
8882on unexpected results, or 2 if the tool detected an error outside
8883of the tests (e.g. invalid SELECTOR or bug in the code that runs
8884the tests).
8885
8886\(fn &optional SELECTOR)" nil nil)
8887
8888(autoload 'ert-run-tests-interactively "ert" "\
8889Run the tests specified by SELECTOR and display the results in a buffer.
8890
8891SELECTOR works as described in `ert-select-tests'.
8892OUTPUT-BUFFER-NAME and MESSAGE-FN should normally be nil; they
8893are used for automated self-tests and specify which buffer to use
8894and how to display message.
8895
8896\(fn SELECTOR &optional OUTPUT-BUFFER-NAME MESSAGE-FN)" t nil)
8897
8898(defalias 'ert 'ert-run-tests-interactively)
8899
8900(autoload 'ert-describe-test "ert" "\
8901Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test).
8902
8903\(fn TEST-OR-TEST-NAME)" t nil)
8904
8905;;;***
8906
8907;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el"
8908;;;;;; (19775 2028))
8909;;; Generated autoloads from emacs-lisp/ert-x.el
8910
8911(put 'ert-with-test-buffer 'lisp-indent-function 1)
8912
8913(autoload 'ert-kill-all-test-buffers "ert-x" "\
8914Kill all test buffers that are still live.
8915
8916\(fn)" t nil)
8917
8918;;;***
8919
8920;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (19775
8921;;;;;; 2028))
8802;;; Generated autoloads from eshell/esh-mode.el 8922;;; Generated autoloads from eshell/esh-mode.el
8803 8923
8804(autoload 'eshell-mode "esh-mode" "\ 8924(autoload 'eshell-mode "esh-mode" "\
@@ -8810,8 +8930,8 @@ Emacs shell interactive mode.
8810 8930
8811;;;*** 8931;;;***
8812 8932
8813;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (19672 8933;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (19775
8814;;;;;; 39436)) 8934;;;;;; 2028))
8815;;; Generated autoloads from eshell/esh-test.el 8935;;; Generated autoloads from eshell/esh-test.el
8816 8936
8817(autoload 'eshell-test "esh-test" "\ 8937(autoload 'eshell-test "esh-test" "\
@@ -8822,7 +8942,7 @@ Test Eshell to verify that it works as expected.
8822;;;*** 8942;;;***
8823 8943
8824;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" 8944;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell"
8825;;;;;; "eshell/eshell.el" (19451 17238)) 8945;;;;;; "eshell/eshell.el" (19775 2028))
8826;;; Generated autoloads from eshell/eshell.el 8946;;; Generated autoloads from eshell/eshell.el
8827 8947
8828(autoload 'eshell "eshell" "\ 8948(autoload 'eshell "eshell" "\
@@ -8863,7 +8983,7 @@ corresponding to a successful execution.
8863;;;;;; visit-tags-table tags-table-mode find-tag-default-function 8983;;;;;; visit-tags-table tags-table-mode find-tag-default-function
8864;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 8984;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
8865;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 8985;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
8866;;;;;; (19672 56753)) 8986;;;;;; (19780 4514))
8867;;; Generated autoloads from progmodes/etags.el 8987;;; Generated autoloads from progmodes/etags.el
8868 8988
8869(defvar tags-file-name nil "\ 8989(defvar tags-file-name nil "\
@@ -9177,7 +9297,7 @@ for \\[find-tag] (which see).
9177;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer 9297;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9178;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer 9298;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9179;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" 9299;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9180;;;;;; (19451 17238)) 9300;;;;;; (19780 4513))
9181;;; Generated autoloads from language/ethio-util.el 9301;;; Generated autoloads from language/ethio-util.el
9182 9302
9183(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9303(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -9347,7 +9467,7 @@ Not documented
9347 9467
9348;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 9468;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
9349;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 9469;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9350;;;;;; (19672 56753)) 9470;;;;;; (19775 2029))
9351;;; Generated autoloads from net/eudc.el 9471;;; Generated autoloads from net/eudc.el
9352 9472
9353(autoload 'eudc-set-server "eudc" "\ 9473(autoload 'eudc-set-server "eudc" "\
@@ -9403,7 +9523,7 @@ This does nothing except loading eudc by autoload side-effect.
9403 9523
9404;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 9524;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
9405;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 9525;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
9406;;;;;; "eudc-bob" "net/eudc-bob.el" (19580 19536)) 9526;;;;;; "eudc-bob" "net/eudc-bob.el" (19775 2029))
9407;;; Generated autoloads from net/eudc-bob.el 9527;;; Generated autoloads from net/eudc-bob.el
9408 9528
9409(autoload 'eudc-display-generic-binary "eudc-bob" "\ 9529(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -9439,7 +9559,7 @@ Display a button for the JPEG DATA.
9439;;;*** 9559;;;***
9440 9560
9441;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 9561;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
9442;;;;;; "eudc-export" "net/eudc-export.el" (19580 19536)) 9562;;;;;; "eudc-export" "net/eudc-export.el" (19775 2029))
9443;;; Generated autoloads from net/eudc-export.el 9563;;; Generated autoloads from net/eudc-export.el
9444 9564
9445(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 9565(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -9456,7 +9576,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
9456;;;*** 9576;;;***
9457 9577
9458;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 9578;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
9459;;;;;; (19634 23255)) 9579;;;;;; (19775 2029))
9460;;; Generated autoloads from net/eudc-hotlist.el 9580;;; Generated autoloads from net/eudc-hotlist.el
9461 9581
9462(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 9582(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -9466,8 +9586,8 @@ Edit the hotlist of directory servers in a specialized buffer.
9466 9586
9467;;;*** 9587;;;***
9468 9588
9469;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (19277 9589;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (19775
9470;;;;;; 34919)) 9590;;;;;; 2028))
9471;;; Generated autoloads from emacs-lisp/ewoc.el 9591;;; Generated autoloads from emacs-lisp/ewoc.el
9472 9592
9473(autoload 'ewoc-create "ewoc" "\ 9593(autoload 'ewoc-create "ewoc" "\
@@ -9496,7 +9616,7 @@ fourth arg NOSEP non-nil inhibits this.
9496;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 9616;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
9497;;;;;; executable-self-display executable-set-magic executable-interpret 9617;;;;;; executable-self-display executable-set-magic executable-interpret
9498;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 9618;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
9499;;;;;; (19277 34922)) 9619;;;;;; (19775 2029))
9500;;; Generated autoloads from progmodes/executable.el 9620;;; Generated autoloads from progmodes/executable.el
9501 9621
9502(autoload 'executable-command-find-posix-p "executable" "\ 9622(autoload 'executable-command-find-posix-p "executable" "\
@@ -9539,7 +9659,7 @@ file modes.
9539 9659
9540;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 9660;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
9541;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" 9661;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
9542;;;;;; (19451 17238)) 9662;;;;;; (19775 2028))
9543;;; Generated autoloads from expand.el 9663;;; Generated autoloads from expand.el
9544 9664
9545(autoload 'expand-add-abbrevs "expand" "\ 9665(autoload 'expand-add-abbrevs "expand" "\
@@ -9588,7 +9708,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
9588 9708
9589;;;*** 9709;;;***
9590 9710
9591;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19651 33965)) 9711;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19775 2029))
9592;;; Generated autoloads from progmodes/f90.el 9712;;; Generated autoloads from progmodes/f90.el
9593 9713
9594(autoload 'f90-mode "f90" "\ 9714(autoload 'f90-mode "f90" "\
@@ -9654,8 +9774,8 @@ with no args, if that value is non-nil.
9654;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set 9774;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set
9655;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase 9775;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase
9656;;;;;; text-scale-set face-remap-set-base face-remap-reset-base 9776;;;;;; text-scale-set face-remap-set-base face-remap-reset-base
9657;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19652 9777;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19775
9658;;;;;; 44405)) 9778;;;;;; 2028))
9659;;; Generated autoloads from face-remap.el 9779;;; Generated autoloads from face-remap.el
9660 9780
9661(autoload 'face-remap-add-relative "face-remap" "\ 9781(autoload 'face-remap-add-relative "face-remap" "\
@@ -9795,7 +9915,7 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
9795 9915
9796;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 9916;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
9797;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 9917;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
9798;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19609 2433)) 9918;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19763 27286))
9799;;; Generated autoloads from mail/feedmail.el 9919;;; Generated autoloads from mail/feedmail.el
9800 9920
9801(autoload 'feedmail-send-it "feedmail" "\ 9921(autoload 'feedmail-send-it "feedmail" "\
@@ -9849,7 +9969,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
9849;;;*** 9969;;;***
9850 9970
9851;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 9971;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
9852;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19318 65023)) 9972;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19775 2028))
9853;;; Generated autoloads from ffap.el 9973;;; Generated autoloads from ffap.el
9854 9974
9855(autoload 'ffap-next "ffap" "\ 9975(autoload 'ffap-next "ffap" "\
@@ -9913,7 +10033,7 @@ Evaluate the forms in variable `ffap-bindings'.
9913;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 10033;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
9914;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 10034;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
9915;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 10035;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
9916;;;;;; "filecache" "filecache.el" (19672 41839)) 10036;;;;;; "filecache" "filecache.el" (19775 2028))
9917;;; Generated autoloads from filecache.el 10037;;; Generated autoloads from filecache.el
9918 10038
9919(autoload 'file-cache-add-directory "filecache" "\ 10039(autoload 'file-cache-add-directory "filecache" "\
@@ -9973,7 +10093,7 @@ the name is considered already unique; only the second substitution
9973;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable 10093;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable
9974;;;;;; add-dir-local-variable delete-file-local-variable-prop-line 10094;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
9975;;;;;; add-file-local-variable-prop-line delete-file-local-variable 10095;;;;;; add-file-local-variable-prop-line delete-file-local-variable
9976;;;;;; add-file-local-variable) "files-x" "files-x.el" (19580 19536)) 10096;;;;;; add-file-local-variable) "files-x" "files-x.el" (19775 2028))
9977;;; Generated autoloads from files-x.el 10097;;; Generated autoloads from files-x.el
9978 10098
9979(autoload 'add-file-local-variable "files-x" "\ 10099(autoload 'add-file-local-variable "files-x" "\
@@ -10038,8 +10158,8 @@ Copy directory-local variables to the -*- line.
10038 10158
10039;;;*** 10159;;;***
10040 10160
10041;;;### (autoloads (filesets-init) "filesets" "filesets.el" (19611 10161;;;### (autoloads (filesets-init) "filesets" "filesets.el" (19780
10042;;;;;; 60752)) 10162;;;;;; 4513))
10043;;; Generated autoloads from filesets.el 10163;;; Generated autoloads from filesets.el
10044 10164
10045(autoload 'filesets-init "filesets" "\ 10165(autoload 'filesets-init "filesets" "\
@@ -10050,7 +10170,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10050 10170
10051;;;*** 10171;;;***
10052 10172
10053;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (19279 53114)) 10173;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (19775 2028))
10054;;; Generated autoloads from find-cmd.el 10174;;; Generated autoloads from find-cmd.el
10055 10175
10056(autoload 'find-cmd "find-cmd" "\ 10176(autoload 'find-cmd "find-cmd" "\
@@ -10071,7 +10191,7 @@ result is a string that should be ready for the command line.
10071 10191
10072;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 10192;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
10073;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" 10193;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el"
10074;;;;;; (19379 30332)) 10194;;;;;; (19775 2028))
10075;;; Generated autoloads from find-dired.el 10195;;; Generated autoloads from find-dired.el
10076 10196
10077(defvar find-ls-option (if (eq system-type 'berkeley-unix) (purecopy '("-ls" . "-gilsb")) (purecopy '("-exec ls -ld {} \\;" . "-ld"))) "\ 10197(defvar find-ls-option (if (eq system-type 'berkeley-unix) (purecopy '("-ls" . "-gilsb")) (purecopy '("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -10132,7 +10252,7 @@ Thus ARG can also contain additional grep options.
10132 10252
10133;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10253;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10134;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 10254;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
10135;;;;;; (19442 62609)) 10255;;;;;; (19775 2028))
10136;;; Generated autoloads from find-file.el 10256;;; Generated autoloads from find-file.el
10137 10257
10138(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10258(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10226,7 +10346,7 @@ Visit the file you click on in another window.
10226;;;;;; find-variable find-variable-noselect find-function-other-frame 10346;;;;;; find-variable find-variable-noselect find-function-other-frame
10227;;;;;; find-function-other-window find-function find-function-noselect 10347;;;;;; find-function-other-window find-function find-function-noselect
10228;;;;;; find-function-search-for-symbol find-library) "find-func" 10348;;;;;; find-function-search-for-symbol find-library) "find-func"
10229;;;;;; "emacs-lisp/find-func.el" (19649 956)) 10349;;;;;; "emacs-lisp/find-func.el" (19775 2028))
10230;;; Generated autoloads from emacs-lisp/find-func.el 10350;;; Generated autoloads from emacs-lisp/find-func.el
10231 10351
10232(autoload 'find-library "find-func" "\ 10352(autoload 'find-library "find-func" "\
@@ -10381,7 +10501,7 @@ Define some key bindings for the find-function family of functions.
10381;;;*** 10501;;;***
10382 10502
10383;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 10503;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
10384;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (19277 34916)) 10504;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (19775 2028))
10385;;; Generated autoloads from find-lisp.el 10505;;; Generated autoloads from find-lisp.el
10386 10506
10387(autoload 'find-lisp-find-dired "find-lisp" "\ 10507(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -10402,7 +10522,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
10402;;;*** 10522;;;***
10403 10523
10404;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 10524;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
10405;;;;;; "finder" "finder.el" (19662 23188)) 10525;;;;;; "finder" "finder.el" (19775 2028))
10406;;; Generated autoloads from finder.el 10526;;; Generated autoloads from finder.el
10407 10527
10408(autoload 'finder-list-keywords "finder" "\ 10528(autoload 'finder-list-keywords "finder" "\
@@ -10424,7 +10544,7 @@ Find packages matching a given keyword.
10424;;;*** 10544;;;***
10425 10545
10426;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 10546;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
10427;;;;;; "flow-ctrl.el" (19277 34916)) 10547;;;;;; "flow-ctrl.el" (19775 2028))
10428;;; Generated autoloads from flow-ctrl.el 10548;;; Generated autoloads from flow-ctrl.el
10429 10549
10430(autoload 'enable-flow-control "flow-ctrl" "\ 10550(autoload 'enable-flow-control "flow-ctrl" "\
@@ -10446,7 +10566,7 @@ to get the effect of a C-q.
10446;;;*** 10566;;;***
10447 10567
10448;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 10568;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
10449;;;;;; (19604 65275)) 10569;;;;;; (19775 2028))
10450;;; Generated autoloads from gnus/flow-fill.el 10570;;; Generated autoloads from gnus/flow-fill.el
10451 10571
10452(autoload 'fill-flowed-encode "flow-fill" "\ 10572(autoload 'fill-flowed-encode "flow-fill" "\
@@ -10462,7 +10582,7 @@ Not documented
10462;;;*** 10582;;;***
10463 10583
10464;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) 10584;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode)
10465;;;;;; "flymake" "progmodes/flymake.el" (19670 2258)) 10585;;;;;; "flymake" "progmodes/flymake.el" (19780 4514))
10466;;; Generated autoloads from progmodes/flymake.el 10586;;; Generated autoloads from progmodes/flymake.el
10467 10587
10468(autoload 'flymake-mode "flymake" "\ 10588(autoload 'flymake-mode "flymake" "\
@@ -10486,7 +10606,7 @@ Turn flymake mode off.
10486 10606
10487;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 10607;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
10488;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 10608;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
10489;;;;;; "flyspell" "textmodes/flyspell.el" (19681 34867)) 10609;;;;;; "flyspell" "textmodes/flyspell.el" (19775 2030))
10490;;; Generated autoloads from textmodes/flyspell.el 10610;;; Generated autoloads from textmodes/flyspell.el
10491 10611
10492(autoload 'flyspell-prog-mode "flyspell" "\ 10612(autoload 'flyspell-prog-mode "flyspell" "\
@@ -10556,7 +10676,7 @@ Flyspell whole buffer.
10556 10676
10557;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 10677;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
10558;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 10678;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
10559;;;;;; (19277 34916)) 10679;;;;;; (19775 2028))
10560;;; Generated autoloads from follow.el 10680;;; Generated autoloads from follow.el
10561 10681
10562(autoload 'turn-on-follow-mode "follow" "\ 10682(autoload 'turn-on-follow-mode "follow" "\
@@ -10629,8 +10749,15 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
10629 10749
10630;;;*** 10750;;;***
10631 10751
10632;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19277 10752;;;### (autoloads nil "font-core" "font-core.el" (19780 4513))
10633;;;;;; 34921)) 10753;;; Generated autoloads from font-core.el
10754
10755(put 'font-lock-defaults 'risky-local-variable t)
10756
10757;;;***
10758
10759;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19775
10760;;;;;; 2028))
10634;;; Generated autoloads from mail/footnote.el 10761;;; Generated autoloads from mail/footnote.el
10635 10762
10636(autoload 'footnote-mode "footnote" "\ 10763(autoload 'footnote-mode "footnote" "\
@@ -10643,8 +10770,15 @@ started, play around with the following keys:
10643 10770
10644;;;*** 10771;;;***
10645 10772
10773;;;### (autoloads nil "format" "format.el" (19780 4513))
10774;;; Generated autoloads from format.el
10775
10776(put 'format-alist 'risky-local-variable t)
10777
10778;;;***
10779
10646;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 10780;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
10647;;;;;; "forms" "forms.el" (19406 15657)) 10781;;;;;; "forms" "forms.el" (19775 2028))
10648;;; Generated autoloads from forms.el 10782;;; Generated autoloads from forms.el
10649 10783
10650(autoload 'forms-mode "forms" "\ 10784(autoload 'forms-mode "forms" "\
@@ -10681,7 +10815,7 @@ Visit a file in Forms mode in other window.
10681;;;*** 10815;;;***
10682 10816
10683;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" 10817;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
10684;;;;;; (19672 56753)) 10818;;;;;; (19780 4514))
10685;;; Generated autoloads from progmodes/fortran.el 10819;;; Generated autoloads from progmodes/fortran.el
10686 10820
10687(autoload 'fortran-mode "fortran" "\ 10821(autoload 'fortran-mode "fortran" "\
@@ -10759,7 +10893,7 @@ with no args, if that value is non-nil.
10759;;;*** 10893;;;***
10760 10894
10761;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 10895;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
10762;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19661 46305)) 10896;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19775 2029))
10763;;; Generated autoloads from play/fortune.el 10897;;; Generated autoloads from play/fortune.el
10764 10898
10765(autoload 'fortune-add-fortune "fortune" "\ 10899(autoload 'fortune-add-fortune "fortune" "\
@@ -10808,7 +10942,7 @@ and choose the directory as the fortune-file.
10808;;;*** 10942;;;***
10809 10943
10810;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" 10944;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el"
10811;;;;;; (19614 24990)) 10945;;;;;; (19775 2029))
10812;;; Generated autoloads from progmodes/gdb-mi.el 10946;;; Generated autoloads from progmodes/gdb-mi.el
10813 10947
10814(defvar gdb-enable-debug nil "\ 10948(defvar gdb-enable-debug nil "\
@@ -10869,8 +11003,8 @@ detailed description of this mode.
10869;;;*** 11003;;;***
10870 11004
10871;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 11005;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
10872;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (19580 11006;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (19775
10873;;;;;; 19536)) 11007;;;;;; 2028))
10874;;; Generated autoloads from emacs-lisp/generic.el 11008;;; Generated autoloads from emacs-lisp/generic.el
10875 11009
10876(defvar generic-mode-list nil "\ 11010(defvar generic-mode-list nil "\
@@ -10947,7 +11081,7 @@ regular expression that can be used as an element of
10947;;;*** 11081;;;***
10948 11082
10949;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 11083;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
10950;;;;;; (19277 34922)) 11084;;;;;; (19780 4514))
10951;;; Generated autoloads from progmodes/glasses.el 11085;;; Generated autoloads from progmodes/glasses.el
10952 11086
10953(autoload 'glasses-mode "glasses" "\ 11087(autoload 'glasses-mode "glasses" "\
@@ -10961,7 +11095,7 @@ at places they belong to.
10961 11095
10962;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 11096;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
10963;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" 11097;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
10964;;;;;; (19623 58490)) 11098;;;;;; (19780 4513))
10965;;; Generated autoloads from gnus/gmm-utils.el 11099;;; Generated autoloads from gnus/gmm-utils.el
10966 11100
10967(autoload 'gmm-regexp-concat "gmm-utils" "\ 11101(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -11016,7 +11150,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11016;;;*** 11150;;;***
11017 11151
11018;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11152;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11019;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19687 6902)) 11153;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19780 4513))
11020;;; Generated autoloads from gnus/gnus.el 11154;;; Generated autoloads from gnus/gnus.el
11021(when (fboundp 'custom-autoload) 11155(when (fboundp 'custom-autoload)
11022 (custom-autoload 'gnus-select-method "gnus")) 11156 (custom-autoload 'gnus-select-method "gnus"))
@@ -11069,7 +11203,7 @@ prompt the user for the name of an NNTP server to use.
11069;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11203;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11070;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11204;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11071;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11205;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11072;;;;;; "gnus/gnus-agent.el" (19687 6902)) 11206;;;;;; "gnus/gnus-agent.el" (19775 2028))
11073;;; Generated autoloads from gnus/gnus-agent.el 11207;;; Generated autoloads from gnus/gnus-agent.el
11074 11208
11075(autoload 'gnus-unplugged "gnus-agent" "\ 11209(autoload 'gnus-unplugged "gnus-agent" "\
@@ -11160,7 +11294,7 @@ If CLEAN, obsolete (ignore).
11160;;;*** 11294;;;***
11161 11295
11162;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11296;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11163;;;;;; (19695 9549)) 11297;;;;;; (19780 4513))
11164;;; Generated autoloads from gnus/gnus-art.el 11298;;; Generated autoloads from gnus/gnus-art.el
11165 11299
11166(autoload 'gnus-article-prepare-display "gnus-art" "\ 11300(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -11171,7 +11305,7 @@ Make the current buffer look like a nice article.
11171;;;*** 11305;;;***
11172 11306
11173;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) 11307;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
11174;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (19670 666)) 11308;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (19780 4513))
11175;;; Generated autoloads from gnus/gnus-bookmark.el 11309;;; Generated autoloads from gnus/gnus-bookmark.el
11176 11310
11177(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 11311(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -11196,8 +11330,8 @@ deletion, or > if it is flagged for displaying.
11196 11330
11197;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11331;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11198;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11332;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11199;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (19693 11333;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (19775
11200;;;;;; 40409)) 11334;;;;;; 2028))
11201;;; Generated autoloads from gnus/gnus-cache.el 11335;;; Generated autoloads from gnus/gnus-cache.el
11202 11336
11203(autoload 'gnus-jog-cache "gnus-cache" "\ 11337(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -11239,7 +11373,7 @@ supported.
11239;;;*** 11373;;;***
11240 11374
11241;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11375;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11242;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19645 60484)) 11376;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19780 4513))
11243;;; Generated autoloads from gnus/gnus-delay.el 11377;;; Generated autoloads from gnus/gnus-delay.el
11244 11378
11245(autoload 'gnus-delay-article "gnus-delay" "\ 11379(autoload 'gnus-delay-article "gnus-delay" "\
@@ -11275,7 +11409,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11275;;;*** 11409;;;***
11276 11410
11277;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 11411;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11278;;;;;; "gnus-diary" "gnus/gnus-diary.el" (19645 60484)) 11412;;;;;; "gnus-diary" "gnus/gnus-diary.el" (19775 2028))
11279;;; Generated autoloads from gnus/gnus-diary.el 11413;;; Generated autoloads from gnus/gnus-diary.el
11280 11414
11281(autoload 'gnus-user-format-function-d "gnus-diary" "\ 11415(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -11291,7 +11425,7 @@ Not documented
11291;;;*** 11425;;;***
11292 11426
11293;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11427;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11294;;;;;; (19662 7391)) 11428;;;;;; (19775 2028))
11295;;; Generated autoloads from gnus/gnus-dired.el 11429;;; Generated autoloads from gnus/gnus-dired.el
11296 11430
11297(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 11431(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -11302,7 +11436,7 @@ Convenience method to turn on gnus-dired-mode.
11302;;;*** 11436;;;***
11303 11437
11304;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 11438;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11305;;;;;; (19648 31344)) 11439;;;;;; (19780 4513))
11306;;; Generated autoloads from gnus/gnus-draft.el 11440;;; Generated autoloads from gnus/gnus-draft.el
11307 11441
11308(autoload 'gnus-draft-reminder "gnus-draft" "\ 11442(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -11314,8 +11448,8 @@ Reminder user if there are unsent drafts.
11314 11448
11315;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 11449;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
11316;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 11450;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
11317;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (19635 11451;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (19775
11318;;;;;; 50568)) 11452;;;;;; 2028))
11319;;; Generated autoloads from gnus/gnus-fun.el 11453;;; Generated autoloads from gnus/gnus-fun.el
11320 11454
11321(autoload 'gnus-random-x-face "gnus-fun" "\ 11455(autoload 'gnus-random-x-face "gnus-fun" "\
@@ -11360,7 +11494,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
11360;;;*** 11494;;;***
11361 11495
11362;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar) 11496;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar)
11363;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (19688 19082)) 11497;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (19775 2028))
11364;;; Generated autoloads from gnus/gnus-gravatar.el 11498;;; Generated autoloads from gnus/gnus-gravatar.el
11365 11499
11366(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ 11500(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\
@@ -11378,7 +11512,7 @@ If gravatars are already displayed, remove them.
11378;;;*** 11512;;;***
11379 11513
11380;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 11514;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
11381;;;;;; "gnus-group" "gnus/gnus-group.el" (19672 21006)) 11515;;;;;; "gnus-group" "gnus/gnus-group.el" (19780 4513))
11382;;; Generated autoloads from gnus/gnus-group.el 11516;;; Generated autoloads from gnus/gnus-group.el
11383 11517
11384(autoload 'gnus-fetch-group "gnus-group" "\ 11518(autoload 'gnus-fetch-group "gnus-group" "\
@@ -11396,7 +11530,7 @@ Pop up a frame and enter GROUP.
11396;;;*** 11530;;;***
11397 11531
11398;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html" 11532;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html"
11399;;;;;; "gnus/gnus-html.el" (19687 6902)) 11533;;;;;; "gnus/gnus-html.el" (19775 2028))
11400;;; Generated autoloads from gnus/gnus-html.el 11534;;; Generated autoloads from gnus/gnus-html.el
11401 11535
11402(autoload 'gnus-article-html "gnus-html" "\ 11536(autoload 'gnus-article-html "gnus-html" "\
@@ -11412,7 +11546,7 @@ Not documented
11412;;;*** 11546;;;***
11413 11547
11414;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 11548;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
11415;;;;;; (19636 38740)) 11549;;;;;; (19775 2028))
11416;;; Generated autoloads from gnus/gnus-kill.el 11550;;; Generated autoloads from gnus/gnus-kill.el
11417 11551
11418(defalias 'gnus-batch-kill 'gnus-batch-score) 11552(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -11427,7 +11561,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
11427 11561
11428;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 11562;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
11429;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 11563;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
11430;;;;;; (19582 65302)) 11564;;;;;; (19775 2028))
11431;;; Generated autoloads from gnus/gnus-ml.el 11565;;; Generated autoloads from gnus/gnus-ml.el
11432 11566
11433(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 11567(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -11452,7 +11586,7 @@ Minor mode for providing mailing-list commands.
11452 11586
11453;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 11587;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
11454;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 11588;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
11455;;;;;; (19582 65302)) 11589;;;;;; (19775 2028))
11456;;; Generated autoloads from gnus/gnus-mlspl.el 11590;;; Generated autoloads from gnus/gnus-mlspl.el
11457 11591
11458(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 11592(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -11553,7 +11687,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
11553;;;*** 11687;;;***
11554 11688
11555;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 11689;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
11556;;;;;; "gnus-msg" "gnus/gnus-msg.el" (19662 23188)) 11690;;;;;; "gnus-msg" "gnus/gnus-msg.el" (19780 4513))
11557;;; Generated autoloads from gnus/gnus-msg.el 11691;;; Generated autoloads from gnus/gnus-msg.el
11558 11692
11559(autoload 'gnus-msg-mail "gnus-msg" "\ 11693(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -11561,7 +11695,7 @@ Start editing a mail message to be sent.
11561Like `message-mail', but with Gnus paraphernalia, particularly the 11695Like `message-mail', but with Gnus paraphernalia, particularly the
11562Gcc: header for archiving purposes. 11696Gcc: header for archiving purposes.
11563 11697
11564\(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-ACTION YANK-ACTION SEND-ACTIONS)" t nil) 11698\(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-ACTION YANK-ACTION SEND-ACTIONS RETURN-ACTION)" t nil)
11565 11699
11566(autoload 'gnus-button-mailto "gnus-msg" "\ 11700(autoload 'gnus-button-mailto "gnus-msg" "\
11567Mail to ADDRESS. 11701Mail to ADDRESS.
@@ -11579,7 +11713,7 @@ Like `message-reply'.
11579 11713
11580;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 11714;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
11581;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 11715;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
11582;;;;;; (19635 50568)) 11716;;;;;; (19775 2028))
11583;;; Generated autoloads from gnus/gnus-picon.el 11717;;; Generated autoloads from gnus/gnus-picon.el
11584 11718
11585(autoload 'gnus-treat-from-picon "gnus-picon" "\ 11719(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -11606,7 +11740,7 @@ If picons are already displayed, remove them.
11606;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 11740;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
11607;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 11741;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
11608;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 11742;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
11609;;;;;; "gnus/gnus-range.el" (19604 65275)) 11743;;;;;; "gnus/gnus-range.el" (19775 2028))
11610;;; Generated autoloads from gnus/gnus-range.el 11744;;; Generated autoloads from gnus/gnus-range.el
11611 11745
11612(autoload 'gnus-sorted-difference "gnus-range" "\ 11746(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -11674,7 +11808,7 @@ Add NUM into sorted LIST by side effect.
11674;;;*** 11808;;;***
11675 11809
11676;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 11810;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
11677;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19645 60484)) 11811;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19775 2028))
11678;;; Generated autoloads from gnus/gnus-registry.el 11812;;; Generated autoloads from gnus/gnus-registry.el
11679 11813
11680(autoload 'gnus-registry-initialize "gnus-registry" "\ 11814(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -11690,8 +11824,8 @@ Install the registry hooks.
11690;;;*** 11824;;;***
11691 11825
11692;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 11826;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
11693;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (19582 11827;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (19775
11694;;;;;; 65302)) 11828;;;;;; 2028))
11695;;; Generated autoloads from gnus/gnus-sieve.el 11829;;; Generated autoloads from gnus/gnus-sieve.el
11696 11830
11697(autoload 'gnus-sieve-update "gnus-sieve" "\ 11831(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -11719,7 +11853,7 @@ Not documented
11719;;;*** 11853;;;***
11720 11854
11721;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 11855;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
11722;;;;;; (19638 16738)) 11856;;;;;; (19775 2028))
11723;;; Generated autoloads from gnus/gnus-spec.el 11857;;; Generated autoloads from gnus/gnus-spec.el
11724 11858
11725(autoload 'gnus-update-format "gnus-spec" "\ 11859(autoload 'gnus-update-format "gnus-spec" "\
@@ -11730,7 +11864,7 @@ Update the format specification near point.
11730;;;*** 11864;;;***
11731 11865
11732;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" 11866;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el"
11733;;;;;; (19672 21006)) 11867;;;;;; (19775 2028))
11734;;; Generated autoloads from gnus/gnus-start.el 11868;;; Generated autoloads from gnus/gnus-start.el
11735 11869
11736(autoload 'gnus-declare-backend "gnus-start" "\ 11870(autoload 'gnus-declare-backend "gnus-start" "\
@@ -11741,7 +11875,7 @@ Declare back end NAME with ABILITIES as a Gnus back end.
11741;;;*** 11875;;;***
11742 11876
11743;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" 11877;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el"
11744;;;;;; (19695 9549)) 11878;;;;;; (19780 4513))
11745;;; Generated autoloads from gnus/gnus-sum.el 11879;;; Generated autoloads from gnus/gnus-sum.el
11746 11880
11747(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ 11881(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
@@ -11753,7 +11887,7 @@ BOOKMARK is a bookmark name or a bookmark record.
11753;;;*** 11887;;;***
11754 11888
11755;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize) 11889;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize)
11756;;;;;; "gnus-sync" "gnus/gnus-sync.el" (19630 1041)) 11890;;;;;; "gnus-sync" "gnus/gnus-sync.el" (19775 2028))
11757;;; Generated autoloads from gnus/gnus-sync.el 11891;;; Generated autoloads from gnus/gnus-sync.el
11758 11892
11759(autoload 'gnus-sync-initialize "gnus-sync" "\ 11893(autoload 'gnus-sync-initialize "gnus-sync" "\
@@ -11769,7 +11903,7 @@ Install the sync hooks.
11769;;;*** 11903;;;***
11770 11904
11771;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 11905;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
11772;;;;;; (19626 25721)) 11906;;;;;; (19780 4513))
11773;;; Generated autoloads from gnus/gnus-win.el 11907;;; Generated autoloads from gnus/gnus-win.el
11774 11908
11775(autoload 'gnus-add-configuration "gnus-win" "\ 11909(autoload 'gnus-add-configuration "gnus-win" "\
@@ -11779,7 +11913,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
11779 11913
11780;;;*** 11914;;;***
11781 11915
11782;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19675 8283)) 11916;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19775 2029))
11783;;; Generated autoloads from play/gomoku.el 11917;;; Generated autoloads from play/gomoku.el
11784 11918
11785(autoload 'gomoku "gomoku" "\ 11919(autoload 'gomoku "gomoku" "\
@@ -11806,8 +11940,8 @@ Use \\[describe-mode] for more info.
11806;;;*** 11940;;;***
11807 11941
11808;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address 11942;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address
11809;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (19360 11943;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (19775
11810;;;;;; 14173)) 11944;;;;;; 2029))
11811;;; Generated autoloads from net/goto-addr.el 11945;;; Generated autoloads from net/goto-addr.el
11812 11946
11813(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 11947(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -11845,8 +11979,8 @@ Turn on `goto-address-mode', but only in comments and strings.
11845 11979
11846;;;*** 11980;;;***
11847 11981
11848;;;### (autoloads (gravatar-retrieve) "gravatar" "gnus/gravatar.el" 11982;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve)
11849;;;;;; (19626 25721)) 11983;;;;;; "gravatar" "gnus/gravatar.el" (19775 2028))
11850;;; Generated autoloads from gnus/gravatar.el 11984;;; Generated autoloads from gnus/gravatar.el
11851 11985
11852(autoload 'gravatar-retrieve "gravatar" "\ 11986(autoload 'gravatar-retrieve "gravatar" "\
@@ -11855,11 +11989,16 @@ You can provide a list of argument to pass to CB in CBARGS.
11855 11989
11856\(fn MAIL-ADDRESS CB &optional CBARGS)" nil nil) 11990\(fn MAIL-ADDRESS CB &optional CBARGS)" nil nil)
11857 11991
11992(autoload 'gravatar-retrieve-synchronously "gravatar" "\
11993Retrieve MAIL-ADDRESS gravatar and returns it.
11994
11995\(fn MAIL-ADDRESS)" nil nil)
11996
11858;;;*** 11997;;;***
11859 11998
11860;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults 11999;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults
11861;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 12000;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
11862;;;;;; grep-window-height) "grep" "progmodes/grep.el" (19687 6902)) 12001;;;;;; grep-window-height) "grep" "progmodes/grep.el" (19780 4514))
11863;;; Generated autoloads from progmodes/grep.el 12002;;; Generated autoloads from progmodes/grep.el
11864 12003
11865(defvar grep-window-height nil "\ 12004(defvar grep-window-height nil "\
@@ -11892,7 +12031,7 @@ List of hook functions run by `grep-process-setup' (see `run-hooks').")
11892 12031
11893(custom-autoload 'grep-setup-hook "grep" t) 12032(custom-autoload 'grep-setup-hook "grep" t)
11894 12033
11895(defconst grep-regexp-alist '(("^\\(.+?\\)\\(:[ ]*\\)\\([0-9]+\\)\\2" 1 3) ("^\\(\\(.+?\\):\\([1-9][0-9]*\\):\\).*?\\(\\[01;31m\\(?:\\[K\\)?\\)\\(.*?\\)\\(\\[[0-9]*m\\)" 2 3 ((lambda nil (setq compilation-error-screen-columns nil) (- (match-beginning 4) (match-end 1))) lambda nil (- (match-end 5) (match-end 1) (- (match-end 4) (match-beginning 4)))) nil 1) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1)) "\ 12034(defconst grep-regexp-alist '(("^\\(.+?\\)\\(:[ ]*\\)\\([1-9][0-9]*\\)\\2" 1 3) ("^\\(\\(.+?\\):\\([1-9][0-9]*\\):\\).*?\\(\\[01;31m\\(?:\\[K\\)?\\)\\(.*?\\)\\(\\[[0-9]*m\\)" 2 3 ((lambda nil (setq compilation-error-screen-columns nil) (- (match-beginning 4) (match-end 1))) lambda nil (- (match-end 5) (match-end 1) (- (match-end 4) (match-beginning 4)))) nil 1) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1)) "\
11896Regexp used to match grep hits. See `compilation-error-regexp-alist'.") 12035Regexp used to match grep hits. See `compilation-error-regexp-alist'.")
11897 12036
11898(defvar grep-program (purecopy "grep") "\ 12037(defvar grep-program (purecopy "grep") "\
@@ -12015,7 +12154,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'.
12015 12154
12016;;;*** 12155;;;***
12017 12156
12018;;;### (autoloads (gs-load-image) "gs" "gs.el" (19277 34916)) 12157;;;### (autoloads (gs-load-image) "gs" "gs.el" (19775 2028))
12019;;; Generated autoloads from gs.el 12158;;; Generated autoloads from gs.el
12020 12159
12021(autoload 'gs-load-image "gs" "\ 12160(autoload 'gs-load-image "gs" "\
@@ -12029,7 +12168,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12029;;;*** 12168;;;***
12030 12169
12031;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb 12170;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb
12032;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19611 36621)) 12171;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19775 2029))
12033;;; Generated autoloads from progmodes/gud.el 12172;;; Generated autoloads from progmodes/gud.el
12034 12173
12035(autoload 'gud-gdb "gud" "\ 12174(autoload 'gud-gdb "gud" "\
@@ -12115,8 +12254,8 @@ Toggle the display of GUD tooltips.
12115 12254
12116;;;*** 12255;;;***
12117 12256
12118;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19277 12257;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19775
12119;;;;;; 34922)) 12258;;;;;; 2029))
12120;;; Generated autoloads from play/handwrite.el 12259;;; Generated autoloads from play/handwrite.el
12121 12260
12122(autoload 'handwrite "handwrite" "\ 12261(autoload 'handwrite "handwrite" "\
@@ -12134,7 +12273,7 @@ Variables: handwrite-linespace (default 12)
12134;;;*** 12273;;;***
12135 12274
12136;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 12275;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12137;;;;;; (19267 61658)) 12276;;;;;; (19763 27287))
12138;;; Generated autoloads from play/hanoi.el 12277;;; Generated autoloads from play/hanoi.el
12139 12278
12140(autoload 'hanoi "hanoi" "\ 12279(autoload 'hanoi "hanoi" "\
@@ -12163,7 +12302,7 @@ to be updated.
12163 12302
12164;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment 12303;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
12165;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) 12304;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
12166;;;;;; "hashcash" "mail/hashcash.el" (19635 50568)) 12305;;;;;; "hashcash" "mail/hashcash.el" (19780 4513))
12167;;; Generated autoloads from mail/hashcash.el 12306;;; Generated autoloads from mail/hashcash.el
12168 12307
12169(autoload 'hashcash-insert-payment "hashcash" "\ 12308(autoload 'hashcash-insert-payment "hashcash" "\
@@ -12208,7 +12347,7 @@ Prefix arg sets default accept amount temporarily.
12208;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 12347;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12209;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 12348;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12210;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 12349;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12211;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (19277 34916)) 12350;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (19775 2028))
12212;;; Generated autoloads from help-at-pt.el 12351;;; Generated autoloads from help-at-pt.el
12213 12352
12214(autoload 'help-at-pt-string "help-at-pt" "\ 12353(autoload 'help-at-pt-string "help-at-pt" "\
@@ -12338,7 +12477,7 @@ different regions. With numeric argument ARG, behaves like
12338;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories 12477;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories
12339;;;;;; describe-syntax describe-variable variable-at-point describe-function-1 12478;;;;;; describe-syntax describe-variable variable-at-point describe-function-1
12340;;;;;; find-lisp-object-file-name help-C-file-name describe-function) 12479;;;;;; find-lisp-object-file-name help-C-file-name describe-function)
12341;;;;;; "help-fns" "help-fns.el" (19649 15956)) 12480;;;;;; "help-fns" "help-fns.el" (19775 2028))
12342;;; Generated autoloads from help-fns.el 12481;;; Generated autoloads from help-fns.el
12343 12482
12344(autoload 'describe-function "help-fns" "\ 12483(autoload 'describe-function "help-fns" "\
@@ -12418,7 +12557,7 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file.
12418;;;*** 12557;;;***
12419 12558
12420;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 12559;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
12421;;;;;; (19580 19536)) 12560;;;;;; (19775 2028))
12422;;; Generated autoloads from help-macro.el 12561;;; Generated autoloads from help-macro.el
12423 12562
12424(defvar three-step-help nil "\ 12563(defvar three-step-help nil "\
@@ -12434,8 +12573,8 @@ gives the window that lists the options.")
12434 12573
12435;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 12574;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
12436;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish 12575;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish
12437;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (19635 12576;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (19780
12438;;;;;; 56796)) 12577;;;;;; 4513))
12439;;; Generated autoloads from help-mode.el 12578;;; Generated autoloads from help-mode.el
12440 12579
12441(autoload 'help-mode "help-mode" "\ 12580(autoload 'help-mode "help-mode" "\
@@ -12527,7 +12666,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
12527;;;*** 12666;;;***
12528 12667
12529;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 12668;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
12530;;;;;; "emacs-lisp/helper.el" (19580 19536)) 12669;;;;;; "emacs-lisp/helper.el" (19775 2028))
12531;;; Generated autoloads from emacs-lisp/helper.el 12670;;; Generated autoloads from emacs-lisp/helper.el
12532 12671
12533(autoload 'Helper-describe-bindings "helper" "\ 12672(autoload 'Helper-describe-bindings "helper" "\
@@ -12543,7 +12682,7 @@ Provide help for current mode.
12543;;;*** 12682;;;***
12544 12683
12545;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 12684;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
12546;;;;;; "hexl.el" (19648 31344)) 12685;;;;;; "hexl.el" (19775 2028))
12547;;; Generated autoloads from hexl.el 12686;;; Generated autoloads from hexl.el
12548 12687
12549(autoload 'hexl-mode "hexl" "\ 12688(autoload 'hexl-mode "hexl" "\
@@ -12640,7 +12779,7 @@ This discards the buffer's undo information.
12640;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 12779;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
12641;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 12780;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
12642;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 12781;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
12643;;;;;; (19635 50568)) 12782;;;;;; (19775 2028))
12644;;; Generated autoloads from hi-lock.el 12783;;; Generated autoloads from hi-lock.el
12645 12784
12646(autoload 'hi-lock-mode "hi-lock" "\ 12785(autoload 'hi-lock-mode "hi-lock" "\
@@ -12774,7 +12913,7 @@ be found in variable `hi-lock-interactive-patterns'.
12774;;;*** 12913;;;***
12775 12914
12776;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" 12915;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el"
12777;;;;;; (19668 19057)) 12916;;;;;; (19775 2029))
12778;;; Generated autoloads from progmodes/hideif.el 12917;;; Generated autoloads from progmodes/hideif.el
12779 12918
12780(autoload 'hide-ifdef-mode "hideif" "\ 12919(autoload 'hide-ifdef-mode "hideif" "\
@@ -12814,7 +12953,7 @@ how the hiding is done:
12814;;;*** 12953;;;***
12815 12954
12816;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" 12955;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
12817;;;;;; (19277 34922)) 12956;;;;;; (19775 2029))
12818;;; Generated autoloads from progmodes/hideshow.el 12957;;; Generated autoloads from progmodes/hideshow.el
12819 12958
12820(defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\ 12959(defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\
@@ -12876,8 +13015,8 @@ Unconditionally turn off `hs-minor-mode'.
12876;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 13015;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
12877;;;;;; highlight-changes-previous-change highlight-changes-next-change 13016;;;;;; highlight-changes-previous-change highlight-changes-next-change
12878;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode 13017;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
12879;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19630 13018;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19775
12880;;;;;; 1041)) 13019;;;;;; 2028))
12881;;; Generated autoloads from hilit-chg.el 13020;;; Generated autoloads from hilit-chg.el
12882 13021
12883(autoload 'highlight-changes-mode "hilit-chg" "\ 13022(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -13006,7 +13145,7 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
13006;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 13145;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
13007;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 13146;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
13008;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 13147;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
13009;;;;;; "hippie-exp.el" (19672 56753)) 13148;;;;;; "hippie-exp.el" (19775 2028))
13010;;; Generated autoloads from hippie-exp.el 13149;;; Generated autoloads from hippie-exp.el
13011 13150
13012(defvar hippie-expand-try-functions-list '(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) "\ 13151(defvar hippie-expand-try-functions-list '(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) "\
@@ -13079,7 +13218,7 @@ argument VERBOSE non-nil makes the function verbose.
13079;;;*** 13218;;;***
13080 13219
13081;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13220;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13082;;;;;; (19515 27412)) 13221;;;;;; (19775 2028))
13083;;; Generated autoloads from hl-line.el 13222;;; Generated autoloads from hl-line.el
13084 13223
13085(autoload 'hl-line-mode "hl-line" "\ 13224(autoload 'hl-line-mode "hl-line" "\
@@ -13123,7 +13262,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13123;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays 13262;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays
13124;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays 13263;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
13125;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" 13264;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
13126;;;;;; "calendar/holidays.el" (19662 28391)) 13265;;;;;; "calendar/holidays.el" (19775 2027))
13127;;; Generated autoloads from calendar/holidays.el 13266;;; Generated autoloads from calendar/holidays.el
13128 13267
13129(define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1") 13268(define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1")
@@ -13271,8 +13410,8 @@ The optional LABEL is used to label the buffer created.
13271 13410
13272;;;*** 13411;;;***
13273 13412
13274;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (19582 13413;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (19775
13275;;;;;; 65302)) 13414;;;;;; 2028))
13276;;; Generated autoloads from gnus/html2text.el 13415;;; Generated autoloads from gnus/html2text.el
13277 13416
13278(autoload 'html2text "html2text" "\ 13417(autoload 'html2text "html2text" "\
@@ -13283,7 +13422,7 @@ Convert HTML to plain text in the current buffer.
13283;;;*** 13422;;;***
13284 13423
13285;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer) 13424;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer)
13286;;;;;; "htmlfontify" "htmlfontify.el" (19631 26857)) 13425;;;;;; "htmlfontify" "htmlfontify.el" (19780 4513))
13287;;; Generated autoloads from htmlfontify.el 13426;;; Generated autoloads from htmlfontify.el
13288 13427
13289(autoload 'htmlfontify-buffer "htmlfontify" "\ 13428(autoload 'htmlfontify-buffer "htmlfontify" "\
@@ -13316,8 +13455,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'.
13316;;;*** 13455;;;***
13317 13456
13318;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 13457;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
13319;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19580 13458;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19775
13320;;;;;; 19536)) 13459;;;;;; 2028))
13321;;; Generated autoloads from ibuf-macs.el 13460;;; Generated autoloads from ibuf-macs.el
13322 13461
13323(autoload 'define-ibuffer-column "ibuf-macs" "\ 13462(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -13414,7 +13553,7 @@ bound to the current value of the filter.
13414;;;*** 13553;;;***
13415 13554
13416;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 13555;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
13417;;;;;; "ibuffer" "ibuffer.el" (19632 44567)) 13556;;;;;; "ibuffer" "ibuffer.el" (19780 4513))
13418;;; Generated autoloads from ibuffer.el 13557;;; Generated autoloads from ibuffer.el
13419 13558
13420(autoload 'ibuffer-list-buffers "ibuffer" "\ 13559(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -13455,7 +13594,7 @@ FORMATS is the value to use for `ibuffer-formats'.
13455 13594
13456;;;### (autoloads (icalendar-import-buffer icalendar-import-file 13595;;;### (autoloads (icalendar-import-buffer icalendar-import-file
13457;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 13596;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
13458;;;;;; "calendar/icalendar.el" (19580 19536)) 13597;;;;;; "calendar/icalendar.el" (19780 4513))
13459;;; Generated autoloads from calendar/icalendar.el 13598;;; Generated autoloads from calendar/icalendar.el
13460 13599
13461(autoload 'icalendar-export-file "icalendar" "\ 13600(autoload 'icalendar-export-file "icalendar" "\
@@ -13507,8 +13646,8 @@ buffer `*icalendar-errors*'.
13507 13646
13508;;;*** 13647;;;***
13509 13648
13510;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (19408 13649;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (19780
13511;;;;;; 44404)) 13650;;;;;; 4513))
13512;;; Generated autoloads from icomplete.el 13651;;; Generated autoloads from icomplete.el
13513 13652
13514(defvar icomplete-mode nil "\ 13653(defvar icomplete-mode nil "\
@@ -13529,7 +13668,7 @@ otherwise turn it off.
13529 13668
13530;;;*** 13669;;;***
13531 13670
13532;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19668 19042)) 13671;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19775 2029))
13533;;; Generated autoloads from progmodes/icon.el 13672;;; Generated autoloads from progmodes/icon.el
13534 13673
13535(autoload 'icon-mode "icon" "\ 13674(autoload 'icon-mode "icon" "\
@@ -13570,7 +13709,7 @@ with no args, if that value is non-nil.
13570;;;*** 13709;;;***
13571 13710
13572;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 13711;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
13573;;;;;; (19675 14361)) 13712;;;;;; (19775 2029))
13574;;; Generated autoloads from progmodes/idlw-shell.el 13713;;; Generated autoloads from progmodes/idlw-shell.el
13575 13714
13576(autoload 'idlwave-shell "idlw-shell" "\ 13715(autoload 'idlwave-shell "idlw-shell" "\
@@ -13596,7 +13735,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
13596;;;*** 13735;;;***
13597 13736
13598;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 13737;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
13599;;;;;; (19675 14373)) 13738;;;;;; (19775 2029))
13600;;; Generated autoloads from progmodes/idlwave.el 13739;;; Generated autoloads from progmodes/idlwave.el
13601 13740
13602(autoload 'idlwave-mode "idlwave" "\ 13741(autoload 'idlwave-mode "idlwave" "\
@@ -13730,8 +13869,8 @@ The main features of this mode are
13730;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 13869;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
13731;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 13870;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
13732;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 13871;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
13733;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19604 13872;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19775
13734;;;;;; 1959)) 13873;;;;;; 2028))
13735;;; Generated autoloads from ido.el 13874;;; Generated autoloads from ido.el
13736 13875
13737(defvar ido-mode nil "\ 13876(defvar ido-mode nil "\
@@ -13992,7 +14131,7 @@ DEF, if non-nil, is the default value.
13992 14131
13993;;;*** 14132;;;***
13994 14133
13995;;;### (autoloads (ielm) "ielm" "ielm.el" (19277 34916)) 14134;;;### (autoloads (ielm) "ielm" "ielm.el" (19775 2028))
13996;;; Generated autoloads from ielm.el 14135;;; Generated autoloads from ielm.el
13997 (add-hook 'same-window-buffer-names (purecopy "*ielm*")) 14136 (add-hook 'same-window-buffer-names (purecopy "*ielm*"))
13998 14137
@@ -14004,7 +14143,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
14004 14143
14005;;;*** 14144;;;***
14006 14145
14007;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (19629 13333)) 14146;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (19780 4513))
14008;;; Generated autoloads from iimage.el 14147;;; Generated autoloads from iimage.el
14009 14148
14010(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") 14149(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")
@@ -14021,7 +14160,7 @@ Toggle inline image minor mode.
14021;;;;;; put-image create-image image-type-auto-detected-p image-type-available-p 14160;;;;;; put-image create-image image-type-auto-detected-p image-type-available-p
14022;;;;;; image-type image-type-from-file-name image-type-from-file-header 14161;;;;;; image-type image-type-from-file-name image-type-from-file-header
14023;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" 14162;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el"
14024;;;;;; (19652 54251)) 14163;;;;;; (19775 2028))
14025;;; Generated autoloads from image.el 14164;;; Generated autoloads from image.el
14026 14165
14027(autoload 'image-type-from-data "image" "\ 14166(autoload 'image-type-from-data "image" "\
@@ -14227,7 +14366,7 @@ Register the file types that ImageMagick is able to handle.
14227;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 14366;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
14228;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 14367;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
14229;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs) 14368;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs)
14230;;;;;; "image-dired" "image-dired.el" (19457 25386)) 14369;;;;;; "image-dired" "image-dired.el" (19780 45051))
14231;;; Generated autoloads from image-dired.el 14370;;; Generated autoloads from image-dired.el
14232 14371
14233(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ 14372(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\
@@ -14365,7 +14504,7 @@ easy-to-use form.
14365 14504
14366;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 14505;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
14367;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 14506;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
14368;;;;;; "image-file.el" (19277 34916)) 14507;;;;;; "image-file.el" (19775 2028))
14369;;; Generated autoloads from image-file.el 14508;;; Generated autoloads from image-file.el
14370 14509
14371(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 14510(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -14427,7 +14566,7 @@ Image files are those whose name has an extension in
14427;;;*** 14566;;;***
14428 14567
14429;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode 14568;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode
14430;;;;;; image-mode) "image-mode" "image-mode.el" (19611 35948)) 14569;;;;;; image-mode) "image-mode" "image-mode.el" (19780 4513))
14431;;; Generated autoloads from image-mode.el 14570;;; Generated autoloads from image-mode.el
14432 14571
14433(autoload 'image-mode "image-mode" "\ 14572(autoload 'image-mode "image-mode" "\
@@ -14468,7 +14607,7 @@ Not documented
14468;;;*** 14607;;;***
14469 14608
14470;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 14609;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
14471;;;;;; imenu-sort-function) "imenu" "imenu.el" (19611 60767)) 14610;;;;;; imenu-sort-function) "imenu" "imenu.el" (19775 2028))
14472;;; Generated autoloads from imenu.el 14611;;; Generated autoloads from imenu.el
14473 14612
14474(defvar imenu-sort-function nil "\ 14613(defvar imenu-sort-function nil "\
@@ -14585,7 +14724,7 @@ for more information.
14585 14724
14586;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion 14725;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
14587;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 14726;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
14588;;;;;; "ind-util" "language/ind-util.el" (19277 34920)) 14727;;;;;; "ind-util" "language/ind-util.el" (19780 4513))
14589;;; Generated autoloads from language/ind-util.el 14728;;; Generated autoloads from language/ind-util.el
14590 14729
14591(autoload 'indian-compose-region "ind-util" "\ 14730(autoload 'indian-compose-region "ind-util" "\
@@ -14617,7 +14756,7 @@ Convert old Emacs Devanagari characters to UCS.
14617 14756
14618;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command 14757;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
14619;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" 14758;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
14620;;;;;; "progmodes/inf-lisp.el" (19634 23255)) 14759;;;;;; "progmodes/inf-lisp.el" (19780 4514))
14621;;; Generated autoloads from progmodes/inf-lisp.el 14760;;; Generated autoloads from progmodes/inf-lisp.el
14622 14761
14623(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\ 14762(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\
@@ -14685,7 +14824,7 @@ of `inferior-lisp-program'). Runs the hooks from
14685;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos 14824;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos
14686;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone 14825;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone
14687;;;;;; info-emacs-manual info info-other-window) "info" "info.el" 14826;;;;;; info-emacs-manual info info-other-window) "info" "info.el"
14688;;;;;; (19688 19082)) 14827;;;;;; (19775 2028))
14689;;; Generated autoloads from info.el 14828;;; Generated autoloads from info.el
14690 14829
14691(autoload 'info-other-window "info" "\ 14830(autoload 'info-other-window "info" "\
@@ -14867,7 +15006,7 @@ type returned by `Info-bookmark-make-record', which see.
14867 15006
14868;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 15007;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
14869;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 15008;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
14870;;;;;; (19277 34916)) 15009;;;;;; (19775 2028))
14871;;; Generated autoloads from info-look.el 15010;;; Generated autoloads from info-look.el
14872 15011
14873(autoload 'info-lookup-reset "info-look" "\ 15012(autoload 'info-lookup-reset "info-look" "\
@@ -14914,35 +15053,92 @@ Perform completion on file preceding point.
14914 15053
14915;;;*** 15054;;;***
14916 15055
14917;;;### (autoloads (info-xref-check-all-custom info-xref-check-all 15056;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom
14918;;;;;; info-xref-check) "info-xref" "info-xref.el" (19277 34916)) 15057;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el"
15058;;;;;; (19780 4513))
14919;;; Generated autoloads from info-xref.el 15059;;; Generated autoloads from info-xref.el
14920 15060
14921(autoload 'info-xref-check "info-xref" "\ 15061(autoload 'info-xref-check "info-xref" "\
14922Check external references in FILENAME, an info document. 15062Check external references in FILENAME, an info document.
15063Interactively from an `Info-mode' or `texinfo-mode' buffer the
15064current info file is the default.
15065
15066Results are shown in a `compilation-mode' buffer. The format is
15067a bit rough, but there shouldn't be many problems normally. The
15068file:line:column: is the info document, but of course normally
15069any correction should be made in the original .texi file.
15070Finding the right place in the .texi is a manual process.
15071
15072When a target info file doesn't exist there's obviously no way to
15073validate node references within it. A message is given for
15074missing target files once per source document. It could be
15075simply that you don't have the target installed, or it could be a
15076mistake in the reference.
15077
15078Indirect info files are understood, just pass the top-level
15079foo.info to `info-xref-check' and it traverses all sub-files.
15080Compressed info files are accepted too as usual for `Info-mode'.
15081
15082\"makeinfo\" checks references internal to an info document, but
15083not external references, which makes it rather easy for mistakes
15084to creep in or node name changes to go unnoticed.
15085`Info-validate' doesn't check external references either.
14923 15086
14924\(fn FILENAME)" t nil) 15087\(fn FILENAME)" t nil)
14925 15088
14926(autoload 'info-xref-check-all "info-xref" "\ 15089(autoload 'info-xref-check-all "info-xref" "\
14927Check external references in all info documents in the usual path. 15090Check external references in all info documents in the info path.
14928The usual path is `Info-directory-list' and `Info-additional-directory-list'. 15091`Info-directory-list' and `Info-additional-directory-list' are
15092the info paths. See `info-xref-check' for how each file is
15093checked.
15094
15095The search for \"all\" info files is rather permissive, since
15096info files don't necessarily have a \".info\" extension and in
15097particular the Emacs manuals normally don't. If you have a
15098source code directory in `Info-directory-list' then a lot of
15099extraneous files might be read. This will be time consuming but
15100should be harmless.
14929 15101
14930\(fn)" t nil) 15102\(fn)" t nil)
14931 15103
14932(autoload 'info-xref-check-all-custom "info-xref" "\ 15104(autoload 'info-xref-check-all-custom "info-xref" "\
14933Check info references in all customize groups and variables. 15105Check info references in all customize groups and variables.
14934`custom-manual' and `info-link' entries in the `custom-links' list are checked. 15106Info references can be in `custom-manual' or `info-link' entries
15107of the `custom-links' for a variable.
14935 15108
14936`custom-load' autoloads for all symbols are loaded in order to get all the 15109Any `custom-load' autoloads in variables are loaded in order to
14937link information. This will be a lot of lisp packages loaded, and can take 15110get full link information. This will be a lot of Lisp packages
14938quite a while. 15111and can take a long time.
14939 15112
14940\(fn)" t nil) 15113\(fn)" t nil)
14941 15114
15115(autoload 'info-xref-docstrings "info-xref" "\
15116Check docstring info node references in source files.
15117The given files are searched for docstring hyperlinks like
15118
15119 Info node `(elisp)Documentation Tips'
15120
15121and those links checked by attempting to visit the target nodes
15122as per `info-xref-check' does.
15123
15124Interactively filenames are read as a wildcard pattern like
15125\"foo*.el\", with the current file as a default. Usually this
15126will be lisp sources, but anything with such hyperlinks can be
15127checked, including the Emacs .c sources (or the etc/DOC file of
15128all builtins).
15129
15130Because info node hyperlinks are found by a simple regexp search
15131in the files, the Lisp code checked doesn't have to be loaded,
15132and links can be in the file commentary or elsewhere too. Even
15133.elc files can usually be checked successfully if you don't have
15134the sources handy.
15135
15136\(fn FILENAME-LIST)" t nil)
15137
14942;;;*** 15138;;;***
14943 15139
14944;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold 15140;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold
14945;;;;;; Info-tagify) "informat" "informat.el" (19277 34916)) 15141;;;;;; Info-tagify) "informat" "informat.el" (19775 2028))
14946;;; Generated autoloads from informat.el 15142;;; Generated autoloads from informat.el
14947 15143
14948(autoload 'Info-tagify "informat" "\ 15144(autoload 'Info-tagify "informat" "\
@@ -14989,7 +15185,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
14989 15185
14990;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 15186;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
14991;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 15187;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
14992;;;;;; (19277 34920)) 15188;;;;;; (19780 4513))
14993;;; Generated autoloads from international/isearch-x.el 15189;;; Generated autoloads from international/isearch-x.el
14994 15190
14995(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 15191(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -15009,8 +15205,8 @@ Not documented
15009 15205
15010;;;*** 15206;;;***
15011 15207
15012;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19277 15208;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19780
15013;;;;;; 34916)) 15209;;;;;; 4513))
15014;;; Generated autoloads from isearchb.el 15210;;; Generated autoloads from isearchb.el
15015 15211
15016(autoload 'isearchb-activate "isearchb" "\ 15212(autoload 'isearchb-activate "isearchb" "\
@@ -15026,7 +15222,7 @@ accessed via isearchb.
15026;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 15222;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
15027;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 15223;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
15028;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 15224;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
15029;;;;;; "international/iso-cvt.el" (19277 34920)) 15225;;;;;; "international/iso-cvt.el" (19775 2028))
15030;;; Generated autoloads from international/iso-cvt.el 15226;;; Generated autoloads from international/iso-cvt.el
15031 15227
15032(autoload 'iso-spanish "iso-cvt" "\ 15228(autoload 'iso-spanish "iso-cvt" "\
@@ -15117,7 +15313,7 @@ Add submenus to the File menu, to convert to and from various formats.
15117;;;*** 15313;;;***
15118 15314
15119;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 15315;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
15120;;;;;; (19277 34920)) 15316;;;;;; (19775 2028))
15121;;; Generated autoloads from international/iso-transl.el 15317;;; Generated autoloads from international/iso-transl.el
15122 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 15318 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
15123 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 15319 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -15129,7 +15325,7 @@ Add submenus to the File menu, to convert to and from various formats.
15129;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 15325;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
15130;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 15326;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
15131;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) 15327;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
15132;;;;;; "ispell" "textmodes/ispell.el" (19672 56753)) 15328;;;;;; "ispell" "textmodes/ispell.el" (19780 4514))
15133;;; Generated autoloads from textmodes/ispell.el 15329;;; Generated autoloads from textmodes/ispell.el
15134 15330
15135(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 15331(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
@@ -15349,8 +15545,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
15349 15545
15350;;;*** 15546;;;***
15351 15547
15352;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19656 15548;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19775
15353;;;;;; 61992)) 15549;;;;;; 2028))
15354;;; Generated autoloads from iswitchb.el 15550;;; Generated autoloads from iswitchb.el
15355 15551
15356(defvar iswitchb-mode nil "\ 15552(defvar iswitchb-mode nil "\
@@ -15375,7 +15571,7 @@ This mode enables switching between buffers using substrings. See
15375;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 15571;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
15376;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 15572;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
15377;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 15573;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
15378;;;;;; "japan-util" "language/japan-util.el" (19277 34920)) 15574;;;;;; "japan-util" "language/japan-util.el" (19780 4513))
15379;;; Generated autoloads from language/japan-util.el 15575;;; Generated autoloads from language/japan-util.el
15380 15576
15381(autoload 'setup-japanese-environment-internal "japan-util" "\ 15577(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -15453,7 +15649,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
15453;;;*** 15649;;;***
15454 15650
15455;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 15651;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
15456;;;;;; "jka-compr.el" (19455 3103)) 15652;;;;;; "jka-compr.el" (19775 2028))
15457;;; Generated autoloads from jka-compr.el 15653;;; Generated autoloads from jka-compr.el
15458 15654
15459(defvar jka-compr-inhibit nil "\ 15655(defvar jka-compr-inhibit nil "\
@@ -15476,16 +15672,12 @@ by `jka-compr-installed'.
15476 15672
15477;;;*** 15673;;;***
15478 15674
15479;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19670 666)) 15675;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19775 2029))
15480;;; Generated autoloads from progmodes/js.el 15676;;; Generated autoloads from progmodes/js.el
15481 15677
15482(autoload 'js-mode "js" "\ 15678(autoload 'js-mode "js" "\
15483Major mode for editing JavaScript. 15679Major mode for editing JavaScript.
15484 15680
15485Key bindings:
15486
15487\\{js-mode-map}
15488
15489\(fn)" t nil) 15681\(fn)" t nil)
15490 15682
15491(defalias 'javascript-mode 'js-mode) 15683(defalias 'javascript-mode 'js-mode)
@@ -15494,7 +15686,7 @@ Key bindings:
15494 15686
15495;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 15687;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
15496;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 15688;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
15497;;;;;; (19277 34919)) 15689;;;;;; (19775 2028))
15498;;; Generated autoloads from emulation/keypad.el 15690;;; Generated autoloads from emulation/keypad.el
15499 15691
15500(defvar keypad-setup nil "\ 15692(defvar keypad-setup nil "\
@@ -15550,7 +15742,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
15550;;;*** 15742;;;***
15551 15743
15552;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 15744;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
15553;;;;;; (19277 34920)) 15745;;;;;; (19780 4513))
15554;;; Generated autoloads from international/kinsoku.el 15746;;; Generated autoloads from international/kinsoku.el
15555 15747
15556(autoload 'kinsoku "kinsoku" "\ 15748(autoload 'kinsoku "kinsoku" "\
@@ -15571,8 +15763,8 @@ the context of text formatting.
15571 15763
15572;;;*** 15764;;;***
15573 15765
15574;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19609 15766;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19775
15575;;;;;; 2343)) 15767;;;;;; 2028))
15576;;; Generated autoloads from international/kkc.el 15768;;; Generated autoloads from international/kkc.el
15577 15769
15578(defvar kkc-after-update-conversion-functions nil "\ 15770(defvar kkc-after-update-conversion-functions nil "\
@@ -15597,7 +15789,7 @@ and the return value is the length of the conversion.
15597;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 15789;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
15598;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 15790;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
15599;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) 15791;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
15600;;;;;; "kmacro" "kmacro.el" (19498 12592)) 15792;;;;;; "kmacro" "kmacro.el" (19780 4513))
15601;;; Generated autoloads from kmacro.el 15793;;; Generated autoloads from kmacro.el
15602 (global-set-key "\C-x(" 'kmacro-start-macro) 15794 (global-set-key "\C-x(" 'kmacro-start-macro)
15603 (global-set-key "\C-x)" 'kmacro-end-macro) 15795 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -15708,7 +15900,7 @@ If kbd macro currently being defined end it before activating it.
15708;;;*** 15900;;;***
15709 15901
15710;;;### (autoloads (setup-korean-environment-internal) "korea-util" 15902;;;### (autoloads (setup-korean-environment-internal) "korea-util"
15711;;;;;; "language/korea-util.el" (19277 34920)) 15903;;;;;; "language/korea-util.el" (19780 4513))
15712;;; Generated autoloads from language/korea-util.el 15904;;; Generated autoloads from language/korea-util.el
15713 15905
15714(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ 15906(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
@@ -15722,21 +15914,19 @@ Not documented
15722 15914
15723;;;*** 15915;;;***
15724 15916
15725;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 15917;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el"
15726;;;;;; (19675 8295)) 15918;;;;;; (19775 2029))
15727;;; Generated autoloads from play/landmark.el 15919;;; Generated autoloads from play/landmark.el
15728 15920
15729(defalias 'landmark-repeat 'lm-test-run) 15921(defalias 'landmark-repeat 'landmark-test-run)
15730 15922
15731(autoload 'lm-test-run "landmark" "\ 15923(autoload 'landmark-test-run "landmark" "\
15732Run 100 Lm games, each time saving the weights from the previous game. 15924Run 100 Landmark games, each time saving the weights from the previous game.
15733 15925
15734\(fn)" t nil) 15926\(fn)" t nil)
15735 15927
15736(defalias 'landmark 'lm) 15928(autoload 'landmark "landmark" "\
15737 15929Start or resume an Landmark game.
15738(autoload 'lm "landmark" "\
15739Start or resume an Lm game.
15740If a game is in progress, this command allows you to resume it. 15930If a game is in progress, this command allows you to resume it.
15741Here is the relation between prefix args and game options: 15931Here is the relation between prefix args and game options:
15742 15932
@@ -15747,7 +15937,7 @@ none / 1 | yes | no
15747 3 | no | yes 15937 3 | no | yes
15748 4 | no | no 15938 4 | no | no
15749 15939
15750You start by moving to a square and typing \\[lm-start-robot], 15940You start by moving to a square and typing \\[landmark-start-robot],
15751if you did not use a prefix arg to ask for automatic start. 15941if you did not use a prefix arg to ask for automatic start.
15752Use \\[describe-mode] for more info. 15942Use \\[describe-mode] for more info.
15753 15943
@@ -15757,7 +15947,7 @@ Use \\[describe-mode] for more info.
15757 15947
15758;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string 15948;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
15759;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) 15949;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
15760;;;;;; "lao-util" "language/lao-util.el" (19277 34920)) 15950;;;;;; "lao-util" "language/lao-util.el" (19780 4513))
15761;;; Generated autoloads from language/lao-util.el 15951;;; Generated autoloads from language/lao-util.el
15762 15952
15763(autoload 'lao-compose-string "lao-util" "\ 15953(autoload 'lao-compose-string "lao-util" "\
@@ -15796,7 +15986,7 @@ Not documented
15796 15986
15797;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 15987;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
15798;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 15988;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
15799;;;;;; "latexenc" "international/latexenc.el" (19277 34920)) 15989;;;;;; "latexenc" "international/latexenc.el" (19775 2028))
15800;;; Generated autoloads from international/latexenc.el 15990;;; Generated autoloads from international/latexenc.el
15801 15991
15802(defvar latex-inputenc-coding-alist (purecopy '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\ 15992(defvar latex-inputenc-coding-alist (purecopy '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\
@@ -15828,7 +16018,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
15828;;;*** 16018;;;***
15829 16019
15830;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 16020;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
15831;;;;;; "latin1-disp" "international/latin1-disp.el" (19277 34920)) 16021;;;;;; "latin1-disp" "international/latin1-disp.el" (19780 4513))
15832;;; Generated autoloads from international/latin1-disp.el 16022;;; Generated autoloads from international/latin1-disp.el
15833 16023
15834(defvar latin1-display nil "\ 16024(defvar latin1-display nil "\
@@ -15870,7 +16060,7 @@ use either \\[customize] or the function `latin1-display'.")
15870;;;*** 16060;;;***
15871 16061
15872;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 16062;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
15873;;;;;; (19611 1232)) 16063;;;;;; (19775 2029))
15874;;; Generated autoloads from progmodes/ld-script.el 16064;;; Generated autoloads from progmodes/ld-script.el
15875 16065
15876(autoload 'ld-script-mode "ld-script" "\ 16066(autoload 'ld-script-mode "ld-script" "\
@@ -15881,7 +16071,7 @@ A major mode to edit GNU ld script files
15881;;;*** 16071;;;***
15882 16072
15883;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 16073;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
15884;;;;;; (19277 34916)) 16074;;;;;; (19775 2028))
15885;;; Generated autoloads from ledit.el 16075;;; Generated autoloads from ledit.el
15886 16076
15887(defconst ledit-save-files t "\ 16077(defconst ledit-save-files t "\
@@ -15916,7 +16106,7 @@ Not documented
15916 16106
15917;;;*** 16107;;;***
15918 16108
15919;;;### (autoloads (life) "life" "play/life.el" (19668 18627)) 16109;;;### (autoloads (life) "life" "play/life.el" (19775 2029))
15920;;; Generated autoloads from play/life.el 16110;;; Generated autoloads from play/life.el
15921 16111
15922(autoload 'life "life" "\ 16112(autoload 'life "life" "\
@@ -15930,7 +16120,7 @@ generations (this defaults to 1).
15930;;;*** 16120;;;***
15931 16121
15932;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum" 16122;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum"
15933;;;;;; "linum.el" (19580 19536)) 16123;;;;;; "linum.el" (19775 2028))
15934;;; Generated autoloads from linum.el 16124;;; Generated autoloads from linum.el
15935 16125
15936(defvar linum-format 'dynamic "\ 16126(defvar linum-format 'dynamic "\
@@ -15968,8 +16158,8 @@ See `linum-mode' for more information on Linum mode.
15968 16158
15969;;;*** 16159;;;***
15970 16160
15971;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19277 16161;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19775
15972;;;;;; 34916)) 16162;;;;;; 2028))
15973;;; Generated autoloads from loadhist.el 16163;;; Generated autoloads from loadhist.el
15974 16164
15975(autoload 'unload-feature "loadhist" "\ 16165(autoload 'unload-feature "loadhist" "\
@@ -16001,7 +16191,7 @@ something strange, such as redefining an Emacs function.
16001;;;*** 16191;;;***
16002 16192
16003;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 16193;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
16004;;;;;; "locate" "locate.el" (19673 45510)) 16194;;;;;; "locate" "locate.el" (19775 2028))
16005;;; Generated autoloads from locate.el 16195;;; Generated autoloads from locate.el
16006 16196
16007(defvar locate-ls-subdir-switches (purecopy "-al") "\ 16197(defvar locate-ls-subdir-switches (purecopy "-al") "\
@@ -16053,7 +16243,7 @@ except that FILTER is not optional.
16053 16243
16054;;;*** 16244;;;***
16055 16245
16056;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (19657 48297)) 16246;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (19775 2030))
16057;;; Generated autoloads from vc/log-edit.el 16247;;; Generated autoloads from vc/log-edit.el
16058 16248
16059(autoload 'log-edit "log-edit" "\ 16249(autoload 'log-edit "log-edit" "\
@@ -16080,8 +16270,8 @@ uses the current buffer.
16080 16270
16081;;;*** 16271;;;***
16082 16272
16083;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (19634 16273;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (19775
16084;;;;;; 14572)) 16274;;;;;; 2030))
16085;;; Generated autoloads from vc/log-view.el 16275;;; Generated autoloads from vc/log-view.el
16086 16276
16087(autoload 'log-view-mode "log-view" "\ 16277(autoload 'log-view-mode "log-view" "\
@@ -16091,8 +16281,8 @@ Major mode for browsing CVS log output.
16091 16281
16092;;;*** 16282;;;***
16093 16283
16094;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (19277 16284;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (19775
16095;;;;;; 34916)) 16285;;;;;; 2028))
16096;;; Generated autoloads from longlines.el 16286;;; Generated autoloads from longlines.el
16097 16287
16098(autoload 'longlines-mode "longlines" "\ 16288(autoload 'longlines-mode "longlines" "\
@@ -16113,8 +16303,8 @@ are indicated with a symbol.
16113;;;*** 16303;;;***
16114 16304
16115;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 16305;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16116;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19451 16306;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19780
16117;;;;;; 17238)) 16307;;;;;; 4513))
16118;;; Generated autoloads from lpr.el 16308;;; Generated autoloads from lpr.el
16119 16309
16120(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt))) 16310(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)))
@@ -16208,7 +16398,7 @@ for further customization of the printer command.
16208;;;*** 16398;;;***
16209 16399
16210;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 16400;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
16211;;;;;; (19687 6902)) 16401;;;;;; (19775 2028))
16212;;; Generated autoloads from ls-lisp.el 16402;;; Generated autoloads from ls-lisp.el
16213 16403
16214(defvar ls-lisp-support-shell-wildcards t "\ 16404(defvar ls-lisp-support-shell-wildcards t "\
@@ -16219,8 +16409,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
16219 16409
16220;;;*** 16410;;;***
16221 16411
16222;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19580 16412;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19780
16223;;;;;; 19536)) 16413;;;;;; 4513))
16224;;; Generated autoloads from calendar/lunar.el 16414;;; Generated autoloads from calendar/lunar.el
16225 16415
16226(autoload 'lunar-phases "lunar" "\ 16416(autoload 'lunar-phases "lunar" "\
@@ -16234,20 +16424,19 @@ This function is suitable for execution in a .emacs file.
16234 16424
16235;;;*** 16425;;;***
16236 16426
16237;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19277 16427;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19780
16238;;;;;; 34922)) 16428;;;;;; 4514))
16239;;; Generated autoloads from progmodes/m4-mode.el 16429;;; Generated autoloads from progmodes/m4-mode.el
16240 16430
16241(autoload 'm4-mode "m4-mode" "\ 16431(autoload 'm4-mode "m4-mode" "\
16242A major mode to edit m4 macro files. 16432A major mode to edit m4 macro files.
16243\\{m4-mode-map}
16244 16433
16245\(fn)" t nil) 16434\(fn)" t nil)
16246 16435
16247;;;*** 16436;;;***
16248 16437
16249;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" 16438;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
16250;;;;;; (19580 19536)) 16439;;;;;; (19775 2028))
16251;;; Generated autoloads from emacs-lisp/macroexp.el 16440;;; Generated autoloads from emacs-lisp/macroexp.el
16252 16441
16253(autoload 'macroexpand-all "macroexp" "\ 16442(autoload 'macroexpand-all "macroexp" "\
@@ -16261,7 +16450,7 @@ definitions to shadow the loaded ones for use in file byte-compilation.
16261;;;*** 16450;;;***
16262 16451
16263;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 16452;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
16264;;;;;; name-last-kbd-macro) "macros" "macros.el" (19580 19536)) 16453;;;;;; name-last-kbd-macro) "macros" "macros.el" (19780 4513))
16265;;; Generated autoloads from macros.el 16454;;; Generated autoloads from macros.el
16266 16455
16267(autoload 'name-last-kbd-macro "macros" "\ 16456(autoload 'name-last-kbd-macro "macros" "\
@@ -16350,7 +16539,7 @@ and then select the region of un-tablified names and use
16350;;;*** 16539;;;***
16351 16540
16352;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 16541;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
16353;;;;;; "mail/mail-extr.el" (19668 31646)) 16542;;;;;; "mail/mail-extr.el" (19780 4513))
16354;;; Generated autoloads from mail/mail-extr.el 16543;;; Generated autoloads from mail/mail-extr.el
16355 16544
16356(autoload 'mail-extract-address-components "mail-extr" "\ 16545(autoload 'mail-extract-address-components "mail-extr" "\
@@ -16382,7 +16571,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
16382 16571
16383;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 16572;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
16384;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 16573;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
16385;;;;;; (19580 19536)) 16574;;;;;; (19775 2028))
16386;;; Generated autoloads from mail/mail-hist.el 16575;;; Generated autoloads from mail/mail-hist.el
16387 16576
16388(autoload 'mail-hist-define-keys "mail-hist" "\ 16577(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -16414,7 +16603,7 @@ This function normally would be called when the message is sent.
16414;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 16603;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
16415;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable 16604;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable
16416;;;;;; mail-file-babyl-p mail-use-rfc822) "mail-utils" "mail/mail-utils.el" 16605;;;;;; mail-file-babyl-p mail-use-rfc822) "mail-utils" "mail/mail-utils.el"
16417;;;;;; (19635 50568)) 16606;;;;;; (19775 2028))
16418;;; Generated autoloads from mail/mail-utils.el 16607;;; Generated autoloads from mail/mail-utils.el
16419 16608
16420(defvar mail-use-rfc822 nil "\ 16609(defvar mail-use-rfc822 nil "\
@@ -16476,8 +16665,8 @@ matches may be returned from the message body.
16476;;;*** 16665;;;***
16477 16666
16478;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup 16667;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
16479;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (19277 16668;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (19775
16480;;;;;; 34921)) 16669;;;;;; 2028))
16481;;; Generated autoloads from mail/mailabbrev.el 16670;;; Generated autoloads from mail/mailabbrev.el
16482 16671
16483(defvar mail-abbrevs-mode nil "\ 16672(defvar mail-abbrevs-mode nil "\
@@ -16519,8 +16708,8 @@ double-quotes.
16519;;;*** 16708;;;***
16520 16709
16521;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases 16710;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
16522;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (19277 16711;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (19775
16523;;;;;; 34921)) 16712;;;;;; 2028))
16524;;; Generated autoloads from mail/mailalias.el 16713;;; Generated autoloads from mail/mailalias.el
16525 16714
16526(defvar mail-complete-style 'angles "\ 16715(defvar mail-complete-style 'angles "\
@@ -16566,7 +16755,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any.
16566;;;*** 16755;;;***
16567 16756
16568;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 16757;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
16569;;;;;; (19693 26133)) 16758;;;;;; (19775 2028))
16570;;; Generated autoloads from mail/mailclient.el 16759;;; Generated autoloads from mail/mailclient.el
16571 16760
16572(autoload 'mailclient-send-it "mailclient" "\ 16761(autoload 'mailclient-send-it "mailclient" "\
@@ -16580,7 +16769,7 @@ The mail client is taken to be the handler of mailto URLs.
16580 16769
16581;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 16770;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
16582;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 16771;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
16583;;;;;; "make-mode" "progmodes/make-mode.el" (19594 48841)) 16772;;;;;; "make-mode" "progmodes/make-mode.el" (19775 2029))
16584;;; Generated autoloads from progmodes/make-mode.el 16773;;; Generated autoloads from progmodes/make-mode.el
16585 16774
16586(autoload 'makefile-mode "make-mode" "\ 16775(autoload 'makefile-mode "make-mode" "\
@@ -16697,8 +16886,8 @@ An adapted `makefile-mode' that knows about imake.
16697 16886
16698;;;*** 16887;;;***
16699 16888
16700;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19668 16889;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19775
16701;;;;;; 19366)) 16890;;;;;; 2029))
16702;;; Generated autoloads from makesum.el 16891;;; Generated autoloads from makesum.el
16703 16892
16704(autoload 'make-command-summary "makesum" "\ 16893(autoload 'make-command-summary "makesum" "\
@@ -16710,7 +16899,7 @@ Previous contents of that buffer are killed first.
16710;;;*** 16899;;;***
16711 16900
16712;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" 16901;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el"
16713;;;;;; (19614 24990)) 16902;;;;;; (19780 4513))
16714;;; Generated autoloads from man.el 16903;;; Generated autoloads from man.el
16715 16904
16716(defalias 'manual-entry 'man) 16905(defalias 'manual-entry 'man)
@@ -16764,7 +16953,7 @@ Default bookmark handler for Man buffers.
16764 16953
16765;;;*** 16954;;;***
16766 16955
16767;;;### (autoloads (master-mode) "master" "master.el" (19277 34916)) 16956;;;### (autoloads (master-mode) "master" "master.el" (19780 4513))
16768;;; Generated autoloads from master.el 16957;;; Generated autoloads from master.el
16769 16958
16770(autoload 'master-mode "master" "\ 16959(autoload 'master-mode "master" "\
@@ -16787,7 +16976,7 @@ yourself the value of `master-of' by calling `master-show-slave'.
16787;;;*** 16976;;;***
16788 16977
16789;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" 16978;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el"
16790;;;;;; (19277 34916)) 16979;;;;;; (19775 2029))
16791;;; Generated autoloads from mb-depth.el 16980;;; Generated autoloads from mb-depth.el
16792 16981
16793(defvar minibuffer-depth-indicate-mode nil "\ 16982(defvar minibuffer-depth-indicate-mode nil "\
@@ -16812,13 +17001,20 @@ Returns non-nil if the new state is enabled.
16812 17001
16813;;;*** 17002;;;***
16814 17003
17004;;;### (autoloads nil "menu-bar" "menu-bar.el" (19775 2029))
17005;;; Generated autoloads from menu-bar.el
17006
17007(put 'menu-bar-mode 'standard-value '(t))
17008
17009;;;***
17010
16815;;;### (autoloads (message-unbold-region message-bold-region message-news-other-frame 17011;;;### (autoloads (message-unbold-region message-bold-region message-news-other-frame
16816;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window 17012;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window
16817;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body 17013;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body
16818;;;;;; message-forward-make-body message-forward message-recover 17014;;;;;; message-forward-make-body message-forward message-recover
16819;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 17015;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
16820;;;;;; message-reply message-news message-mail message-mode) "message" 17016;;;;;; message-reply message-news message-mail message-mode) "message"
16821;;;;;; "gnus/message.el" (19695 9549)) 17017;;;;;; "gnus/message.el" (19775 2028))
16822;;; Generated autoloads from gnus/message.el 17018;;; Generated autoloads from gnus/message.el
16823 17019
16824(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 17020(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -16870,7 +17066,7 @@ OTHER-HEADERS is an alist of header/value pairs. CONTINUE says whether
16870to continue editing a message already being composed. SWITCH-FUNCTION 17066to continue editing a message already being composed. SWITCH-FUNCTION
16871is a function used to switch to and display the mail buffer. 17067is a function used to switch to and display the mail buffer.
16872 17068
16873\(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS)" t nil) 17069\(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION &rest IGNORED)" t nil)
16874 17070
16875(autoload 'message-news "message" "\ 17071(autoload 'message-news "message" "\
16876Start editing a news article to be sent. 17072Start editing a news article to be sent.
@@ -16984,26 +17180,16 @@ which specify the range to operate on.
16984;;;*** 17180;;;***
16985 17181
16986;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 17182;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
16987;;;;;; (19673 1234)) 17183;;;;;; (19775 2029))
16988;;; Generated autoloads from progmodes/meta-mode.el 17184;;; Generated autoloads from progmodes/meta-mode.el
16989 17185
16990(autoload 'metafont-mode "meta-mode" "\ 17186(autoload 'metafont-mode "meta-mode" "\
16991Major mode for editing Metafont sources. 17187Major mode for editing Metafont sources.
16992Special commands:
16993\\{meta-mode-map}
16994
16995Turning on Metafont mode calls the value of the variables
16996`meta-common-mode-hook' and `metafont-mode-hook'.
16997 17188
16998\(fn)" t nil) 17189\(fn)" t nil)
16999 17190
17000(autoload 'metapost-mode "meta-mode" "\ 17191(autoload 'metapost-mode "meta-mode" "\
17001Major mode for editing MetaPost sources. 17192Major mode for editing MetaPost sources.
17002Special commands:
17003\\{meta-mode-map}
17004
17005Turning on MetaPost mode calls the value of the variable
17006`meta-common-mode-hook' and `metafont-mode-hook'.
17007 17193
17008\(fn)" t nil) 17194\(fn)" t nil)
17009 17195
@@ -17011,7 +17197,7 @@ Turning on MetaPost mode calls the value of the variable
17011 17197
17012;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 17198;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
17013;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 17199;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
17014;;;;;; (19354 34807)) 17200;;;;;; (19775 2028))
17015;;; Generated autoloads from mail/metamail.el 17201;;; Generated autoloads from mail/metamail.el
17016 17202
17017(autoload 'metamail-interpret-header "metamail" "\ 17203(autoload 'metamail-interpret-header "metamail" "\
@@ -17056,7 +17242,7 @@ redisplayed as output is inserted.
17056 17242
17057;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 17243;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
17058;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 17244;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
17059;;;;;; "mh-e/mh-comp.el" (19444 23363)) 17245;;;;;; "mh-e/mh-comp.el" (19780 4513))
17060;;; Generated autoloads from mh-e/mh-comp.el 17246;;; Generated autoloads from mh-e/mh-comp.el
17061 17247
17062(autoload 'mh-smail "mh-comp" "\ 17248(autoload 'mh-smail "mh-comp" "\
@@ -17102,10 +17288,10 @@ OTHER-HEADERS is an alist specifying additional header fields.
17102Elements look like (HEADER . VALUE) where both HEADER and VALUE 17288Elements look like (HEADER . VALUE) where both HEADER and VALUE
17103are strings. 17289are strings.
17104 17290
17105CONTINUE, SWITCH-FUNCTION, YANK-ACTION and SEND-ACTIONS are 17291CONTINUE, SWITCH-FUNCTION, YANK-ACTION, SEND-ACTIONS, and
17106ignored. 17292RETURN-ACTION are ignored.
17107 17293
17108\(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS)" nil nil) 17294\(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION &rest IGNORED)" nil nil)
17109 17295
17110(autoload 'mh-send-letter "mh-comp" "\ 17296(autoload 'mh-send-letter "mh-comp" "\
17111Save draft and send message. 17297Save draft and send message.
@@ -17146,7 +17332,7 @@ delete the draft message.
17146 17332
17147;;;*** 17333;;;***
17148 17334
17149;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (19423 37200)) 17335;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (19775 2029))
17150;;; Generated autoloads from mh-e/mh-e.el 17336;;; Generated autoloads from mh-e/mh-e.el
17151 17337
17152(put 'mh-progs 'risky-local-variable t) 17338(put 'mh-progs 'risky-local-variable t)
@@ -17163,7 +17349,7 @@ Display version information about MH-E and the MH mail handling system.
17163;;;*** 17349;;;***
17164 17350
17165;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 17351;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
17166;;;;;; "mh-e/mh-folder.el" (19277 34921)) 17352;;;;;; "mh-e/mh-folder.el" (19780 4514))
17167;;; Generated autoloads from mh-e/mh-folder.el 17353;;; Generated autoloads from mh-e/mh-folder.el
17168 17354
17169(autoload 'mh-rmail "mh-folder" "\ 17355(autoload 'mh-rmail "mh-folder" "\
@@ -17245,7 +17431,7 @@ perform the operation on all messages in that region.
17245;;;*** 17431;;;***
17246 17432
17247;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 17433;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
17248;;;;;; "midnight.el" (19369 35251)) 17434;;;;;; "midnight.el" (19780 4514))
17249;;; Generated autoloads from midnight.el 17435;;; Generated autoloads from midnight.el
17250 17436
17251(autoload 'clean-buffer-list "midnight" "\ 17437(autoload 'clean-buffer-list "midnight" "\
@@ -17272,7 +17458,7 @@ to its second argument TM.
17272;;;*** 17458;;;***
17273 17459
17274;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 17460;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
17275;;;;;; "minibuf-eldef.el" (19277 34917)) 17461;;;;;; "minibuf-eldef.el" (19775 2029))
17276;;; Generated autoloads from minibuf-eldef.el 17462;;; Generated autoloads from minibuf-eldef.el
17277 17463
17278(defvar minibuffer-electric-default-mode nil "\ 17464(defvar minibuffer-electric-default-mode nil "\
@@ -17299,7 +17485,7 @@ Returns non-nil if the new state is enabled.
17299 17485
17300;;;*** 17486;;;***
17301 17487
17302;;;### (autoloads (butterfly) "misc" "misc.el" (19668 18610)) 17488;;;### (autoloads (butterfly) "misc" "misc.el" (19775 2029))
17303;;; Generated autoloads from misc.el 17489;;; Generated autoloads from misc.el
17304 17490
17305(autoload 'butterfly "misc" "\ 17491(autoload 'butterfly "misc" "\
@@ -17318,7 +17504,7 @@ variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'.
17318 17504
17319;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files 17505;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
17320;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) 17506;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
17321;;;;;; "misearch" "misearch.el" (19277 34917)) 17507;;;;;; "misearch" "misearch.el" (19775 2029))
17322;;; Generated autoloads from misearch.el 17508;;; Generated autoloads from misearch.el
17323 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 17509 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
17324 17510
@@ -17400,19 +17586,18 @@ whose file names match the specified wildcard.
17400;;;*** 17586;;;***
17401 17587
17402;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 17588;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
17403;;;;;; (19611 35755)) 17589;;;;;; (19780 4514))
17404;;; Generated autoloads from progmodes/mixal-mode.el 17590;;; Generated autoloads from progmodes/mixal-mode.el
17405 17591
17406(autoload 'mixal-mode "mixal-mode" "\ 17592(autoload 'mixal-mode "mixal-mode" "\
17407Major mode for the mixal asm language. 17593Major mode for the mixal asm language.
17408\\{mixal-mode-map}
17409 17594
17410\(fn)" t nil) 17595\(fn)" t nil)
17411 17596
17412;;;*** 17597;;;***
17413 17598
17414;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 17599;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
17415;;;;;; "mm-extern" "gnus/mm-extern.el" (19635 50568)) 17600;;;;;; "mm-extern" "gnus/mm-extern.el" (19775 2028))
17416;;; Generated autoloads from gnus/mm-extern.el 17601;;; Generated autoloads from gnus/mm-extern.el
17417 17602
17418(autoload 'mm-extern-cache-contents "mm-extern" "\ 17603(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -17431,7 +17616,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17431;;;*** 17616;;;***
17432 17617
17433;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 17618;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
17434;;;;;; (19604 65275)) 17619;;;;;; (19775 2028))
17435;;; Generated autoloads from gnus/mm-partial.el 17620;;; Generated autoloads from gnus/mm-partial.el
17436 17621
17437(autoload 'mm-inline-partial "mm-partial" "\ 17622(autoload 'mm-inline-partial "mm-partial" "\
@@ -17445,7 +17630,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17445;;;*** 17630;;;***
17446 17631
17447;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 17632;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
17448;;;;;; "mm-url" "gnus/mm-url.el" (19582 65302)) 17633;;;;;; "mm-url" "gnus/mm-url.el" (19780 4513))
17449;;; Generated autoloads from gnus/mm-url.el 17634;;; Generated autoloads from gnus/mm-url.el
17450 17635
17451(autoload 'mm-url-insert-file-contents "mm-url" "\ 17636(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -17462,7 +17647,7 @@ Insert file contents of URL using `mm-url-program'.
17462;;;*** 17647;;;***
17463 17648
17464;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 17649;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
17465;;;;;; "gnus/mm-uu.el" (19691 3508)) 17650;;;;;; "gnus/mm-uu.el" (19775 2028))
17466;;; Generated autoloads from gnus/mm-uu.el 17651;;; Generated autoloads from gnus/mm-uu.el
17467 17652
17468(autoload 'mm-uu-dissect "mm-uu" "\ 17653(autoload 'mm-uu-dissect "mm-uu" "\
@@ -17482,7 +17667,7 @@ Assume text has been decoded if DECODED is non-nil.
17482;;;*** 17667;;;***
17483 17668
17484;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 17669;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
17485;;;;;; (19635 50568)) 17670;;;;;; (19775 2028))
17486;;; Generated autoloads from gnus/mml1991.el 17671;;; Generated autoloads from gnus/mml1991.el
17487 17672
17488(autoload 'mml1991-encrypt "mml1991" "\ 17673(autoload 'mml1991-encrypt "mml1991" "\
@@ -17499,7 +17684,7 @@ Not documented
17499 17684
17500;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 17685;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
17501;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 17686;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
17502;;;;;; "mml2015" "gnus/mml2015.el" (19687 6902)) 17687;;;;;; "mml2015" "gnus/mml2015.el" (19780 4513))
17503;;; Generated autoloads from gnus/mml2015.el 17688;;; Generated autoloads from gnus/mml2015.el
17504 17689
17505(autoload 'mml2015-decrypt "mml2015" "\ 17690(autoload 'mml2015-decrypt "mml2015" "\
@@ -17539,8 +17724,8 @@ Not documented
17539 17724
17540;;;*** 17725;;;***
17541 17726
17542;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (19676 17727;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (19763
17543;;;;;; 36176)) 17728;;;;;; 27287))
17544;;; Generated autoloads from progmodes/modula2.el 17729;;; Generated autoloads from progmodes/modula2.el
17545 17730
17546(defalias 'modula-2-mode 'm2-mode) 17731(defalias 'modula-2-mode 'm2-mode)
@@ -17574,7 +17759,7 @@ followed by the first character of the construct.
17574;;;*** 17759;;;***
17575 17760
17576;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 17761;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
17577;;;;;; (19277 34922)) 17762;;;;;; (19775 2029))
17578;;; Generated autoloads from play/morse.el 17763;;; Generated autoloads from play/morse.el
17579 17764
17580(autoload 'morse-region "morse" "\ 17765(autoload 'morse-region "morse" "\
@@ -17590,7 +17775,7 @@ Convert morse coded text in region to ordinary ASCII text.
17590;;;*** 17775;;;***
17591 17776
17592;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" 17777;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag"
17593;;;;;; "mouse-drag.el" (19672 56753)) 17778;;;;;; "mouse-drag.el" (19775 2029))
17594;;; Generated autoloads from mouse-drag.el 17779;;; Generated autoloads from mouse-drag.el
17595 17780
17596(autoload 'mouse-drag-throw "mouse-drag" "\ 17781(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -17637,8 +17822,8 @@ To test this function, evaluate:
17637 17822
17638;;;*** 17823;;;***
17639 17824
17640;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19687 17825;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19775
17641;;;;;; 6902)) 17826;;;;;; 2029))
17642;;; Generated autoloads from mouse-sel.el 17827;;; Generated autoloads from mouse-sel.el
17643 17828
17644(defvar mouse-sel-mode nil "\ 17829(defvar mouse-sel-mode nil "\
@@ -17690,7 +17875,7 @@ primary selection and region.
17690 17875
17691;;;*** 17876;;;***
17692 17877
17693;;;### (autoloads (mpc) "mpc" "mpc.el" (19373 24504)) 17878;;;### (autoloads (mpc) "mpc" "mpc.el" (19775 2029))
17694;;; Generated autoloads from mpc.el 17879;;; Generated autoloads from mpc.el
17695 17880
17696(autoload 'mpc "mpc" "\ 17881(autoload 'mpc "mpc" "\
@@ -17700,7 +17885,7 @@ Main entry point for MPC.
17700 17885
17701;;;*** 17886;;;***
17702 17887
17703;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19634 23255)) 17888;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19775 2029))
17704;;; Generated autoloads from play/mpuz.el 17889;;; Generated autoloads from play/mpuz.el
17705 17890
17706(autoload 'mpuz "mpuz" "\ 17891(autoload 'mpuz "mpuz" "\
@@ -17710,7 +17895,7 @@ Multiplication puzzle with GNU Emacs.
17710 17895
17711;;;*** 17896;;;***
17712 17897
17713;;;### (autoloads (msb-mode) "msb" "msb.el" (19277 34917)) 17898;;;### (autoloads (msb-mode) "msb" "msb.el" (19780 45051))
17714;;; Generated autoloads from msb.el 17899;;; Generated autoloads from msb.el
17715 17900
17716(defvar msb-mode nil "\ 17901(defvar msb-mode nil "\
@@ -17732,12 +17917,20 @@ different buffer menu using the function `msb'.
17732 17917
17733;;;*** 17918;;;***
17734 17919
17920;;;### (autoloads nil "mule-cmds" "international/mule-cmds.el" (19775
17921;;;;;; 2028))
17922;;; Generated autoloads from international/mule-cmds.el
17923
17924(put 'input-method-alist 'risky-local-variable t)
17925
17926;;;***
17927
17735;;;### (autoloads (font-show-log mule-diag list-input-methods list-fontsets 17928;;;### (autoloads (font-show-log mule-diag list-input-methods list-fontsets
17736;;;;;; describe-fontset describe-font list-coding-categories list-coding-systems 17929;;;;;; describe-fontset describe-font list-coding-categories list-coding-systems
17737;;;;;; describe-current-coding-system describe-current-coding-system-briefly 17930;;;;;; describe-current-coding-system describe-current-coding-system-briefly
17738;;;;;; describe-coding-system describe-character-set list-charset-chars 17931;;;;;; describe-coding-system describe-character-set list-charset-chars
17739;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 17932;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
17740;;;;;; (19617 12132)) 17933;;;;;; (19775 2028))
17741;;; Generated autoloads from international/mule-diag.el 17934;;; Generated autoloads from international/mule-diag.el
17742 17935
17743(autoload 'list-character-sets "mule-diag" "\ 17936(autoload 'list-character-sets "mule-diag" "\
@@ -17874,7 +18067,7 @@ The default is 20. If LIMIT is negative, do not limit the listing.
17874;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 18067;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
17875;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 18068;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
17876;;;;;; truncate-string-to-width store-substring string-to-sequence) 18069;;;;;; truncate-string-to-width store-substring string-to-sequence)
17877;;;;;; "mule-util" "international/mule-util.el" (19472 31430)) 18070;;;;;; "mule-util" "international/mule-util.el" (19775 2028))
17878;;; Generated autoloads from international/mule-util.el 18071;;; Generated autoloads from international/mule-util.el
17879 18072
17880(autoload 'string-to-sequence "mule-util" "\ 18073(autoload 'string-to-sequence "mule-util" "\
@@ -18014,8 +18207,8 @@ per-character basis, this may not be accurate.
18014;;;### (autoloads (network-connection network-connection-to-service 18207;;;### (autoloads (network-connection network-connection-to-service
18015;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 18208;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
18016;;;;;; nslookup nslookup-host ping traceroute route arp netstat 18209;;;;;; nslookup nslookup-host ping traceroute route arp netstat
18017;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19672 18210;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19775
18018;;;;;; 41548)) 18211;;;;;; 2029))
18019;;; Generated autoloads from net/net-utils.el 18212;;; Generated autoloads from net/net-utils.el
18020 18213
18021(autoload 'ifconfig "net-utils" "\ 18214(autoload 'ifconfig "net-utils" "\
@@ -18109,8 +18302,8 @@ Open a network connection to HOST on PORT.
18109 18302
18110;;;*** 18303;;;***
18111 18304
18112;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (19621 18305;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (19775
18113;;;;;; 23882)) 18306;;;;;; 2029))
18114;;; Generated autoloads from net/netrc.el 18307;;; Generated autoloads from net/netrc.el
18115 18308
18116(autoload 'netrc-credentials "netrc" "\ 18309(autoload 'netrc-credentials "netrc" "\
@@ -18127,7 +18320,7 @@ listed in the PORTS list.
18127;;;;;; uncomment-region comment-kill comment-set-column comment-indent 18320;;;;;; uncomment-region comment-kill comment-set-column comment-indent
18128;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 18321;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
18129;;;;;; comment-padding comment-style comment-column) "newcomment" 18322;;;;;; comment-padding comment-style comment-column) "newcomment"
18130;;;;;; "newcomment.el" (19648 59284)) 18323;;;;;; "newcomment.el" (19775 2029))
18131;;; Generated autoloads from newcomment.el 18324;;; Generated autoloads from newcomment.el
18132 18325
18133(defalias 'indent-for-comment 'comment-indent) 18326(defalias 'indent-for-comment 'comment-indent)
@@ -18327,7 +18520,7 @@ unless optional argument SOFT is non-nil.
18327;;;*** 18520;;;***
18328 18521
18329;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" 18522;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend"
18330;;;;;; "net/newst-backend.el" (19580 19536)) 18523;;;;;; "net/newst-backend.el" (19780 4514))
18331;;; Generated autoloads from net/newst-backend.el 18524;;; Generated autoloads from net/newst-backend.el
18332 18525
18333(autoload 'newsticker-running-p "newst-backend" "\ 18526(autoload 'newsticker-running-p "newst-backend" "\
@@ -18349,7 +18542,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
18349;;;*** 18542;;;***
18350 18543
18351;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" 18544;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
18352;;;;;; (19580 19536)) 18545;;;;;; (19780 4514))
18353;;; Generated autoloads from net/newst-plainview.el 18546;;; Generated autoloads from net/newst-plainview.el
18354 18547
18355(autoload 'newsticker-plainview "newst-plainview" "\ 18548(autoload 'newsticker-plainview "newst-plainview" "\
@@ -18360,7 +18553,7 @@ Start newsticker plainview.
18360;;;*** 18553;;;***
18361 18554
18362;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" 18555;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el"
18363;;;;;; (19580 19536)) 18556;;;;;; (19780 4514))
18364;;; Generated autoloads from net/newst-reader.el 18557;;; Generated autoloads from net/newst-reader.el
18365 18558
18366(autoload 'newsticker-show-news "newst-reader" "\ 18559(autoload 'newsticker-show-news "newst-reader" "\
@@ -18371,7 +18564,7 @@ Start reading news. You may want to bind this to a key.
18371;;;*** 18564;;;***
18372 18565
18373;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) 18566;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p)
18374;;;;;; "newst-ticker" "net/newst-ticker.el" (19580 19536)) 18567;;;;;; "newst-ticker" "net/newst-ticker.el" (19780 4514))
18375;;; Generated autoloads from net/newst-ticker.el 18568;;; Generated autoloads from net/newst-ticker.el
18376 18569
18377(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 18570(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -18392,7 +18585,7 @@ running already.
18392;;;*** 18585;;;***
18393 18586
18394;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" 18587;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
18395;;;;;; (19580 19536)) 18588;;;;;; (19775 2029))
18396;;; Generated autoloads from net/newst-treeview.el 18589;;; Generated autoloads from net/newst-treeview.el
18397 18590
18398(autoload 'newsticker-treeview "newst-treeview" "\ 18591(autoload 'newsticker-treeview "newst-treeview" "\
@@ -18403,7 +18596,7 @@ Start newsticker treeview.
18403;;;*** 18596;;;***
18404 18597
18405;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 18598;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
18406;;;;;; (19664 37038)) 18599;;;;;; (19775 2028))
18407;;; Generated autoloads from gnus/nndiary.el 18600;;; Generated autoloads from gnus/nndiary.el
18408 18601
18409(autoload 'nndiary-generate-nov-databases "nndiary" "\ 18602(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -18413,8 +18606,8 @@ Generate NOV databases in all nndiary directories.
18413 18606
18414;;;*** 18607;;;***
18415 18608
18416;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19661 18609;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19775
18417;;;;;; 61255)) 18610;;;;;; 2028))
18418;;; Generated autoloads from gnus/nndoc.el 18611;;; Generated autoloads from gnus/nndoc.el
18419 18612
18420(autoload 'nndoc-add-type "nndoc" "\ 18613(autoload 'nndoc-add-type "nndoc" "\
@@ -18429,7 +18622,7 @@ symbol in the alist.
18429;;;*** 18622;;;***
18430 18623
18431;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 18624;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
18432;;;;;; (19695 9549)) 18625;;;;;; (19775 2028))
18433;;; Generated autoloads from gnus/nnfolder.el 18626;;; Generated autoloads from gnus/nnfolder.el
18434 18627
18435(autoload 'nnfolder-generate-active-file "nnfolder" "\ 18628(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -18441,7 +18634,7 @@ This command does not work if you use short group names.
18441;;;*** 18634;;;***
18442 18635
18443;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 18636;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
18444;;;;;; (19695 9549)) 18637;;;;;; (19775 2028))
18445;;; Generated autoloads from gnus/nnml.el 18638;;; Generated autoloads from gnus/nnml.el
18446 18639
18447(autoload 'nnml-generate-nov-databases "nnml" "\ 18640(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -18452,7 +18645,7 @@ Generate NOV databases in all nnml directories.
18452;;;*** 18645;;;***
18453 18646
18454;;;### (autoloads (disable-command enable-command disabled-command-function) 18647;;;### (autoloads (disable-command enable-command disabled-command-function)
18455;;;;;; "novice" "novice.el" (19687 6902)) 18648;;;;;; "novice" "novice.el" (19775 2029))
18456;;; Generated autoloads from novice.el 18649;;; Generated autoloads from novice.el
18457 18650
18458(defvar disabled-command-function 'disabled-command-function "\ 18651(defvar disabled-command-function 'disabled-command-function "\
@@ -18485,7 +18678,7 @@ to future sessions.
18485;;;*** 18678;;;***
18486 18679
18487;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 18680;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
18488;;;;;; (19604 6253)) 18681;;;;;; (19780 4514))
18489;;; Generated autoloads from textmodes/nroff-mode.el 18682;;; Generated autoloads from textmodes/nroff-mode.el
18490 18683
18491(autoload 'nroff-mode "nroff-mode" "\ 18684(autoload 'nroff-mode "nroff-mode" "\
@@ -18500,7 +18693,7 @@ closing requests for requests that are used in matched pairs.
18500;;;*** 18693;;;***
18501 18694
18502;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" 18695;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
18503;;;;;; (19277 34921)) 18696;;;;;; (19775 2029))
18504;;; Generated autoloads from nxml/nxml-glyph.el 18697;;; Generated autoloads from nxml/nxml-glyph.el
18505 18698
18506(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 18699(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -18512,8 +18705,8 @@ Return nil if the face cannot display a glyph for N.
18512 18705
18513;;;*** 18706;;;***
18514 18707
18515;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19696 18708;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19780
18516;;;;;; 28661)) 18709;;;;;; 4514))
18517;;; Generated autoloads from nxml/nxml-mode.el 18710;;; Generated autoloads from nxml/nxml-mode.el
18518 18711
18519(autoload 'nxml-mode "nxml-mode" "\ 18712(autoload 'nxml-mode "nxml-mode" "\
@@ -18575,7 +18768,7 @@ Many aspects this mode can be customized using
18575;;;*** 18768;;;***
18576 18769
18577;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" 18770;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
18578;;;;;; "nxml/nxml-uchnm.el" (19691 9263)) 18771;;;;;; "nxml/nxml-uchnm.el" (19775 2029))
18579;;; Generated autoloads from nxml/nxml-uchnm.el 18772;;; Generated autoloads from nxml/nxml-uchnm.el
18580 18773
18581(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 18774(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -18591,12 +18784,13 @@ the variable `nxml-enabled-unicode-blocks'.
18591;;;;;; org-babel-next-src-block org-babel-goto-named-result org-babel-goto-named-src-block 18784;;;;;; org-babel-next-src-block org-babel-goto-named-result org-babel-goto-named-src-block
18592;;;;;; org-babel-goto-src-block-head org-babel-hide-result-toggle-maybe 18785;;;;;; org-babel-goto-src-block-head org-babel-hide-result-toggle-maybe
18593;;;;;; org-babel-sha1-hash org-babel-execute-subtree org-babel-execute-buffer 18786;;;;;; org-babel-sha1-hash org-babel-execute-subtree org-babel-execute-buffer
18594;;;;;; org-babel-open-src-block-result org-babel-switch-to-session-with-code 18787;;;;;; org-babel-map-src-blocks org-babel-open-src-block-result
18595;;;;;; org-babel-switch-to-session org-babel-initiate-session org-babel-load-in-session 18788;;;;;; org-babel-switch-to-session-with-code org-babel-switch-to-session
18596;;;;;; org-babel-expand-src-block org-babel-execute-src-block org-babel-pop-to-session-maybe 18789;;;;;; org-babel-initiate-session org-babel-load-in-session org-babel-expand-src-block
18790;;;;;; org-babel-execute-src-block org-babel-pop-to-session-maybe
18597;;;;;; org-babel-load-in-session-maybe org-babel-expand-src-block-maybe 18791;;;;;; org-babel-load-in-session-maybe org-babel-expand-src-block-maybe
18598;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob" 18792;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob"
18599;;;;;; "org/ob.el" (19677 59043)) 18793;;;;;; "org/ob.el" (19775 2029))
18600;;; Generated autoloads from org/ob.el 18794;;; Generated autoloads from org/ob.el
18601 18795
18602(autoload 'org-babel-execute-safely-maybe "ob" "\ 18796(autoload 'org-babel-execute-safely-maybe "ob" "\
@@ -18693,6 +18887,32 @@ results already exist.
18693 18887
18694\(fn &optional RE-RUN)" t nil) 18888\(fn &optional RE-RUN)" t nil)
18695 18889
18890(autoload 'org-babel-map-src-blocks "ob" "\
18891Evaluate BODY forms on each source-block in FILE.
18892If FILE is nil evaluate BODY forms on source blocks in current
18893buffer. During evaluation of BODY the following local variables
18894are set relative to the currently matched code block.
18895
18896full-block ------- string holding the entirety of the code block
18897beg-block -------- point at the beginning of the code block
18898end-block -------- point at the end of the matched code block
18899lang ------------- string holding the language of the code block
18900beg-lang --------- point at the beginning of the lang
18901end-lang --------- point at the end of the lang
18902switches --------- string holding the switches
18903beg-switches ----- point at the beginning of the switches
18904end-switches ----- point at the end of the switches
18905header-args ------ string holding the header-args
18906beg-header-args -- point at the beginning of the header-args
18907end-header-args -- point at the end of the header-args
18908body ------------- string holding the body of the code block
18909beg-body --------- point at the beginning of the body
18910end-body --------- point at the end of the body
18911
18912\(fn FILE &rest BODY)" nil (quote macro))
18913
18914(put 'org-babel-map-src-blocks 'lisp-indent-function '1)
18915
18696(autoload 'org-babel-execute-buffer "ob" "\ 18916(autoload 'org-babel-execute-buffer "ob" "\
18697Execute source code blocks in a buffer. 18917Execute source code blocks in a buffer.
18698Call `org-babel-execute-src-block' on every source block in 18918Call `org-babel-execute-src-block' on every source block in
@@ -18752,7 +18972,7 @@ Mark current src block
18752;;;*** 18972;;;***
18753 18973
18754;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el" 18974;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el"
18755;;;;;; (19676 49793)) 18975;;;;;; (19775 2029))
18756;;; Generated autoloads from org/ob-keys.el 18976;;; Generated autoloads from org/ob-keys.el
18757 18977
18758(autoload 'org-babel-describe-bindings "ob-keys" "\ 18978(autoload 'org-babel-describe-bindings "ob-keys" "\
@@ -18763,7 +18983,7 @@ Describe all keybindings behind `org-babel-key-prefix'.
18763;;;*** 18983;;;***
18764 18984
18765;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe 18985;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe
18766;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (19677 59221)) 18986;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (19775 2029))
18767;;; Generated autoloads from org/ob-lob.el 18987;;; Generated autoloads from org/ob-lob.el
18768 18988
18769(autoload 'org-babel-lob-ingest "ob-lob" "\ 18989(autoload 'org-babel-lob-ingest "ob-lob" "\
@@ -18788,7 +19008,7 @@ Return a Library of Babel function call as a string.
18788 19008
18789;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file 19009;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file
18790;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el" 19010;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el"
18791;;;;;; (19676 49793)) 19011;;;;;; (19775 2029))
18792;;; Generated autoloads from org/ob-tangle.el 19012;;; Generated autoloads from org/ob-tangle.el
18793 19013
18794(defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\ 19014(defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\
@@ -18806,7 +19026,7 @@ This function exports the source code using
18806`org-babel-tangle' and then loads the resulting file using 19026`org-babel-tangle' and then loads the resulting file using
18807`load-file'. 19027`load-file'.
18808 19028
18809\(fn FILE)" nil nil) 19029\(fn FILE)" t nil)
18810 19030
18811(autoload 'org-babel-tangle-file "ob-tangle" "\ 19031(autoload 'org-babel-tangle-file "ob-tangle" "\
18812Extract the bodies of source code blocks in FILE. 19032Extract the bodies of source code blocks in FILE.
@@ -18830,7 +19050,7 @@ exported source code blocks by language.
18830;;;*** 19050;;;***
18831 19051
18832;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 19052;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
18833;;;;;; (19580 19536)) 19053;;;;;; (19780 4514))
18834;;; Generated autoloads from progmodes/octave-inf.el 19054;;; Generated autoloads from progmodes/octave-inf.el
18835 19055
18836(autoload 'inferior-octave "octave-inf" "\ 19056(autoload 'inferior-octave "octave-inf" "\
@@ -18853,7 +19073,7 @@ startup file, `~/.emacs-octave'.
18853;;;*** 19073;;;***
18854 19074
18855;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 19075;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
18856;;;;;; (19687 6902)) 19076;;;;;; (19775 2029))
18857;;; Generated autoloads from progmodes/octave-mod.el 19077;;; Generated autoloads from progmodes/octave-mod.el
18858 19078
18859(autoload 'octave-mode "octave-mod" "\ 19079(autoload 'octave-mode "octave-mod" "\
@@ -18941,7 +19161,7 @@ including a reproducible test case and send the message.
18941;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode 19161;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode
18942;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle 19162;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
18943;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el" 19163;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el"
18944;;;;;; (19676 49793)) 19164;;;;;; (19780 4514))
18945;;; Generated autoloads from org/org.el 19165;;; Generated autoloads from org/org.el
18946 19166
18947(autoload 'org-babel-do-load-languages "org" "\ 19167(autoload 'org-babel-do-load-languages "org" "\
@@ -19164,7 +19384,7 @@ Call the customize function with org as argument.
19164;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list 19384;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list
19165;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views 19385;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
19166;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 19386;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
19167;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19676 49793)) 19387;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19780 4514))
19168;;; Generated autoloads from org/org-agenda.el 19388;;; Generated autoloads from org/org-agenda.el
19169 19389
19170(autoload 'org-agenda "org-agenda" "\ 19390(autoload 'org-agenda "org-agenda" "\
@@ -19271,13 +19491,13 @@ This feature is considered obsolete, please use the TODO list or a block
19271agenda instead. 19491agenda instead.
19272 19492
19273With a numeric prefix argument in an interactive call, the agenda will 19493With a numeric prefix argument in an interactive call, the agenda will
19274span INCLUDE-ALL days. Lisp programs should instead specify NDAYS to change 19494span INCLUDE-ALL days. Lisp programs should instead specify SPAN to change
19275the number of days. NDAYS defaults to `org-agenda-ndays'. 19495the number of days. SPAN defaults to `org-agenda-span'.
19276 19496
19277START-DAY defaults to TODAY, or to the most recent match for the weekday 19497START-DAY defaults to TODAY, or to the most recent match for the weekday
19278given in `org-agenda-start-on-weekday'. 19498given in `org-agenda-start-on-weekday'.
19279 19499
19280\(fn &optional INCLUDE-ALL START-DAY NDAYS)" t nil) 19500\(fn &optional INCLUDE-ALL START-DAY SPAN)" t nil)
19281 19501
19282(autoload 'org-search-view "org-agenda" "\ 19502(autoload 'org-search-view "org-agenda" "\
19283Show all entries that contain a phrase or words or regular expressions. 19503Show all entries that contain a phrase or words or regular expressions.
@@ -19414,7 +19634,7 @@ belonging to the \"Work\" category.
19414 19634
19415;;;### (autoloads (org-archive-subtree-default-with-confirmation 19635;;;### (autoloads (org-archive-subtree-default-with-confirmation
19416;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el" 19636;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el"
19417;;;;;; (19676 49793)) 19637;;;;;; (19780 4514))
19418;;; Generated autoloads from org/org-archive.el 19638;;; Generated autoloads from org/org-archive.el
19419 19639
19420(autoload 'org-archive-subtree-default "org-archive" "\ 19640(autoload 'org-archive-subtree-default "org-archive" "\
@@ -19434,8 +19654,8 @@ This command is set with the variable `org-archive-default-command'.
19434;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii 19654;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii
19435;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer 19655;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer
19436;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer 19656;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer
19437;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (19676 19657;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (19780
19438;;;;;; 49793)) 19658;;;;;; 4514))
19439;;; Generated autoloads from org/org-ascii.el 19659;;; Generated autoloads from org/org-ascii.el
19440 19660
19441(autoload 'org-export-as-latin1 "org-ascii" "\ 19661(autoload 'org-export-as-latin1 "org-ascii" "\
@@ -19508,8 +19728,8 @@ publishing directory.
19508 19728
19509;;;*** 19729;;;***
19510 19730
19511;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19676 19731;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19775
19512;;;;;; 49793)) 19732;;;;;; 2029))
19513;;; Generated autoloads from org/org-attach.el 19733;;; Generated autoloads from org/org-attach.el
19514 19734
19515(autoload 'org-attach "org-attach" "\ 19735(autoload 'org-attach "org-attach" "\
@@ -19521,7 +19741,7 @@ Shows a list of commands and prompts for another key to execute a command.
19521;;;*** 19741;;;***
19522 19742
19523;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" 19743;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
19524;;;;;; (19676 49793)) 19744;;;;;; (19780 4514))
19525;;; Generated autoloads from org/org-bbdb.el 19745;;; Generated autoloads from org/org-bbdb.el
19526 19746
19527(autoload 'org-bbdb-anniversaries "org-bbdb" "\ 19747(autoload 'org-bbdb-anniversaries "org-bbdb" "\
@@ -19532,7 +19752,7 @@ Extract anniversaries from BBDB for display in the agenda.
19532;;;*** 19752;;;***
19533 19753
19534;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here 19754;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here
19535;;;;;; org-capture) "org-capture" "org/org-capture.el" (19678 1813)) 19755;;;;;; org-capture) "org-capture" "org/org-capture.el" (19775 2029))
19536;;; Generated autoloads from org/org-capture.el 19756;;; Generated autoloads from org/org-capture.el
19537 19757
19538(autoload 'org-capture "org-capture" "\ 19758(autoload 'org-capture "org-capture" "\
@@ -19570,7 +19790,7 @@ Set org-capture-templates to be similar to `org-remember-templates'.
19570;;;*** 19790;;;***
19571 19791
19572;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable) 19792;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable)
19573;;;;;; "org-clock" "org/org-clock.el" (19676 49793)) 19793;;;;;; "org-clock" "org/org-clock.el" (19780 4514))
19574;;; Generated autoloads from org/org-clock.el 19794;;; Generated autoloads from org/org-clock.el
19575 19795
19576(autoload 'org-get-clocktable "org-clock" "\ 19796(autoload 'org-get-clocktable "org-clock" "\
@@ -19588,7 +19808,7 @@ Set up hooks for clock persistence.
19588;;;*** 19808;;;***
19589 19809
19590;;;### (autoloads (org-datetree-find-date-create) "org-datetree" 19810;;;### (autoloads (org-datetree-find-date-create) "org-datetree"
19591;;;;;; "org/org-datetree.el" (19676 49793)) 19811;;;;;; "org/org-datetree.el" (19775 2029))
19592;;; Generated autoloads from org/org-datetree.el 19812;;; Generated autoloads from org/org-datetree.el
19593 19813
19594(autoload 'org-datetree-find-date-create "org-datetree" "\ 19814(autoload 'org-datetree-find-date-create "org-datetree" "\
@@ -19604,7 +19824,7 @@ tree can be found.
19604;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open 19824;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open
19605;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook 19825;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook
19606;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch) 19826;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch)
19607;;;;;; "org-docbook" "org/org-docbook.el" (19676 49793)) 19827;;;;;; "org-docbook" "org/org-docbook.el" (19775 2029))
19608;;; Generated autoloads from org/org-docbook.el 19828;;; Generated autoloads from org/org-docbook.el
19609 19829
19610(autoload 'org-export-as-docbook-batch "org-docbook" "\ 19830(autoload 'org-export-as-docbook-batch "org-docbook" "\
@@ -19681,7 +19901,7 @@ publishing directory.
19681 19901
19682;;;### (autoloads (org-insert-export-options-template org-export-as-org 19902;;;### (autoloads (org-insert-export-options-template org-export-as-org
19683;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" 19903;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el"
19684;;;;;; (19676 49793)) 19904;;;;;; (19780 4514))
19685;;; Generated autoloads from org/org-exp.el 19905;;; Generated autoloads from org/org-exp.el
19686 19906
19687(autoload 'org-export "org-exp" "\ 19907(autoload 'org-export "org-exp" "\
@@ -19738,8 +19958,8 @@ Insert into the buffer a template with information for exporting.
19738;;;*** 19958;;;***
19739 19959
19740;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update 19960;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update
19741;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (19676 19961;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (19775
19742;;;;;; 49793)) 19962;;;;;; 2029))
19743;;; Generated autoloads from org/org-feed.el 19963;;; Generated autoloads from org/org-feed.el
19744 19964
19745(autoload 'org-feed-update-all "org-feed" "\ 19965(autoload 'org-feed-update-all "org-feed" "\
@@ -19767,7 +19987,7 @@ Show the raw feed buffer of a feed.
19767;;;*** 19987;;;***
19768 19988
19769;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote" 19989;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote"
19770;;;;;; "org/org-footnote.el" (19676 49793)) 19990;;;;;; "org/org-footnote.el" (19775 2029))
19771;;; Generated autoloads from org/org-footnote.el 19991;;; Generated autoloads from org/org-footnote.el
19772 19992
19773(autoload 'org-footnote-action "org-footnote" "\ 19993(autoload 'org-footnote-action "org-footnote" "\
@@ -19794,7 +20014,7 @@ referenced sequence.
19794;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree 20014;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree
19795;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node 20015;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node
19796;;;;;; org-freemind-show org-export-as-freemind) "org-freemind" 20016;;;;;; org-freemind-show org-export-as-freemind) "org-freemind"
19797;;;;;; "org/org-freemind.el" (19676 49793)) 20017;;;;;; "org/org-freemind.el" (19775 2029))
19798;;; Generated autoloads from org/org-freemind.el 20018;;; Generated autoloads from org/org-freemind.el
19799 20019
19800(autoload 'org-export-as-freemind "org-freemind" "\ 20020(autoload 'org-export-as-freemind "org-freemind" "\
@@ -19855,7 +20075,7 @@ Convert FreeMind file MM-FILE to `org-mode' file ORG-FILE.
19855;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html 20075;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html
19856;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer 20076;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer
19857;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html" 20077;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html"
19858;;;;;; "org/org-html.el" (19676 49793)) 20078;;;;;; "org/org-html.el" (19780 4514))
19859;;; Generated autoloads from org/org-html.el 20079;;; Generated autoloads from org/org-html.el
19860 20080
19861(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp) 20081(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp)
@@ -19949,7 +20169,7 @@ that uses these same face definitions.
19949 20169
19950;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files 20170;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
19951;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el" 20171;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el"
19952;;;;;; (19676 49793)) 20172;;;;;; (19780 4514))
19953;;; Generated autoloads from org/org-icalendar.el 20173;;; Generated autoloads from org/org-icalendar.el
19954 20174
19955(autoload 'org-export-icalendar-this-file "org-icalendar" "\ 20175(autoload 'org-export-icalendar-this-file "org-icalendar" "\
@@ -19977,7 +20197,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'.
19977;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find 20197;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find
19978;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion 20198;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion
19979;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el" 20199;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el"
19980;;;;;; (19676 49793)) 20200;;;;;; (19775 2029))
19981;;; Generated autoloads from org/org-id.el 20201;;; Generated autoloads from org/org-id.el
19982 20202
19983(autoload 'org-id-get-create "org-id" "\ 20203(autoload 'org-id-get-create "org-id" "\
@@ -20046,7 +20266,7 @@ Store a link to the current entry, using its ID.
20046;;;*** 20266;;;***
20047 20267
20048;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el" 20268;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el"
20049;;;;;; (19676 49793)) 20269;;;;;; (19775 2029))
20050;;; Generated autoloads from org/org-indent.el 20270;;; Generated autoloads from org/org-indent.el
20051 20271
20052(autoload 'org-indent-mode "org-indent" "\ 20272(autoload 'org-indent-mode "org-indent" "\
@@ -20061,7 +20281,7 @@ FIXME: How to update when broken?
20061;;;*** 20281;;;***
20062 20282
20063;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" 20283;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el"
20064;;;;;; (19676 49793)) 20284;;;;;; (19775 2029))
20065;;; Generated autoloads from org/org-irc.el 20285;;; Generated autoloads from org/org-irc.el
20066 20286
20067(autoload 'org-irc-store-link "org-irc" "\ 20287(autoload 'org-irc-store-link "org-irc" "\
@@ -20074,7 +20294,7 @@ Dispatch to the appropriate function to store a link to an IRC session.
20074;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex 20294;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex
20075;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer 20295;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer
20076;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el" 20296;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el"
20077;;;;;; (19676 49793)) 20297;;;;;; (19775 2029))
20078;;; Generated autoloads from org/org-latex.el 20298;;; Generated autoloads from org/org-latex.el
20079 20299
20080(autoload 'org-export-as-latex-batch "org-latex" "\ 20300(autoload 'org-export-as-latex-batch "org-latex" "\
@@ -20154,8 +20374,8 @@ Export as LaTeX, then process through to PDF, and open.
20154;;;*** 20374;;;***
20155 20375
20156;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull 20376;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull
20157;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (19676 20377;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (19775
20158;;;;;; 49793)) 20378;;;;;; 2029))
20159;;; Generated autoloads from org/org-mobile.el 20379;;; Generated autoloads from org/org-mobile.el
20160 20380
20161(autoload 'org-mobile-push "org-mobile" "\ 20381(autoload 'org-mobile-push "org-mobile" "\
@@ -20180,7 +20400,7 @@ Create a file that contains all custom agenda views.
20180;;;*** 20400;;;***
20181 20401
20182;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" 20402;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el"
20183;;;;;; (19676 49793)) 20403;;;;;; (19775 2029))
20184;;; Generated autoloads from org/org-plot.el 20404;;; Generated autoloads from org/org-plot.el
20185 20405
20186(autoload 'org-plot/gnuplot "org-plot" "\ 20406(autoload 'org-plot/gnuplot "org-plot" "\
@@ -20194,7 +20414,7 @@ line directly before or after the table.
20194 20414
20195;;;### (autoloads (org-publish-current-project org-publish-current-file 20415;;;### (autoloads (org-publish-current-project org-publish-current-file
20196;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" 20416;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
20197;;;;;; (19676 49793)) 20417;;;;;; (19780 4514))
20198;;; Generated autoloads from org/org-publish.el 20418;;; Generated autoloads from org/org-publish.el
20199 20419
20200(defalias 'org-publish-project 'org-publish) 20420(defalias 'org-publish-project 'org-publish)
@@ -20228,7 +20448,7 @@ the project.
20228 20448
20229;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template 20449;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
20230;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" 20450;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
20231;;;;;; "org/org-remember.el" (19676 49793)) 20451;;;;;; "org/org-remember.el" (19780 4514))
20232;;; Generated autoloads from org/org-remember.el 20452;;; Generated autoloads from org/org-remember.el
20233 20453
20234(autoload 'org-remember-insinuate "org-remember" "\ 20454(autoload 'org-remember-insinuate "org-remember" "\
@@ -20304,7 +20524,7 @@ See also the variable `org-reverse-note-order'.
20304;;;*** 20524;;;***
20305 20525
20306;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) 20526;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl)
20307;;;;;; "org-table" "org/org-table.el" (19676 49793)) 20527;;;;;; "org-table" "org/org-table.el" (19780 4514))
20308;;; Generated autoloads from org/org-table.el 20528;;; Generated autoloads from org/org-table.el
20309 20529
20310(autoload 'turn-on-orgtbl "org-table" "\ 20530(autoload 'turn-on-orgtbl "org-table" "\
@@ -20328,7 +20548,7 @@ The table is taken from the parameter TXT, or from the buffer at point.
20328;;;*** 20548;;;***
20329 20549
20330;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler) 20550;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler)
20331;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (19676 49793)) 20551;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (19775 2029))
20332;;; Generated autoloads from org/org-taskjuggler.el 20552;;; Generated autoloads from org/org-taskjuggler.el
20333 20553
20334(autoload 'org-export-as-taskjuggler "org-taskjuggler" "\ 20554(autoload 'org-export-as-taskjuggler "org-taskjuggler" "\
@@ -20356,7 +20576,7 @@ with the TaskJuggler GUI.
20356 20576
20357;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region 20577;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region
20358;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el" 20578;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el"
20359;;;;;; (19676 49793)) 20579;;;;;; (19775 2029))
20360;;; Generated autoloads from org/org-timer.el 20580;;; Generated autoloads from org/org-timer.el
20361 20581
20362(autoload 'org-timer-start "org-timer" "\ 20582(autoload 'org-timer-start "org-timer" "\
@@ -20417,7 +20637,7 @@ replace any running timer.
20417;;;*** 20637;;;***
20418 20638
20419;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el" 20639;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el"
20420;;;;;; (19676 49793)) 20640;;;;;; (19780 4514))
20421;;; Generated autoloads from org/org-xoxo.el 20641;;; Generated autoloads from org/org-xoxo.el
20422 20642
20423(autoload 'org-export-as-xoxo "org-xoxo" "\ 20643(autoload 'org-export-as-xoxo "org-xoxo" "\
@@ -20429,7 +20649,7 @@ The XOXO buffer is named *xoxo-<source buffer name>*
20429;;;*** 20649;;;***
20430 20650
20431;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 20651;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
20432;;;;;; (19622 9855)) 20652;;;;;; (19775 2029))
20433;;; Generated autoloads from outline.el 20653;;; Generated autoloads from outline.el
20434(put 'outline-regexp 'safe-local-variable 'string-or-null-p) 20654(put 'outline-regexp 'safe-local-variable 'string-or-null-p)
20435 20655
@@ -20489,7 +20709,7 @@ See the command `outline-mode' for more information on this mode.
20489;;;### (autoloads (list-packages describe-package package-initialize 20709;;;### (autoloads (list-packages describe-package package-initialize
20490;;;;;; package-install-file package-install-from-buffer package-install 20710;;;;;; package-install-file package-install-from-buffer package-install
20491;;;;;; package-enable-at-startup) "package" "emacs-lisp/package.el" 20711;;;;;; package-enable-at-startup) "package" "emacs-lisp/package.el"
20492;;;;;; (19675 5423)) 20712;;;;;; (19775 2028))
20493;;; Generated autoloads from emacs-lisp/package.el 20713;;; Generated autoloads from emacs-lisp/package.el
20494 20714
20495(defvar package-enable-at-startup t "\ 20715(defvar package-enable-at-startup t "\
@@ -20551,7 +20771,7 @@ The list is displayed in a buffer named `*Packages*'.
20551 20771
20552;;;*** 20772;;;***
20553 20773
20554;;;### (autoloads (show-paren-mode) "paren" "paren.el" (19648 63605)) 20774;;;### (autoloads (show-paren-mode) "paren" "paren.el" (19775 2029))
20555;;; Generated autoloads from paren.el 20775;;; Generated autoloads from paren.el
20556 20776
20557(defvar show-paren-mode nil "\ 20777(defvar show-paren-mode nil "\
@@ -20576,7 +20796,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
20576;;;*** 20796;;;***
20577 20797
20578;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 20798;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
20579;;;;;; (19582 65302)) 20799;;;;;; (19775 2027))
20580;;; Generated autoloads from calendar/parse-time.el 20800;;; Generated autoloads from calendar/parse-time.el
20581(put 'parse-time-rules 'risky-local-variable t) 20801(put 'parse-time-rules 'risky-local-variable t)
20582 20802
@@ -20589,8 +20809,8 @@ unknown are returned as nil.
20589 20809
20590;;;*** 20810;;;***
20591 20811
20592;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19670 20812;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19780
20593;;;;;; 1520)) 20813;;;;;; 4514))
20594;;; Generated autoloads from progmodes/pascal.el 20814;;; Generated autoloads from progmodes/pascal.el
20595 20815
20596(autoload 'pascal-mode "pascal" "\ 20816(autoload 'pascal-mode "pascal" "\
@@ -20643,7 +20863,7 @@ no args, if that value is non-nil.
20643;;;*** 20863;;;***
20644 20864
20645;;;### (autoloads (password-cache-expiry password-cache) "password-cache" 20865;;;### (autoloads (password-cache-expiry password-cache) "password-cache"
20646;;;;;; "password-cache.el" (19582 65302)) 20866;;;;;; "password-cache.el" (19775 2029))
20647;;; Generated autoloads from password-cache.el 20867;;; Generated autoloads from password-cache.el
20648 20868
20649(defvar password-cache t "\ 20869(defvar password-cache t "\
@@ -20660,7 +20880,7 @@ Whether passwords are cached at all is controlled by `password-cache'.")
20660;;;*** 20880;;;***
20661 20881
20662;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 20882;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
20663;;;;;; (19277 34919)) 20883;;;;;; (19775 2028))
20664;;; Generated autoloads from emulation/pc-mode.el 20884;;; Generated autoloads from emulation/pc-mode.el
20665 20885
20666(autoload 'pc-bindings-mode "pc-mode" "\ 20886(autoload 'pc-bindings-mode "pc-mode" "\
@@ -20678,7 +20898,7 @@ C-Escape does list-buffers.
20678;;;*** 20898;;;***
20679 20899
20680;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el" 20900;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el"
20681;;;;;; (19609 2166)) 20901;;;;;; (19775 2028))
20682;;; Generated autoloads from emulation/pc-select.el 20902;;; Generated autoloads from emulation/pc-select.el
20683 20903
20684(defvar pc-selection-mode nil "\ 20904(defvar pc-selection-mode nil "\
@@ -20745,7 +20965,7 @@ but before calling PC Selection mode):
20745;;;*** 20965;;;***
20746 20966
20747;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el" 20967;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el"
20748;;;;;; (19693 26133)) 20968;;;;;; (19775 2028))
20749;;; Generated autoloads from emacs-lisp/pcase.el 20969;;; Generated autoloads from emacs-lisp/pcase.el
20750 20970
20751(autoload 'pcase "pcase" "\ 20971(autoload 'pcase "pcase" "\
@@ -20801,8 +21021,8 @@ of the form (UPAT EXP).
20801 21021
20802;;;*** 21022;;;***
20803 21023
20804;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (19580 21024;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (19775
20805;;;;;; 19536)) 21025;;;;;; 2029))
20806;;; Generated autoloads from pcmpl-cvs.el 21026;;; Generated autoloads from pcmpl-cvs.el
20807 21027
20808(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 21028(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -20813,7 +21033,7 @@ Completion rules for the `cvs' command.
20813;;;*** 21033;;;***
20814 21034
20815;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 21035;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
20816;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (19580 19536)) 21036;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (19775 2029))
20817;;; Generated autoloads from pcmpl-gnu.el 21037;;; Generated autoloads from pcmpl-gnu.el
20818 21038
20819(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 21039(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -20841,7 +21061,7 @@ Completion for the GNU tar utility.
20841;;;*** 21061;;;***
20842 21062
20843;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 21063;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
20844;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19580 19536)) 21064;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19775 2029))
20845;;; Generated autoloads from pcmpl-linux.el 21065;;; Generated autoloads from pcmpl-linux.el
20846 21066
20847(autoload 'pcomplete/kill "pcmpl-linux" "\ 21067(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -20861,8 +21081,8 @@ Completion for GNU/Linux `mount'.
20861 21081
20862;;;*** 21082;;;***
20863 21083
20864;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19580 21084;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19775
20865;;;;;; 19536)) 21085;;;;;; 2029))
20866;;; Generated autoloads from pcmpl-rpm.el 21086;;; Generated autoloads from pcmpl-rpm.el
20867 21087
20868(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 21088(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -20874,7 +21094,7 @@ Completion for the `rpm' command.
20874 21094
20875;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown 21095;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
20876;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir 21096;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
20877;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (19580 19536)) 21097;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (19775 2029))
20878;;; Generated autoloads from pcmpl-unix.el 21098;;; Generated autoloads from pcmpl-unix.el
20879 21099
20880(autoload 'pcomplete/cd "pcmpl-unix" "\ 21100(autoload 'pcomplete/cd "pcmpl-unix" "\
@@ -20931,8 +21151,8 @@ Includes files as well as host names followed by a colon.
20931 21151
20932;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 21152;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
20933;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 21153;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
20934;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (19451 21154;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (19775
20935;;;;;; 17238)) 21155;;;;;; 2029))
20936;;; Generated autoloads from pcomplete.el 21156;;; Generated autoloads from pcomplete.el
20937 21157
20938(autoload 'pcomplete "pcomplete" "\ 21158(autoload 'pcomplete "pcomplete" "\
@@ -20991,7 +21211,7 @@ Setup `shell-mode' to use pcomplete.
20991 21211
20992;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 21212;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
20993;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 21213;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
20994;;;;;; "vc/pcvs.el" (19474 36901)) 21214;;;;;; "vc/pcvs.el" (19775 2030))
20995;;; Generated autoloads from vc/pcvs.el 21215;;; Generated autoloads from vc/pcvs.el
20996 21216
20997(autoload 'cvs-checkout "pcvs" "\ 21217(autoload 'cvs-checkout "pcvs" "\
@@ -21066,7 +21286,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
21066 21286
21067;;;*** 21287;;;***
21068 21288
21069;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (19580 19536)) 21289;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (19780 4514))
21070;;; Generated autoloads from vc/pcvs-defs.el 21290;;; Generated autoloads from vc/pcvs-defs.el
21071 21291
21072(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] `(menu-item ,(purecopy "Directory Status") cvs-status :help ,(purecopy "A more verbose status of a workarea"))) (define-key m [checkout] `(menu-item ,(purecopy "Checkout Module") cvs-checkout :help ,(purecopy "Check out a module from the repository"))) (define-key m [update] `(menu-item ,(purecopy "Update Directory") cvs-update :help ,(purecopy "Fetch updates from the repository"))) (define-key m [examine] `(menu-item ,(purecopy "Examine Directory") cvs-examine :help ,(purecopy "Examine the current state of a workarea"))) (fset 'cvs-global-menu m))) 21292(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] `(menu-item ,(purecopy "Directory Status") cvs-status :help ,(purecopy "A more verbose status of a workarea"))) (define-key m [checkout] `(menu-item ,(purecopy "Checkout Module") cvs-checkout :help ,(purecopy "Check out a module from the repository"))) (define-key m [update] `(menu-item ,(purecopy "Update Directory") cvs-update :help ,(purecopy "Fetch updates from the repository"))) (define-key m [examine] `(menu-item ,(purecopy "Examine Directory") cvs-examine :help ,(purecopy "Examine the current state of a workarea"))) (fset 'cvs-global-menu m)))
@@ -21074,7 +21294,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
21074;;;*** 21294;;;***
21075 21295
21076;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 21296;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
21077;;;;;; (19668 19310)) 21297;;;;;; (19775 2029))
21078;;; Generated autoloads from progmodes/perl-mode.el 21298;;; Generated autoloads from progmodes/perl-mode.el
21079(put 'perl-indent-level 'safe-local-variable 'integerp) 21299(put 'perl-indent-level 'safe-local-variable 'integerp)
21080(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 21300(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -21135,155 +21355,8 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
21135 21355
21136;;;*** 21356;;;***
21137 21357
21138;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key
21139;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt
21140;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region
21141;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (19635 50568))
21142;;; Generated autoloads from pgg.el
21143
21144(autoload 'pgg-encrypt-region "pgg" "\
21145Encrypt the current region between START and END for RCPTS.
21146
21147If optional argument SIGN is non-nil, do a combined sign and encrypt.
21148
21149If optional PASSPHRASE is not specified, it will be obtained from the
21150passphrase cache or user.
21151
21152\(fn START END RCPTS &optional SIGN PASSPHRASE)" t nil)
21153
21154(autoload 'pgg-encrypt-symmetric-region "pgg" "\
21155Encrypt the current region between START and END symmetric with passphrase.
21156
21157If optional PASSPHRASE is not specified, it will be obtained from the
21158cache or user.
21159
21160\(fn START END &optional PASSPHRASE)" t nil)
21161
21162(autoload 'pgg-encrypt-symmetric "pgg" "\
21163Encrypt the current buffer using a symmetric, rather than key-pair, cipher.
21164
21165If optional arguments START and END are specified, only encrypt within
21166the region.
21167
21168If optional PASSPHRASE is not specified, it will be obtained from the
21169passphrase cache or user.
21170
21171\(fn &optional START END PASSPHRASE)" t nil)
21172
21173(autoload 'pgg-encrypt "pgg" "\
21174Encrypt the current buffer for RCPTS.
21175
21176If optional argument SIGN is non-nil, do a combined sign and encrypt.
21177
21178If optional arguments START and END are specified, only encrypt within
21179the region.
21180
21181If optional PASSPHRASE is not specified, it will be obtained from the
21182passphrase cache or user.
21183
21184\(fn RCPTS &optional SIGN START END PASSPHRASE)" t nil)
21185
21186(autoload 'pgg-decrypt-region "pgg" "\
21187Decrypt the current region between START and END.
21188
21189If optional PASSPHRASE is not specified, it will be obtained from the
21190passphrase cache or user.
21191
21192\(fn START END &optional PASSPHRASE)" t nil)
21193
21194(autoload 'pgg-decrypt "pgg" "\
21195Decrypt the current buffer.
21196
21197If optional arguments START and END are specified, only decrypt within
21198the region.
21199
21200If optional PASSPHRASE is not specified, it will be obtained from the
21201passphrase cache or user.
21202
21203\(fn &optional START END PASSPHRASE)" t nil)
21204
21205(autoload 'pgg-sign-region "pgg" "\
21206Make the signature from text between START and END.
21207
21208If the optional 3rd argument CLEARTEXT is non-nil, it does not create
21209a detached signature.
21210
21211If this function is called interactively, CLEARTEXT is enabled
21212and the output is displayed.
21213
21214If optional PASSPHRASE is not specified, it will be obtained from the
21215passphrase cache or user.
21216
21217\(fn START END &optional CLEARTEXT PASSPHRASE)" t nil)
21218
21219(autoload 'pgg-sign "pgg" "\
21220Sign the current buffer.
21221
21222If the optional argument CLEARTEXT is non-nil, it does not create a
21223detached signature.
21224
21225If optional arguments START and END are specified, only sign data
21226within the region.
21227
21228If this function is called interactively, CLEARTEXT is enabled
21229and the output is displayed.
21230
21231If optional PASSPHRASE is not specified, it will be obtained from the
21232passphrase cache or user.
21233
21234\(fn &optional CLEARTEXT START END PASSPHRASE)" t nil)
21235
21236(autoload 'pgg-verify-region "pgg" "\
21237Verify the current region between START and END.
21238If the optional 3rd argument SIGNATURE is non-nil, it is treated as
21239the detached signature of the current region.
21240
21241If the optional 4th argument FETCH is non-nil, we attempt to fetch the
21242signer's public key from `pgg-default-keyserver-address'.
21243
21244\(fn START END &optional SIGNATURE FETCH)" t nil)
21245
21246(autoload 'pgg-verify "pgg" "\
21247Verify the current buffer.
21248If the optional argument SIGNATURE is non-nil, it is treated as
21249the detached signature of the current region.
21250If the optional argument FETCH is non-nil, we attempt to fetch the
21251signer's public key from `pgg-default-keyserver-address'.
21252If optional arguments START and END are specified, only verify data
21253within the region.
21254
21255\(fn &optional SIGNATURE FETCH START END)" t nil)
21256
21257(autoload 'pgg-insert-key "pgg" "\
21258Insert the ASCII armored public key.
21259
21260\(fn)" t nil)
21261
21262(autoload 'pgg-snarf-keys-region "pgg" "\
21263Import public keys in the current region between START and END.
21264
21265\(fn START END)" t nil)
21266
21267(autoload 'pgg-snarf-keys "pgg" "\
21268Import public keys in the current buffer.
21269
21270\(fn)" t nil)
21271
21272;;;***
21273
21274;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el"
21275;;;;;; (19582 65302))
21276;;; Generated autoloads from pgg-gpg.el
21277
21278(autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\
21279True if decoded armor MESSAGE-KEYS has symmetric encryption indicator.
21280
21281\(fn MESSAGE-KEYS)" nil nil)
21282
21283;;;***
21284
21285;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 21358;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
21286;;;;;; (19687 6902)) 21359;;;;;; (19775 2030))
21287;;; Generated autoloads from textmodes/picture.el 21360;;; Generated autoloads from textmodes/picture.el
21288 21361
21289(autoload 'picture-mode "picture" "\ 21362(autoload 'picture-mode "picture" "\
@@ -21364,7 +21437,7 @@ they are not defaultly assigned to keys.
21364;;;*** 21437;;;***
21365 21438
21366;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 21439;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
21367;;;;;; (19277 34923)) 21440;;;;;; (19775 2030))
21368;;; Generated autoloads from textmodes/po.el 21441;;; Generated autoloads from textmodes/po.el
21369 21442
21370(autoload 'po-find-file-coding-system "po" "\ 21443(autoload 'po-find-file-coding-system "po" "\
@@ -21375,7 +21448,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
21375 21448
21376;;;*** 21449;;;***
21377 21450
21378;;;### (autoloads (pong) "pong" "play/pong.el" (19277 34922)) 21451;;;### (autoloads (pong) "pong" "play/pong.el" (19775 2029))
21379;;; Generated autoloads from play/pong.el 21452;;; Generated autoloads from play/pong.el
21380 21453
21381(autoload 'pong "pong" "\ 21454(autoload 'pong "pong" "\
@@ -21391,7 +21464,7 @@ pong-mode keybindings:\\<pong-mode-map>
21391 21464
21392;;;*** 21465;;;***
21393 21466
21394;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (19624 59837)) 21467;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (19775 2028))
21395;;; Generated autoloads from gnus/pop3.el 21468;;; Generated autoloads from gnus/pop3.el
21396 21469
21397(autoload 'pop3-movemail "pop3" "\ 21470(autoload 'pop3-movemail "pop3" "\
@@ -21404,7 +21477,7 @@ Use streaming commands.
21404 21477
21405;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression 21478;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression
21406;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" 21479;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el"
21407;;;;;; (19277 34919)) 21480;;;;;; (19775 2028))
21408;;; Generated autoloads from emacs-lisp/pp.el 21481;;; Generated autoloads from emacs-lisp/pp.el
21409 21482
21410(autoload 'pp-to-string "pp" "\ 21483(autoload 'pp-to-string "pp" "\
@@ -21472,7 +21545,7 @@ Ignores leading comment characters.
21472;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 21545;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
21473;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 21546;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
21474;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 21547;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
21475;;;;;; (19687 6902)) 21548;;;;;; (19775 2029))
21476;;; Generated autoloads from printing.el 21549;;; Generated autoloads from printing.el
21477 21550
21478(autoload 'pr-interface "printing" "\ 21551(autoload 'pr-interface "printing" "\
@@ -22059,7 +22132,7 @@ are both set to t.
22059 22132
22060;;;*** 22133;;;***
22061 22134
22062;;;### (autoloads (proced) "proced" "proced.el" (19590 30214)) 22135;;;### (autoloads (proced) "proced" "proced.el" (19775 2029))
22063;;; Generated autoloads from proced.el 22136;;; Generated autoloads from proced.el
22064 22137
22065(autoload 'proced "proced" "\ 22138(autoload 'proced "proced" "\
@@ -22074,13 +22147,21 @@ See `proced-mode' for a description of features available in Proced buffers.
22074 22147
22075;;;*** 22148;;;***
22076 22149
22077;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" 22150;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog"
22078;;;;;; (19672 21006)) 22151;;;;;; "progmodes/prolog.el" (19780 4514))
22079;;; Generated autoloads from progmodes/prolog.el 22152;;; Generated autoloads from progmodes/prolog.el
22080 22153
22081(autoload 'prolog-mode "prolog" "\ 22154(autoload 'prolog-mode "prolog" "\
22082Major mode for editing Prolog code for Prologs. 22155Major mode for editing Prolog code.
22083Blank lines and `%%...' separate paragraphs. `%'s start comments. 22156
22157Blank lines and `%%...' separate paragraphs. `%'s starts a comment
22158line and comments can also be enclosed in /* ... */.
22159
22160If an optional argument SYSTEM is non-nil, set up mode for the given system.
22161
22162To find out what version of Prolog mode you are running, enter
22163`\\[prolog-mode-version]'.
22164
22084Commands: 22165Commands:
22085\\{prolog-mode-map} 22166\\{prolog-mode-map}
22086Entry to this mode calls the value of `prolog-mode-hook' 22167Entry to this mode calls the value of `prolog-mode-hook'
@@ -22088,18 +22169,62 @@ if that value is non-nil.
22088 22169
22089\(fn)" t nil) 22170\(fn)" t nil)
22090 22171
22091(defalias 'run-prolog 'switch-to-prolog) 22172(autoload 'mercury-mode "prolog" "\
22173Major mode for editing Mercury programs.
22174Actually this is just customized `prolog-mode'.
22175
22176\(fn)" t nil)
22092 22177
22093(autoload 'switch-to-prolog "prolog" "\ 22178(autoload 'run-prolog "prolog" "\
22094Run an inferior Prolog process, input and output via buffer *prolog*. 22179Run an inferior Prolog process, input and output via buffer *prolog*.
22095With prefix argument \\[universal-prefix], prompt for the program to use. 22180With prefix argument ARG, restart the Prolog process if running before.
22096 22181
22097\(fn &optional NAME)" t nil) 22182\(fn ARG)" t nil)
22183
22184;;;***
22185
22186;;;### (autoloads (open-protocol-stream) "proto-stream" "gnus/proto-stream.el"
22187;;;;;; (19780 4513))
22188;;; Generated autoloads from gnus/proto-stream.el
22189
22190(autoload 'open-protocol-stream "proto-stream" "\
22191Open a network stream to HOST, upgrading to STARTTLS if possible.
22192The first four parameters have the same meaning as in
22193`open-network-stream'. The function returns a list where the
22194first element is the stream, the second element is the greeting
22195the server replied with after connecting, and the third element
22196is a string representing the capabilities of the server (if any).
22197
22198The PARAMETERS is a keyword list that can have the following
22199values:
22200
22201:type -- either `network', `network-only, `tls', `shell' or
22202`starttls'. If omitted, the default is `network'. `network'
22203will be opportunistically upgraded to STARTTLS if both the server
22204and Emacs supports it. If you don't want STARTTLS upgrades, use
22205`network-only'.
22206
22207:end-of-command -- a regexp saying what the end of a command is.
22208This defaults to \"\\n\".
22209
22210:success -- a regexp saying whether the STARTTLS command was
22211successful or not. For instance, for NNTP this is \"^3\".
22212
22213:capability-command -- a string representing the command used to
22214query server for capabilities. For instance, for IMAP this is
22215\"1 CAPABILITY\\r\\n\".
22216
22217:starttls-function -- a function that takes one parameter, which
22218is the response to the capaibility command. It should return nil
22219if it turns out that the server doesn't support STARTTLS, or the
22220command to switch on STARTTLS otherwise.
22221
22222\(fn NAME BUFFER HOST SERVICE &rest PARAMETERS)" nil nil)
22098 22223
22099;;;*** 22224;;;***
22100 22225
22101;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19580 22226;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19780
22102;;;;;; 19536)) 22227;;;;;; 4514))
22103;;; Generated autoloads from ps-bdf.el 22228;;; Generated autoloads from ps-bdf.el
22104 22229
22105(defvar bdf-directory-list (if (memq system-type '(ms-dos windows-nt)) (list (expand-file-name "fonts/bdf" installation-directory)) '("/usr/local/share/emacs/fonts/bdf")) "\ 22230(defvar bdf-directory-list (if (memq system-type '(ms-dos windows-nt)) (list (expand-file-name "fonts/bdf" installation-directory)) '("/usr/local/share/emacs/fonts/bdf")) "\
@@ -22110,8 +22235,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
22110 22235
22111;;;*** 22236;;;***
22112 22237
22113;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (19580 22238;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (19780
22114;;;;;; 19536)) 22239;;;;;; 4514))
22115;;; Generated autoloads from progmodes/ps-mode.el 22240;;; Generated autoloads from progmodes/ps-mode.el
22116 22241
22117(autoload 'ps-mode "ps-mode" "\ 22242(autoload 'ps-mode "ps-mode" "\
@@ -22162,8 +22287,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
22162;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 22287;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
22163;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 22288;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
22164;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 22289;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
22165;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19648 22290;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19780
22166;;;;;; 63513)) 22291;;;;;; 4514))
22167;;; Generated autoloads from ps-print.el 22292;;; Generated autoloads from ps-print.el
22168 22293
22169(defvar ps-page-dimensions-database (purecopy (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5") '(addresslarge 236.0 99.0 "AddressLarge") '(addresssmall 236.0 68.0 "AddressSmall") '(cuthanging13 90.0 222.0 "CutHanging13") '(cuthanging15 90.0 114.0 "CutHanging15") '(diskette 181.0 136.0 "Diskette") '(eurofilefolder 139.0 112.0 "EuropeanFilefolder") '(eurofoldernarrow 526.0 107.0 "EuroFolderNarrow") '(eurofolderwide 526.0 136.0 "EuroFolderWide") '(euronamebadge 189.0 108.0 "EuroNameBadge") '(euronamebadgelarge 223.0 136.0 "EuroNameBadgeLarge") '(filefolder 230.0 37.0 "FileFolder") '(jewelry 76.0 136.0 "Jewelry") '(mediabadge 180.0 136.0 "MediaBadge") '(multipurpose 126.0 68.0 "MultiPurpose") '(retaillabel 90.0 104.0 "RetailLabel") '(shipping 271.0 136.0 "Shipping") '(slide35mm 26.0 104.0 "Slide35mm") '(spine8mm 187.0 26.0 "Spine8mm") '(topcoated 425.19685 136.0 "TopCoatedPaper") '(topcoatedpaper 396.0 136.0 "TopcoatedPaper150") '(vhsface 205.0 127.0 "VHSFace") '(vhsspine 400.0 50.0 "VHSSpine") '(zipdisk 156.0 136.0 "ZipDisk"))) "\ 22294(defvar ps-page-dimensions-database (purecopy (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5") '(addresslarge 236.0 99.0 "AddressLarge") '(addresssmall 236.0 68.0 "AddressSmall") '(cuthanging13 90.0 222.0 "CutHanging13") '(cuthanging15 90.0 114.0 "CutHanging15") '(diskette 181.0 136.0 "Diskette") '(eurofilefolder 139.0 112.0 "EuropeanFilefolder") '(eurofoldernarrow 526.0 107.0 "EuroFolderNarrow") '(eurofolderwide 526.0 136.0 "EuroFolderWide") '(euronamebadge 189.0 108.0 "EuroNameBadge") '(euronamebadgelarge 223.0 136.0 "EuroNameBadgeLarge") '(filefolder 230.0 37.0 "FileFolder") '(jewelry 76.0 136.0 "Jewelry") '(mediabadge 180.0 136.0 "MediaBadge") '(multipurpose 126.0 68.0 "MultiPurpose") '(retaillabel 90.0 104.0 "RetailLabel") '(shipping 271.0 136.0 "Shipping") '(slide35mm 26.0 104.0 "Slide35mm") '(spine8mm 187.0 26.0 "Spine8mm") '(topcoated 425.19685 136.0 "TopCoatedPaper") '(topcoatedpaper 396.0 136.0 "TopcoatedPaper150") '(vhsface 205.0 127.0 "VHSFace") '(vhsspine 400.0 50.0 "VHSSpine") '(zipdisk 156.0 136.0 "ZipDisk"))) "\
@@ -22360,7 +22485,7 @@ If EXTENSION is any other symbol, it is ignored.
22360;;;*** 22485;;;***
22361 22486
22362;;;### (autoloads (python-shell jython-mode python-mode run-python) 22487;;;### (autoloads (python-shell jython-mode python-mode run-python)
22363;;;;;; "python" "progmodes/python.el" (19691 3508)) 22488;;;;;; "python" "progmodes/python.el" (19780 4514))
22364;;; Generated autoloads from progmodes/python.el 22489;;; Generated autoloads from progmodes/python.el
22365 22490
22366(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) 22491(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode))
@@ -22371,20 +22496,24 @@ If EXTENSION is any other symbol, it is ignored.
22371 22496
22372(autoload 'run-python "python" "\ 22497(autoload 'run-python "python" "\
22373Run an inferior Python process, input and output via buffer *Python*. 22498Run an inferior Python process, input and output via buffer *Python*.
22374CMD is the Python command to run. NOSHOW non-nil means don't show the 22499CMD is the Python command to run. NOSHOW non-nil means don't
22375buffer automatically. 22500show the buffer automatically.
22501
22502Interactively, a prefix arg means to prompt for the initial
22503Python command line (default is `python-command').
22504
22505A new process is started if one isn't running attached to
22506`python-buffer', or if called from Lisp with non-nil arg NEW.
22507Otherwise, if a process is already running in `python-buffer',
22508switch to that buffer.
22376 22509
22377Normally, if there is a process already running in `python-buffer', 22510This command runs the hook `inferior-python-mode-hook' after
22378switch to that buffer. Interactively, a prefix arg allows you to edit 22511running `comint-mode-hook'. Type \\[describe-mode] in the
22379the initial command line (default is `python-command'); `-i' etc. args 22512process buffer for a list of commands.
22380will be added to this as appropriate. A new process is started if:
22381one isn't running attached to `python-buffer', or interactively the
22382default `python-command', or argument NEW is non-nil. See also the
22383documentation for `python-buffer'.
22384 22513
22385Runs the hook `inferior-python-mode-hook' (after the 22514By default, Emacs inhibits the loading of Python modules from the
22386`comint-mode-hook' is run). (Type \\[describe-mode] in the process 22515current working directory, for security reasons. To disable this
22387buffer for a list of commands.) 22516behavior, change `python-remove-cwd-from-path' to nil.
22388 22517
22389\(fn &optional CMD NOSHOW NEW)" t nil) 22518\(fn &optional CMD NOSHOW NEW)" t nil)
22390 22519
@@ -22476,7 +22605,7 @@ filter.
22476;;;*** 22605;;;***
22477 22606
22478;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 22607;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
22479;;;;;; (19582 65302)) 22608;;;;;; (19775 2028))
22480;;; Generated autoloads from gnus/qp.el 22609;;; Generated autoloads from gnus/qp.el
22481 22610
22482(autoload 'quoted-printable-decode-region "qp" "\ 22611(autoload 'quoted-printable-decode-region "qp" "\
@@ -22499,7 +22628,7 @@ them into characters should be done separately.
22499;;;;;; quail-defrule quail-install-decode-map quail-install-map 22628;;;;;; quail-defrule quail-install-decode-map quail-install-map
22500;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 22629;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
22501;;;;;; quail-define-package quail-use-package quail-title) "quail" 22630;;;;;; quail-define-package quail-use-package quail-title) "quail"
22502;;;;;; "international/quail.el" (19498 12592)) 22631;;;;;; "international/quail.el" (19780 45051))
22503;;; Generated autoloads from international/quail.el 22632;;; Generated autoloads from international/quail.el
22504 22633
22505(autoload 'quail-title "quail" "\ 22634(autoload 'quail-title "quail" "\
@@ -22730,8 +22859,8 @@ of each directory.
22730 22859
22731;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 22860;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
22732;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 22861;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
22733;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (19672 22862;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (19775
22734;;;;;; 56753)) 22863;;;;;; 2029))
22735;;; Generated autoloads from net/quickurl.el 22864;;; Generated autoloads from net/quickurl.el
22736 22865
22737(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" "\ 22866(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" "\
@@ -22803,7 +22932,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22803;;;*** 22932;;;***
22804 22933
22805;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 22934;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
22806;;;;;; "net/rcirc.el" (19599 45674)) 22935;;;;;; "net/rcirc.el" (19780 4514))
22807;;; Generated autoloads from net/rcirc.el 22936;;; Generated autoloads from net/rcirc.el
22808 22937
22809(autoload 'rcirc "rcirc" "\ 22938(autoload 'rcirc "rcirc" "\
@@ -22838,8 +22967,8 @@ Global minor mode for tracking activity in rcirc buffers.
22838 22967
22839;;;*** 22968;;;***
22840 22969
22841;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19609 22970;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19775
22842;;;;;; 2577)) 22971;;;;;; 2029))
22843;;; Generated autoloads from net/rcompile.el 22972;;; Generated autoloads from net/rcompile.el
22844 22973
22845(autoload 'remote-compile "rcompile" "\ 22974(autoload 'remote-compile "rcompile" "\
@@ -22851,7 +22980,7 @@ See \\[compile].
22851;;;*** 22980;;;***
22852 22981
22853;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 22982;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
22854;;;;;; (19552 37739)) 22983;;;;;; (19775 2028))
22855;;; Generated autoloads from emacs-lisp/re-builder.el 22984;;; Generated autoloads from emacs-lisp/re-builder.el
22856 22985
22857(defalias 'regexp-builder 're-builder) 22986(defalias 'regexp-builder 're-builder)
@@ -22863,7 +22992,7 @@ Construct a regexp interactively.
22863 22992
22864;;;*** 22993;;;***
22865 22994
22866;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19277 34917)) 22995;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19775 2029))
22867;;; Generated autoloads from recentf.el 22996;;; Generated autoloads from recentf.el
22868 22997
22869(defvar recentf-mode nil "\ 22998(defvar recentf-mode nil "\
@@ -22887,11 +23016,11 @@ that were operated on recently.
22887 23016
22888;;;*** 23017;;;***
22889 23018
22890;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 23019;;;### (autoloads (rectangle-number-lines clear-rectangle string-insert-rectangle
22891;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 23020;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle
22892;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 23021;;;;;; insert-rectangle yank-rectangle kill-rectangle extract-rectangle
22893;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (19580 23022;;;;;; delete-extract-rectangle delete-rectangle) "rect" "rect.el"
22894;;;;;; 19536)) 23023;;;;;; (19775 2029))
22895;;; Generated autoloads from rect.el 23024;;; Generated autoloads from rect.el
22896 (define-key ctl-x-r-map "c" 'clear-rectangle) 23025 (define-key ctl-x-r-map "c" 'clear-rectangle)
22897 (define-key ctl-x-r-map "k" 'kill-rectangle) 23026 (define-key ctl-x-r-map "k" 'kill-rectangle)
@@ -22899,15 +23028,7 @@ that were operated on recently.
22899 (define-key ctl-x-r-map "y" 'yank-rectangle) 23028 (define-key ctl-x-r-map "y" 'yank-rectangle)
22900 (define-key ctl-x-r-map "o" 'open-rectangle) 23029 (define-key ctl-x-r-map "o" 'open-rectangle)
22901 (define-key ctl-x-r-map "t" 'string-rectangle) 23030 (define-key ctl-x-r-map "t" 'string-rectangle)
22902 23031 (define-key ctl-x-r-map "N" 'rectangle-number-lines)
22903(autoload 'move-to-column-force "rect" "\
22904If COLUMN is within a multi-column character, replace it by spaces and tab.
22905As for `move-to-column', passing anything but nil or t in FLAG will move to
22906the desired column only if the line is long enough.
22907
22908\(fn COLUMN &optional FLAG)" nil nil)
22909
22910(make-obsolete 'move-to-column-force 'move-to-column "21.2")
22911 23032
22912(autoload 'delete-rectangle "rect" "\ 23033(autoload 'delete-rectangle "rect" "\
22913Delete (don't save) text in the region-rectangle. 23034Delete (don't save) text in the region-rectangle.
@@ -23023,10 +23144,20 @@ rectangle which were empty.
23023 23144
23024\(fn START END &optional FILL)" t nil) 23145\(fn START END &optional FILL)" t nil)
23025 23146
23147(autoload 'rectangle-number-lines "rect" "\
23148Insert numbers in front of the region-rectangle.
23149
23150START-AT, if non-nil, should be a number from which to begin
23151counting. FORMAT, if non-nil, should be a format string to pass
23152to `format' along with the line count. When called interactively
23153with a prefix argument, prompt for START-AT and FORMAT.
23154
23155\(fn START END START-AT &optional FORMAT)" t nil)
23156
23026;;;*** 23157;;;***
23027 23158
23028;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (19277 23159;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (19775
23029;;;;;; 34923)) 23160;;;;;; 2030))
23030;;; Generated autoloads from textmodes/refill.el 23161;;; Generated autoloads from textmodes/refill.el
23031 23162
23032(autoload 'refill-mode "refill" "\ 23163(autoload 'refill-mode "refill" "\
@@ -23042,7 +23173,7 @@ refilling if they would cause auto-filling.
23042;;;*** 23173;;;***
23043 23174
23044;;;### (autoloads (reftex-reset-scanning-information reftex-mode 23175;;;### (autoloads (reftex-reset-scanning-information reftex-mode
23045;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19594 48841)) 23176;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19775 2030))
23046;;; Generated autoloads from textmodes/reftex.el 23177;;; Generated autoloads from textmodes/reftex.el
23047 23178
23048(autoload 'turn-on-reftex "reftex" "\ 23179(autoload 'turn-on-reftex "reftex" "\
@@ -23092,7 +23223,7 @@ This enforces rescanning the buffer on next use.
23092;;;*** 23223;;;***
23093 23224
23094;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 23225;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
23095;;;;;; (19669 41170)) 23226;;;;;; (19775 2030))
23096;;; Generated autoloads from textmodes/reftex-cite.el 23227;;; Generated autoloads from textmodes/reftex-cite.el
23097 23228
23098(autoload 'reftex-citation "reftex-cite" "\ 23229(autoload 'reftex-citation "reftex-cite" "\
@@ -23122,7 +23253,7 @@ While entering the regexp, completion on knows citation keys is possible.
23122;;;*** 23253;;;***
23123 23254
23124;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 23255;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
23125;;;;;; (19580 19536)) 23256;;;;;; (19775 2030))
23126;;; Generated autoloads from textmodes/reftex-global.el 23257;;; Generated autoloads from textmodes/reftex-global.el
23127 23258
23128(autoload 'reftex-isearch-minor-mode "reftex-global" "\ 23259(autoload 'reftex-isearch-minor-mode "reftex-global" "\
@@ -23139,7 +23270,7 @@ With no argument, this command toggles
23139;;;*** 23270;;;***
23140 23271
23141;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 23272;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
23142;;;;;; (19664 56235)) 23273;;;;;; (19775 2030))
23143;;; Generated autoloads from textmodes/reftex-index.el 23274;;; Generated autoloads from textmodes/reftex-index.el
23144 23275
23145(autoload 'reftex-index-phrases-mode "reftex-index" "\ 23276(autoload 'reftex-index-phrases-mode "reftex-index" "\
@@ -23165,14 +23296,14 @@ For more information see the RefTeX User Manual.
23165 23296
23166Here are all local bindings. 23297Here are all local bindings.
23167 23298
23168\\{reftex-index-phrases-map} 23299\\{reftex-index-phrases-mode-map}
23169 23300
23170\(fn)" t nil) 23301\(fn)" t nil)
23171 23302
23172;;;*** 23303;;;***
23173 23304
23174;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 23305;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
23175;;;;;; (19607 63447)) 23306;;;;;; (19775 2030))
23176;;; Generated autoloads from textmodes/reftex-parse.el 23307;;; Generated autoloads from textmodes/reftex-parse.el
23177 23308
23178(autoload 'reftex-all-document-files "reftex-parse" "\ 23309(autoload 'reftex-all-document-files "reftex-parse" "\
@@ -23184,8 +23315,8 @@ of master file.
23184 23315
23185;;;*** 23316;;;***
23186 23317
23187;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19580 23318;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19775
23188;;;;;; 19536)) 23319;;;;;; 2030))
23189;;; Generated autoloads from textmodes/reftex-vars.el 23320;;; Generated autoloads from textmodes/reftex-vars.el
23190(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 23321(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
23191(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 23322(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -23195,7 +23326,7 @@ of master file.
23195;;;*** 23326;;;***
23196 23327
23197;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 23328;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
23198;;;;;; (19645 60484)) 23329;;;;;; (19775 2028))
23199;;; Generated autoloads from emacs-lisp/regexp-opt.el 23330;;; Generated autoloads from emacs-lisp/regexp-opt.el
23200 23331
23201(autoload 'regexp-opt "regexp-opt" "\ 23332(autoload 'regexp-opt "regexp-opt" "\
@@ -23226,7 +23357,7 @@ This means the number of non-shy regexp grouping constructs
23226 23357
23227;;;### (autoloads (remember-diary-extract-entries remember-clipboard 23358;;;### (autoloads (remember-diary-extract-entries remember-clipboard
23228;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" 23359;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
23229;;;;;; (19672 39537)) 23360;;;;;; (19775 2030))
23230;;; Generated autoloads from textmodes/remember.el 23361;;; Generated autoloads from textmodes/remember.el
23231 23362
23232(autoload 'remember "remember" "\ 23363(autoload 'remember "remember" "\
@@ -23257,7 +23388,7 @@ Extract diary entries from the region.
23257 23388
23258;;;*** 23389;;;***
23259 23390
23260;;;### (autoloads (repeat) "repeat" "repeat.el" (19645 60484)) 23391;;;### (autoloads (repeat) "repeat" "repeat.el" (19775 2029))
23261;;; Generated autoloads from repeat.el 23392;;; Generated autoloads from repeat.el
23262 23393
23263(autoload 'repeat "repeat" "\ 23394(autoload 'repeat "repeat" "\
@@ -23280,7 +23411,7 @@ recently executed command not bound to an input event\".
23280;;;*** 23411;;;***
23281 23412
23282;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 23413;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
23283;;;;;; (19277 34921)) 23414;;;;;; (19775 2028))
23284;;; Generated autoloads from mail/reporter.el 23415;;; Generated autoloads from mail/reporter.el
23285 23416
23286(autoload 'reporter-submit-bug-report "reporter" "\ 23417(autoload 'reporter-submit-bug-report "reporter" "\
@@ -23312,7 +23443,7 @@ mail-sending package is used for editing and sending the message.
23312;;;*** 23443;;;***
23313 23444
23314;;;### (autoloads (reposition-window) "reposition" "reposition.el" 23445;;;### (autoloads (reposition-window) "reposition" "reposition.el"
23315;;;;;; (19668 19461)) 23446;;;;;; (19775 2029))
23316;;; Generated autoloads from reposition.el 23447;;; Generated autoloads from reposition.el
23317 23448
23318(autoload 'reposition-window "reposition" "\ 23449(autoload 'reposition-window "reposition" "\
@@ -23339,7 +23470,7 @@ first comment line visible (if point is in a comment).
23339;;;*** 23470;;;***
23340 23471
23341;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 23472;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
23342;;;;;; (19354 34807)) 23473;;;;;; (19775 2029))
23343;;; Generated autoloads from reveal.el 23474;;; Generated autoloads from reveal.el
23344 23475
23345(autoload 'reveal-mode "reveal" "\ 23476(autoload 'reveal-mode "reveal" "\
@@ -23374,7 +23505,7 @@ With zero or negative ARG turn mode off.
23374;;;*** 23505;;;***
23375 23506
23376;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 23507;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
23377;;;;;; (19277 34919)) 23508;;;;;; (19775 2028))
23378;;; Generated autoloads from emacs-lisp/ring.el 23509;;; Generated autoloads from emacs-lisp/ring.el
23379 23510
23380(autoload 'ring-p "ring" "\ 23511(autoload 'ring-p "ring" "\
@@ -23389,7 +23520,7 @@ Make a ring that can contain SIZE elements.
23389 23520
23390;;;*** 23521;;;***
23391 23522
23392;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (19609 2536)) 23523;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (19775 2029))
23393;;; Generated autoloads from net/rlogin.el 23524;;; Generated autoloads from net/rlogin.el
23394 (add-hook 'same-window-regexps (purecopy "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")) 23525 (add-hook 'same-window-regexps (purecopy "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)"))
23395 23526
@@ -23439,8 +23570,8 @@ variable.
23439;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 23570;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
23440;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 23571;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
23441;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp 23572;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp
23442;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19639 23573;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19780
23443;;;;;; 17158)) 23574;;;;;; 4513))
23444;;; Generated autoloads from mail/rmail.el 23575;;; Generated autoloads from mail/rmail.el
23445 23576
23446(autoload 'rmail-movemail-variant-p "rmail" "\ 23577(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -23634,7 +23765,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23634;;;*** 23765;;;***
23635 23766
23636;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen 23767;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
23637;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19580 19536)) 23768;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19780 4513))
23638;;; Generated autoloads from mail/rmailout.el 23769;;; Generated autoloads from mail/rmailout.el
23639(put 'rmail-output-file-alist 'risky-local-variable t) 23770(put 'rmail-output-file-alist 'risky-local-variable t)
23640 23771
@@ -23699,7 +23830,7 @@ than appending to it. Deletes the message after writing if
23699;;;*** 23830;;;***
23700 23831
23701;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" 23832;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
23702;;;;;; (19277 34921)) 23833;;;;;; (19775 2029))
23703;;; Generated autoloads from nxml/rng-cmpct.el 23834;;; Generated autoloads from nxml/rng-cmpct.el
23704 23835
23705(autoload 'rng-c-load-schema "rng-cmpct" "\ 23836(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -23711,7 +23842,7 @@ Return a pattern.
23711;;;*** 23842;;;***
23712 23843
23713;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" 23844;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
23714;;;;;; (19696 28661)) 23845;;;;;; (19780 4514))
23715;;; Generated autoloads from nxml/rng-nxml.el 23846;;; Generated autoloads from nxml/rng-nxml.el
23716 23847
23717(autoload 'rng-nxml-mode-init "rng-nxml" "\ 23848(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -23724,7 +23855,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23724;;;*** 23855;;;***
23725 23856
23726;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" 23857;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
23727;;;;;; (19696 28661)) 23858;;;;;; (19780 4514))
23728;;; Generated autoloads from nxml/rng-valid.el 23859;;; Generated autoloads from nxml/rng-valid.el
23729 23860
23730(autoload 'rng-validate-mode "rng-valid" "\ 23861(autoload 'rng-validate-mode "rng-valid" "\
@@ -23754,8 +23885,8 @@ to use for finding the schema.
23754 23885
23755;;;*** 23886;;;***
23756 23887
23757;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19277 23888;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19775
23758;;;;;; 34921)) 23889;;;;;; 2029))
23759;;; Generated autoloads from nxml/rng-xsd.el 23890;;; Generated autoloads from nxml/rng-xsd.el
23760 23891
23761(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 23892(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -23783,7 +23914,7 @@ must be equal.
23783;;;*** 23914;;;***
23784 23915
23785;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) 23916;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
23786;;;;;; "robin" "international/robin.el" (19277 34920)) 23917;;;;;; "robin" "international/robin.el" (19763 27286))
23787;;; Generated autoloads from international/robin.el 23918;;; Generated autoloads from international/robin.el
23788 23919
23789(autoload 'robin-define-package "robin" "\ 23920(autoload 'robin-define-package "robin" "\
@@ -23816,7 +23947,7 @@ Start using robin package NAME, which is a string.
23816;;;*** 23947;;;***
23817 23948
23818;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 23949;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
23819;;;;;; rot13-string rot13) "rot13" "rot13.el" (19277 34917)) 23950;;;;;; rot13-string rot13) "rot13" "rot13.el" (19775 2029))
23820;;; Generated autoloads from rot13.el 23951;;; Generated autoloads from rot13.el
23821 23952
23822(autoload 'rot13 "rot13" "\ 23953(autoload 'rot13 "rot13" "\
@@ -23854,7 +23985,7 @@ Toggle the use of ROT13 encoding for the current window.
23854;;;*** 23985;;;***
23855 23986
23856;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" 23987;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
23857;;;;;; (19687 6902)) 23988;;;;;; (19780 4514))
23858;;; Generated autoloads from textmodes/rst.el 23989;;; Generated autoloads from textmodes/rst.el
23859 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 23990 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
23860 23991
@@ -23892,7 +24023,7 @@ for modes derived from Text mode, like Mail mode.
23892;;;*** 24023;;;***
23893 24024
23894;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" 24025;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el"
23895;;;;;; (19670 666)) 24026;;;;;; (19780 4514))
23896;;; Generated autoloads from progmodes/ruby-mode.el 24027;;; Generated autoloads from progmodes/ruby-mode.el
23897 24028
23898(autoload 'ruby-mode "ruby-mode" "\ 24029(autoload 'ruby-mode "ruby-mode" "\
@@ -23913,8 +24044,8 @@ The variable `ruby-indent-level' controls the amount of indentation.
23913 24044
23914;;;*** 24045;;;***
23915 24046
23916;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (19502 24047;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (19775
23917;;;;;; 11548)) 24048;;;;;; 2029))
23918;;; Generated autoloads from ruler-mode.el 24049;;; Generated autoloads from ruler-mode.el
23919 24050
23920(defvar ruler-mode nil "\ 24051(defvar ruler-mode nil "\
@@ -23929,8 +24060,8 @@ In Ruler mode, Emacs displays a ruler in the header line.
23929 24060
23930;;;*** 24061;;;***
23931 24062
23932;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (19590 24063;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (19775
23933;;;;;; 30214)) 24064;;;;;; 2028))
23934;;; Generated autoloads from emacs-lisp/rx.el 24065;;; Generated autoloads from emacs-lisp/rx.el
23935 24066
23936(autoload 'rx-to-string "rx" "\ 24067(autoload 'rx-to-string "rx" "\
@@ -24236,8 +24367,8 @@ enclosed in `(and ...)'.
24236 24367
24237;;;*** 24368;;;***
24238 24369
24239;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (19423 24370;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (19780
24240;;;;;; 37200)) 24371;;;;;; 4514))
24241;;; Generated autoloads from savehist.el 24372;;; Generated autoloads from savehist.el
24242 24373
24243(defvar savehist-mode nil "\ 24374(defvar savehist-mode nil "\
@@ -24265,7 +24396,7 @@ which is probably undesirable.
24265;;;*** 24396;;;***
24266 24397
24267;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 24398;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
24268;;;;;; (19561 48711)) 24399;;;;;; (19780 4514))
24269;;; Generated autoloads from progmodes/scheme.el 24400;;; Generated autoloads from progmodes/scheme.el
24270 24401
24271(autoload 'scheme-mode "scheme" "\ 24402(autoload 'scheme-mode "scheme" "\
@@ -24307,7 +24438,7 @@ that variable's value is a string.
24307;;;*** 24438;;;***
24308 24439
24309;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 24440;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
24310;;;;;; (19582 65302)) 24441;;;;;; (19775 2028))
24311;;; Generated autoloads from gnus/score-mode.el 24442;;; Generated autoloads from gnus/score-mode.el
24312 24443
24313(autoload 'gnus-score-mode "score-mode" "\ 24444(autoload 'gnus-score-mode "score-mode" "\
@@ -24321,7 +24452,7 @@ This mode is an extended emacs-lisp mode.
24321;;;*** 24452;;;***
24322 24453
24323;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 24454;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
24324;;;;;; (19433 56975)) 24455;;;;;; (19775 2029))
24325;;; Generated autoloads from scroll-all.el 24456;;; Generated autoloads from scroll-all.el
24326 24457
24327(defvar scroll-all-mode nil "\ 24458(defvar scroll-all-mode nil "\
@@ -24344,7 +24475,7 @@ apply to all visible windows in the same frame.
24344;;;*** 24475;;;***
24345 24476
24346;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 24477;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
24347;;;;;; (19277 34917)) 24478;;;;;; (19775 2029))
24348;;; Generated autoloads from scroll-lock.el 24479;;; Generated autoloads from scroll-lock.el
24349 24480
24350(autoload 'scroll-lock-mode "scroll-lock" "\ 24481(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -24358,7 +24489,7 @@ during scrolling.
24358 24489
24359;;;*** 24490;;;***
24360 24491
24361;;;### (autoloads nil "secrets" "net/secrets.el" (19444 23363)) 24492;;;### (autoloads nil "secrets" "net/secrets.el" (19775 2029))
24362;;; Generated autoloads from net/secrets.el 24493;;; Generated autoloads from net/secrets.el
24363(when (featurep 'dbusbind) 24494(when (featurep 'dbusbind)
24364 (autoload 'secrets-show-secrets "secrets" nil t)) 24495 (autoload 'secrets-show-secrets "secrets" nil t))
@@ -24366,7 +24497,7 @@ during scrolling.
24366;;;*** 24497;;;***
24367 24498
24368;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" 24499;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
24369;;;;;; "cedet/semantic.el" (19612 4032)) 24500;;;;;; "cedet/semantic.el" (19775 2027))
24370;;; Generated autoloads from cedet/semantic.el 24501;;; Generated autoloads from cedet/semantic.el
24371 24502
24372(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ 24503(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
@@ -24411,14 +24542,13 @@ Semantic mode.
24411;;;*** 24542;;;***
24412 24543
24413;;;### (autoloads (mail-other-frame mail-other-window mail mail-mailing-lists 24544;;;### (autoloads (mail-other-frame mail-other-window mail mail-mailing-lists
24414;;;;;; mail-mode mail-send-nonascii mail-bury-selects-summary mail-default-headers 24545;;;;;; mail-mode sendmail-user-agent-compose mail-default-headers
24415;;;;;; mail-default-directory mail-signature-file mail-signature 24546;;;;;; mail-default-directory mail-signature-file mail-signature
24416;;;;;; mail-citation-prefix-regexp mail-citation-hook mail-indentation-spaces 24547;;;;;; mail-citation-prefix-regexp mail-citation-hook mail-indentation-spaces
24417;;;;;; mail-yank-prefix mail-setup-hook mail-personal-alias-file 24548;;;;;; mail-yank-prefix mail-setup-hook mail-personal-alias-file
24418;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 24549;;;;;; mail-default-reply-to mail-archive-file-name mail-header-separator
24419;;;;;; mail-header-separator send-mail-function mail-interactive 24550;;;;;; send-mail-function mail-interactive mail-self-blind mail-specify-envelope-from
24420;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 24551;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (19775 2029))
24421;;;;;; "sendmail" "mail/sendmail.el" (19696 28661))
24422;;; Generated autoloads from mail/sendmail.el 24552;;; Generated autoloads from mail/sendmail.el
24423 24553
24424(defvar mail-from-style 'default "\ 24554(defvar mail-from-style 'default "\
@@ -24493,14 +24623,6 @@ when you first send mail.")
24493 24623
24494(custom-autoload 'mail-default-reply-to "sendmail" t) 24624(custom-autoload 'mail-default-reply-to "sendmail" t)
24495 24625
24496(defvar mail-alias-file nil "\
24497If non-nil, the name of a file to use instead of `/usr/lib/aliases'.
24498This file defines aliases to be expanded by the mailer; this is a different
24499feature from that of defining aliases in `.mailrc' to be expanded in Emacs.
24500This variable has no effect unless your system uses sendmail as its mailer.")
24501
24502(custom-autoload 'mail-alias-file "sendmail" t)
24503
24504(defvar mail-personal-alias-file (purecopy "~/.mailrc") "\ 24626(defvar mail-personal-alias-file (purecopy "~/.mailrc") "\
24505If non-nil, the name of the user's personal mail alias file. 24627If non-nil, the name of the user's personal mail alias file.
24506This file typically should be in same format as the `.mailrc' file used by 24628This file typically should be in same format as the `.mailrc' file used by
@@ -24587,24 +24709,12 @@ before you edit the message, so you can edit or delete the lines.")
24587 24709
24588(custom-autoload 'mail-default-headers "sendmail" t) 24710(custom-autoload 'mail-default-headers "sendmail" t)
24589 24711
24590(defvar mail-bury-selects-summary t "\ 24712(define-mail-user-agent 'sendmail-user-agent 'sendmail-user-agent-compose 'mail-send-and-exit)
24591If non-nil, try to show Rmail summary buffer after returning from mail.
24592The functions \\[mail-send-on-exit] or \\[mail-dont-send] select
24593the Rmail summary buffer before returning, if it exists and this variable
24594is non-nil.")
24595 24713
24596(custom-autoload 'mail-bury-selects-summary "sendmail" t) 24714(autoload 'sendmail-user-agent-compose "sendmail" "\
24597 24715Not documented
24598(defvar mail-send-nonascii 'mime "\
24599Specify whether to allow sending non-ASCII characters in mail.
24600If t, that means do allow it. nil means don't allow it.
24601`query' means ask the user each time.
24602`mime' means add an appropriate MIME header if none already present.
24603The default is `mime'.
24604Including non-ASCII characters in a mail message can be problematical
24605for the recipient, who may not know how to decode them properly.")
24606 24716
24607(custom-autoload 'mail-send-nonascii "sendmail" t) 24717\(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION &rest IGNORED)" nil nil)
24608 24718
24609(autoload 'mail-mode "sendmail" "\ 24719(autoload 'mail-mode "sendmail" "\
24610Major mode for editing mail to be sent. 24720Major mode for editing mail to be sent.
@@ -24703,7 +24813,7 @@ The seventh argument ACTIONS is a list of actions to take
24703 when the message is sent, we apply FUNCTION to ARGS. 24813 when the message is sent, we apply FUNCTION to ARGS.
24704 This is how Rmail arranges to mark messages `answered'. 24814 This is how Rmail arranges to mark messages `answered'.
24705 24815
24706\(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER ACTIONS)" t nil) 24816\(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER ACTIONS RETURN-ACTION)" t nil)
24707 24817
24708(autoload 'mail-other-window "sendmail" "\ 24818(autoload 'mail-other-window "sendmail" "\
24709Like `mail' command, but display mail buffer in another window. 24819Like `mail' command, but display mail buffer in another window.
@@ -24718,8 +24828,8 @@ Like `mail' command, but display mail buffer in another frame.
24718;;;*** 24828;;;***
24719 24829
24720;;;### (autoloads (server-save-buffers-kill-terminal server-mode 24830;;;### (autoloads (server-save-buffers-kill-terminal server-mode
24721;;;;;; server-force-delete server-start) "server" "server.el" (19687 24831;;;;;; server-force-delete server-start) "server" "server.el" (19780
24722;;;;;; 6902)) 24832;;;;;; 4514))
24723;;; Generated autoloads from server.el 24833;;; Generated autoloads from server.el
24724 24834
24725(put 'server-host 'risky-local-variable t) 24835(put 'server-host 'risky-local-variable t)
@@ -24782,7 +24892,7 @@ only these files will be asked to be saved.
24782 24892
24783;;;*** 24893;;;***
24784 24894
24785;;;### (autoloads (ses-mode) "ses" "ses.el" (19277 34917)) 24895;;;### (autoloads (ses-mode) "ses" "ses.el" (19780 4514))
24786;;; Generated autoloads from ses.el 24896;;; Generated autoloads from ses.el
24787 24897
24788(autoload 'ses-mode "ses" "\ 24898(autoload 'ses-mode "ses" "\
@@ -24801,7 +24911,7 @@ These are active only in the minibuffer, when entering or editing a formula:
24801;;;*** 24911;;;***
24802 24912
24803;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 24913;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
24804;;;;;; (19651 33965)) 24914;;;;;; (19780 4514))
24805;;; Generated autoloads from textmodes/sgml-mode.el 24915;;; Generated autoloads from textmodes/sgml-mode.el
24806 24916
24807(autoload 'sgml-mode "sgml-mode" "\ 24917(autoload 'sgml-mode "sgml-mode" "\
@@ -24867,7 +24977,7 @@ To work around that, do:
24867;;;*** 24977;;;***
24868 24978
24869;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 24979;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
24870;;;;;; (19672 56753)) 24980;;;;;; (19780 4514))
24871;;; Generated autoloads from progmodes/sh-script.el 24981;;; Generated autoloads from progmodes/sh-script.el
24872(put 'sh-shell 'safe-local-variable 'symbolp) 24982(put 'sh-shell 'safe-local-variable 'symbolp)
24873 24983
@@ -24931,7 +25041,7 @@ with your script for an edit-interpret-debug cycle.
24931 25041
24932;;;*** 25042;;;***
24933 25043
24934;;;### (autoloads (sha1) "sha1" "sha1.el" (19582 65302)) 25044;;;### (autoloads (sha1) "sha1" "sha1.el" (19775 2029))
24935;;; Generated autoloads from sha1.el 25045;;; Generated autoloads from sha1.el
24936 25046
24937(autoload 'sha1 "sha1" "\ 25047(autoload 'sha1 "sha1" "\
@@ -24946,7 +25056,7 @@ If BINARY is non-nil, return a string in binary form.
24946;;;*** 25056;;;***
24947 25057
24948;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 25058;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
24949;;;;;; (19635 50568)) 25059;;;;;; (19781 20658))
24950;;; Generated autoloads from emacs-lisp/shadow.el 25060;;; Generated autoloads from emacs-lisp/shadow.el
24951 25061
24952(autoload 'list-load-path-shadows "shadow" "\ 25062(autoload 'list-load-path-shadows "shadow" "\
@@ -24996,8 +25106,8 @@ function, `load-path-shadows-find'.
24996;;;*** 25106;;;***
24997 25107
24998;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 25108;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
24999;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19277 25109;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19775
25000;;;;;; 34917)) 25110;;;;;; 2029))
25001;;; Generated autoloads from shadowfile.el 25111;;; Generated autoloads from shadowfile.el
25002 25112
25003(autoload 'shadow-define-cluster "shadowfile" "\ 25113(autoload 'shadow-define-cluster "shadowfile" "\
@@ -25036,7 +25146,7 @@ Set up file shadowing.
25036;;;*** 25146;;;***
25037 25147
25038;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 25148;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
25039;;;;;; (19696 28661)) 25149;;;;;; (19780 4514))
25040;;; Generated autoloads from shell.el 25150;;; Generated autoloads from shell.el
25041 25151
25042(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 25152(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -25085,8 +25195,8 @@ Otherwise, one argument `-i' is passed to the shell.
25085 25195
25086;;;*** 25196;;;***
25087 25197
25088;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (19696 25198;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (19780
25089;;;;;; 27153)) 25199;;;;;; 4513))
25090;;; Generated autoloads from gnus/shr.el 25200;;; Generated autoloads from gnus/shr.el
25091 25201
25092(autoload 'shr-insert-document "shr" "\ 25202(autoload 'shr-insert-document "shr" "\
@@ -25097,7 +25207,7 @@ Not documented
25097;;;*** 25207;;;***
25098 25208
25099;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 25209;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
25100;;;;;; "sieve" "gnus/sieve.el" (19628 47406)) 25210;;;;;; "sieve" "gnus/sieve.el" (19775 2028))
25101;;; Generated autoloads from gnus/sieve.el 25211;;; Generated autoloads from gnus/sieve.el
25102 25212
25103(autoload 'sieve-manage "sieve" "\ 25213(autoload 'sieve-manage "sieve" "\
@@ -25118,7 +25228,7 @@ Not documented
25118;;;*** 25228;;;***
25119 25229
25120;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 25230;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
25121;;;;;; (19582 65302)) 25231;;;;;; (19775 2028))
25122;;; Generated autoloads from gnus/sieve-mode.el 25232;;; Generated autoloads from gnus/sieve-mode.el
25123 25233
25124(autoload 'sieve-mode "sieve-mode" "\ 25234(autoload 'sieve-mode "sieve-mode" "\
@@ -25133,8 +25243,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
25133 25243
25134;;;*** 25244;;;***
25135 25245
25136;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19668 25246;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19775
25137;;;;;; 19649)) 25247;;;;;; 2029))
25138;;; Generated autoloads from progmodes/simula.el 25248;;; Generated autoloads from progmodes/simula.el
25139 25249
25140(autoload 'simula-mode "simula" "\ 25250(autoload 'simula-mode "simula" "\
@@ -25183,7 +25293,7 @@ with no arguments, if that value is non-nil.
25183;;;*** 25293;;;***
25184 25294
25185;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 25295;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
25186;;;;;; define-skeleton) "skeleton" "skeleton.el" (19677 38476)) 25296;;;;;; define-skeleton) "skeleton" "skeleton.el" (19775 2030))
25187;;; Generated autoloads from skeleton.el 25297;;; Generated autoloads from skeleton.el
25188 25298
25189(defvar skeleton-filter-function 'identity "\ 25299(defvar skeleton-filter-function 'identity "\
@@ -25293,7 +25403,7 @@ symmetrical ones, and the same character twice for the others.
25293;;;*** 25403;;;***
25294 25404
25295;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) 25405;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
25296;;;;;; "smerge-mode" "vc/smerge-mode.el" (19677 38476)) 25406;;;;;; "smerge-mode" "vc/smerge-mode.el" (19775 2030))
25297;;; Generated autoloads from vc/smerge-mode.el 25407;;; Generated autoloads from vc/smerge-mode.el
25298 25408
25299(autoload 'smerge-ediff "smerge-mode" "\ 25409(autoload 'smerge-ediff "smerge-mode" "\
@@ -25318,7 +25428,7 @@ If no conflict maker is found, turn off `smerge-mode'.
25318;;;*** 25428;;;***
25319 25429
25320;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 25430;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
25321;;;;;; (19582 65302)) 25431;;;;;; (19775 2028))
25322;;; Generated autoloads from gnus/smiley.el 25432;;; Generated autoloads from gnus/smiley.el
25323 25433
25324(autoload 'smiley-region "smiley" "\ 25434(autoload 'smiley-region "smiley" "\
@@ -25336,7 +25446,7 @@ interactively. If there's no argument, do it at the current buffer.
25336;;;*** 25446;;;***
25337 25447
25338;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 25448;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
25339;;;;;; "mail/smtpmail.el" (19277 34921)) 25449;;;;;; "mail/smtpmail.el" (19775 2029))
25340;;; Generated autoloads from mail/smtpmail.el 25450;;; Generated autoloads from mail/smtpmail.el
25341 25451
25342(autoload 'smtpmail-send-it "smtpmail" "\ 25452(autoload 'smtpmail-send-it "smtpmail" "\
@@ -25351,7 +25461,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
25351 25461
25352;;;*** 25462;;;***
25353 25463
25354;;;### (autoloads (snake) "snake" "play/snake.el" (19277 34922)) 25464;;;### (autoloads (snake) "snake" "play/snake.el" (19775 2029))
25355;;; Generated autoloads from play/snake.el 25465;;; Generated autoloads from play/snake.el
25356 25466
25357(autoload 'snake "snake" "\ 25467(autoload 'snake "snake" "\
@@ -25375,7 +25485,7 @@ Snake mode keybindings:
25375;;;*** 25485;;;***
25376 25486
25377;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 25487;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
25378;;;;;; (19277 34921)) 25488;;;;;; (19775 2029))
25379;;; Generated autoloads from net/snmp-mode.el 25489;;; Generated autoloads from net/snmp-mode.el
25380 25490
25381(autoload 'snmp-mode "snmp-mode" "\ 25491(autoload 'snmp-mode "snmp-mode" "\
@@ -25404,8 +25514,8 @@ then `snmpv2-mode-hook'.
25404 25514
25405;;;*** 25515;;;***
25406 25516
25407;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (19612 25517;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (19780
25408;;;;;; 4032)) 25518;;;;;; 4513))
25409;;; Generated autoloads from calendar/solar.el 25519;;; Generated autoloads from calendar/solar.el
25410 25520
25411(autoload 'sunrise-sunset "solar" "\ 25521(autoload 'sunrise-sunset "solar" "\
@@ -25420,8 +25530,8 @@ This function is suitable for execution in a .emacs file.
25420 25530
25421;;;*** 25531;;;***
25422 25532
25423;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19277 25533;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19775
25424;;;;;; 34922)) 25534;;;;;; 2029))
25425;;; Generated autoloads from play/solitaire.el 25535;;; Generated autoloads from play/solitaire.el
25426 25536
25427(autoload 'solitaire "solitaire" "\ 25537(autoload 'solitaire "solitaire" "\
@@ -25498,7 +25608,7 @@ Pick your favourite shortcuts:
25498 25608
25499;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 25609;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
25500;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 25610;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
25501;;;;;; sort-lines sort-subr) "sort" "sort.el" (19668 19352)) 25611;;;;;; sort-lines sort-subr) "sort" "sort.el" (19780 4514))
25502;;; Generated autoloads from sort.el 25612;;; Generated autoloads from sort.el
25503(put 'sort-fold-case 'safe-local-variable 'booleanp) 25613(put 'sort-fold-case 'safe-local-variable 'booleanp)
25504 25614
@@ -25642,8 +25752,8 @@ From a program takes two point or marker arguments, BEG and END.
25642 25752
25643;;;*** 25753;;;***
25644 25754
25645;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (19648 25755;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (19780
25646;;;;;; 31344)) 25756;;;;;; 4513))
25647;;; Generated autoloads from gnus/spam.el 25757;;; Generated autoloads from gnus/spam.el
25648 25758
25649(autoload 'spam-initialize "spam" "\ 25759(autoload 'spam-initialize "spam" "\
@@ -25659,7 +25769,7 @@ installed through `spam-necessary-extra-headers'.
25659 25769
25660;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 25770;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
25661;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 25771;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
25662;;;;;; "gnus/spam-report.el" (19626 25721)) 25772;;;;;; "gnus/spam-report.el" (19780 4513))
25663;;; Generated autoloads from gnus/spam-report.el 25773;;; Generated autoloads from gnus/spam-report.el
25664 25774
25665(autoload 'spam-report-process-queue "spam-report" "\ 25775(autoload 'spam-report-process-queue "spam-report" "\
@@ -25702,7 +25812,7 @@ Spam reports will be queued with the method used when
25702;;;*** 25812;;;***
25703 25813
25704;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 25814;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
25705;;;;;; "speedbar.el" (19687 6902)) 25815;;;;;; "speedbar.el" (19780 4514))
25706;;; Generated autoloads from speedbar.el 25816;;; Generated autoloads from speedbar.el
25707 25817
25708(defalias 'speedbar 'speedbar-frame-mode) 25818(defalias 'speedbar 'speedbar-frame-mode)
@@ -25726,53 +25836,8 @@ selected. If the speedbar frame is active, then select the attached frame.
25726 25836
25727;;;*** 25837;;;***
25728 25838
25729;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 25839;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19775
25730;;;;;; "spell" "textmodes/spell.el" (19609 2713)) 25840;;;;;; 2029))
25731;;; Generated autoloads from textmodes/spell.el
25732
25733(put 'spell-filter 'risky-local-variable t)
25734
25735(autoload 'spell-buffer "spell" "\
25736Check spelling of every word in the buffer.
25737For each incorrect word, you are asked for the correct spelling
25738and then put into a query-replace to fix some or all occurrences.
25739If you do not want to change a word, just give the same word
25740as its \"correct\" spelling; then the query replace is skipped.
25741
25742\(fn)" t nil)
25743
25744(make-obsolete 'spell-buffer 'ispell-buffer "23.1")
25745
25746(autoload 'spell-word "spell" "\
25747Check spelling of word at or before point.
25748If it is not correct, ask user for the correct spelling
25749and `query-replace' the entire buffer to substitute it.
25750
25751\(fn)" t nil)
25752
25753(make-obsolete 'spell-word 'ispell-word "23.1")
25754
25755(autoload 'spell-region "spell" "\
25756Like `spell-buffer' but applies only to region.
25757Used in a program, applies from START to END.
25758DESCRIPTION is an optional string naming the unit being checked:
25759for example, \"word\".
25760
25761\(fn START END &optional DESCRIPTION)" t nil)
25762
25763(make-obsolete 'spell-region 'ispell-region "23.1")
25764
25765(autoload 'spell-string "spell" "\
25766Check spelling of string supplied as argument.
25767
25768\(fn STRING)" t nil)
25769
25770(make-obsolete 'spell-string "The `spell' package is obsolete - use `ispell'." "23.1")
25771
25772;;;***
25773
25774;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19277
25775;;;;;; 34922))
25776;;; Generated autoloads from play/spook.el 25841;;; Generated autoloads from play/spook.el
25777 25842
25778(autoload 'spook "spook" "\ 25843(autoload 'spook "spook" "\
@@ -25791,7 +25856,7 @@ Return a vector containing the lines from `spook-phrases-file'.
25791;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 25856;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
25792;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect 25857;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect
25793;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el" 25858;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el"
25794;;;;;; (19661 46305)) 25859;;;;;; (19775 2029))
25795;;; Generated autoloads from progmodes/sql.el 25860;;; Generated autoloads from progmodes/sql.el
25796 25861
25797(autoload 'sql-add-product-keywords "sql" "\ 25862(autoload 'sql-add-product-keywords "sql" "\
@@ -26287,7 +26352,7 @@ buffer.
26287;;;*** 26352;;;***
26288 26353
26289;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" 26354;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
26290;;;;;; (19277 34919)) 26355;;;;;; (19775 2027))
26291;;; Generated autoloads from cedet/srecode/srt-mode.el 26356;;; Generated autoloads from cedet/srecode/srt-mode.el
26292 26357
26293(autoload 'srecode-template-mode "srecode/srt-mode" "\ 26358(autoload 'srecode-template-mode "srecode/srt-mode" "\
@@ -26300,7 +26365,7 @@ Major-mode for writing SRecode macros.
26300;;;*** 26365;;;***
26301 26366
26302;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el" 26367;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el"
26303;;;;;; (19614 24990)) 26368;;;;;; (19775 2028))
26304;;; Generated autoloads from gnus/starttls.el 26369;;; Generated autoloads from gnus/starttls.el
26305 26370
26306(autoload 'starttls-open-stream "starttls" "\ 26371(autoload 'starttls-open-stream "starttls" "\
@@ -26327,8 +26392,8 @@ GNUTLS requires a port number.
26327;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 26392;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
26328;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 26393;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
26329;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 26394;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
26330;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19277 26395;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19775
26331;;;;;; 34917)) 26396;;;;;; 2030))
26332;;; Generated autoloads from strokes.el 26397;;; Generated autoloads from strokes.el
26333 26398
26334(autoload 'strokes-global-set-stroke "strokes" "\ 26399(autoload 'strokes-global-set-stroke "strokes" "\
@@ -26438,7 +26503,7 @@ Read a complex stroke and insert its glyph into the current buffer.
26438;;;*** 26503;;;***
26439 26504
26440;;;### (autoloads (studlify-buffer studlify-word studlify-region) 26505;;;### (autoloads (studlify-buffer studlify-word studlify-region)
26441;;;;;; "studly" "play/studly.el" (19267 61660)) 26506;;;;;; "studly" "play/studly.el" (19763 27287))
26442;;; Generated autoloads from play/studly.el 26507;;; Generated autoloads from play/studly.el
26443 26508
26444(autoload 'studlify-region "studly" "\ 26509(autoload 'studlify-region "studly" "\
@@ -26459,7 +26524,7 @@ Studlify-case the current buffer.
26459;;;*** 26524;;;***
26460 26525
26461;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el" 26526;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el"
26462;;;;;; (19445 54332)) 26527;;;;;; (19775 2029))
26463;;; Generated autoloads from progmodes/subword.el 26528;;; Generated autoloads from progmodes/subword.el
26464 26529
26465(autoload 'subword-mode "subword" "\ 26530(autoload 'subword-mode "subword" "\
@@ -26507,7 +26572,7 @@ See `subword-mode' for more information on Subword mode.
26507;;;*** 26572;;;***
26508 26573
26509;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 26574;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
26510;;;;;; (19426 22841)) 26575;;;;;; (19775 2029))
26511;;; Generated autoloads from mail/supercite.el 26576;;; Generated autoloads from mail/supercite.el
26512 26577
26513(autoload 'sc-cite-original "supercite" "\ 26578(autoload 'sc-cite-original "supercite" "\
@@ -26539,8 +26604,8 @@ and `sc-post-hook' is run after the guts of this function.
26539 26604
26540;;;*** 26605;;;***
26541 26606
26542;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (19277 26607;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (19780
26543;;;;;; 34917)) 26608;;;;;; 4514))
26544;;; Generated autoloads from t-mouse.el 26609;;; Generated autoloads from t-mouse.el
26545 26610
26546(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 26611(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -26567,7 +26632,7 @@ It relies on the `gpm' daemon being activated.
26567 26632
26568;;;*** 26633;;;***
26569 26634
26570;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19580 19536)) 26635;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19775 2030))
26571;;; Generated autoloads from tabify.el 26636;;; Generated autoloads from tabify.el
26572 26637
26573(autoload 'untabify "tabify" "\ 26638(autoload 'untabify "tabify" "\
@@ -26602,7 +26667,7 @@ The variable `tab-width' controls the spacing of tab stops.
26602;;;;;; table-recognize table-insert-row-column table-insert-column 26667;;;;;; table-recognize table-insert-row-column table-insert-column
26603;;;;;; table-insert-row table-insert table-point-left-cell-hook 26668;;;;;; table-insert-row table-insert table-point-left-cell-hook
26604;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 26669;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
26605;;;;;; "table" "textmodes/table.el" (19668 19553)) 26670;;;;;; "table" "textmodes/table.el" (19775 2030))
26606;;; Generated autoloads from textmodes/table.el 26671;;; Generated autoloads from textmodes/table.el
26607 26672
26608(defvar table-cell-map-hook nil "\ 26673(defvar table-cell-map-hook nil "\
@@ -27190,7 +27255,7 @@ converts a table into plain text without frames. It is a companion to
27190 27255
27191;;;*** 27256;;;***
27192 27257
27193;;;### (autoloads (talk talk-connect) "talk" "talk.el" (19277 34917)) 27258;;;### (autoloads (talk talk-connect) "talk" "talk.el" (19775 2030))
27194;;; Generated autoloads from talk.el 27259;;; Generated autoloads from talk.el
27195 27260
27196(autoload 'talk-connect "talk" "\ 27261(autoload 'talk-connect "talk" "\
@@ -27205,7 +27270,7 @@ Connect to the Emacs talk group from the current X display or tty frame.
27205 27270
27206;;;*** 27271;;;***
27207 27272
27208;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19617 12132)) 27273;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19780 4514))
27209;;; Generated autoloads from tar-mode.el 27274;;; Generated autoloads from tar-mode.el
27210 27275
27211(autoload 'tar-mode "tar-mode" "\ 27276(autoload 'tar-mode "tar-mode" "\
@@ -27229,7 +27294,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
27229;;;*** 27294;;;***
27230 27295
27231;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 27296;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
27232;;;;;; "progmodes/tcl.el" (19673 45510)) 27297;;;;;; "progmodes/tcl.el" (19775 2029))
27233;;; Generated autoloads from progmodes/tcl.el 27298;;; Generated autoloads from progmodes/tcl.el
27234 27299
27235(autoload 'tcl-mode "tcl" "\ 27300(autoload 'tcl-mode "tcl" "\
@@ -27260,9 +27325,6 @@ Turning on Tcl mode runs `tcl-mode-hook'. Read the documentation for
27260`tcl-mode-hook' to see what kinds of interesting hook functions 27325`tcl-mode-hook' to see what kinds of interesting hook functions
27261already exist. 27326already exist.
27262 27327
27263Commands:
27264\\{tcl-mode-map}
27265
27266\(fn)" t nil) 27328\(fn)" t nil)
27267 27329
27268(autoload 'inferior-tcl "tcl" "\ 27330(autoload 'inferior-tcl "tcl" "\
@@ -27280,7 +27342,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
27280 27342
27281;;;*** 27343;;;***
27282 27344
27283;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (19635 50595)) 27345;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (19780 4514))
27284;;; Generated autoloads from net/telnet.el 27346;;; Generated autoloads from net/telnet.el
27285 (add-hook 'same-window-regexps (purecopy "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")) 27347 (add-hook 'same-window-regexps (purecopy "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)"))
27286 27348
@@ -27308,7 +27370,7 @@ Normally input is edited in Emacs and sent a line at a time.
27308;;;*** 27370;;;***
27309 27371
27310;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" 27372;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
27311;;;;;; (19672 56753)) 27373;;;;;; (19775 2030))
27312;;; Generated autoloads from term.el 27374;;; Generated autoloads from term.el
27313 27375
27314(autoload 'make-term "term" "\ 27376(autoload 'make-term "term" "\
@@ -27350,8 +27412,8 @@ use in that buffer.
27350 27412
27351;;;*** 27413;;;***
27352 27414
27353;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19277 27415;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19780
27354;;;;;; 34917)) 27416;;;;;; 4514))
27355;;; Generated autoloads from terminal.el 27417;;; Generated autoloads from terminal.el
27356 27418
27357(autoload 'terminal-emulator "terminal" "\ 27419(autoload 'terminal-emulator "terminal" "\
@@ -27388,7 +27450,7 @@ subprocess started.
27388;;;*** 27450;;;***
27389 27451
27390;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 27452;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
27391;;;;;; (19277 34919)) 27453;;;;;; (19775 2028))
27392;;; Generated autoloads from emacs-lisp/testcover.el 27454;;; Generated autoloads from emacs-lisp/testcover.el
27393 27455
27394(autoload 'testcover-this-defun "testcover" "\ 27456(autoload 'testcover-this-defun "testcover" "\
@@ -27398,7 +27460,7 @@ Start coverage on function under point.
27398 27460
27399;;;*** 27461;;;***
27400 27462
27401;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19552 37739)) 27463;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19775 2029))
27402;;; Generated autoloads from play/tetris.el 27464;;; Generated autoloads from play/tetris.el
27403 27465
27404(autoload 'tetris "tetris" "\ 27466(autoload 'tetris "tetris" "\
@@ -27429,7 +27491,7 @@ tetris-mode keybindings:
27429;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 27491;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
27430;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 27492;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
27431;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 27493;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
27432;;;;;; (19651 33965)) 27494;;;;;; (19780 4514))
27433;;; Generated autoloads from textmodes/tex-mode.el 27495;;; Generated autoloads from textmodes/tex-mode.el
27434 27496
27435(defvar tex-shell-file-name nil "\ 27497(defvar tex-shell-file-name nil "\
@@ -27731,7 +27793,7 @@ Major mode to edit DocTeX files.
27731;;;*** 27793;;;***
27732 27794
27733;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 27795;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
27734;;;;;; "texinfmt" "textmodes/texinfmt.el" (19673 38854)) 27796;;;;;; "texinfmt" "textmodes/texinfmt.el" (19780 4514))
27735;;; Generated autoloads from textmodes/texinfmt.el 27797;;; Generated autoloads from textmodes/texinfmt.el
27736 27798
27737(autoload 'texinfo-format-buffer "texinfmt" "\ 27799(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -27771,7 +27833,7 @@ if large. You can use `Info-split' to do this manually.
27771;;;*** 27833;;;***
27772 27834
27773;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 27835;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
27774;;;;;; "texinfo" "textmodes/texinfo.el" (19594 48841)) 27836;;;;;; "texinfo" "textmodes/texinfo.el" (19775 2030))
27775;;; Generated autoloads from textmodes/texinfo.el 27837;;; Generated autoloads from textmodes/texinfo.el
27776 27838
27777(defvar texinfo-open-quote (purecopy "``") "\ 27839(defvar texinfo-open-quote (purecopy "``") "\
@@ -27857,7 +27919,7 @@ value of `texinfo-mode-hook'.
27857 27919
27858;;;### (autoloads (thai-composition-function thai-compose-buffer 27920;;;### (autoloads (thai-composition-function thai-compose-buffer
27859;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" 27921;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
27860;;;;;; (19277 34921)) 27922;;;;;; (19775 2028))
27861;;; Generated autoloads from language/thai-util.el 27923;;; Generated autoloads from language/thai-util.el
27862 27924
27863(autoload 'thai-compose-region "thai-util" "\ 27925(autoload 'thai-compose-region "thai-util" "\
@@ -27886,7 +27948,7 @@ Not documented
27886 27948
27887;;;### (autoloads (list-at-point number-at-point symbol-at-point 27949;;;### (autoloads (list-at-point number-at-point symbol-at-point
27888;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 27950;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
27889;;;;;; "thingatpt" "thingatpt.el" (19277 34917)) 27951;;;;;; "thingatpt" "thingatpt.el" (19780 4514))
27890;;; Generated autoloads from thingatpt.el 27952;;; Generated autoloads from thingatpt.el
27891 27953
27892(autoload 'forward-thing "thingatpt" "\ 27954(autoload 'forward-thing "thingatpt" "\
@@ -27943,7 +28005,7 @@ Return the Lisp list at point, or nil if none is found.
27943 28005
27944;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 28006;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
27945;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 28007;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
27946;;;;;; (19277 34917)) 28008;;;;;; (19775 2030))
27947;;; Generated autoloads from thumbs.el 28009;;; Generated autoloads from thumbs.el
27948 28010
27949(autoload 'thumbs-find-thumb "thumbs" "\ 28011(autoload 'thumbs-find-thumb "thumbs" "\
@@ -27981,8 +28043,8 @@ In dired, call the setroot program on the image at point.
27981;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer 28043;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
27982;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region 28044;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
27983;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription 28045;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
27984;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (19277 28046;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (19780
27985;;;;;; 34921)) 28047;;;;;; 4513))
27986;;; Generated autoloads from language/tibet-util.el 28048;;; Generated autoloads from language/tibet-util.el
27987 28049
27988(autoload 'tibetan-char-p "tibet-util" "\ 28050(autoload 'tibetan-char-p "tibet-util" "\
@@ -28056,7 +28118,7 @@ Not documented
28056;;;*** 28118;;;***
28057 28119
28058;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 28120;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
28059;;;;;; (19277 34923)) 28121;;;;;; (19775 2030))
28060;;; Generated autoloads from textmodes/tildify.el 28122;;; Generated autoloads from textmodes/tildify.el
28061 28123
28062(autoload 'tildify-region "tildify" "\ 28124(autoload 'tildify-region "tildify" "\
@@ -28081,7 +28143,7 @@ This function performs no refilling of the changed text.
28081 28143
28082;;;### (autoloads (emacs-init-time emacs-uptime display-time-world 28144;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
28083;;;;;; display-time-mode display-time display-time-day-and-date) 28145;;;;;; display-time-mode display-time display-time-day-and-date)
28084;;;;;; "time" "time.el" (19623 51891)) 28146;;;;;; "time" "time.el" (19780 4514))
28085;;; Generated autoloads from time.el 28147;;; Generated autoloads from time.el
28086 28148
28087(defvar display-time-day-and-date nil "\ 28149(defvar display-time-day-and-date nil "\
@@ -28112,7 +28174,9 @@ or call the function `display-time-mode'.")
28112Toggle display of time, load level, and mail flag in mode lines. 28174Toggle display of time, load level, and mail flag in mode lines.
28113With a numeric arg, enable this display if arg is positive. 28175With a numeric arg, enable this display if arg is positive.
28114 28176
28115When this display is enabled, it updates automatically every minute. 28177When this display is enabled, it updates automatically every minute
28178\(you can control the number of seconds between updates by
28179customizing `display-time-interval').
28116If `display-time-day-and-date' is non-nil, the current day and date 28180If `display-time-day-and-date' is non-nil, the current day and date
28117are displayed as well. 28181are displayed as well.
28118This runs the normal hook `display-time-hook' after each update. 28182This runs the normal hook `display-time-hook' after each update.
@@ -28144,7 +28208,7 @@ Return a string giving the duration of the Emacs initialization.
28144;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day 28208;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day
28145;;;;;; time-add time-subtract time-since days-to-time time-less-p 28209;;;;;; time-add time-subtract time-since days-to-time time-less-p
28146;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el" 28210;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el"
28147;;;;;; (19672 47874)) 28211;;;;;; (19775 2027))
28148;;; Generated autoloads from calendar/time-date.el 28212;;; Generated autoloads from calendar/time-date.el
28149 28213
28150(autoload 'date-to-time "time-date" "\ 28214(autoload 'date-to-time "time-date" "\
@@ -28258,7 +28322,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'.
28258;;;*** 28322;;;***
28259 28323
28260;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 28324;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
28261;;;;;; "time-stamp.el" (19277 34917)) 28325;;;;;; "time-stamp.el" (19780 4514))
28262;;; Generated autoloads from time-stamp.el 28326;;; Generated autoloads from time-stamp.el
28263(put 'time-stamp-format 'safe-local-variable 'stringp) 28327(put 'time-stamp-format 'safe-local-variable 'stringp)
28264(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 28328(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -28302,7 +28366,7 @@ With ARG, turn time stamping on if and only if arg is positive.
28302;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 28366;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
28303;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 28367;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
28304;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 28368;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
28305;;;;;; (19674 6793)) 28369;;;;;; (19775 2027))
28306;;; Generated autoloads from calendar/timeclock.el 28370;;; Generated autoloads from calendar/timeclock.el
28307 28371
28308(autoload 'timeclock-modeline-display "timeclock" "\ 28372(autoload 'timeclock-modeline-display "timeclock" "\
@@ -28402,7 +28466,7 @@ relative only to the time worked today, and not to past time.
28402;;;*** 28466;;;***
28403 28467
28404;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 28468;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
28405;;;;;; "international/titdic-cnv.el" (19639 17158)) 28469;;;;;; "international/titdic-cnv.el" (19775 2028))
28406;;; Generated autoloads from international/titdic-cnv.el 28470;;; Generated autoloads from international/titdic-cnv.el
28407 28471
28408(autoload 'titdic-convert "titdic-cnv" "\ 28472(autoload 'titdic-convert "titdic-cnv" "\
@@ -28425,7 +28489,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
28425;;;*** 28489;;;***
28426 28490
28427;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 28491;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
28428;;;;;; "tmm.el" (19406 15657)) 28492;;;;;; "tmm.el" (19775 2030))
28429;;; Generated autoloads from tmm.el 28493;;; Generated autoloads from tmm.el
28430 (define-key global-map "\M-`" 'tmm-menubar) 28494 (define-key global-map "\M-`" 'tmm-menubar)
28431 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 28495 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -28465,7 +28529,7 @@ Its value should be an event that has a binding in MENU.
28465 28529
28466;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 28530;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
28467;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 28531;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
28468;;;;;; "todo-mode" "calendar/todo-mode.el" (19672 18325)) 28532;;;;;; "todo-mode" "calendar/todo-mode.el" (19775 2027))
28469;;; Generated autoloads from calendar/todo-mode.el 28533;;; Generated autoloads from calendar/todo-mode.el
28470 28534
28471(autoload 'todo-add-category "todo-mode" "\ 28535(autoload 'todo-add-category "todo-mode" "\
@@ -28525,7 +28589,7 @@ Show TODO list.
28525 28589
28526;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 28590;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
28527;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) 28591;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
28528;;;;;; "tool-bar" "tool-bar.el" (19691 3508)) 28592;;;;;; "tool-bar" "tool-bar.el" (19775 2030))
28529;;; Generated autoloads from tool-bar.el 28593;;; Generated autoloads from tool-bar.el
28530 28594
28531(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 28595(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -28596,7 +28660,7 @@ holds a keymap.
28596;;;*** 28660;;;***
28597 28661
28598;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 28662;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
28599;;;;;; (19674 8635)) 28663;;;;;; (19780 4513))
28600;;; Generated autoloads from emulation/tpu-edt.el 28664;;; Generated autoloads from emulation/tpu-edt.el
28601 28665
28602(defvar tpu-edt-mode nil "\ 28666(defvar tpu-edt-mode nil "\
@@ -28623,7 +28687,7 @@ Turn on TPU/edt emulation.
28623;;;*** 28687;;;***
28624 28688
28625;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" 28689;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
28626;;;;;; (19580 19536)) 28690;;;;;; (19775 2028))
28627;;; Generated autoloads from emulation/tpu-mapper.el 28691;;; Generated autoloads from emulation/tpu-mapper.el
28628 28692
28629(autoload 'tpu-mapper "tpu-mapper" "\ 28693(autoload 'tpu-mapper "tpu-mapper" "\
@@ -28657,7 +28721,7 @@ your local X guru can try to figure out why the key is being ignored.
28657 28721
28658;;;*** 28722;;;***
28659 28723
28660;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19277 34919)) 28724;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19775 2028))
28661;;; Generated autoloads from emacs-lisp/tq.el 28725;;; Generated autoloads from emacs-lisp/tq.el
28662 28726
28663(autoload 'tq-create "tq" "\ 28727(autoload 'tq-create "tq" "\
@@ -28671,7 +28735,7 @@ to a tcp server on another machine.
28671;;;*** 28735;;;***
28672 28736
28673;;;### (autoloads (trace-function-background trace-function trace-buffer) 28737;;;### (autoloads (trace-function-background trace-function trace-buffer)
28674;;;;;; "trace" "emacs-lisp/trace.el" (19370 23595)) 28738;;;;;; "trace" "emacs-lisp/trace.el" (19775 2028))
28675;;; Generated autoloads from emacs-lisp/trace.el 28739;;; Generated autoloads from emacs-lisp/trace.el
28676 28740
28677(defvar trace-buffer (purecopy "*trace-output*") "\ 28741(defvar trace-buffer (purecopy "*trace-output*") "\
@@ -28708,7 +28772,7 @@ BUFFER defaults to `trace-buffer'.
28708;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 28772;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
28709;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 28773;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
28710;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 28774;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
28711;;;;;; "net/tramp.el" (19691 3508)) 28775;;;;;; "net/tramp.el" (19775 2029))
28712;;; Generated autoloads from net/tramp.el 28776;;; Generated autoloads from net/tramp.el
28713 28777
28714(defvar tramp-mode t "\ 28778(defvar tramp-mode t "\
@@ -28846,7 +28910,7 @@ Discard Tramp from loading remote files.
28846;;;*** 28910;;;***
28847 28911
28848;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 28912;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
28849;;;;;; (19599 45674)) 28913;;;;;; (19775 2029))
28850;;; Generated autoloads from net/tramp-ftp.el 28914;;; Generated autoloads from net/tramp-ftp.el
28851 28915
28852(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 28916(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -28856,8 +28920,8 @@ Not documented
28856 28920
28857;;;*** 28921;;;***
28858 28922
28859;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (19580 28923;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (19775
28860;;;;;; 19536)) 28924;;;;;; 2030))
28861;;; Generated autoloads from tutorial.el 28925;;; Generated autoloads from tutorial.el
28862 28926
28863(autoload 'help-with-tutorial "tutorial" "\ 28927(autoload 'help-with-tutorial "tutorial" "\
@@ -28882,7 +28946,7 @@ resumed later.
28882;;;*** 28946;;;***
28883 28947
28884;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" 28948;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
28885;;;;;; (19515 27412)) 28949;;;;;; (19763 27286))
28886;;; Generated autoloads from language/tv-util.el 28950;;; Generated autoloads from language/tv-util.el
28887 28951
28888(autoload 'tai-viet-composition-function "tv-util" "\ 28952(autoload 'tai-viet-composition-function "tv-util" "\
@@ -28893,7 +28957,7 @@ Not documented
28893;;;*** 28957;;;***
28894 28958
28895;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 28959;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
28896;;;;;; "textmodes/two-column.el" (19609 2643)) 28960;;;;;; "textmodes/two-column.el" (19775 2030))
28897;;; Generated autoloads from textmodes/two-column.el 28961;;; Generated autoloads from textmodes/two-column.el
28898 (autoload '2C-command "two-column" () t 'keymap) 28962 (autoload '2C-command "two-column" () t 'keymap)
28899 (global-set-key "\C-x6" '2C-command) 28963 (global-set-key "\C-x6" '2C-command)
@@ -28944,7 +29008,7 @@ First column's text sSs Second column's text
28944;;;;;; type-break type-break-mode type-break-keystroke-threshold 29008;;;;;; type-break type-break-mode type-break-keystroke-threshold
28945;;;;;; type-break-good-break-interval type-break-good-rest-interval 29009;;;;;; type-break-good-break-interval type-break-good-rest-interval
28946;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 29010;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
28947;;;;;; (19668 18229)) 29011;;;;;; (19775 2030))
28948;;; Generated autoloads from type-break.el 29012;;; Generated autoloads from type-break.el
28949 29013
28950(defvar type-break-mode nil "\ 29014(defvar type-break-mode nil "\
@@ -29126,7 +29190,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
29126 29190
29127;;;*** 29191;;;***
29128 29192
29129;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19277 34921)) 29193;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19775 2029))
29130;;; Generated autoloads from mail/uce.el 29194;;; Generated autoloads from mail/uce.el
29131 29195
29132(autoload 'uce-reply-to-uce "uce" "\ 29196(autoload 'uce-reply-to-uce "uce" "\
@@ -29144,7 +29208,7 @@ You might need to set `uce-mail-reader' before using this.
29144;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string 29208;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string
29145;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region 29209;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region
29146;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" 29210;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize"
29147;;;;;; "international/ucs-normalize.el" (19600 6790)) 29211;;;;;; "international/ucs-normalize.el" (19780 4513))
29148;;; Generated autoloads from international/ucs-normalize.el 29212;;; Generated autoloads from international/ucs-normalize.el
29149 29213
29150(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ 29214(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
@@ -29210,7 +29274,7 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
29210;;;*** 29274;;;***
29211 29275
29212;;;### (autoloads (ununderline-region underline-region) "underline" 29276;;;### (autoloads (ununderline-region underline-region) "underline"
29213;;;;;; "textmodes/underline.el" (19277 34923)) 29277;;;;;; "textmodes/underline.el" (19775 2030))
29214;;; Generated autoloads from textmodes/underline.el 29278;;; Generated autoloads from textmodes/underline.el
29215 29279
29216(autoload 'underline-region "underline" "\ 29280(autoload 'underline-region "underline" "\
@@ -29231,7 +29295,7 @@ which specify the range to operate on.
29231;;;*** 29295;;;***
29232 29296
29233;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 29297;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
29234;;;;;; (19277 34921)) 29298;;;;;; (19775 2029))
29235;;; Generated autoloads from mail/unrmail.el 29299;;; Generated autoloads from mail/unrmail.el
29236 29300
29237(autoload 'batch-unrmail "unrmail" "\ 29301(autoload 'batch-unrmail "unrmail" "\
@@ -29250,8 +29314,8 @@ Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE.
29250 29314
29251;;;*** 29315;;;***
29252 29316
29253;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19645 29317;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19775
29254;;;;;; 60484)) 29318;;;;;; 2028))
29255;;; Generated autoloads from emacs-lisp/unsafep.el 29319;;; Generated autoloads from emacs-lisp/unsafep.el
29256 29320
29257(autoload 'unsafep "unsafep" "\ 29321(autoload 'unsafep "unsafep" "\
@@ -29264,7 +29328,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
29264;;;*** 29328;;;***
29265 29329
29266;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 29330;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
29267;;;;;; "url/url.el" (19622 39471)) 29331;;;;;; "url/url.el" (19775 2030))
29268;;; Generated autoloads from url/url.el 29332;;; Generated autoloads from url/url.el
29269 29333
29270(autoload 'url-retrieve "url" "\ 29334(autoload 'url-retrieve "url" "\
@@ -29306,7 +29370,7 @@ no further processing). URL is either a string or a parsed URL.
29306;;;*** 29370;;;***
29307 29371
29308;;;### (autoloads (url-register-auth-scheme url-get-authentication) 29372;;;### (autoloads (url-register-auth-scheme url-get-authentication)
29309;;;;;; "url-auth" "url/url-auth.el" (19277 34923)) 29373;;;;;; "url-auth" "url/url-auth.el" (19775 2030))
29310;;; Generated autoloads from url/url-auth.el 29374;;; Generated autoloads from url/url-auth.el
29311 29375
29312(autoload 'url-get-authentication "url-auth" "\ 29376(autoload 'url-get-authentication "url-auth" "\
@@ -29348,7 +29412,7 @@ RATING a rating between 1 and 10 of the strength of the authentication.
29348;;;*** 29412;;;***
29349 29413
29350;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache) 29414;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache)
29351;;;;;; "url-cache" "url/url-cache.el" (19624 63510)) 29415;;;;;; "url-cache" "url/url-cache.el" (19775 2030))
29352;;; Generated autoloads from url/url-cache.el 29416;;; Generated autoloads from url/url-cache.el
29353 29417
29354(autoload 'url-store-in-cache "url-cache" "\ 29418(autoload 'url-store-in-cache "url-cache" "\
@@ -29369,7 +29433,7 @@ Extract FNAM from the local disk cache.
29369 29433
29370;;;*** 29434;;;***
29371 29435
29372;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19277 34923)) 29436;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19780 4514))
29373;;; Generated autoloads from url/url-cid.el 29437;;; Generated autoloads from url/url-cid.el
29374 29438
29375(autoload 'url-cid "url-cid" "\ 29439(autoload 'url-cid "url-cid" "\
@@ -29380,7 +29444,7 @@ Not documented
29380;;;*** 29444;;;***
29381 29445
29382;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 29446;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
29383;;;;;; "url/url-dav.el" (19277 34923)) 29447;;;;;; "url/url-dav.el" (19780 4514))
29384;;; Generated autoloads from url/url-dav.el 29448;;; Generated autoloads from url/url-dav.el
29385 29449
29386(autoload 'url-dav-supported-p "url-dav" "\ 29450(autoload 'url-dav-supported-p "url-dav" "\
@@ -29395,8 +29459,8 @@ Not documented
29395 29459
29396;;;*** 29460;;;***
29397 29461
29398;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19687 29462;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19775
29399;;;;;; 6902)) 29463;;;;;; 2030))
29400;;; Generated autoloads from url/url-file.el 29464;;; Generated autoloads from url/url-file.el
29401 29465
29402(autoload 'url-file "url-file" "\ 29466(autoload 'url-file "url-file" "\
@@ -29407,7 +29471,7 @@ Handle file: and ftp: URLs.
29407;;;*** 29471;;;***
29408 29472
29409;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 29473;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
29410;;;;;; "url/url-gw.el" (19645 60484)) 29474;;;;;; "url/url-gw.el" (19780 4514))
29411;;; Generated autoloads from url/url-gw.el 29475;;; Generated autoloads from url/url-gw.el
29412 29476
29413(autoload 'url-gateway-nslookup-host "url-gw" "\ 29477(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -29427,7 +29491,7 @@ Might do a non-blocking connection; use `process-status' to check.
29427 29491
29428;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 29492;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
29429;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" 29493;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
29430;;;;;; (19277 34923)) 29494;;;;;; (19775 2030))
29431;;; Generated autoloads from url/url-handlers.el 29495;;; Generated autoloads from url/url-handlers.el
29432 29496
29433(defvar url-handler-mode nil "\ 29497(defvar url-handler-mode nil "\
@@ -29479,7 +29543,7 @@ Not documented
29479;;;*** 29543;;;***
29480 29544
29481;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 29545;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
29482;;;;;; url-http) "url-http" "url/url-http.el" (19630 1041)) 29546;;;;;; url-http) "url-http" "url/url-http.el" (19775 2030))
29483;;; Generated autoloads from url/url-http.el 29547;;; Generated autoloads from url/url-http.el
29484 29548
29485(autoload 'url-http "url-http" "\ 29549(autoload 'url-http "url-http" "\
@@ -29545,7 +29609,7 @@ HTTPS retrievals are asynchronous.")
29545 29609
29546;;;*** 29610;;;***
29547 29611
29548;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19594 47996)) 29612;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19775 2030))
29549;;; Generated autoloads from url/url-irc.el 29613;;; Generated autoloads from url/url-irc.el
29550 29614
29551(autoload 'url-irc "url-irc" "\ 29615(autoload 'url-irc "url-irc" "\
@@ -29555,8 +29619,8 @@ Not documented
29555 29619
29556;;;*** 29620;;;***
29557 29621
29558;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (19277 29622;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (19775
29559;;;;;; 34923)) 29623;;;;;; 2030))
29560;;; Generated autoloads from url/url-ldap.el 29624;;; Generated autoloads from url/url-ldap.el
29561 29625
29562(autoload 'url-ldap "url-ldap" "\ 29626(autoload 'url-ldap "url-ldap" "\
@@ -29570,7 +29634,7 @@ URL can be a URL string, or a URL vector of the type returned by
29570;;;*** 29634;;;***
29571 29635
29572;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 29636;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
29573;;;;;; (19277 34923)) 29637;;;;;; (19775 2030))
29574;;; Generated autoloads from url/url-mailto.el 29638;;; Generated autoloads from url/url-mailto.el
29575 29639
29576(autoload 'url-mail "url-mailto" "\ 29640(autoload 'url-mail "url-mailto" "\
@@ -29586,7 +29650,7 @@ Handle the mailto: URL syntax.
29586;;;*** 29650;;;***
29587 29651
29588;;;### (autoloads (url-data url-generic-emulator-loader url-info 29652;;;### (autoloads (url-data url-generic-emulator-loader url-info
29589;;;;;; url-man) "url-misc" "url/url-misc.el" (19277 34923)) 29653;;;;;; url-man) "url-misc" "url/url-misc.el" (19775 2030))
29590;;; Generated autoloads from url/url-misc.el 29654;;; Generated autoloads from url/url-misc.el
29591 29655
29592(autoload 'url-man "url-misc" "\ 29656(autoload 'url-man "url-misc" "\
@@ -29618,7 +29682,7 @@ Fetch a data URL (RFC 2397).
29618;;;*** 29682;;;***
29619 29683
29620;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 29684;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
29621;;;;;; (19277 34923)) 29685;;;;;; (19775 2030))
29622;;; Generated autoloads from url/url-news.el 29686;;; Generated autoloads from url/url-news.el
29623 29687
29624(autoload 'url-news "url-news" "\ 29688(autoload 'url-news "url-news" "\
@@ -29635,7 +29699,7 @@ Not documented
29635 29699
29636;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 29700;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
29637;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 29701;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
29638;;;;;; (19277 34923)) 29702;;;;;; (19775 2030))
29639;;; Generated autoloads from url/url-ns.el 29703;;; Generated autoloads from url/url-ns.el
29640 29704
29641(autoload 'isPlainHostName "url-ns" "\ 29705(autoload 'isPlainHostName "url-ns" "\
@@ -29676,7 +29740,7 @@ Not documented
29676;;;*** 29740;;;***
29677 29741
29678;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 29742;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
29679;;;;;; "url/url-parse.el" (19622 39471)) 29743;;;;;; "url/url-parse.el" (19775 2030))
29680;;; Generated autoloads from url/url-parse.el 29744;;; Generated autoloads from url/url-parse.el
29681 29745
29682(autoload 'url-recreate-url "url-parse" "\ 29746(autoload 'url-recreate-url "url-parse" "\
@@ -29694,7 +29758,7 @@ TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS.
29694;;;*** 29758;;;***
29695 29759
29696;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 29760;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
29697;;;;;; (19277 34923)) 29761;;;;;; (19775 2030))
29698;;; Generated autoloads from url/url-privacy.el 29762;;; Generated autoloads from url/url-privacy.el
29699 29763
29700(autoload 'url-setup-privacy-info "url-privacy" "\ 29764(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -29710,7 +29774,7 @@ Setup variables that expose info about you and your system.
29710;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space 29774;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space
29711;;;;;; url-get-normalized-date url-lazy-message url-normalize-url 29775;;;;;; url-get-normalized-date url-lazy-message url-normalize-url
29712;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug) 29776;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug)
29713;;;;;; "url-util" "url/url-util.el" (19624 63510)) 29777;;;;;; "url-util" "url/url-util.el" (19775 2030))
29714;;; Generated autoloads from url/url-util.el 29778;;; Generated autoloads from url/url-util.el
29715 29779
29716(defvar url-debug nil "\ 29780(defvar url-debug nil "\
@@ -29846,7 +29910,7 @@ This uses `url-current-object', set locally to the buffer.
29846;;;*** 29910;;;***
29847 29911
29848;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 29912;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
29849;;;;;; "userlock" "userlock.el" (19277 34917)) 29913;;;;;; "userlock" "userlock.el" (19775 2030))
29850;;; Generated autoloads from userlock.el 29914;;; Generated autoloads from userlock.el
29851 29915
29852(autoload 'ask-user-about-lock "userlock" "\ 29916(autoload 'ask-user-about-lock "userlock" "\
@@ -29876,7 +29940,7 @@ The buffer in question is current when this function is called.
29876 29940
29877;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion 29941;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
29878;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) 29942;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
29879;;;;;; "utf-7" "international/utf-7.el" (19451 17238)) 29943;;;;;; "utf-7" "international/utf-7.el" (19780 4513))
29880;;; Generated autoloads from international/utf-7.el 29944;;; Generated autoloads from international/utf-7.el
29881 29945
29882(autoload 'utf-7-post-read-conversion "utf-7" "\ 29946(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -29901,7 +29965,7 @@ Not documented
29901 29965
29902;;;*** 29966;;;***
29903 29967
29904;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (19618 38629)) 29968;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (19775 2028))
29905;;; Generated autoloads from gnus/utf7.el 29969;;; Generated autoloads from gnus/utf7.el
29906 29970
29907(autoload 'utf7-encode "utf7" "\ 29971(autoload 'utf7-encode "utf7" "\
@@ -29913,7 +29977,7 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil.
29913 29977
29914;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 29978;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
29915;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" 29979;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
29916;;;;;; (19582 65302)) 29980;;;;;; (19775 2029))
29917;;; Generated autoloads from mail/uudecode.el 29981;;; Generated autoloads from mail/uudecode.el
29918 29982
29919(autoload 'uudecode-decode-region-external "uudecode" "\ 29983(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -29938,12 +30002,12 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29938;;;*** 30002;;;***
29939 30003
29940;;;### (autoloads (vc-branch-part vc-update-change-log vc-rename-file 30004;;;### (autoloads (vc-branch-part vc-update-change-log vc-rename-file
29941;;;;;; vc-delete-file vc-transfer-file vc-switch-backend vc-update 30005;;;;;; vc-delete-file vc-transfer-file vc-switch-backend vc-pull
29942;;;;;; vc-rollback vc-revert vc-log-outgoing vc-log-incoming vc-print-root-log 30006;;;;;; vc-rollback vc-revert vc-log-outgoing vc-log-incoming vc-print-root-log
29943;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers 30007;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers
29944;;;;;; vc-revision-other-window vc-root-diff vc-diff vc-version-diff 30008;;;;;; vc-revision-other-window vc-root-diff vc-diff vc-version-diff
29945;;;;;; vc-register vc-next-action vc-before-checkin-hook vc-checkin-hook 30009;;;;;; vc-register vc-next-action vc-before-checkin-hook vc-checkin-hook
29946;;;;;; vc-checkout-hook) "vc" "vc/vc.el" (19693 26133)) 30010;;;;;; vc-checkout-hook) "vc" "vc/vc.el" (19780 4515))
29947;;; Generated autoloads from vc/vc.el 30011;;; Generated autoloads from vc/vc.el
29948 30012
29949(defvar vc-checkout-hook nil "\ 30013(defvar vc-checkout-hook nil "\
@@ -30137,7 +30201,7 @@ depending on the underlying version-control system.
30137 30201
30138(define-obsolete-function-alias 'vc-revert-buffer 'vc-revert "23.1") 30202(define-obsolete-function-alias 'vc-revert-buffer 'vc-revert "23.1")
30139 30203
30140(autoload 'vc-update "vc" "\ 30204(autoload 'vc-pull "vc" "\
30141Update the current fileset or branch. 30205Update the current fileset or branch.
30142On a distributed version control system, this runs a \"pull\" 30206On a distributed version control system, this runs a \"pull\"
30143operation to update the current branch, prompting for an argument 30207operation to update the current branch, prompting for an argument
@@ -30151,7 +30215,7 @@ tip revision are merged into the working file.
30151 30215
30152\(fn &optional ARG)" t nil) 30216\(fn &optional ARG)" t nil)
30153 30217
30154(defalias 'vc-pull 'vc-update) 30218(defalias 'vc-update 'vc-pull)
30155 30219
30156(autoload 'vc-switch-backend "vc" "\ 30220(autoload 'vc-switch-backend "vc" "\
30157Make BACKEND the current version control system for FILE. 30221Make BACKEND the current version control system for FILE.
@@ -30209,7 +30273,7 @@ Return the branch part of a revision number REV.
30209;;;*** 30273;;;***
30210 30274
30211;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el" 30275;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el"
30212;;;;;; (19580 19536)) 30276;;;;;; (19775 2030))
30213;;; Generated autoloads from vc/vc-annotate.el 30277;;; Generated autoloads from vc/vc-annotate.el
30214 30278
30215(autoload 'vc-annotate "vc-annotate" "\ 30279(autoload 'vc-annotate "vc-annotate" "\
@@ -30246,7 +30310,7 @@ mode-specific menu. `vc-annotate-color-map' and
30246 30310
30247;;;*** 30311;;;***
30248 30312
30249;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (19662 23188)) 30313;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (19780 4514))
30250;;; Generated autoloads from vc/vc-arch.el 30314;;; Generated autoloads from vc/vc-arch.el
30251 (defun vc-arch-registered (file) 30315 (defun vc-arch-registered (file)
30252 (if (vc-find-root file "{arch}/=tagging-method") 30316 (if (vc-find-root file "{arch}/=tagging-method")
@@ -30256,7 +30320,7 @@ mode-specific menu. `vc-annotate-color-map' and
30256 30320
30257;;;*** 30321;;;***
30258 30322
30259;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (19693 26133)) 30323;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (19780 36416))
30260;;; Generated autoloads from vc/vc-bzr.el 30324;;; Generated autoloads from vc/vc-bzr.el
30261 30325
30262(defconst vc-bzr-admin-dirname ".bzr" "\ 30326(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -30271,7 +30335,7 @@ Name of the directory containing Bzr repository status files.")
30271 30335
30272;;;*** 30336;;;***
30273 30337
30274;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (19662 23188)) 30338;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (19775 2030))
30275;;; Generated autoloads from vc/vc-cvs.el 30339;;; Generated autoloads from vc/vc-cvs.el
30276 (defun vc-cvs-registered (f) 30340 (defun vc-cvs-registered (f)
30277 (when (file-readable-p (expand-file-name 30341 (when (file-readable-p (expand-file-name
@@ -30281,7 +30345,7 @@ Name of the directory containing Bzr repository status files.")
30281 30345
30282;;;*** 30346;;;***
30283 30347
30284;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (19580 19536)) 30348;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (19780 4514))
30285;;; Generated autoloads from vc/vc-dir.el 30349;;; Generated autoloads from vc/vc-dir.el
30286 30350
30287(autoload 'vc-dir "vc-dir" "\ 30351(autoload 'vc-dir "vc-dir" "\
@@ -30306,7 +30370,7 @@ These are the commands available for use in the file status buffer:
30306;;;*** 30370;;;***
30307 30371
30308;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el" 30372;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el"
30309;;;;;; (19580 19536)) 30373;;;;;; (19780 36416))
30310;;; Generated autoloads from vc/vc-dispatcher.el 30374;;; Generated autoloads from vc/vc-dispatcher.el
30311 30375
30312(autoload 'vc-do-command "vc-dispatcher" "\ 30376(autoload 'vc-do-command "vc-dispatcher" "\
@@ -30329,7 +30393,7 @@ case, and the process object in the asynchronous case.
30329 30393
30330;;;*** 30394;;;***
30331 30395
30332;;;### (autoloads nil "vc-git" "vc/vc-git.el" (19580 19536)) 30396;;;### (autoloads nil "vc-git" "vc/vc-git.el" (19780 36416))
30333;;; Generated autoloads from vc/vc-git.el 30397;;; Generated autoloads from vc/vc-git.el
30334 (defun vc-git-registered (file) 30398 (defun vc-git-registered (file)
30335 "Return non-nil if FILE is registered with git." 30399 "Return non-nil if FILE is registered with git."
@@ -30340,7 +30404,7 @@ case, and the process object in the asynchronous case.
30340 30404
30341;;;*** 30405;;;***
30342 30406
30343;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (19687 6902)) 30407;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (19780 36416))
30344;;; Generated autoloads from vc/vc-hg.el 30408;;; Generated autoloads from vc/vc-hg.el
30345 (defun vc-hg-registered (file) 30409 (defun vc-hg-registered (file)
30346 "Return non-nil if FILE is registered with hg." 30410 "Return non-nil if FILE is registered with hg."
@@ -30351,7 +30415,14 @@ case, and the process object in the asynchronous case.
30351 30415
30352;;;*** 30416;;;***
30353 30417
30354;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (19673 45510)) 30418;;;### (autoloads nil "vc-hooks" "vc/vc-hooks.el" (19780 4514))
30419;;; Generated autoloads from vc/vc-hooks.el
30420
30421(put 'vc-mode 'risky-local-variable t)
30422
30423;;;***
30424
30425;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (19775 2030))
30355;;; Generated autoloads from vc/vc-mtn.el 30426;;; Generated autoloads from vc/vc-mtn.el
30356 30427
30357(defconst vc-mtn-admin-dir "_MTN") 30428(defconst vc-mtn-admin-dir "_MTN")
@@ -30366,7 +30437,7 @@ case, and the process object in the asynchronous case.
30366;;;*** 30437;;;***
30367 30438
30368;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el" 30439;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el"
30369;;;;;; (19662 23188)) 30440;;;;;; (19780 4515))
30370;;; Generated autoloads from vc/vc-rcs.el 30441;;; Generated autoloads from vc/vc-rcs.el
30371 30442
30372(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 30443(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -30380,7 +30451,7 @@ For a description of possible values, see `vc-check-master-templates'.")
30380;;;*** 30451;;;***
30381 30452
30382;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el" 30453;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el"
30383;;;;;; (19662 23188)) 30454;;;;;; (19780 4515))
30384;;; Generated autoloads from vc/vc-sccs.el 30455;;; Generated autoloads from vc/vc-sccs.el
30385 30456
30386(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 30457(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -30397,7 +30468,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
30397 30468
30398;;;*** 30469;;;***
30399 30470
30400;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (19631 26857)) 30471;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (19780 4515))
30401;;; Generated autoloads from vc/vc-svn.el 30472;;; Generated autoloads from vc/vc-svn.el
30402 (defun vc-svn-registered (f) 30473 (defun vc-svn-registered (f)
30403 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 30474 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -30413,7 +30484,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
30413;;;*** 30484;;;***
30414 30485
30415;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" 30486;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
30416;;;;;; (19668 19680)) 30487;;;;;; (19775 2029))
30417;;; Generated autoloads from progmodes/vera-mode.el 30488;;; Generated autoloads from progmodes/vera-mode.el
30418 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 30489 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
30419 30490
@@ -30471,7 +30542,7 @@ Key bindings:
30471;;;*** 30542;;;***
30472 30543
30473;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 30544;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
30474;;;;;; (19673 45510)) 30545;;;;;; (19775 2029))
30475;;; Generated autoloads from progmodes/verilog-mode.el 30546;;; Generated autoloads from progmodes/verilog-mode.el
30476 30547
30477(autoload 'verilog-mode "verilog-mode" "\ 30548(autoload 'verilog-mode "verilog-mode" "\
@@ -30608,7 +30679,7 @@ Key bindings specific to `verilog-mode-map' are:
30608;;;*** 30679;;;***
30609 30680
30610;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 30681;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
30611;;;;;; (19672 56753)) 30682;;;;;; (19780 4514))
30612;;; Generated autoloads from progmodes/vhdl-mode.el 30683;;; Generated autoloads from progmodes/vhdl-mode.el
30613 30684
30614(autoload 'vhdl-mode "vhdl-mode" "\ 30685(autoload 'vhdl-mode "vhdl-mode" "\
@@ -31149,7 +31220,7 @@ Key bindings:
31149 31220
31150;;;*** 31221;;;***
31151 31222
31152;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (19267 61660)) 31223;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (19763 27286))
31153;;; Generated autoloads from emulation/vi.el 31224;;; Generated autoloads from emulation/vi.el
31154 31225
31155(autoload 'vi-mode "vi" "\ 31226(autoload 'vi-mode "vi" "\
@@ -31204,7 +31275,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
31204;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 31275;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
31205;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 31276;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
31206;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 31277;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
31207;;;;;; "language/viet-util.el" (19277 34921)) 31278;;;;;; "language/viet-util.el" (19780 4513))
31208;;; Generated autoloads from language/viet-util.el 31279;;; Generated autoloads from language/viet-util.el
31209 31280
31210(autoload 'viet-encode-viscii-char "viet-util" "\ 31281(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -31252,7 +31323,7 @@ Not documented
31252;;;;;; view-mode view-buffer-other-frame view-buffer-other-window 31323;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
31253;;;;;; view-buffer view-file-other-frame view-file-other-window 31324;;;;;; view-buffer view-file-other-frame view-file-other-window
31254;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) 31325;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
31255;;;;;; "view" "view.el" (19423 37200)) 31326;;;;;; "view" "view.el" (19780 4515))
31256;;; Generated autoloads from view.el 31327;;; Generated autoloads from view.el
31257 31328
31258(defvar view-remove-frame-by-deleting t "\ 31329(defvar view-remove-frame-by-deleting t "\
@@ -31498,8 +31569,8 @@ Exit View mode and make the current buffer editable.
31498 31569
31499;;;*** 31570;;;***
31500 31571
31501;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (19609 31572;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (19780
31502;;;;;; 2196)) 31573;;;;;; 4513))
31503;;; Generated autoloads from emulation/vip.el 31574;;; Generated autoloads from emulation/vip.el
31504 31575
31505(autoload 'vip-setup "vip" "\ 31576(autoload 'vip-setup "vip" "\
@@ -31515,7 +31586,7 @@ Turn on VIP emulation of VI.
31515;;;*** 31586;;;***
31516 31587
31517;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 31588;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
31518;;;;;; (19580 19536)) 31589;;;;;; (19775 2028))
31519;;; Generated autoloads from emulation/viper.el 31590;;; Generated autoloads from emulation/viper.el
31520 31591
31521(autoload 'toggle-viper-mode "viper" "\ 31592(autoload 'toggle-viper-mode "viper" "\
@@ -31532,7 +31603,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
31532;;;*** 31603;;;***
31533 31604
31534;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 31605;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
31535;;;;;; (19607 38013)) 31606;;;;;; (19775 2028))
31536;;; Generated autoloads from emacs-lisp/warnings.el 31607;;; Generated autoloads from emacs-lisp/warnings.el
31537 31608
31538(defvar warning-prefix-function nil "\ 31609(defvar warning-prefix-function nil "\
@@ -31622,7 +31693,7 @@ this is equivalent to `display-warning', using
31622;;;*** 31693;;;***
31623 31694
31624;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 31695;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
31625;;;;;; (19277 34917)) 31696;;;;;; (19780 4515))
31626;;; Generated autoloads from wdired.el 31697;;; Generated autoloads from wdired.el
31627 31698
31628(autoload 'wdired-change-to-wdired-mode "wdired" "\ 31699(autoload 'wdired-change-to-wdired-mode "wdired" "\
@@ -31638,7 +31709,7 @@ See `wdired-mode'.
31638 31709
31639;;;*** 31710;;;***
31640 31711
31641;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19277 34921)) 31712;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19775 2029))
31642;;; Generated autoloads from net/webjump.el 31713;;; Generated autoloads from net/webjump.el
31643 31714
31644(autoload 'webjump "webjump" "\ 31715(autoload 'webjump "webjump" "\
@@ -31655,7 +31726,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
31655;;;*** 31726;;;***
31656 31727
31657;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 31728;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
31658;;;;;; (19552 37739)) 31729;;;;;; (19775 2029))
31659;;; Generated autoloads from progmodes/which-func.el 31730;;; Generated autoloads from progmodes/which-func.el
31660 (put 'which-func-format 'risky-local-variable t) 31731 (put 'which-func-format 'risky-local-variable t)
31661 (put 'which-func-current 'risky-local-variable t) 31732 (put 'which-func-current 'risky-local-variable t)
@@ -31686,7 +31757,7 @@ and off otherwise.
31686;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region 31757;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
31687;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options 31758;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
31688;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode 31759;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
31689;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19580 19536)) 31760;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19780 4515))
31690;;; Generated autoloads from whitespace.el 31761;;; Generated autoloads from whitespace.el
31691 31762
31692(autoload 'whitespace-mode "whitespace" "\ 31763(autoload 'whitespace-mode "whitespace" "\
@@ -32089,7 +32160,7 @@ cleaning up these problems.
32089;;;*** 32160;;;***
32090 32161
32091;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 32162;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
32092;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (19580 19536)) 32163;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (19775 2030))
32093;;; Generated autoloads from wid-browse.el 32164;;; Generated autoloads from wid-browse.el
32094 32165
32095(autoload 'widget-browse-at "wid-browse" "\ 32166(autoload 'widget-browse-at "wid-browse" "\
@@ -32116,8 +32187,8 @@ With arg, turn widget mode on if and only if arg is positive.
32116;;;*** 32187;;;***
32117 32188
32118;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 32189;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
32119;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19687 32190;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19775
32120;;;;;; 6902)) 32191;;;;;; 2030))
32121;;; Generated autoloads from wid-edit.el 32192;;; Generated autoloads from wid-edit.el
32122 32193
32123(autoload 'widgetp "wid-edit" "\ 32194(autoload 'widgetp "wid-edit" "\
@@ -32160,8 +32231,8 @@ Setup current buffer so editing string widgets works.
32160;;;*** 32231;;;***
32161 32232
32162;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 32233;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
32163;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (19277 32234;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (19775
32164;;;;;; 34917)) 32235;;;;;; 2030))
32165;;; Generated autoloads from windmove.el 32236;;; Generated autoloads from windmove.el
32166 32237
32167(autoload 'windmove-left "windmove" "\ 32238(autoload 'windmove-left "windmove" "\
@@ -32213,8 +32284,15 @@ Default MODIFIER is 'shift.
32213 32284
32214;;;*** 32285;;;***
32215 32286
32287;;;### (autoloads nil "window" "window.el" (19775 2030))
32288;;; Generated autoloads from window.el
32289
32290(put 'special-display-buffer-names 'risky-local-variable t)
32291
32292;;;***
32293
32216;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 32294;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
32217;;;;;; (19277 34917)) 32295;;;;;; (19775 2030))
32218;;; Generated autoloads from winner.el 32296;;; Generated autoloads from winner.el
32219 32297
32220(defvar winner-mode nil "\ 32298(defvar winner-mode nil "\
@@ -32233,7 +32311,7 @@ With arg, turn Winner mode on if and only if arg is positive.
32233;;;*** 32311;;;***
32234 32312
32235;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file 32313;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file
32236;;;;;; woman woman-locale) "woman" "woman.el" (19668 18093)) 32314;;;;;; woman woman-locale) "woman" "woman.el" (19780 4515))
32237;;; Generated autoloads from woman.el 32315;;; Generated autoloads from woman.el
32238 32316
32239(defvar woman-locale nil "\ 32317(defvar woman-locale nil "\
@@ -32282,7 +32360,7 @@ Default bookmark handler for Woman buffers.
32282;;;*** 32360;;;***
32283 32361
32284;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 32362;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
32285;;;;;; (19634 23255)) 32363;;;;;; (19775 2028))
32286;;; Generated autoloads from emulation/ws-mode.el 32364;;; Generated autoloads from emulation/ws-mode.el
32287 32365
32288(autoload 'wordstar-mode "ws-mode" "\ 32366(autoload 'wordstar-mode "ws-mode" "\
@@ -32394,7 +32472,7 @@ The key bindings are:
32394 32472
32395;;;*** 32473;;;***
32396 32474
32397;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19360 14173)) 32475;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19775 2029))
32398;;; Generated autoloads from net/xesam.el 32476;;; Generated autoloads from net/xesam.el
32399 32477
32400(autoload 'xesam-search "xesam" "\ 32478(autoload 'xesam-search "xesam" "\
@@ -32414,7 +32492,7 @@ Example:
32414;;;*** 32492;;;***
32415 32493
32416;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 32494;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
32417;;;;;; (19515 27412)) 32495;;;;;; (19775 2030))
32418;;; Generated autoloads from xml.el 32496;;; Generated autoloads from xml.el
32419 32497
32420(autoload 'xml-parse-file "xml" "\ 32498(autoload 'xml-parse-file "xml" "\
@@ -32440,7 +32518,7 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
32440;;;*** 32518;;;***
32441 32519
32442;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" 32520;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
32443;;;;;; "nxml/xmltok.el" (19277 34921)) 32521;;;;;; "nxml/xmltok.el" (19775 2029))
32444;;; Generated autoloads from nxml/xmltok.el 32522;;; Generated autoloads from nxml/xmltok.el
32445 32523
32446(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 32524(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -32458,8 +32536,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
32458 32536
32459;;;*** 32537;;;***
32460 32538
32461;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (19524 32539;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (19775
32462;;;;;; 29717)) 32540;;;;;; 2030))
32463;;; Generated autoloads from xt-mouse.el 32541;;; Generated autoloads from xt-mouse.el
32464 32542
32465(defvar xterm-mouse-mode nil "\ 32543(defvar xterm-mouse-mode nil "\
@@ -32488,7 +32566,7 @@ down the SHIFT key while pressing the mouse button.
32488;;;*** 32566;;;***
32489 32567
32490;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 32568;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
32491;;;;;; "gnus/yenc.el" (19582 65302)) 32569;;;;;; "gnus/yenc.el" (19775 2028))
32492;;; Generated autoloads from gnus/yenc.el 32570;;; Generated autoloads from gnus/yenc.el
32493 32571
32494(autoload 'yenc-decode-region "yenc" "\ 32572(autoload 'yenc-decode-region "yenc" "\
@@ -32504,7 +32582,7 @@ Extract file name from an yenc header.
32504;;;*** 32582;;;***
32505 32583
32506;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 32584;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
32507;;;;;; yow) "yow" "play/yow.el" (19277 34922)) 32585;;;;;; yow) "yow" "play/yow.el" (19775 2029))
32508;;; Generated autoloads from play/yow.el 32586;;; Generated autoloads from play/yow.el
32509 32587
32510(autoload 'yow "yow" "\ 32588(autoload 'yow "yow" "\
@@ -32530,7 +32608,7 @@ Zippy goes to the analyst.
32530 32608
32531;;;*** 32609;;;***
32532 32610
32533;;;### (autoloads (zone) "zone" "play/zone.el" (19515 27412)) 32611;;;### (autoloads (zone) "zone" "play/zone.el" (19775 2029))
32534;;; Generated autoloads from play/zone.el 32612;;; Generated autoloads from play/zone.el
32535 32613
32536(autoload 'zone "zone" "\ 32614(autoload 'zone "zone" "\
@@ -32540,31 +32618,32 @@ Zone out, completely.
32540 32618
32541;;;*** 32619;;;***
32542 32620
32543;;;### (autoloads nil nil ("calc/calc-aent.el" "calc/calc-alg.el" 32621;;;### (autoloads nil nil ("abbrev.el" "bindings.el" "button.el"
32544;;;;;; "calc/calc-arith.el" "calc/calc-bin.el" "calc/calc-comb.el" 32622;;;;;; "calc/calc-aent.el" "calc/calc-alg.el" "calc/calc-arith.el"
32545;;;;;; "calc/calc-cplx.el" "calc/calc-embed.el" "calc/calc-ext.el" 32623;;;;;; "calc/calc-bin.el" "calc/calc-comb.el" "calc/calc-cplx.el"
32546;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el" 32624;;;;;; "calc/calc-embed.el" "calc/calc-ext.el" "calc/calc-fin.el"
32547;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" 32625;;;;;; "calc/calc-forms.el" "calc/calc-frac.el" "calc/calc-funcs.el"
32548;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" 32626;;;;;; "calc/calc-graph.el" "calc/calc-help.el" "calc/calc-incom.el"
32627;;;;;; "calc/calc-keypd.el" "calc/calc-lang.el" "calc/calc-loaddefs.el"
32549;;;;;; "calc/calc-macs.el" "calc/calc-map.el" "calc/calc-math.el" 32628;;;;;; "calc/calc-macs.el" "calc/calc-map.el" "calc/calc-math.el"
32550;;;;;; "calc/calc-menu.el" "calc/calc-misc.el" "calc/calc-mode.el" 32629;;;;;; "calc/calc-menu.el" "calc/calc-misc.el" "calc/calc-mode.el"
32551;;;;;; "calc/calc-mtx.el" "calc/calc-nlfit.el" "calc/calc-poly.el" 32630;;;;;; "calc/calc-mtx.el" "calc/calc-nlfit.el" "calc/calc-poly.el"
32552;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el" 32631;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el"
32553;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el" 32632;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el"
32554;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-undo.el" 32633;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-units.el"
32555;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el" 32634;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el"
32556;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el" 32635;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el"
32557;;;;;; "calc/calcsel2.el" "calendar/cal-bahai.el" "calendar/cal-coptic.el" 32636;;;;;; "calendar/cal-bahai.el" "calendar/cal-coptic.el" "calendar/cal-french.el"
32558;;;;;; "calendar/cal-french.el" "calendar/cal-html.el" "calendar/cal-islam.el" 32637;;;;;; "calendar/cal-html.el" "calendar/cal-islam.el" "calendar/cal-iso.el"
32559;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-loaddefs.el" 32638;;;;;; "calendar/cal-julian.el" "calendar/cal-loaddefs.el" "calendar/cal-mayan.el"
32560;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el" 32639;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el"
32561;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el" 32640;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/diary-loaddefs.el"
32562;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el" 32641;;;;;; "calendar/hol-loaddefs.el" "case-table.el" "cdl.el" "cedet/cedet-cscope.el"
32563;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el" 32642;;;;;; "cedet/cedet-files.el" "cedet/cedet-global.el" "cedet/cedet-idutils.el"
32564;;;;;; "cedet/cedet-idutils.el" "cedet/cedet.el" "cedet/ede/auto.el" 32643;;;;;; "cedet/cedet.el" "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el"
32565;;;;;; "cedet/ede/autoconf-edit.el" "cedet/ede/base.el" "cedet/ede/cpp-root.el" 32644;;;;;; "cedet/ede/base.el" "cedet/ede/cpp-root.el" "cedet/ede/custom.el"
32566;;;;;; "cedet/ede/custom.el" "cedet/ede/dired.el" "cedet/ede/emacs.el" 32645;;;;;; "cedet/ede/dired.el" "cedet/ede/emacs.el" "cedet/ede/files.el"
32567;;;;;; "cedet/ede/files.el" "cedet/ede/generic.el" "cedet/ede/linux.el" 32646;;;;;; "cedet/ede/generic.el" "cedet/ede/linux.el" "cedet/ede/loaddefs.el"
32568;;;;;; "cedet/ede/locate.el" "cedet/ede/make.el" "cedet/ede/makefile-edit.el" 32647;;;;;; "cedet/ede/locate.el" "cedet/ede/make.el" "cedet/ede/makefile-edit.el"
32569;;;;;; "cedet/ede/pconf.el" "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" 32648;;;;;; "cedet/ede/pconf.el" "cedet/ede/pmake.el" "cedet/ede/proj-archive.el"
32570;;;;;; "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" 32649;;;;;; "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el"
@@ -32594,13 +32673,13 @@ Zone out, completely.
32594;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" 32673;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el"
32595;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" 32674;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el"
32596;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el" 32675;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el"
32597;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el" 32676;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/loaddefs.el"
32598;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el" 32677;;;;;; "cedet/semantic/mru-bookmark.el" "cedet/semantic/sb.el" "cedet/semantic/scope.el"
32599;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el" 32678;;;;;; "cedet/semantic/senator.el" "cedet/semantic/sort.el" "cedet/semantic/symref.el"
32600;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el" 32679;;;;;; "cedet/semantic/symref/cscope.el" "cedet/semantic/symref/filter.el"
32601;;;;;; "cedet/semantic/symref/grep.el" "cedet/semantic/symref/idutils.el" 32680;;;;;; "cedet/semantic/symref/global.el" "cedet/semantic/symref/grep.el"
32602;;;;;; "cedet/semantic/symref/list.el" "cedet/semantic/tag-file.el" 32681;;;;;; "cedet/semantic/symref/idutils.el" "cedet/semantic/symref/list.el"
32603;;;;;; "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el" 32682;;;;;; "cedet/semantic/tag-file.el" "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el"
32604;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el" 32683;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el"
32605;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el" 32684;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el"
32606;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" 32685;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el"
@@ -32612,44 +32691,50 @@ Zone out, completely.
32612;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el" 32691;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el"
32613;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el" 32692;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el"
32614;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el" 32693;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el"
32615;;;;;; "cedet/srecode/map.el" "cedet/srecode/mode.el" "cedet/srecode/semantic.el" 32694;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el"
32616;;;;;; "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" "cedet/srecode/table.el" 32695;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el"
32617;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "cus-dep.el" 32696;;;;;; "cedet/srecode/table.el" "cedet/srecode/template.el" "cedet/srecode/texi.el"
32618;;;;;; "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" "dos-vars.el" 32697;;;;;; "color.el" "cus-dep.el" "cus-face.el" "cus-load.el" "cus-start.el"
32619;;;;;; "dos-w32.el" "dynamic-setting.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" 32698;;;;;; "custom.el" "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el"
32620;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" 32699;;;;;; "dos-vars.el" "dos-w32.el" "dynamic-setting.el" "emacs-lisp/assoc.el"
32700;;;;;; "emacs-lisp/authors.el" "emacs-lisp/avl-tree.el" "emacs-lisp/backquote.el"
32701;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/byte-run.el"
32621;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el" 32702;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el"
32622;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" 32703;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el"
32623;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-comp.el" 32704;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-comp.el"
32624;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-datadebug.el" 32705;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-datadebug.el"
32625;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eieio-speedbar.el" 32706;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eieio-speedbar.el"
32626;;;;;; "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" "emacs-lisp/gulp.el" 32707;;;;;; "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" "emacs-lisp/float-sup.el"
32627;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" "emacs-lisp/regi.el" 32708;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el"
32628;;;;;; "emacs-lisp/smie.el" "emacs-lisp/sregex.el" "emacs-lisp/tcover-ses.el" 32709;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/map-ynp.el" "emacs-lisp/package-x.el"
32629;;;;;; "emacs-lisp/tcover-unsafep.el" "emacs-lock.el" "emulation/cua-gmrk.el" 32710;;;;;; "emacs-lisp/regi.el" "emacs-lisp/smie.el" "emacs-lisp/syntax.el"
32711;;;;;; "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el"
32712;;;;;; "emacs-lisp/timer.el" "emacs-lock.el" "emulation/cua-gmrk.el"
32630;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el" 32713;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el"
32631;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-extras.el" 32714;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-extras.el"
32632;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el" 32715;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el"
32633;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el" 32716;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el"
32634;;;;;; "emulation/viper-util.el" "erc/erc-backend.el" "erc/erc-goodies.el" 32717;;;;;; "emulation/viper-util.el" "env.el" "epa-hook.el" "erc/erc-backend.el"
32635;;;;;; "erc/erc-ibuffer.el" "erc/erc-lang.el" "eshell/em-alias.el" 32718;;;;;; "erc/erc-goodies.el" "erc/erc-ibuffer.el" "erc/erc-lang.el"
32636;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el" 32719;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el"
32637;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el" 32720;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el"
32638;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el" 32721;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el"
32639;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el" 32722;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el"
32640;;;;;; "eshell/em-term.el" "eshell/em-unix.el" "eshell/em-xtra.el" 32723;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el"
32641;;;;;; "eshell/esh-arg.el" "eshell/esh-cmd.el" "eshell/esh-ext.el" 32724;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el"
32642;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el" 32725;;;;;; "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el"
32643;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" 32726;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el"
32644;;;;;; "ezimage.el" "foldout.el" "format-spec.el" "forms-d2.el" 32727;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "facemenu.el"
32645;;;;;; "forms-pass.el" "fringe.el" "generic-x.el" "gnus/auth-source.el" 32728;;;;;; "faces.el" "files.el" "finder-inf.el" "foldout.el" "font-lock.el"
32646;;;;;; "gnus/color.el" "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" 32729;;;;;; "format-spec.el" "forms-d2.el" "forms-pass.el" "frame.el"
32647;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el" 32730;;;;;; "fringe.el" "generic-x.el" "gnus/auth-source.el" "gnus/compface.el"
32648;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el" 32731;;;;;; "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el"
32649;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el" 32732;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-dup.el"
32650;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" 32733;;;;;; "gnus/gnus-eform.el" "gnus/gnus-ems.el" "gnus/gnus-int.el"
32651;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el" 32734;;;;;; "gnus/gnus-logic.el" "gnus/gnus-mh.el" "gnus/gnus-salt.el"
32652;;;;;; "gnus/gnus-util.el" "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/ietf-drums.el" 32735;;;;;; "gnus/gnus-score.el" "gnus/gnus-setup.el" "gnus/gnus-srvr.el"
32736;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el"
32737;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/ietf-drums.el"
32653;;;;;; "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" "gnus/mail-prsvr.el" 32738;;;;;; "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" "gnus/mail-prsvr.el"
32654;;;;;; "gnus/mail-source.el" "gnus/mailcap.el" "gnus/messcompat.el" 32739;;;;;; "gnus/mail-source.el" "gnus/mailcap.el" "gnus/messcompat.el"
32655;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-encode.el" 32740;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-encode.el"
@@ -32661,32 +32746,43 @@ Zone out, completely.
32661;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el" 32746;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el"
32662;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el" 32747;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el"
32663;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" 32748;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el"
32664;;;;;; "gnus/rfc2231.el" "gnus/shr-color.el" "gnus/sieve-manage.el" 32749;;;;;; "gnus/rfc2231.el" "gnus/rtree.el" "gnus/shr-color.el" "gnus/sieve-manage.el"
32665;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "hex-util.el" 32750;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "help.el"
32666;;;;;; "hfy-cmap.el" "ibuf-ext.el" "international/charprop.el" "international/cp51932.el" 32751;;;;;; "hex-util.el" "hfy-cmap.el" "ibuf-ext.el" "indent.el" "international/characters.el"
32667;;;;;; "international/eucjp-ms.el" "international/fontset.el" "international/iso-ascii.el" 32752;;;;;; "international/charprop.el" "international/cp51932.el" "international/eucjp-ms.el"
32668;;;;;; "international/ja-dic-cnv.el" "international/ja-dic-utl.el" 32753;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el"
32669;;;;;; "international/ogonek.el" "international/uni-bidi.el" "international/uni-category.el" 32754;;;;;; "international/ja-dic-utl.el" "international/mule-conf.el"
32670;;;;;; "international/uni-combining.el" "international/uni-comment.el" 32755;;;;;; "international/mule.el" "international/ogonek.el" "international/uni-bidi.el"
32671;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el" 32756;;;;;; "international/uni-category.el" "international/uni-combining.el"
32672;;;;;; "international/uni-digit.el" "international/uni-lowercase.el" 32757;;;;;; "international/uni-comment.el" "international/uni-decimal.el"
32673;;;;;; "international/uni-mirrored.el" "international/uni-name.el" 32758;;;;;; "international/uni-decomposition.el" "international/uni-digit.el"
32674;;;;;; "international/uni-numeric.el" "international/uni-old-name.el" 32759;;;;;; "international/uni-lowercase.el" "international/uni-mirrored.el"
32675;;;;;; "international/uni-titlecase.el" "international/uni-uppercase.el" 32760;;;;;; "international/uni-name.el" "international/uni-numeric.el"
32676;;;;;; "json.el" "kermit.el" "language/hanja-util.el" "language/thai-word.el" 32761;;;;;; "international/uni-old-name.el" "international/uni-titlecase.el"
32677;;;;;; "ldefs-boot.el" "mail/blessmail.el" "mail/mailheader.el" 32762;;;;;; "international/uni-uppercase.el" "isearch.el" "jit-lock.el"
32678;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" 32763;;;;;; "jka-cmpr-hook.el" "json.el" "kermit.el" "language/burmese.el"
32679;;;;;; "mail/rmail-spam-filter.el" "mail/rmailedit.el" "mail/rmailkwd.el" 32764;;;;;; "language/cham.el" "language/chinese.el" "language/cyrillic.el"
32680;;;;;; "mail/rmailmm.el" "mail/rmailmsc.el" "mail/rmailsort.el" 32765;;;;;; "language/czech.el" "language/english.el" "language/ethiopic.el"
32681;;;;;; "mail/rmailsum.el" "mail/undigest.el" "md4.el" "mh-e/mh-acros.el" 32766;;;;;; "language/european.el" "language/georgian.el" "language/greek.el"
32682;;;;;; "mh-e/mh-alias.el" "mh-e/mh-buffers.el" "mh-e/mh-compat.el" 32767;;;;;; "language/hanja-util.el" "language/hebrew.el" "language/indian.el"
32683;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" "mh-e/mh-identity.el" 32768;;;;;; "language/japanese.el" "language/khmer.el" "language/korean.el"
32684;;;;;; "mh-e/mh-inc.el" "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el" 32769;;;;;; "language/lao.el" "language/misc-lang.el" "language/romanian.el"
32770;;;;;; "language/sinhala.el" "language/slovak.el" "language/tai-viet.el"
32771;;;;;; "language/thai-word.el" "language/thai.el" "language/tibetan.el"
32772;;;;;; "language/utf-8-lang.el" "language/vietnamese.el" "ldefs-boot.el"
32773;;;;;; "loadup.el" "mail/blessmail.el" "mail/mailheader.el" "mail/mailpost.el"
32774;;;;;; "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" "mail/rmail-spam-filter.el"
32775;;;;;; "mail/rmailedit.el" "mail/rmailkwd.el" "mail/rmailmm.el"
32776;;;;;; "mail/rmailmsc.el" "mail/rmailsort.el" "mail/rmailsum.el"
32777;;;;;; "mail/undigest.el" "md4.el" "mh-e/mh-acros.el" "mh-e/mh-alias.el"
32778;;;;;; "mh-e/mh-buffers.el" "mh-e/mh-compat.el" "mh-e/mh-funcs.el"
32779;;;;;; "mh-e/mh-gnus.el" "mh-e/mh-identity.el" "mh-e/mh-inc.el"
32780;;;;;; "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el"
32685;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el" 32781;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el"
32686;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el" 32782;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el"
32687;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el" 32783;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el"
32688;;;;;; "mh-e/mh-utils.el" "mh-e/mh-xface.el" "mouse-copy.el" "mouse.el" 32784;;;;;; "mh-e/mh-utils.el" "mh-e/mh-xface.el" "minibuffer.el" "mouse-copy.el"
32689;;;;;; "mwheel.el" "net/dns.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" 32785;;;;;; "mouse.el" "mwheel.el" "net/dns.el" "net/eudc-vars.el" "net/eudcb-bbdb.el"
32690;;;;;; "net/eudcb-ldap.el" "net/eudcb-mab.el" "net/eudcb-ph.el" 32786;;;;;; "net/eudcb-ldap.el" "net/eudcb-mab.el" "net/eudcb-ph.el"
32691;;;;;; "net/gnutls.el" "net/hmac-def.el" "net/hmac-md5.el" "net/imap-hash.el" 32787;;;;;; "net/gnutls.el" "net/hmac-def.el" "net/hmac-md5.el" "net/imap-hash.el"
32692;;;;;; "net/imap.el" "net/ldap.el" "net/mairix.el" "net/newsticker.el" 32788;;;;;; "net/imap.el" "net/ldap.el" "net/mairix.el" "net/newsticker.el"
@@ -32710,41 +32806,45 @@ Zone out, completely.
32710;;;;;; "org/ob-ref.el" "org/ob-ruby.el" "org/ob-sass.el" "org/ob-scheme.el" 32806;;;;;; "org/ob-ref.el" "org/ob-ruby.el" "org/ob-sass.el" "org/ob-scheme.el"
32711;;;;;; "org/ob-screen.el" "org/ob-sh.el" "org/ob-sql.el" "org/ob-sqlite.el" 32807;;;;;; "org/ob-screen.el" "org/ob-sh.el" "org/ob-sql.el" "org/ob-sqlite.el"
32712;;;;;; "org/ob-table.el" "org/org-beamer.el" "org/org-bibtex.el" 32808;;;;;; "org/ob-table.el" "org/org-beamer.el" "org/org-bibtex.el"
32713;;;;;; "org/org-colview.el" "org/org-compat.el" "org/org-crypt.el" 32809;;;;;; "org/org-colview.el" "org/org-compat.el" "org/org-complete.el"
32714;;;;;; "org/org-ctags.el" "org/org-docview.el" "org/org-entities.el" 32810;;;;;; "org/org-crypt.el" "org/org-ctags.el" "org/org-docview.el"
32715;;;;;; "org/org-exp-blocks.el" "org/org-faces.el" "org/org-gnus.el" 32811;;;;;; "org/org-entities.el" "org/org-exp-blocks.el" "org/org-faces.el"
32716;;;;;; "org/org-habit.el" "org/org-info.el" "org/org-inlinetask.el" 32812;;;;;; "org/org-gnus.el" "org/org-habit.el" "org/org-info.el" "org/org-inlinetask.el"
32717;;;;;; "org/org-install.el" "org/org-jsinfo.el" "org/org-list.el" 32813;;;;;; "org/org-install.el" "org/org-jsinfo.el" "org/org-list.el"
32718;;;;;; "org/org-mac-message.el" "org/org-macs.el" "org/org-mew.el" 32814;;;;;; "org/org-mac-message.el" "org/org-macs.el" "org/org-mew.el"
32719;;;;;; "org/org-mhe.el" "org/org-mks.el" "org/org-mouse.el" "org/org-protocol.el" 32815;;;;;; "org/org-mhe.el" "org/org-mks.el" "org/org-mouse.el" "org/org-protocol.el"
32720;;;;;; "org/org-rmail.el" "org/org-src.el" "org/org-vm.el" "org/org-w3m.el" 32816;;;;;; "org/org-rmail.el" "org/org-src.el" "org/org-vm.el" "org/org-w3m.el"
32721;;;;;; "org/org-wl.el" "patcomp.el" "pgg-def.el" "pgg-parse.el" 32817;;;;;; "org/org-wl.el" "patcomp.el" "paths.el" "play/gamegrid.el"
32722;;;;;; "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el" "play/gametree.el" 32818;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"
32723;;;;;; "play/meese.el" "progmodes/ada-prj.el" "progmodes/cc-align.el" 32819;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el"
32724;;;;;; "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" 32820;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el"
32725;;;;;; "progmodes/cc-defs.el" "progmodes/cc-fonts.el" "progmodes/cc-langs.el" 32821;;;;;; "progmodes/cc-langs.el" "progmodes/cc-menus.el" "progmodes/ebnf-abn.el"
32726;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-abn.el" "progmodes/ebnf-bnf.el" 32822;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el"
32727;;;;;; "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el" "progmodes/ebnf-iso.el" 32823;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el"
32728;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-complete-structtag.el" 32824;;;;;; "progmodes/idlw-complete-structtag.el" "progmodes/idlw-help.el"
32729;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" 32825;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el"
32730;;;;;; "progmodes/xscheme.el" "ps-def.el" "ps-mule.el" "ps-samp.el" 32826;;;;;; "ps-def.el" "ps-mule.el" "ps-samp.el" "register.el" "replace.el"
32731;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el" 32827;;;;;; "rfn-eshadow.el" "saveplace.el" "sb-image.el" "scroll-bar.el"
32732;;;;;; "soundex.el" "subdirs.el" "tempo.el" "textmodes/bib-mode.el" 32828;;;;;; "select.el" "simple.el" "soundex.el" "startup.el" "subdirs.el"
32733;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/refbib.el" 32829;;;;;; "subr.el" "tempo.el" "textmodes/bib-mode.el" "textmodes/fill.el"
32734;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" 32830;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/page.el"
32735;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" 32831;;;;;; "textmodes/paragraphs.el" "textmodes/refbib.el" "textmodes/refer.el"
32736;;;;;; "textmodes/texnfo-upd.el" "timezone.el" "tooltip.el" "tree-widget.el" 32832;;;;;; "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" "textmodes/reftex-ref.el"
32833;;;;;; "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" "textmodes/texnfo-upd.el"
32834;;;;;; "textmodes/text-mode.el" "timezone.el" "tooltip.el" "tree-widget.el"
32737;;;;;; "uniquify.el" "url/url-about.el" "url/url-cookie.el" "url/url-dired.el" 32835;;;;;; "uniquify.el" "url/url-about.el" "url/url-cookie.el" "url/url-dired.el"
32738;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" 32836;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el"
32739;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" 32837;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
32740;;;;;; "url/url-vars.el" "vc/ediff-diff.el" "vc/ediff-init.el" "vc/ediff-merg.el" 32838;;;;;; "url/url-vars.el" "vc/ediff-diff.el" "vc/ediff-init.el" "vc/ediff-merg.el"
32741;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" 32839;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el"
32742;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" 32840;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el"
32743;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-fns.el" 32841;;;;;; "vcursor.el" "version.el" "vt-control.el" "vt100-led.el"
32744;;;;;; "w32-vars.el" "x-dnd.el") (19696 28874 906463)) 32842;;;;;; "w32-fns.el" "w32-vars.el" "widget.el" "x-dnd.el") (19781
32843;;;;;; 20793 754803))
32745 32844
32746;;;*** 32845;;;***
32747 32846
32847(provide 'loaddefs)
32748;; Local Variables: 32848;; Local Variables:
32749;; version-control: never 32849;; version-control: never
32750;; no-byte-compile: t 32850;; no-byte-compile: t