aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2003-11-17 19:02:52 +0000
committerMarkus Rost2003-11-17 19:02:52 +0000
commit92e9233f760bb0be3254581f8db951703a2d649f (patch)
tree587fedd081f00b05aed9feae171bc6ca4d8a6a4c
parent9ebb67078efe6ee9b9d8f787d1484b0005695f2d (diff)
downloademacs-92e9233f760bb0be3254581f8db951703a2d649f.tar.gz
emacs-92e9233f760bb0be3254581f8db951703a2d649f.zip
Regenerated with "rm loaddefs.el; make autoloads".
This fixes default value of `button-map' where push-button was bound to "" instead to "\r".
-rw-r--r--lisp/ldefs-boot.el1198
1 files changed, 639 insertions, 559 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index d0ba9121346..cbdb4fcb911 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -4,7 +4,7 @@
4 4
5;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best 5;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best
6;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" 6;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
7;;;;;; "play/5x5.el" (16213 43281)) 7;;;;;; "play/5x5.el" (16211 27037))
8;;; Generated autoloads from play/5x5.el 8;;; Generated autoloads from play/5x5.el
9 9
10(autoload (quote 5x5) "5x5" "\ 10(autoload (quote 5x5) "5x5" "\
@@ -64,7 +64,7 @@ should return a grid vector array that is the new solution.
64;;;*** 64;;;***
65 65
66;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 66;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
67;;;;;; (16250 35354)) 67;;;;;; (16249 32008))
68;;; Generated autoloads from progmodes/ada-mode.el 68;;; Generated autoloads from progmodes/ada-mode.el
69 69
70(autoload (quote ada-add-extensions) "ada-mode" "\ 70(autoload (quote ada-add-extensions) "ada-mode" "\
@@ -78,7 +78,7 @@ name
78 78
79(autoload (quote ada-mode) "ada-mode" "\ 79(autoload (quote ada-mode) "ada-mode" "\
80Ada mode is the major mode for editing Ada code. 80Ada mode is the major mode for editing Ada code.
81This version was built on $Date: 2003/10/04 08:57:35 $. 81This version was built on $Date: 2003/09/30 12:54:32 $.
82 82
83Bindings are as follows: (Note: 'LFD' is control-j.) 83Bindings are as follows: (Note: 'LFD' is control-j.)
84\\{ada-mode-map} 84\\{ada-mode-map}
@@ -126,7 +126,7 @@ If you use ada-xref.el:
126;;;*** 126;;;***
127 127
128;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 128;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
129;;;;;; (16213 43281)) 129;;;;;; (16211 27038))
130;;; Generated autoloads from progmodes/ada-stmt.el 130;;; Generated autoloads from progmodes/ada-stmt.el
131 131
132(autoload (quote ada-header) "ada-stmt" "\ 132(autoload (quote ada-header) "ada-stmt" "\
@@ -137,7 +137,7 @@ Insert a descriptive header at the top of the file.
137;;;*** 137;;;***
138 138
139;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 139;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
140;;;;;; (16213 43281)) 140;;;;;; (16211 27038))
141;;; Generated autoloads from progmodes/ada-xref.el 141;;; Generated autoloads from progmodes/ada-xref.el
142 142
143(autoload (quote ada-find-file) "ada-xref" "\ 143(autoload (quote ada-find-file) "ada-xref" "\
@@ -152,7 +152,7 @@ Completion is available.
152;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry 152;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry
153;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address 153;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address
154;;;;;; add-log-full-name add-log-current-defun-function) "add-log" 154;;;;;; add-log-full-name add-log-current-defun-function) "add-log"
155;;;;;; "add-log.el" (16213 43264)) 155;;;;;; "add-log.el" (16211 27008))
156;;; Generated autoloads from add-log.el 156;;; Generated autoloads from add-log.el
157 157
158(defvar add-log-current-defun-function nil "\ 158(defvar add-log-current-defun-function nil "\
@@ -289,8 +289,8 @@ Fix any old-style date entries in the current log file to default format.
289;;;*** 289;;;***
290 290
291;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action 291;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action
292;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (16213 292;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (16211
293;;;;;; 43272)) 293;;;;;; 27023))
294;;; Generated autoloads from emacs-lisp/advice.el 294;;; Generated autoloads from emacs-lisp/advice.el
295 295
296(defvar ad-redefinition-action (quote warn) "\ 296(defvar ad-redefinition-action (quote warn) "\
@@ -389,7 +389,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation.
389 389
390;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 390;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
391;;;;;; align-highlight-rule align-current align-entire align-regexp 391;;;;;; align-highlight-rule align-current align-entire align-regexp
392;;;;;; align) "align" "align.el" (16213 43264)) 392;;;;;; align) "align" "align.el" (16211 27008))
393;;; Generated autoloads from align.el 393;;; Generated autoloads from align.el
394 394
395(autoload (quote align) "align" "\ 395(autoload (quote align) "align" "\
@@ -478,7 +478,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
478 478
479;;;*** 479;;;***
480 480
481;;;### (autoloads (allout-init) "allout" "allout.el" (16213 43264)) 481;;;### (autoloads (allout-init) "allout" "allout.el" (16271 3441))
482;;; Generated autoloads from allout.el 482;;; Generated autoloads from allout.el
483 483
484(autoload (quote allout-init) "allout" "\ 484(autoload (quote allout-init) "allout" "\
@@ -514,7 +514,7 @@ the following two lines in your emacs init file:
514;;;*** 514;;;***
515 515
516;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 516;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
517;;;;;; "net/ange-ftp.el" (16213 43280)) 517;;;;;; "net/ange-ftp.el" (16211 27037))
518;;; Generated autoloads from net/ange-ftp.el 518;;; Generated autoloads from net/ange-ftp.el
519 519
520(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) 520(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))
@@ -538,7 +538,7 @@ Not documented
538;;;*** 538;;;***
539 539
540;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 540;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
541;;;;;; "animate" "play/animate.el" (16213 43281)) 541;;;;;; "animate" "play/animate.el" (16211 27038))
542;;; Generated autoloads from play/animate.el 542;;; Generated autoloads from play/animate.el
543 543
544(autoload (quote animate-string) "animate" "\ 544(autoload (quote animate-string) "animate" "\
@@ -565,7 +565,7 @@ Display Sarah's birthday present in a new buffer.
565;;;*** 565;;;***
566 566
567;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 567;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
568;;;;;; "ansi-color" "ansi-color.el" (16213 43266)) 568;;;;;; "ansi-color" "ansi-color.el" (16211 27008))
569;;; Generated autoloads from ansi-color.el 569;;; Generated autoloads from ansi-color.el
570 570
571(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ 571(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\
@@ -591,7 +591,7 @@ This is a good function to put in `comint-output-filter-functions'.
591;;;*** 591;;;***
592 592
593;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 593;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
594;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (16213 43281)) 594;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (16277 42320))
595;;; Generated autoloads from progmodes/antlr-mode.el 595;;; Generated autoloads from progmodes/antlr-mode.el
596 596
597(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ 597(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\
@@ -630,7 +630,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
630;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary 630;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary
631;;;;;; appt-display-duration appt-msg-window appt-display-mode-line 631;;;;;; appt-display-duration appt-msg-window appt-display-mode-line
632;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) 632;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message)
633;;;;;; "appt" "calendar/appt.el" (16213 43272)) 633;;;;;; "appt" "calendar/appt.el" (16211 27023))
634;;; Generated autoloads from calendar/appt.el 634;;; Generated autoloads from calendar/appt.el
635 635
636(defvar appt-issue-message t "\ 636(defvar appt-issue-message t "\
@@ -705,7 +705,7 @@ They specify the range of dates that the diary is being processed for.
705 705
706;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property 706;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property
707;;;;;; apropos-command apropos-variable apropos-mode) "apropos" 707;;;;;; apropos-command apropos-variable apropos-mode) "apropos"
708;;;;;; "apropos.el" (16213 43267)) 708;;;;;; "apropos.el" (16211 27008))
709;;; Generated autoloads from apropos.el 709;;; Generated autoloads from apropos.el
710 710
711(autoload (quote apropos-mode) "apropos" "\ 711(autoload (quote apropos-mode) "apropos" "\
@@ -766,8 +766,8 @@ Returns list of symbols and documentation found.
766 766
767;;;*** 767;;;***
768 768
769;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (16213 769;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (16211
770;;;;;; 43267)) 770;;;;;; 27009))
771;;; Generated autoloads from arc-mode.el 771;;; Generated autoloads from arc-mode.el
772 772
773(autoload (quote archive-mode) "arc-mode" "\ 773(autoload (quote archive-mode) "arc-mode" "\
@@ -787,7 +787,7 @@ archive.
787 787
788;;;*** 788;;;***
789 789
790;;;### (autoloads (array-mode) "array" "array.el" (16213 43267)) 790;;;### (autoloads (array-mode) "array" "array.el" (16211 27011))
791;;; Generated autoloads from array.el 791;;; Generated autoloads from array.el
792 792
793(autoload (quote array-mode) "array" "\ 793(autoload (quote array-mode) "array" "\
@@ -858,8 +858,8 @@ Entering array mode calls the function `array-mode-hook'.
858 858
859;;;*** 859;;;***
860 860
861;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (16213 861;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (16211
862;;;;;; 43283)) 862;;;;;; 27040))
863;;; Generated autoloads from textmodes/artist.el 863;;; Generated autoloads from textmodes/artist.el
864 864
865(autoload (quote artist-mode) "artist" "\ 865(autoload (quote artist-mode) "artist" "\
@@ -1064,8 +1064,8 @@ Keymap summary
1064 1064
1065;;;*** 1065;;;***
1066 1066
1067;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (16213 1067;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (16211
1068;;;;;; 43281)) 1068;;;;;; 27038))
1069;;; Generated autoloads from progmodes/asm-mode.el 1069;;; Generated autoloads from progmodes/asm-mode.el
1070 1070
1071(autoload (quote asm-mode) "asm-mode" "\ 1071(autoload (quote asm-mode) "asm-mode" "\
@@ -1093,7 +1093,7 @@ Special commands:
1093;;;*** 1093;;;***
1094 1094
1095;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el" 1095;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el"
1096;;;;;; (16213 43281)) 1096;;;;;; (16211 27037))
1097;;; Generated autoloads from obsolete/auto-show.el 1097;;; Generated autoloads from obsolete/auto-show.el
1098 1098
1099(defvar auto-show-mode nil "\ 1099(defvar auto-show-mode nil "\
@@ -1109,7 +1109,7 @@ This command is obsolete.
1109;;;*** 1109;;;***
1110 1110
1111;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1111;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1112;;;;;; (16213 43267)) 1112;;;;;; (16211 27012))
1113;;; Generated autoloads from autoarg.el 1113;;; Generated autoloads from autoarg.el
1114 1114
1115(defvar autoarg-mode nil "\ 1115(defvar autoarg-mode nil "\
@@ -1164,7 +1164,7 @@ This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1'
1164;;;*** 1164;;;***
1165 1165
1166;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1166;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1167;;;;;; (16213 43281)) 1167;;;;;; (16301 41845))
1168;;; Generated autoloads from progmodes/autoconf.el 1168;;; Generated autoloads from progmodes/autoconf.el
1169 1169
1170(autoload (quote autoconf-mode) "autoconf" "\ 1170(autoload (quote autoconf-mode) "autoconf" "\
@@ -1175,7 +1175,7 @@ Major mode for editing Autoconf configure.in files.
1175;;;*** 1175;;;***
1176 1176
1177;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1177;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1178;;;;;; "autoinsert" "autoinsert.el" (16213 43267)) 1178;;;;;; "autoinsert" "autoinsert.el" (16211 27012))
1179;;; Generated autoloads from autoinsert.el 1179;;; Generated autoloads from autoinsert.el
1180 1180
1181(autoload (quote auto-insert) "autoinsert" "\ 1181(autoload (quote auto-insert) "autoinsert" "\
@@ -1213,7 +1213,7 @@ insert a template for the file depending on the mode of the buffer.
1213 1213
1214;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1214;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1215;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1215;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1216;;;;;; (16213 43272)) 1216;;;;;; (16211 27023))
1217;;; Generated autoloads from emacs-lisp/autoload.el 1217;;; Generated autoloads from emacs-lisp/autoload.el
1218 1218
1219(autoload (quote update-file-autoloads) "autoload" "\ 1219(autoload (quote update-file-autoloads) "autoload" "\
@@ -1244,7 +1244,7 @@ Calls `update-directory-autoloads' on the command line arguments.
1244;;;*** 1244;;;***
1245 1245
1246;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode 1246;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode
1247;;;;;; auto-revert-mode) "autorevert" "autorevert.el" (16213 43267)) 1247;;;;;; auto-revert-mode) "autorevert" "autorevert.el" (16211 27012))
1248;;; Generated autoloads from autorevert.el 1248;;; Generated autoloads from autorevert.el
1249 1249
1250(defvar auto-revert-mode nil "\ 1250(defvar auto-revert-mode nil "\
@@ -1288,7 +1288,7 @@ Use `auto-revert-mode' to revert a particular buffer.
1288;;;*** 1288;;;***
1289 1289
1290;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1290;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1291;;;;;; "avoid.el" (16213 43267)) 1291;;;;;; "avoid.el" (16211 27012))
1292;;; Generated autoloads from avoid.el 1292;;; Generated autoloads from avoid.el
1293 1293
1294(defvar mouse-avoidance-mode nil "\ 1294(defvar mouse-avoidance-mode nil "\
@@ -1329,7 +1329,7 @@ definition of \"random distance\".)
1329;;;*** 1329;;;***
1330 1330
1331;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" 1331;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el"
1332;;;;;; (16213 43272)) 1332;;;;;; (16211 27023))
1333;;; Generated autoloads from emacs-lisp/backquote.el 1333;;; Generated autoloads from emacs-lisp/backquote.el
1334 1334
1335(autoload (quote backquote) "backquote" "\ 1335(autoload (quote backquote) "backquote" "\
@@ -1354,7 +1354,7 @@ Vectors work just like lists. Nested backquotes are permitted.
1354;;;*** 1354;;;***
1355 1355
1356;;;### (autoloads (display-battery battery) "battery" "battery.el" 1356;;;### (autoloads (display-battery battery) "battery" "battery.el"
1357;;;;;; (16224 13136)) 1357;;;;;; (16223 32933))
1358;;; Generated autoloads from battery.el 1358;;; Generated autoloads from battery.el
1359 1359
1360(autoload (quote battery) "battery" "\ 1360(autoload (quote battery) "battery" "\
@@ -1376,7 +1376,7 @@ seconds.
1376;;;*** 1376;;;***
1377 1377
1378;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1378;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1379;;;;;; "benchmark" "emacs-lisp/benchmark.el" (16213 43272)) 1379;;;;;; "benchmark" "emacs-lisp/benchmark.el" (16211 27023))
1380;;; Generated autoloads from emacs-lisp/benchmark.el 1380;;; Generated autoloads from emacs-lisp/benchmark.el
1381 1381
1382(autoload (quote benchmark-run) "benchmark" "\ 1382(autoload (quote benchmark-run) "benchmark" "\
@@ -1408,8 +1408,8 @@ non-interactive use see also `benchmark-run' and
1408 1408
1409;;;*** 1409;;;***
1410 1410
1411;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (16213 1411;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (16277
1412;;;;;; 43283)) 1412;;;;;; 42320))
1413;;; Generated autoloads from textmodes/bibtex.el 1413;;; Generated autoloads from textmodes/bibtex.el
1414 1414
1415(autoload (quote bibtex-mode) "bibtex" "\ 1415(autoload (quote bibtex-mode) "bibtex" "\
@@ -1505,15 +1505,15 @@ non-nil.
1505 1505
1506;;;*** 1506;;;***
1507 1507
1508;;;### (autoloads nil "binhex" "gnus/binhex.el" (16213 43273)) 1508;;;### (autoloads nil "binhex" "gnus/binhex.el" (16211 27027))
1509;;; Generated autoloads from gnus/binhex.el 1509;;; Generated autoloads from gnus/binhex.el
1510 1510
1511(defconst binhex-begin-line "^:...............................................................$") 1511(defconst binhex-begin-line "^:...............................................................$")
1512 1512
1513;;;*** 1513;;;***
1514 1514
1515;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (16213 1515;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (16211
1516;;;;;; 43281)) 1516;;;;;; 27038))
1517;;; Generated autoloads from play/blackbox.el 1517;;; Generated autoloads from play/blackbox.el
1518 1518
1519(autoload (quote blackbox) "blackbox" "\ 1519(autoload (quote blackbox) "blackbox" "\
@@ -1635,7 +1635,7 @@ a reflection.
1635;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save 1635;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save
1636;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename 1636;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename
1637;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump 1637;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump
1638;;;;;; bookmark-set) "bookmark" "bookmark.el" (16213 43267)) 1638;;;;;; bookmark-set) "bookmark" "bookmark.el" (16211 27012))
1639;;; Generated autoloads from bookmark.el 1639;;; Generated autoloads from bookmark.el
1640 (define-key ctl-x-map "rb" 'bookmark-jump) 1640 (define-key ctl-x-map "rb" 'bookmark-jump)
1641 (define-key ctl-x-map "rm" 'bookmark-set) 1641 (define-key ctl-x-map "rm" 'bookmark-set)
@@ -1824,7 +1824,7 @@ deletion, or > if it is flagged for displaying.
1824;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point 1824;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point
1825;;;;;; browse-url browse-url-of-region browse-url-of-dired-file 1825;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
1826;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function) 1826;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function)
1827;;;;;; "browse-url" "net/browse-url.el" (16213 43280)) 1827;;;;;; "browse-url" "net/browse-url.el" (16211 27037))
1828;;; Generated autoloads from net/browse-url.el 1828;;; Generated autoloads from net/browse-url.el
1829 1829
1830(defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\ 1830(defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\
@@ -2107,8 +2107,8 @@ Default to the URL around or before point.
2107 2107
2108;;;*** 2108;;;***
2109 2109
2110;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (16213 2110;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (16211
2111;;;;;; 43281)) 2111;;;;;; 27038))
2112;;; Generated autoloads from play/bruce.el 2112;;; Generated autoloads from play/bruce.el
2113 2113
2114(autoload (quote bruce) "bruce" "\ 2114(autoload (quote bruce) "bruce" "\
@@ -2124,7 +2124,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2124;;;*** 2124;;;***
2125 2125
2126;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2126;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2127;;;;;; "bs" "bs.el" (16213 43267)) 2127;;;;;; "bs" "bs.el" (16211 27012))
2128;;; Generated autoloads from bs.el 2128;;; Generated autoloads from bs.el
2129 2129
2130(autoload (quote bs-cycle-next) "bs" "\ 2130(autoload (quote bs-cycle-next) "bs" "\
@@ -2165,11 +2165,11 @@ name of buffer configuration.
2165;;;*** 2165;;;***
2166 2166
2167;;;### (autoloads (insert-text-button make-text-button insert-button 2167;;;### (autoloads (insert-text-button make-text-button insert-button
2168;;;;;; make-button define-button-type) "button" "button.el" (16213 2168;;;;;; make-button define-button-type) "button" "button.el" (16310
2169;;;;;; 43267)) 2169;;;;;; 39781))
2170;;; Generated autoloads from button.el 2170;;; Generated autoloads from button.el
2171 2171
2172(defvar button-map (let ((map (make-sparse-keymap))) (define-key map "" (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ 2172(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
2173Keymap used by buttons.") 2173Keymap used by buttons.")
2174 2174
2175(defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] (quote forward-button)) (define-key map [backtab] (quote backward-button)) map) "\ 2175(defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] (quote forward-button)) (define-key map [backtab] (quote backward-button)) map) "\
@@ -2254,7 +2254,7 @@ Also see `make-text-button'.
2254;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2254;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2255;;;;;; compile-defun byte-compile-file byte-recompile-directory 2255;;;;;; compile-defun byte-compile-file byte-recompile-directory
2256;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" 2256;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el"
2257;;;;;; (16239 25257)) 2257;;;;;; (16239 4666))
2258;;; Generated autoloads from emacs-lisp/bytecomp.el 2258;;; Generated autoloads from emacs-lisp/bytecomp.el
2259 2259
2260(autoload (quote byte-force-recompile) "bytecomp" "\ 2260(autoload (quote byte-force-recompile) "bytecomp" "\
@@ -2346,7 +2346,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'.
2346 2346
2347;;;*** 2347;;;***
2348 2348
2349;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (16213 43272)) 2349;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (16211 27023))
2350;;; Generated autoloads from calendar/cal-dst.el 2350;;; Generated autoloads from calendar/cal-dst.el
2351 2351
2352(put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) 2352(put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t)
@@ -2356,7 +2356,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'.
2356;;;*** 2356;;;***
2357 2357
2358;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" 2358;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el"
2359;;;;;; (16213 43272)) 2359;;;;;; (16211 27023))
2360;;; Generated autoloads from calendar/cal-hebrew.el 2360;;; Generated autoloads from calendar/cal-hebrew.el
2361 2361
2362(autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ 2362(autoload (quote list-yahrzeit-dates) "cal-hebrew" "\
@@ -2370,8 +2370,8 @@ from the cursor position.
2370 2370
2371;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2371;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2372;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2372;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2373;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (16213 2373;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (16211
2374;;;;;; 43272)) 2374;;;;;; 27022))
2375;;; Generated autoloads from calc/calc.el 2375;;; Generated autoloads from calc/calc.el
2376 2376
2377(defvar calc-info-filename "calc.info" "\ 2377(defvar calc-info-filename "calc.info" "\
@@ -2466,7 +2466,7 @@ Not documented
2466;;;*** 2466;;;***
2467 2467
2468;;;### (autoloads (calc-extensions) "calc-ext" "calc/calc-ext.el" 2468;;;### (autoloads (calc-extensions) "calc-ext" "calc/calc-ext.el"
2469;;;;;; (16213 43272)) 2469;;;;;; (16211 27022))
2470;;; Generated autoloads from calc/calc-ext.el 2470;;; Generated autoloads from calc/calc-ext.el
2471 2471
2472(autoload (quote calc-extensions) "calc-ext" "\ 2472(autoload (quote calc-extensions) "calc-ext" "\
@@ -2476,8 +2476,8 @@ This function is part of the autoload linkage for parts of Calc.
2476 2476
2477;;;*** 2477;;;***
2478 2478
2479;;;### (autoloads (calculator) "calculator" "calculator.el" (16213 2479;;;### (autoloads (calculator) "calculator" "calculator.el" (16211
2480;;;;;; 43267)) 2480;;;;;; 27012))
2481;;; Generated autoloads from calculator.el 2481;;; Generated autoloads from calculator.el
2482 2482
2483(autoload (quote calculator) "calculator" "\ 2483(autoload (quote calculator) "calculator" "\
@@ -2504,7 +2504,7 @@ See the documentation for `calculator-mode' for more information.
2504;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 2504;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2505;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset 2505;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset
2506;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" 2506;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el"
2507;;;;;; (16213 43272)) 2507;;;;;; (16252 34047))
2508;;; Generated autoloads from calendar/calendar.el 2508;;; Generated autoloads from calendar/calendar.el
2509 2509
2510(defvar calendar-week-start-day 0 "\ 2510(defvar calendar-week-start-day 0 "\
@@ -3057,7 +3057,7 @@ See the documentation of that function for more information.
3057 3057
3058;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 3058;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
3059;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3059;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3060;;;;;; (16213 43281)) 3060;;;;;; (16211 27038))
3061;;; Generated autoloads from progmodes/cc-mode.el 3061;;; Generated autoloads from progmodes/cc-mode.el
3062 3062
3063(autoload (quote c-initialize-cc-mode) "cc-mode" "\ 3063(autoload (quote c-initialize-cc-mode) "cc-mode" "\
@@ -3215,7 +3215,7 @@ Key bindings:
3215;;;*** 3215;;;***
3216 3216
3217;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3217;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3218;;;;;; "progmodes/cc-styles.el" (16242 40141)) 3218;;;;;; "progmodes/cc-styles.el" (16241 41611))
3219;;; Generated autoloads from progmodes/cc-styles.el 3219;;; Generated autoloads from progmodes/cc-styles.el
3220 3220
3221(autoload (quote c-set-style) "cc-styles" "\ 3221(autoload (quote c-set-style) "cc-styles" "\
@@ -3272,7 +3272,7 @@ and exists only for compatibility reasons.
3272 3272
3273;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3273;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3274;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3274;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3275;;;;;; (16213 43274)) 3275;;;;;; (16211 27032))
3276;;; Generated autoloads from international/ccl.el 3276;;; Generated autoloads from international/ccl.el
3277 3277
3278(autoload (quote ccl-compile) "ccl" "\ 3278(autoload (quote ccl-compile) "ccl" "\
@@ -3528,6 +3528,21 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3528 3528
3529;;;*** 3529;;;***
3530 3530
3531;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el"
3532;;;;;; (16278 45828))
3533;;; Generated autoloads from progmodes/cfengine.el
3534
3535(autoload (quote cfengine-mode) "cfengine" "\
3536Major mode for editing cfengine input.
3537There are no special keybindings by default.
3538
3539Action blocks are treated as defuns, i.e. \\[beginning-of-defun] moves
3540to the action header.
3541
3542\(fn)" t nil)
3543
3544;;;***
3545
3531;;;### (autoloads (checkdoc-minor-mode checkdoc-ispell-defun checkdoc-ispell-comments 3546;;;### (autoloads (checkdoc-minor-mode checkdoc-ispell-defun checkdoc-ispell-comments
3532;;;;;; checkdoc-ispell-continue checkdoc-ispell-start checkdoc-ispell-message-text 3547;;;;;; checkdoc-ispell-continue checkdoc-ispell-start checkdoc-ispell-message-text
3533;;;;;; checkdoc-ispell-message-interactive checkdoc-ispell-interactive 3548;;;;;; checkdoc-ispell-message-interactive checkdoc-ispell-interactive
@@ -3536,7 +3551,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3536;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3551;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3537;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3552;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3538;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 3553;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
3539;;;;;; (16213 43272)) 3554;;;;;; (16211 27023))
3540;;; Generated autoloads from emacs-lisp/checkdoc.el 3555;;; Generated autoloads from emacs-lisp/checkdoc.el
3541 3556
3542(autoload (quote checkdoc) "checkdoc" "\ 3557(autoload (quote checkdoc) "checkdoc" "\
@@ -3719,8 +3734,8 @@ checking of documentation strings.
3719;;;*** 3734;;;***
3720 3735
3721;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer 3736;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer
3722;;;;;; decode-hz-region) "china-util" "language/china-util.el" (16213 3737;;;;;; decode-hz-region) "china-util" "language/china-util.el" (16211
3723;;;;;; 43280)) 3738;;;;;; 27033))
3724;;; Generated autoloads from language/china-util.el 3739;;; Generated autoloads from language/china-util.el
3725 3740
3726(autoload (quote decode-hz-region) "china-util" "\ 3741(autoload (quote decode-hz-region) "china-util" "\
@@ -3748,7 +3763,7 @@ Encode the text in the current buffer to HZ.
3748;;;*** 3763;;;***
3749 3764
3750;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 3765;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
3751;;;;;; "chistory" "chistory.el" (16213 43267)) 3766;;;;;; "chistory" "chistory.el" (16211 27012))
3752;;; Generated autoloads from chistory.el 3767;;; Generated autoloads from chistory.el
3753 3768
3754(autoload (quote repeat-matching-complex-command) "chistory" "\ 3769(autoload (quote repeat-matching-complex-command) "chistory" "\
@@ -3787,7 +3802,7 @@ and runs the normal hook `command-history-hook'.
3787 3802
3788;;;*** 3803;;;***
3789 3804
3790;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (16213 43272)) 3805;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (16211 27024))
3791;;; Generated autoloads from emacs-lisp/cl.el 3806;;; Generated autoloads from emacs-lisp/cl.el
3792 3807
3793(defvar custom-print-functions nil "\ 3808(defvar custom-print-functions nil "\
@@ -3803,7 +3818,7 @@ a future Emacs interpreter will be able to use it.")
3803;;;*** 3818;;;***
3804 3819
3805;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 3820;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3806;;;;;; (16213 43272)) 3821;;;;;; (16211 27024))
3807;;; Generated autoloads from emacs-lisp/cl-indent.el 3822;;; Generated autoloads from emacs-lisp/cl-indent.el
3808 3823
3809(autoload (quote common-lisp-indent-function) "cl-indent" "\ 3824(autoload (quote common-lisp-indent-function) "cl-indent" "\
@@ -3814,7 +3829,7 @@ Not documented
3814;;;*** 3829;;;***
3815 3830
3816;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 3831;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3817;;;;;; (16213 43281)) 3832;;;;;; (16211 27038))
3818;;; Generated autoloads from progmodes/cmacexp.el 3833;;; Generated autoloads from progmodes/cmacexp.el
3819 3834
3820(autoload (quote c-macro-expand) "cmacexp" "\ 3835(autoload (quote c-macro-expand) "cmacexp" "\
@@ -3833,8 +3848,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
3833 3848
3834;;;*** 3849;;;***
3835 3850
3836;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (16213 3851;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (16211
3837;;;;;; 43267)) 3852;;;;;; 27012))
3838;;; Generated autoloads from cmuscheme.el 3853;;; Generated autoloads from cmuscheme.el
3839 3854
3840(autoload (quote run-scheme) "cmuscheme" "\ 3855(autoload (quote run-scheme) "cmuscheme" "\
@@ -3851,7 +3866,7 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook'
3851;;;*** 3866;;;***
3852 3867
3853;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" 3868;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el"
3854;;;;;; (16216 22162)) 3869;;;;;; (16271 3438))
3855;;; Generated autoloads from international/code-pages.el 3870;;; Generated autoloads from international/code-pages.el
3856 3871
3857(autoload (quote cp-make-coding-system) "code-pages" "\ 3872(autoload (quote cp-make-coding-system) "code-pages" "\
@@ -3863,12 +3878,14 @@ corresponding args of `make-coding-system'. If MNEMONIC isn't given,
3863Return an updated `non-iso-charset-alist'. 3878Return an updated `non-iso-charset-alist'.
3864 3879
3865\(fn NAME V &optional DOC-STRING MNEMONIC)" nil (quote macro)) 3880\(fn NAME V &optional DOC-STRING MNEMONIC)" nil (quote macro))
3881(autoload-coding-system 'pt154 '(require 'code-pages))
3882(autoload-coding-system 'iso-8859-11 '(require 'code-pages))
3866 3883
3867;;;*** 3884;;;***
3868 3885
3869;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage 3886;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage
3870;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) 3887;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage)
3871;;;;;; "codepage" "international/codepage.el" (16216 22162)) 3888;;;;;; "codepage" "international/codepage.el" (16215 28546))
3872;;; Generated autoloads from international/codepage.el 3889;;; Generated autoloads from international/codepage.el
3873 3890
3874(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ 3891(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\
@@ -3927,7 +3944,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal.
3927;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3944;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3928;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3945;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3929;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3946;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3930;;;;;; (16213 43267)) 3947;;;;;; (16211 27012))
3931;;; Generated autoloads from comint.el 3948;;; Generated autoloads from comint.el
3932 3949
3933(autoload (quote make-comint-in-buffer) "comint" "\ 3950(autoload (quote make-comint-in-buffer) "comint" "\
@@ -3997,8 +4014,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
3997 4014
3998;;;*** 4015;;;***
3999 4016
4000;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (16213 4017;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (16277
4001;;;;;; 43267)) 4018;;;;;; 42321))
4002;;; Generated autoloads from compare-w.el 4019;;; Generated autoloads from compare-w.el
4003 4020
4004(autoload (quote compare-windows) "compare-w" "\ 4021(autoload (quote compare-windows) "compare-w" "\
@@ -4012,9 +4029,20 @@ If both windows display the same buffer,
4012the mark is pushed twice in that buffer: 4029the mark is pushed twice in that buffer:
4013first in the other window, then in the selected window. 4030first in the other window, then in the selected window.
4014 4031
4015A prefix arg means ignore changes in whitespace. 4032A prefix arg means reverse the value of variable
4016The variable `compare-windows-whitespace' controls how whitespace is skipped. 4033`compare-ignore-whitespace'. If `compare-ignore-whitespace' is
4017If `compare-ignore-case' is non-nil, changes in case are also ignored. 4034nil, then a prefix arg means ignore changes in whitespace. If
4035`compare-ignore-whitespace' is non-nil, then a prefix arg means
4036don't ignore changes in whitespace. The variable
4037`compare-windows-whitespace' controls how whitespace is skipped.
4038If `compare-ignore-case' is non-nil, changes in case are also
4039ignored.
4040
4041If `compare-windows-sync' is non-nil, then successive calls of
4042this command work in interlaced mode:
4043on first call it advances points to the next difference,
4044on second call it synchronizes points by skipping the difference,
4045on third call it again advances points to the next difference and so on.
4018 4046
4019\(fn IGNORE-WHITESPACE)" t nil) 4047\(fn IGNORE-WHITESPACE)" t nil)
4020 4048
@@ -4023,7 +4051,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored.
4023;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode 4051;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
4024;;;;;; compilation-mode grep-tree grep-find grep compile compilation-search-path 4052;;;;;; compilation-mode grep-tree grep-find grep compile compilation-search-path
4025;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 4053;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
4026;;;;;; "compile" "progmodes/compile.el" (16239 25259)) 4054;;;;;; "compile" "progmodes/compile.el" (16277 42320))
4027;;; Generated autoloads from progmodes/compile.el 4055;;; Generated autoloads from progmodes/compile.el
4028 4056
4029(defvar compilation-mode-hook nil "\ 4057(defvar compilation-mode-hook nil "\
@@ -4201,7 +4229,7 @@ See variables `compilation-parse-errors-function' and
4201;;;*** 4229;;;***
4202 4230
4203;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 4231;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4204;;;;;; (16213 43267)) 4232;;;;;; (16276 26334))
4205;;; Generated autoloads from complete.el 4233;;; Generated autoloads from complete.el
4206 4234
4207(defvar partial-completion-mode nil "\ 4235(defvar partial-completion-mode nil "\
@@ -4236,7 +4264,7 @@ See also the variable `PC-include-file-path'.
4236;;;*** 4264;;;***
4237 4265
4238;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4266;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4239;;;;;; (16213 43267)) 4267;;;;;; (16211 27013))
4240;;; Generated autoloads from completion.el 4268;;; Generated autoloads from completion.el
4241 4269
4242(autoload (quote dynamic-completion-mode) "completion" "\ 4270(autoload (quote dynamic-completion-mode) "completion" "\
@@ -4249,7 +4277,7 @@ Enable dynamic word-completion.
4249;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after 4277;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after
4250;;;;;; find-composition compose-chars decompose-string compose-string 4278;;;;;; find-composition compose-chars decompose-string compose-string
4251;;;;;; decompose-region compose-region) "composite" "composite.el" 4279;;;;;; decompose-region compose-region) "composite" "composite.el"
4252;;;;;; (16213 43267)) 4280;;;;;; (16211 27013))
4253;;; Generated autoloads from composite.el 4281;;; Generated autoloads from composite.el
4254 4282
4255(defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\ 4283(defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\
@@ -4462,7 +4490,7 @@ Optional 3rd arg WITH-COMPOSITION-RULE is ignored.
4462;;;*** 4490;;;***
4463 4491
4464;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 4492;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4465;;;;;; "cookie1" "play/cookie1.el" (16213 43281)) 4493;;;;;; "cookie1" "play/cookie1.el" (16211 27038))
4466;;; Generated autoloads from play/cookie1.el 4494;;; Generated autoloads from play/cookie1.el
4467 4495
4468(autoload (quote cookie) "cookie1" "\ 4496(autoload (quote cookie) "cookie1" "\
@@ -4494,7 +4522,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
4494;;;*** 4522;;;***
4495 4523
4496;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el" 4524;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el"
4497;;;;;; (16213 43272)) 4525;;;;;; (16211 27024))
4498;;; Generated autoloads from emacs-lisp/copyright.el 4526;;; Generated autoloads from emacs-lisp/copyright.el
4499 4527
4500(autoload (quote copyright-update) "copyright" "\ 4528(autoload (quote copyright-update) "copyright" "\
@@ -4516,7 +4544,7 @@ Insert a copyright by $ORGANIZATION notice at cursor.
4516;;;*** 4544;;;***
4517 4545
4518;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 4546;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
4519;;;;;; (16213 43281)) 4547;;;;;; (16211 27039))
4520;;; Generated autoloads from progmodes/cperl-mode.el 4548;;; Generated autoloads from progmodes/cperl-mode.el
4521 4549
4522(autoload (quote cperl-mode) "cperl-mode" "\ 4550(autoload (quote cperl-mode) "cperl-mode" "\
@@ -4689,7 +4717,7 @@ or as help on variables `cperl-tips', `cperl-problems',
4689;;;*** 4717;;;***
4690 4718
4691;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 4719;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4692;;;;;; (16213 43281)) 4720;;;;;; (16211 27039))
4693;;; Generated autoloads from progmodes/cpp.el 4721;;; Generated autoloads from progmodes/cpp.el
4694 4722
4695(autoload (quote cpp-highlight-buffer) "cpp" "\ 4723(autoload (quote cpp-highlight-buffer) "cpp" "\
@@ -4708,7 +4736,7 @@ Edit display information for cpp conditionals.
4708;;;*** 4736;;;***
4709 4737
4710;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 4738;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4711;;;;;; (16213 43273)) 4739;;;;;; (16211 27026))
4712;;; Generated autoloads from emulation/crisp.el 4740;;; Generated autoloads from emulation/crisp.el
4713 4741
4714(defvar crisp-mode nil "\ 4742(defvar crisp-mode nil "\
@@ -4732,7 +4760,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
4732;;;*** 4760;;;***
4733 4761
4734;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 4762;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
4735;;;;;; (16213 43272)) 4763;;;;;; (16211 27024))
4736;;; Generated autoloads from emacs-lisp/crm.el 4764;;; Generated autoloads from emacs-lisp/crm.el
4737 4765
4738(autoload (quote completing-read-multiple) "crm" "\ 4766(autoload (quote completing-read-multiple) "crm" "\
@@ -4767,8 +4795,8 @@ INHERIT-INPUT-METHOD.
4767 4795
4768;;;*** 4796;;;***
4769 4797
4770;;;### (autoloads (cua-mode) "cua-base" "emulation/cua-base.el" (16213 4798;;;### (autoloads (cua-mode) "cua-base" "emulation/cua-base.el" (16211
4771;;;;;; 43273)) 4799;;;;;; 27026))
4772;;; Generated autoloads from emulation/cua-base.el 4800;;; Generated autoloads from emulation/cua-base.el
4773 4801
4774(defvar cua-mode nil "\ 4802(defvar cua-mode nil "\
@@ -4806,7 +4834,7 @@ paste (in addition to the normal emacs bindings).
4806;;;;;; customize-face customize-changed-options customize-option-other-window 4834;;;;;; customize-face customize-changed-options customize-option-other-window
4807;;;;;; customize-option customize-group-other-window customize-group 4835;;;;;; customize-option customize-group-other-window customize-group
4808;;;;;; customize-mode customize customize-save-variable customize-set-variable 4836;;;;;; customize-mode customize customize-save-variable customize-set-variable
4809;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (16213 43267)) 4837;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (16211 27013))
4810;;; Generated autoloads from cus-edit.el 4838;;; Generated autoloads from cus-edit.el
4811 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 4839 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
4812 4840
@@ -5037,7 +5065,7 @@ The format is suitable for use with `easy-menu-define'.
5037 5065
5038;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-theme-face-value 5066;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-theme-face-value
5039;;;;;; custom-set-faces custom-declare-face) "cus-face" "cus-face.el" 5067;;;;;; custom-set-faces custom-declare-face) "cus-face" "cus-face.el"
5040;;;;;; (16213 43267)) 5068;;;;;; (16211 27013))
5041;;; Generated autoloads from cus-face.el 5069;;; Generated autoloads from cus-face.el
5042 5070
5043(autoload (quote custom-declare-face) "cus-face" "\ 5071(autoload (quote custom-declare-face) "cus-face" "\
@@ -5095,7 +5123,7 @@ ARGS is defined as for `custom-theme-reset-faces'
5095;;;*** 5123;;;***
5096 5124
5097;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" 5125;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
5098;;;;;; (16213 43267)) 5126;;;;;; (16211 27013))
5099;;; Generated autoloads from cus-theme.el 5127;;; Generated autoloads from cus-theme.el
5100 5128
5101(autoload (quote customize-create-theme) "cus-theme" "\ 5129(autoload (quote customize-create-theme) "cus-theme" "\
@@ -5106,7 +5134,7 @@ Create a custom theme.
5106;;;*** 5134;;;***
5107 5135
5108;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 5136;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
5109;;;;;; (16213 43267)) 5137;;;;;; (16211 27013))
5110;;; Generated autoloads from cvs-status.el 5138;;; Generated autoloads from cvs-status.el
5111 5139
5112(autoload (quote cvs-status-mode) "cvs-status" "\ 5140(autoload (quote cvs-status-mode) "cvs-status" "\
@@ -5117,7 +5145,7 @@ Mode used for cvs status output.
5117;;;*** 5145;;;***
5118 5146
5119;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5147;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5120;;;;;; "cwarn" "progmodes/cwarn.el" (16213 43281)) 5148;;;;;; "cwarn" "progmodes/cwarn.el" (16211 27039))
5121;;; Generated autoloads from progmodes/cwarn.el 5149;;; Generated autoloads from progmodes/cwarn.el
5122 5150
5123(autoload (quote cwarn-mode) "cwarn" "\ 5151(autoload (quote cwarn-mode) "cwarn" "\
@@ -5159,7 +5187,7 @@ in which `turn-on-cwarn-mode-if-enabled' turns it on.
5159 5187
5160;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5188;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5161;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5189;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5162;;;;;; (16213 43280)) 5190;;;;;; (16211 27033))
5163;;; Generated autoloads from language/cyril-util.el 5191;;; Generated autoloads from language/cyril-util.el
5164 5192
5165(autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ 5193(autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\
@@ -5188,7 +5216,7 @@ If the argument is nil, we return the display table to its standard state.
5188;;;*** 5216;;;***
5189 5217
5190;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5218;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5191;;;;;; (16213 43267)) 5219;;;;;; (16211 27013))
5192;;; Generated autoloads from dabbrev.el 5220;;; Generated autoloads from dabbrev.el
5193 (define-key esc-map "/" 'dabbrev-expand) 5221 (define-key esc-map "/" 'dabbrev-expand)
5194 (define-key esc-map [?\C-/] 'dabbrev-completion) 5222 (define-key esc-map [?\C-/] 'dabbrev-completion)
@@ -5235,8 +5263,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5235 5263
5236;;;*** 5264;;;***
5237 5265
5238;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (16213 5266;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (16211
5239;;;;;; 43281)) 5267;;;;;; 27039))
5240;;; Generated autoloads from progmodes/dcl-mode.el 5268;;; Generated autoloads from progmodes/dcl-mode.el
5241 5269
5242(autoload (quote dcl-mode) "dcl-mode" "\ 5270(autoload (quote dcl-mode) "dcl-mode" "\
@@ -5363,7 +5391,7 @@ There is some minimal font-lock support (see vars
5363;;;*** 5391;;;***
5364 5392
5365;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5393;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5366;;;;;; "emacs-lisp/debug.el" (16213 43273)) 5394;;;;;; "emacs-lisp/debug.el" (16211 27025))
5367;;; Generated autoloads from emacs-lisp/debug.el 5395;;; Generated autoloads from emacs-lisp/debug.el
5368 5396
5369(setq debugger (quote debug)) 5397(setq debugger (quote debug))
@@ -5398,7 +5426,7 @@ If argument is nil or an empty string, cancel for all functions.
5398;;;*** 5426;;;***
5399 5427
5400;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5428;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5401;;;;;; (16213 43281)) 5429;;;;;; (16211 27038))
5402;;; Generated autoloads from play/decipher.el 5430;;; Generated autoloads from play/decipher.el
5403 5431
5404(autoload (quote decipher) "decipher" "\ 5432(autoload (quote decipher) "decipher" "\
@@ -5427,8 +5455,8 @@ The most useful commands are:
5427;;;*** 5455;;;***
5428 5456
5429;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 5457;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5430;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (16213 5458;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (16211
5431;;;;;; 43267)) 5459;;;;;; 27013))
5432;;; Generated autoloads from delim-col.el 5460;;; Generated autoloads from delim-col.el
5433 5461
5434(autoload (quote delimit-columns-customize) "delim-col" "\ 5462(autoload (quote delimit-columns-customize) "delim-col" "\
@@ -5452,8 +5480,8 @@ START and END delimits the corners of text rectangle.
5452 5480
5453;;;*** 5481;;;***
5454 5482
5455;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (16213 5483;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (16211
5456;;;;;; 43281)) 5484;;;;;; 27039))
5457;;; Generated autoloads from progmodes/delphi.el 5485;;; Generated autoloads from progmodes/delphi.el
5458 5486
5459(autoload (quote delphi-mode) "delphi" "\ 5487(autoload (quote delphi-mode) "delphi" "\
@@ -5503,8 +5531,8 @@ no args, if that value is non-nil.
5503 5531
5504;;;*** 5532;;;***
5505 5533
5506;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (16213 5534;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (16211
5507;;;;;; 43267)) 5535;;;;;; 27013))
5508;;; Generated autoloads from delsel.el 5536;;; Generated autoloads from delsel.el
5509 5537
5510(defalias (quote pending-delete-mode) (quote delete-selection-mode)) 5538(defalias (quote pending-delete-mode) (quote delete-selection-mode))
@@ -5532,7 +5560,7 @@ any selection.
5532;;;*** 5560;;;***
5533 5561
5534;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5562;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5535;;;;;; "derived" "emacs-lisp/derived.el" (16213 43273)) 5563;;;;;; "derived" "emacs-lisp/derived.el" (16211 27025))
5536;;; Generated autoloads from emacs-lisp/derived.el 5564;;; Generated autoloads from emacs-lisp/derived.el
5537 5565
5538(autoload (quote define-derived-mode) "derived" "\ 5566(autoload (quote define-derived-mode) "derived" "\
@@ -5594,7 +5622,7 @@ the first time the mode is used.
5594;;;*** 5622;;;***
5595 5623
5596;;;### (autoloads (describe-char describe-text-properties) "descr-text" 5624;;;### (autoloads (describe-char describe-text-properties) "descr-text"
5597;;;;;; "descr-text.el" (16247 63112)) 5625;;;;;; "descr-text.el" (16302 39173))
5598;;; Generated autoloads from descr-text.el 5626;;; Generated autoloads from descr-text.el
5599 5627
5600(autoload (quote describe-text-properties) "descr-text" "\ 5628(autoload (quote describe-text-properties) "descr-text" "\
@@ -5619,7 +5647,7 @@ as well as widgets, buttons, overlays, and text properties.
5619 5647
5620;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 5648;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
5621;;;;;; desktop-load-default desktop-read desktop-save-mode) "desktop" 5649;;;;;; desktop-load-default desktop-read desktop-save-mode) "desktop"
5622;;;;;; "desktop.el" (16250 35347)) 5650;;;;;; "desktop.el" (16297 34365))
5623;;; Generated autoloads from desktop.el 5651;;; Generated autoloads from desktop.el
5624 5652
5625(defvar desktop-save-mode nil "\ 5653(defvar desktop-save-mode nil "\
@@ -5676,7 +5704,7 @@ Revert to the last loaded desktop.
5676;;;*** 5704;;;***
5677 5705
5678;;;### (autoloads (devanagari-post-read-conversion) "devan-util" 5706;;;### (autoloads (devanagari-post-read-conversion) "devan-util"
5679;;;;;; "language/devan-util.el" (16233 29568)) 5707;;;;;; "language/devan-util.el" (16232 544))
5680;;; Generated autoloads from language/devan-util.el 5708;;; Generated autoloads from language/devan-util.el
5681 5709
5682(defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") 5710(defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]")
@@ -5689,7 +5717,7 @@ Not documented
5689;;;*** 5717;;;***
5690 5718
5691;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 5719;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
5692;;;;;; "calendar/diary-lib.el" (16213 43272)) 5720;;;;;; "calendar/diary-lib.el" (16212 54636))
5693;;; Generated autoloads from calendar/diary-lib.el 5721;;; Generated autoloads from calendar/diary-lib.el
5694 5722
5695(autoload (quote diary) "diary-lib" "\ 5723(autoload (quote diary) "diary-lib" "\
@@ -5735,7 +5763,7 @@ Major mode for editing the diary file.
5735;;;*** 5763;;;***
5736 5764
5737;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 5765;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
5738;;;;;; "diff.el" (16213 43267)) 5766;;;;;; "diff.el" (16277 42321))
5739;;; Generated autoloads from diff.el 5767;;; Generated autoloads from diff.el
5740 5768
5741(defvar diff-switches "-c" "\ 5769(defvar diff-switches "-c" "\
@@ -5768,7 +5796,7 @@ The backup file is the first file given to `diff'.
5768;;;*** 5796;;;***
5769 5797
5770;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 5798;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
5771;;;;;; (16213 43267)) 5799;;;;;; (16309 31935))
5772;;; Generated autoloads from diff-mode.el 5800;;; Generated autoloads from diff-mode.el
5773 5801
5774(autoload (quote diff-mode) "diff-mode" "\ 5802(autoload (quote diff-mode) "diff-mode" "\
@@ -5797,7 +5825,7 @@ Minor mode for viewing/editing context diffs.
5797;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 5825;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
5798;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 5826;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
5799;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 5827;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
5800;;;;;; "dired" "dired.el" (16250 35347)) 5828;;;;;; "dired" "dired.el" (16292 22310))
5801;;; Generated autoloads from dired.el 5829;;; Generated autoloads from dired.el
5802 5830
5803(defvar dired-listing-switches "-al" "\ 5831(defvar dired-listing-switches "-al" "\
@@ -5937,7 +5965,7 @@ Like `dired' but returns the dired buffer as value, does not select it.
5937;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines 5965;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines
5938;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp 5966;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp
5939;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" 5967;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux"
5940;;;;;; "dired-aux.el" (16213 43267)) 5968;;;;;; "dired-aux.el" (16211 27013))
5941;;; Generated autoloads from dired-aux.el 5969;;; Generated autoloads from dired-aux.el
5942 5970
5943(autoload (quote dired-diff) "dired-aux" "\ 5971(autoload (quote dired-diff) "dired-aux" "\
@@ -6269,7 +6297,7 @@ true then the type of the file linked to by FILE is printed instead.
6269 6297
6270;;;*** 6298;;;***
6271 6299
6272;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (16247 63112)) 6300;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (16246 41969))
6273;;; Generated autoloads from dired-x.el 6301;;; Generated autoloads from dired-x.el
6274 6302
6275(autoload (quote dired-jump) "dired-x" "\ 6303(autoload (quote dired-jump) "dired-x" "\
@@ -6283,7 +6311,7 @@ buffer and try again.
6283 6311
6284;;;*** 6312;;;***
6285 6313
6286;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (16213 43267)) 6314;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (16211 27015))
6287;;; Generated autoloads from dirtrack.el 6315;;; Generated autoloads from dirtrack.el
6288 6316
6289(autoload (quote dirtrack) "dirtrack" "\ 6317(autoload (quote dirtrack) "dirtrack" "\
@@ -6302,8 +6330,8 @@ You can enable directory tracking by adding this function to
6302 6330
6303;;;*** 6331;;;***
6304 6332
6305;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (16213 6333;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (16211
6306;;;;;; 43273)) 6334;;;;;; 27025))
6307;;; Generated autoloads from emacs-lisp/disass.el 6335;;; Generated autoloads from emacs-lisp/disass.el
6308 6336
6309(autoload (quote disassemble) "disass" "\ 6337(autoload (quote disassemble) "disass" "\
@@ -6321,7 +6349,7 @@ redefine OBJECT if it is a symbol.
6321;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii 6349;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii
6322;;;;;; standard-display-default standard-display-8bit describe-current-display-table 6350;;;;;; standard-display-default standard-display-8bit describe-current-display-table
6323;;;;;; describe-display-table set-display-table-slot display-table-slot 6351;;;;;; describe-display-table set-display-table-slot display-table-slot
6324;;;;;; make-display-table) "disp-table" "disp-table.el" (16213 43267)) 6352;;;;;; make-display-table) "disp-table" "disp-table.el" (16286 45076))
6325;;; Generated autoloads from disp-table.el 6353;;; Generated autoloads from disp-table.el
6326 6354
6327(autoload (quote make-display-table) "disp-table" "\ 6355(autoload (quote make-display-table) "disp-table" "\
@@ -6422,7 +6450,7 @@ for users who call this function in `.emacs'.
6422;;;*** 6450;;;***
6423 6451
6424;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 6452;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6425;;;;;; (16213 43281)) 6453;;;;;; (16211 27038))
6426;;; Generated autoloads from play/dissociate.el 6454;;; Generated autoloads from play/dissociate.el
6427 6455
6428(autoload (quote dissociated-press) "dissociate" "\ 6456(autoload (quote dissociated-press) "dissociate" "\
@@ -6438,7 +6466,7 @@ Default is 2.
6438 6466
6439;;;*** 6467;;;***
6440 6468
6441;;;### (autoloads (doctor) "doctor" "play/doctor.el" (16213 43281)) 6469;;;### (autoloads (doctor) "doctor" "play/doctor.el" (16211 27038))
6442;;; Generated autoloads from play/doctor.el 6470;;; Generated autoloads from play/doctor.el
6443 6471
6444(autoload (quote doctor) "doctor" "\ 6472(autoload (quote doctor) "doctor" "\
@@ -6449,7 +6477,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6449;;;*** 6477;;;***
6450 6478
6451;;;### (autoloads (double-mode double-mode) "double" "double.el" 6479;;;### (autoloads (double-mode double-mode) "double" "double.el"
6452;;;;;; (16213 43267)) 6480;;;;;; (16211 27015))
6453;;; Generated autoloads from double.el 6481;;; Generated autoloads from double.el
6454 6482
6455(defvar double-mode nil "\ 6483(defvar double-mode nil "\
@@ -6470,7 +6498,7 @@ when pressed twice. See variable `double-map' for details.
6470 6498
6471;;;*** 6499;;;***
6472 6500
6473;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (16213 43281)) 6501;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (16211 27038))
6474;;; Generated autoloads from play/dunnet.el 6502;;; Generated autoloads from play/dunnet.el
6475 6503
6476(autoload (quote dunnet) "dunnet" "\ 6504(autoload (quote dunnet) "dunnet" "\
@@ -6481,7 +6509,7 @@ Switch to *dungeon* buffer and start game.
6481;;;*** 6509;;;***
6482 6510
6483;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 6511;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
6484;;;;;; (16213 43273)) 6512;;;;;; (16211 27027))
6485;;; Generated autoloads from gnus/earcon.el 6513;;; Generated autoloads from gnus/earcon.el
6486 6514
6487(autoload (quote gnus-earcon-display) "earcon" "\ 6515(autoload (quote gnus-earcon-display) "earcon" "\
@@ -6493,7 +6521,7 @@ Play sounds in message buffers.
6493 6521
6494;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6522;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6495;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" 6523;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode"
6496;;;;;; "emacs-lisp/easy-mmode.el" (16213 43273)) 6524;;;;;; "emacs-lisp/easy-mmode.el" (16309 31935))
6497;;; Generated autoloads from emacs-lisp/easy-mmode.el 6525;;; Generated autoloads from emacs-lisp/easy-mmode.el
6498 6526
6499(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) 6527(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
@@ -6568,8 +6596,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
6568;;;*** 6596;;;***
6569 6597
6570;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 6598;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
6571;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (16213 6599;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (16211
6572;;;;;; 43273)) 6600;;;;;; 27026))
6573;;; Generated autoloads from emacs-lisp/easymenu.el 6601;;; Generated autoloads from emacs-lisp/easymenu.el
6574 6602
6575(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) 6603(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
@@ -6711,7 +6739,7 @@ to implement dynamic menus.
6711;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup 6739;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup
6712;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer 6740;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer
6713;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer 6741;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer
6714;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (16213 43281)) 6742;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (16211 27039))
6715;;; Generated autoloads from progmodes/ebnf2ps.el 6743;;; Generated autoloads from progmodes/ebnf2ps.el
6716 6744
6717(autoload (quote ebnf-customize) "ebnf2ps" "\ 6745(autoload (quote ebnf-customize) "ebnf2ps" "\
@@ -6863,8 +6891,8 @@ It returns the old style symbol.
6863;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 6891;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
6864;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 6892;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
6865;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 6893;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
6866;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (16234 6894;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (16233
6867;;;;;; 50257)) 6895;;;;;; 59013))
6868;;; Generated autoloads from progmodes/ebrowse.el 6896;;; Generated autoloads from progmodes/ebrowse.el
6869 6897
6870(autoload (quote ebrowse-tree-mode) "ebrowse" "\ 6898(autoload (quote ebrowse-tree-mode) "ebrowse" "\
@@ -7015,7 +7043,7 @@ Display statistics for a class tree.
7015;;;*** 7043;;;***
7016 7044
7017;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7045;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7018;;;;;; (16213 43267)) 7046;;;;;; (16211 27015))
7019;;; Generated autoloads from ebuff-menu.el 7047;;; Generated autoloads from ebuff-menu.el
7020 7048
7021(autoload (quote electric-buffer-list) "ebuff-menu" "\ 7049(autoload (quote electric-buffer-list) "ebuff-menu" "\
@@ -7040,7 +7068,7 @@ Calls value of `electric-buffer-menu-mode-hook' on entry if non-nil.
7040;;;*** 7068;;;***
7041 7069
7042;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 7070;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7043;;;;;; "echistory.el" (16213 43267)) 7071;;;;;; "echistory.el" (16211 27015))
7044;;; Generated autoloads from echistory.el 7072;;; Generated autoloads from echistory.el
7045 7073
7046(autoload (quote Electric-command-history-redo-expression) "echistory" "\ 7074(autoload (quote Electric-command-history-redo-expression) "echistory" "\
@@ -7052,7 +7080,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7052;;;*** 7080;;;***
7053 7081
7054;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms 7082;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
7055;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (16239 25257)) 7083;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (16277 42320))
7056;;; Generated autoloads from emacs-lisp/edebug.el 7084;;; Generated autoloads from emacs-lisp/edebug.el
7057 7085
7058(defvar edebug-all-defs nil "\ 7086(defvar edebug-all-defs nil "\
@@ -7115,7 +7143,7 @@ already is one.)
7115;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 7143;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
7116;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 7144;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
7117;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup 7145;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup
7118;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (16213 43267)) 7146;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (16271 3439))
7119;;; Generated autoloads from ediff.el 7147;;; Generated autoloads from ediff.el
7120 7148
7121(autoload (quote ediff-files) "ediff" "\ 7149(autoload (quote ediff-files) "ediff" "\
@@ -7351,7 +7379,7 @@ With optional NODE, goes to that node.
7351;;;*** 7379;;;***
7352 7380
7353;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" 7381;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
7354;;;;;; (16213 43267)) 7382;;;;;; (16211 27015))
7355;;; Generated autoloads from ediff-help.el 7383;;; Generated autoloads from ediff-help.el
7356 7384
7357(autoload (quote ediff-customize) "ediff-help" "\ 7385(autoload (quote ediff-customize) "ediff-help" "\
@@ -7361,7 +7389,7 @@ Not documented
7361 7389
7362;;;*** 7390;;;***
7363 7391
7364;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (16213 43267)) 7392;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (16211 27015))
7365;;; Generated autoloads from ediff-hook.el 7393;;; Generated autoloads from ediff-hook.el
7366 7394
7367(defvar ediff-window-setup-function) 7395(defvar ediff-window-setup-function)
@@ -7374,7 +7402,7 @@ Not documented
7374;;;*** 7402;;;***
7375 7403
7376;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 7404;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
7377;;;;;; (16213 43267)) 7405;;;;;; (16271 3441))
7378;;; Generated autoloads from ediff-mult.el 7406;;; Generated autoloads from ediff-mult.el
7379 7407
7380(autoload (quote ediff-show-registry) "ediff-mult" "\ 7408(autoload (quote ediff-show-registry) "ediff-mult" "\
@@ -7387,7 +7415,7 @@ Display Ediff's registry.
7387;;;*** 7415;;;***
7388 7416
7389;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 7417;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7390;;;;;; "ediff-util" "ediff-util.el" (16213 43267)) 7418;;;;;; "ediff-util" "ediff-util.el" (16271 3439))
7391;;; Generated autoloads from ediff-util.el 7419;;; Generated autoloads from ediff-util.el
7392 7420
7393(autoload (quote ediff-toggle-multiframe) "ediff-util" "\ 7421(autoload (quote ediff-toggle-multiframe) "ediff-util" "\
@@ -7408,7 +7436,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
7408 7436
7409;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 7437;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
7410;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 7438;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
7411;;;;;; (16213 43267)) 7439;;;;;; (16211 27015))
7412;;; Generated autoloads from edmacro.el 7440;;; Generated autoloads from edmacro.el
7413 7441
7414(defvar edmacro-eight-bits nil "\ 7442(defvar edmacro-eight-bits nil "\
@@ -7461,7 +7489,7 @@ or nil, use a compact 80-column format.
7461;;;*** 7489;;;***
7462 7490
7463;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 7491;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
7464;;;;;; "emulation/edt.el" (16213 43273)) 7492;;;;;; "emulation/edt.el" (16211 27026))
7465;;; Generated autoloads from emulation/edt.el 7493;;; Generated autoloads from emulation/edt.el
7466 7494
7467(autoload (quote edt-set-scroll-margins) "edt" "\ 7495(autoload (quote edt-set-scroll-margins) "edt" "\
@@ -7479,7 +7507,7 @@ Turn on EDT Emulation.
7479;;;*** 7507;;;***
7480 7508
7481;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 7509;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
7482;;;;;; (16213 43267)) 7510;;;;;; (16211 27015))
7483;;; Generated autoloads from ehelp.el 7511;;; Generated autoloads from ehelp.el
7484 7512
7485(autoload (quote with-electric-help) "ehelp" "\ 7513(autoload (quote with-electric-help) "ehelp" "\
@@ -7517,7 +7545,7 @@ Not documented
7517;;;*** 7545;;;***
7518 7546
7519;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 7547;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
7520;;;;;; "eldoc" "emacs-lisp/eldoc.el" (16219 32429)) 7548;;;;;; "eldoc" "emacs-lisp/eldoc.el" (16218 6703))
7521;;; Generated autoloads from emacs-lisp/eldoc.el 7549;;; Generated autoloads from emacs-lisp/eldoc.el
7522 7550
7523(defvar eldoc-minor-mode-string " ElDoc" "\ 7551(defvar eldoc-minor-mode-string " ElDoc" "\
@@ -7549,8 +7577,8 @@ Unequivocally turn on eldoc-mode (see variable documentation).
7549 7577
7550;;;*** 7578;;;***
7551 7579
7552;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (16213 7580;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (16211
7553;;;;;; 43267)) 7581;;;;;; 27015))
7554;;; Generated autoloads from elide-head.el 7582;;; Generated autoloads from elide-head.el
7555 7583
7556(autoload (quote elide-head) "elide-head" "\ 7584(autoload (quote elide-head) "elide-head" "\
@@ -7566,7 +7594,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
7566;;;*** 7594;;;***
7567 7595
7568;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" 7596;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"
7569;;;;;; (16213 43273)) 7597;;;;;; (16276 26334))
7570;;; Generated autoloads from emacs-lisp/elint.el 7598;;; Generated autoloads from emacs-lisp/elint.el
7571 7599
7572(autoload (quote elint-initialize) "elint" "\ 7600(autoload (quote elint-initialize) "elint" "\
@@ -7577,8 +7605,8 @@ Initialize elint.
7577;;;*** 7605;;;***
7578 7606
7579;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 7607;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
7580;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (16213 7608;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (16211
7581;;;;;; 43273)) 7609;;;;;; 27026))
7582;;; Generated autoloads from emacs-lisp/elp.el 7610;;; Generated autoloads from emacs-lisp/elp.el
7583 7611
7584(autoload (quote elp-instrument-function) "elp" "\ 7612(autoload (quote elp-instrument-function) "elp" "\
@@ -7612,7 +7640,7 @@ displayed.
7612;;;*** 7640;;;***
7613 7641
7614;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 7642;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
7615;;;;;; (16250 35353)) 7643;;;;;; (16256 53161))
7616;;; Generated autoloads from mail/emacsbug.el 7644;;; Generated autoloads from mail/emacsbug.el
7617 7645
7618(autoload (quote report-emacs-bug) "emacsbug" "\ 7646(autoload (quote report-emacs-bug) "emacsbug" "\
@@ -7627,7 +7655,7 @@ Prompts for bug subject. Leaves you in a mail buffer.
7627;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 7655;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
7628;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 7656;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
7629;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 7657;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
7630;;;;;; "emerge.el" (16213 43267)) 7658;;;;;; "emerge.el" (16211 27015))
7631;;; Generated autoloads from emerge.el 7659;;; Generated autoloads from emerge.el
7632 7660
7633(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) 7661(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
@@ -7705,7 +7733,7 @@ Not documented
7705;;;*** 7733;;;***
7706 7734
7707;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" 7735;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el"
7708;;;;;; (16213 43274)) 7736;;;;;; (16211 27032))
7709;;; Generated autoloads from international/encoded-kb.el 7737;;; Generated autoloads from international/encoded-kb.el
7710 7738
7711(defvar encoded-kbd-mode nil "\ 7739(defvar encoded-kbd-mode nil "\
@@ -7733,7 +7761,7 @@ as a multilingual text encoded in a coding system set by
7733;;;*** 7761;;;***
7734 7762
7735;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 7763;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
7736;;;;;; "enriched" "textmodes/enriched.el" (16213 43283)) 7764;;;;;; "enriched" "textmodes/enriched.el" (16211 27043))
7737;;; Generated autoloads from textmodes/enriched.el 7765;;; Generated autoloads from textmodes/enriched.el
7738 7766
7739(autoload (quote enriched-mode) "enriched" "\ 7767(autoload (quote enriched-mode) "enriched" "\
@@ -7763,8 +7791,8 @@ Not documented
7763 7791
7764;;;*** 7792;;;***
7765 7793
7766;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (16213 7794;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (16211
7767;;;;;; 43273)) 7795;;;;;; 27027))
7768;;; Generated autoloads from eshell/esh-mode.el 7796;;; Generated autoloads from eshell/esh-mode.el
7769 7797
7770(autoload (quote eshell-mode) "esh-mode" "\ 7798(autoload (quote eshell-mode) "esh-mode" "\
@@ -7776,8 +7804,8 @@ Emacs shell interactive mode.
7776 7804
7777;;;*** 7805;;;***
7778 7806
7779;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (16213 7807;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (16211
7780;;;;;; 43273)) 7808;;;;;; 27027))
7781;;; Generated autoloads from eshell/esh-test.el 7809;;; Generated autoloads from eshell/esh-test.el
7782 7810
7783(autoload (quote eshell-test) "esh-test" "\ 7811(autoload (quote eshell-test) "esh-test" "\
@@ -7788,7 +7816,7 @@ Test Eshell to verify that it works as expected.
7788;;;*** 7816;;;***
7789 7817
7790;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command 7818;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command
7791;;;;;; eshell) "eshell" "eshell/eshell.el" (16213 43273)) 7819;;;;;; eshell) "eshell" "eshell/eshell.el" (16211 27027))
7792;;; Generated autoloads from eshell/eshell.el 7820;;; Generated autoloads from eshell/eshell.el
7793 7821
7794(autoload (quote eshell) "eshell" "\ 7822(autoload (quote eshell) "eshell" "\
@@ -7833,8 +7861,8 @@ Please include any configuration details that might be involved.
7833;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table-buffer 7861;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table-buffer
7834;;;;;; visit-tags-table find-tag-default-function find-tag-hook 7862;;;;;; visit-tags-table find-tag-default-function find-tag-hook
7835;;;;;; tags-add-tables tags-compression-info-list tags-table-list 7863;;;;;; tags-add-tables tags-compression-info-list tags-table-list
7836;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (16213 7864;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (16211
7837;;;;;; 43281)) 7865;;;;;; 27039))
7838;;; Generated autoloads from progmodes/etags.el 7866;;; Generated autoloads from progmodes/etags.el
7839 7867
7840(defvar tags-file-name nil "\ 7868(defvar tags-file-name nil "\
@@ -8131,7 +8159,7 @@ for \\[find-tag] (which see).
8131;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker 8159;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker
8132;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker 8160;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker
8133;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) 8161;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal)
8134;;;;;; "ethio-util" "language/ethio-util.el" (16213 43280)) 8162;;;;;; "ethio-util" "language/ethio-util.el" (16211 27033))
8135;;; Generated autoloads from language/ethio-util.el 8163;;; Generated autoloads from language/ethio-util.el
8136 8164
8137(autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\ 8165(autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\
@@ -8326,7 +8354,7 @@ Transcribe Ethiopic characters in ASCII depending on the file extension.
8326 8354
8327;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 8355;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
8328;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 8356;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
8329;;;;;; (16213 43280)) 8357;;;;;; (16211 27037))
8330;;; Generated autoloads from net/eudc.el 8358;;; Generated autoloads from net/eudc.el
8331 8359
8332(autoload (quote eudc-set-server) "eudc" "\ 8360(autoload (quote eudc-set-server) "eudc" "\
@@ -8380,7 +8408,7 @@ This does nothing except loading eudc by autoload side-effect.
8380 8408
8381;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 8409;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
8382;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 8410;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
8383;;;;;; "eudc-bob" "net/eudc-bob.el" (16213 43280)) 8411;;;;;; "eudc-bob" "net/eudc-bob.el" (16211 27037))
8384;;; Generated autoloads from net/eudc-bob.el 8412;;; Generated autoloads from net/eudc-bob.el
8385 8413
8386(autoload (quote eudc-display-generic-binary) "eudc-bob" "\ 8414(autoload (quote eudc-display-generic-binary) "eudc-bob" "\
@@ -8416,7 +8444,7 @@ Display a button for the JPEG DATA.
8416;;;*** 8444;;;***
8417 8445
8418;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 8446;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
8419;;;;;; "eudc-export" "net/eudc-export.el" (16213 43280)) 8447;;;;;; "eudc-export" "net/eudc-export.el" (16211 27037))
8420;;; Generated autoloads from net/eudc-export.el 8448;;; Generated autoloads from net/eudc-export.el
8421 8449
8422(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ 8450(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
@@ -8433,7 +8461,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
8433;;;*** 8461;;;***
8434 8462
8435;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 8463;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
8436;;;;;; (16213 43280)) 8464;;;;;; (16211 27037))
8437;;; Generated autoloads from net/eudc-hotlist.el 8465;;; Generated autoloads from net/eudc-hotlist.el
8438 8466
8439(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ 8467(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\
@@ -8445,7 +8473,7 @@ Edit the hotlist of directory servers in a specialized buffer.
8445 8473
8446;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 8474;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
8447;;;;;; executable-self-display executable-set-magic executable-find) 8475;;;;;; executable-self-display executable-set-magic executable-find)
8448;;;;;; "executable" "progmodes/executable.el" (16213 43281)) 8476;;;;;; "executable" "progmodes/executable.el" (16211 27039))
8449;;; Generated autoloads from progmodes/executable.el 8477;;; Generated autoloads from progmodes/executable.el
8450 8478
8451(autoload (quote executable-find) "executable" "\ 8479(autoload (quote executable-find) "executable" "\
@@ -8479,7 +8507,7 @@ file modes.
8479;;;*** 8507;;;***
8480 8508
8481;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 8509;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
8482;;;;;; expand-add-abbrevs) "expand" "expand.el" (16213 43267)) 8510;;;;;; expand-add-abbrevs) "expand" "expand.el" (16211 27015))
8483;;; Generated autoloads from expand.el 8511;;; Generated autoloads from expand.el
8484 8512
8485(autoload (quote expand-add-abbrevs) "expand" "\ 8513(autoload (quote expand-add-abbrevs) "expand" "\
@@ -8522,7 +8550,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
8522 8550
8523;;;*** 8551;;;***
8524 8552
8525;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (16213 43281)) 8553;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (16211 27039))
8526;;; Generated autoloads from progmodes/f90.el 8554;;; Generated autoloads from progmodes/f90.el
8527 8555
8528(autoload (quote f90-mode) "f90" "\ 8556(autoload (quote f90-mode) "f90" "\
@@ -8591,7 +8619,7 @@ with no args, if that value is non-nil.
8591;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only 8619;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only
8592;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu 8620;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu
8593;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) 8621;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face)
8594;;;;;; "facemenu" "facemenu.el" (16213 43267)) 8622;;;;;; "facemenu" "facemenu.el" (16211 27015))
8595;;; Generated autoloads from facemenu.el 8623;;; Generated autoloads from facemenu.el
8596 (define-key global-map "\M-g" 'facemenu-keymap) 8624 (define-key global-map "\M-g" 'facemenu-keymap)
8597 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) 8625 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
@@ -8750,7 +8778,7 @@ of colors that the current display can handle.
8750;;;*** 8778;;;***
8751 8779
8752;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" 8780;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock"
8753;;;;;; "fast-lock.el" (16213 43267)) 8781;;;;;; "fast-lock.el" (16211 27015))
8754;;; Generated autoloads from fast-lock.el 8782;;; Generated autoloads from fast-lock.el
8755 8783
8756(autoload (quote fast-lock-mode) "fast-lock" "\ 8784(autoload (quote fast-lock-mode) "fast-lock" "\
@@ -8791,7 +8819,7 @@ Unconditionally turn on Fast Lock mode.
8791 8819
8792;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 8820;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
8793;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 8821;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
8794;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (16213 43280)) 8822;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (16211 27033))
8795;;; Generated autoloads from mail/feedmail.el 8823;;; Generated autoloads from mail/feedmail.el
8796 8824
8797(autoload (quote feedmail-send-it) "feedmail" "\ 8825(autoload (quote feedmail-send-it) "feedmail" "\
@@ -8845,7 +8873,7 @@ you can set feedmail-queue-reminder-alist to nil.
8845;;;*** 8873;;;***
8846 8874
8847;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 8875;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
8848;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (16250 35348)) 8876;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (16252 34051))
8849;;; Generated autoloads from ffap.el 8877;;; Generated autoloads from ffap.el
8850 8878
8851(autoload (quote ffap-next) "ffap" "\ 8879(autoload (quote ffap-next) "ffap" "\
@@ -8904,7 +8932,7 @@ Evaluate the forms in variable `ffap-bindings'.
8904;;;*** 8932;;;***
8905 8933
8906;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" 8934;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el"
8907;;;;;; (16213 43267)) 8935;;;;;; (16211 27016))
8908;;; Generated autoloads from filecache.el 8936;;; Generated autoloads from filecache.el
8909 8937
8910(autoload (quote file-cache-minibuffer-complete) "filecache" "\ 8938(autoload (quote file-cache-minibuffer-complete) "filecache" "\
@@ -8923,7 +8951,7 @@ the name is considered already unique; only the second substitution
8923;;;*** 8951;;;***
8924 8952
8925;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 8953;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
8926;;;;;; find-ls-option) "find-dired" "find-dired.el" (16213 43268)) 8954;;;;;; find-ls-option) "find-dired" "find-dired.el" (16211 27016))
8927;;; Generated autoloads from find-dired.el 8955;;; Generated autoloads from find-dired.el
8928 8956
8929(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ 8957(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -8976,7 +9004,7 @@ Thus ARG can also contain additional grep options.
8976 9004
8977;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 9005;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
8978;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 9006;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
8979;;;;;; (16247 1918)) 9007;;;;;; (16247 2100))
8980;;; Generated autoloads from find-file.el 9008;;; Generated autoloads from find-file.el
8981 9009
8982(defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (setq fname (buffer-substring (match-beginning 2) (match-end 2)))))) "\ 9010(defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (setq fname (buffer-substring (match-beginning 2) (match-end 2)))))) "\
@@ -9067,7 +9095,7 @@ Visit the file you click on in another window.
9067;;;;;; find-variable-other-window find-variable find-variable-noselect 9095;;;;;; find-variable-other-window find-variable find-variable-noselect
9068;;;;;; find-function-other-frame find-function-other-window find-function 9096;;;;;; find-function-other-frame find-function-other-window find-function
9069;;;;;; find-function-noselect find-function-search-for-symbol find-library) 9097;;;;;; find-function-noselect find-function-search-for-symbol find-library)
9070;;;;;; "find-func" "emacs-lisp/find-func.el" (16213 43273)) 9098;;;;;; "find-func" "emacs-lisp/find-func.el" (16211 27026))
9071;;; Generated autoloads from emacs-lisp/find-func.el 9099;;; Generated autoloads from emacs-lisp/find-func.el
9072 9100
9073(autoload (quote find-library) "find-func" "\ 9101(autoload (quote find-library) "find-func" "\
@@ -9187,7 +9215,7 @@ Define some key bindings for the find-function family of functions.
9187;;;*** 9215;;;***
9188 9216
9189;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 9217;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
9190;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (16213 43268)) 9218;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (16211 27016))
9191;;; Generated autoloads from find-lisp.el 9219;;; Generated autoloads from find-lisp.el
9192 9220
9193(autoload (quote find-lisp-find-dired) "find-lisp" "\ 9221(autoload (quote find-lisp-find-dired) "find-lisp" "\
@@ -9208,7 +9236,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
9208;;;*** 9236;;;***
9209 9237
9210;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 9238;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
9211;;;;;; "finder" "finder.el" (16239 25256)) 9239;;;;;; "finder" "finder.el" (16235 4766))
9212;;; Generated autoloads from finder.el 9240;;; Generated autoloads from finder.el
9213 9241
9214(autoload (quote finder-list-keywords) "finder" "\ 9242(autoload (quote finder-list-keywords) "finder" "\
@@ -9230,7 +9258,7 @@ Find packages matching a given keyword.
9230;;;*** 9258;;;***
9231 9259
9232;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 9260;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
9233;;;;;; "flow-ctrl.el" (16213 43268)) 9261;;;;;; "flow-ctrl.el" (16211 27016))
9234;;; Generated autoloads from flow-ctrl.el 9262;;; Generated autoloads from flow-ctrl.el
9235 9263
9236(autoload (quote enable-flow-control) "flow-ctrl" "\ 9264(autoload (quote enable-flow-control) "flow-ctrl" "\
@@ -9253,7 +9281,7 @@ to get the effect of a C-q.
9253 9281
9254;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 9282;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
9255;;;;;; flyspell-version flyspell-mode flyspell-prog-mode flyspell-mode-line-string) 9283;;;;;; flyspell-version flyspell-mode flyspell-prog-mode flyspell-mode-line-string)
9256;;;;;; "flyspell" "textmodes/flyspell.el" (16213 43283)) 9284;;;;;; "flyspell" "textmodes/flyspell.el" (16211 27043))
9257;;; Generated autoloads from textmodes/flyspell.el 9285;;; Generated autoloads from textmodes/flyspell.el
9258 9286
9259(defvar flyspell-mode-line-string " Fly" "\ 9287(defvar flyspell-mode-line-string " Fly" "\
@@ -9327,7 +9355,7 @@ Flyspell whole buffer.
9327 9355
9328;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 9356;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
9329;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 9357;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
9330;;;;;; (16213 43268)) 9358;;;;;; (16211 27016))
9331;;; Generated autoloads from follow.el 9359;;; Generated autoloads from follow.el
9332 9360
9333(autoload (quote turn-on-follow-mode) "follow" "\ 9361(autoload (quote turn-on-follow-mode) "follow" "\
@@ -9403,7 +9431,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
9403 9431
9404;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords 9432;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords
9405;;;;;; font-lock-add-keywords font-lock-mode-internal) "font-lock" 9433;;;;;; font-lock-add-keywords font-lock-mode-internal) "font-lock"
9406;;;;;; "font-lock.el" (16219 35359)) 9434;;;;;; "font-lock.el" (16211 27016))
9407;;; Generated autoloads from font-lock.el 9435;;; Generated autoloads from font-lock.el
9408 9436
9409(autoload (quote font-lock-mode-internal) "font-lock" "\ 9437(autoload (quote font-lock-mode-internal) "font-lock" "\
@@ -9459,8 +9487,8 @@ Fontify the current buffer the way the function `font-lock-mode' would.
9459 9487
9460;;;*** 9488;;;***
9461 9489
9462;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (16213 9490;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (16211
9463;;;;;; 43280)) 9491;;;;;; 27033))
9464;;; Generated autoloads from mail/footnote.el 9492;;; Generated autoloads from mail/footnote.el
9465 9493
9466(autoload (quote footnote-mode) "footnote" "\ 9494(autoload (quote footnote-mode) "footnote" "\
@@ -9481,7 +9509,7 @@ key binding
9481;;;*** 9509;;;***
9482 9510
9483;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 9511;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
9484;;;;;; "forms" "forms.el" (16213 43268)) 9512;;;;;; "forms" "forms.el" (16211 27016))
9485;;; Generated autoloads from forms.el 9513;;; Generated autoloads from forms.el
9486 9514
9487(autoload (quote forms-mode) "forms" "\ 9515(autoload (quote forms-mode) "forms" "\
@@ -9518,7 +9546,7 @@ Visit a file in Forms mode in other window.
9518;;;*** 9546;;;***
9519 9547
9520;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 9548;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
9521;;;;;; "progmodes/fortran.el" (16213 43281)) 9549;;;;;; "progmodes/fortran.el" (16211 27039))
9522;;; Generated autoloads from progmodes/fortran.el 9550;;; Generated autoloads from progmodes/fortran.el
9523 9551
9524(defvar fortran-tab-mode-default nil "\ 9552(defvar fortran-tab-mode-default nil "\
@@ -9604,7 +9632,7 @@ with no args, if that value is non-nil.
9604;;;*** 9632;;;***
9605 9633
9606;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 9634;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
9607;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (16213 43281)) 9635;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (16211 27038))
9608;;; Generated autoloads from play/fortune.el 9636;;; Generated autoloads from play/fortune.el
9609 9637
9610(autoload (quote fortune-add-fortune) "fortune" "\ 9638(autoload (quote fortune-add-fortune) "fortune" "\
@@ -9654,7 +9682,7 @@ and choose the directory as the fortune-file.
9654;;;*** 9682;;;***
9655 9683
9656;;;### (autoloads (set-fringe-style fringe-mode fringe-mode) "fringe" 9684;;;### (autoloads (set-fringe-style fringe-mode fringe-mode) "fringe"
9657;;;;;; "fringe.el" (16213 43268)) 9685;;;;;; "fringe.el" (16271 3439))
9658;;; Generated autoloads from fringe.el 9686;;; Generated autoloads from fringe.el
9659 9687
9660(defvar fringe-mode nil "\ 9688(defvar fringe-mode nil "\
@@ -9674,33 +9702,57 @@ you can use the interactive function `toggle-fringe'")
9674(custom-autoload (quote fringe-mode) "fringe") 9702(custom-autoload (quote fringe-mode) "fringe")
9675 9703
9676(autoload (quote fringe-mode) "fringe" "\ 9704(autoload (quote fringe-mode) "fringe" "\
9677Toggle appearance of fringes on all frames. 9705Set the default appearance of fringes on all frames.
9678Valid values for MODE include `none', `default', `left-only', 9706
9679`right-only', `minimal' and `half'. MODE can also be a cons cell 9707When called interactively, query the user for MODE. Valid values
9680where the integer in car will be used as left fringe width and the 9708for MODE include `none', `default', `left-only', `right-only',
9681integer in cdr will be used as right fringe width. If MODE is not 9709`minimal' and `half'.
9682specified, the user is queried. 9710
9683It applies to all frames that exist and frames to be created in the 9711When used in a Lisp program, MODE can be a cons cell where the
9684future. 9712integer in car specifies the left fringe width and the integer in
9685If you want to set appearance of fringes on the selected frame only, 9713cdr specifies the right fringe width. MODE can also be a single
9686see `set-fringe-style'. 9714integer that specifies both the left and the right fringe width.
9715If a fringe width specification is nil, that means to use the
9716default width (8 pixels). This command may round up the left and
9717right width specifications to ensure that their sum is a multiple
9718of the character width of a frame. It never rounds up a fringe
9719width of 0.
9720
9721Fringe widths set by `set-window-fringes' override the default
9722fringe widths set by this command. This command applies to all
9723frames that exist and frames to be created in the future. If you
9724want to set the default appearance of fringes on the selected
9725frame only, see the command `set-fringe-style'.
9687 9726
9688\(fn &optional MODE)" t nil) 9727\(fn &optional MODE)" t nil)
9689 9728
9690(autoload (quote set-fringe-style) "fringe" "\ 9729(autoload (quote set-fringe-style) "fringe" "\
9691Set appearance of fringes on selected frame. 9730Set the default appearance of fringes on the selected frame.
9692Valid values for MODE include `none', `default', `left-only', 9731
9693`right-only', `minimal' and `half'. MODE can also be a cons cell 9732When called interactively, query the user for MODE. Valid values
9694where the integer in car will be used as left fringe width and the 9733for MODE include `none', `default', `left-only', `right-only',
9695integer in cdr will be used as right fringe width. If MODE is not 9734`minimal' and `half'.
9696specified, the user is queried. 9735
9697If you want to set appearance of fringes on all frames, see `fringe-mode'. 9736When used in a Lisp program, MODE can be a cons cell where the
9737integer in car specifies the left fringe width and the integer in
9738cdr specifies the right fringe width. MODE can also be a single
9739integer that specifies both the left and the right fringe width.
9740If a fringe width specification is nil, that means to use the
9741default width (8 pixels). This command may round up the left and
9742right width specifications to ensure that their sum is a multiple
9743of the character width of a frame. It never rounds up a fringe
9744width of 0.
9745
9746Fringe widths set by `set-window-fringes' override the default
9747fringe widths set by this command. If you want to set the
9748default appearance of fringes on all frames, see the command
9749`fringe-mode'.
9698 9750
9699\(fn &optional MODE)" t nil) 9751\(fn &optional MODE)" t nil)
9700 9752
9701;;;*** 9753;;;***
9702 9754
9703;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (16250 35348)) 9755;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (16278 45828))
9704;;; Generated autoloads from gdb-ui.el 9756;;; Generated autoloads from gdb-ui.el
9705 9757
9706(autoload (quote gdba) "gdb-ui" "\ 9758(autoload (quote gdba) "gdb-ui" "\
@@ -9757,7 +9809,7 @@ The following interactive lisp functions help control operation :
9757;;;*** 9809;;;***
9758 9810
9759;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el" 9811;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el"
9760;;;;;; (16213 43268)) 9812;;;;;; (16211 27016))
9761;;; Generated autoloads from generic.el 9813;;; Generated autoloads from generic.el
9762 9814
9763(autoload (quote define-generic-mode) "generic" "\ 9815(autoload (quote define-generic-mode) "generic" "\
@@ -9806,7 +9858,7 @@ Some generic modes are defined in `generic-x.el'.
9806;;;*** 9858;;;***
9807 9859
9808;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 9860;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
9809;;;;;; (16213 43281)) 9861;;;;;; (16211 27039))
9810;;; Generated autoloads from progmodes/glasses.el 9862;;; Generated autoloads from progmodes/glasses.el
9811 9863
9812(autoload (quote glasses-mode) "glasses" "\ 9864(autoload (quote glasses-mode) "glasses" "\
@@ -9819,7 +9871,7 @@ at places they belong to.
9819;;;*** 9871;;;***
9820 9872
9821;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 9873;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
9822;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (16213 43274)) 9874;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (16211 27028))
9823;;; Generated autoloads from gnus/gnus.el 9875;;; Generated autoloads from gnus/gnus.el
9824 9876
9825(autoload (quote gnus-slave-no-server) "gnus" "\ 9877(autoload (quote gnus-slave-no-server) "gnus" "\
@@ -9859,7 +9911,7 @@ prompt the user for the name of an NNTP server to use.
9859 9911
9860;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize 9912;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize
9861;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el" 9913;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el"
9862;;;;;; (16213 43273)) 9914;;;;;; (16211 27027))
9863;;; Generated autoloads from gnus/gnus-agent.el 9915;;; Generated autoloads from gnus/gnus-agent.el
9864 9916
9865(autoload (quote gnus-unplugged) "gnus-agent" "\ 9917(autoload (quote gnus-unplugged) "gnus-agent" "\
@@ -9898,7 +9950,7 @@ Not documented
9898;;;*** 9950;;;***
9899 9951
9900;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 9952;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
9901;;;;;; (16213 43273)) 9953;;;;;; (16211 27027))
9902;;; Generated autoloads from gnus/gnus-art.el 9954;;; Generated autoloads from gnus/gnus-art.el
9903 9955
9904(autoload (quote gnus-article-prepare-display) "gnus-art" "\ 9956(autoload (quote gnus-article-prepare-display) "gnus-art" "\
@@ -9909,7 +9961,7 @@ Make the current buffer look like a nice article.
9909;;;*** 9961;;;***
9910 9962
9911;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 9963;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
9912;;;;;; (16213 43273)) 9964;;;;;; (16211 27027))
9913;;; Generated autoloads from gnus/gnus-audio.el 9965;;; Generated autoloads from gnus/gnus-audio.el
9914 9966
9915(autoload (quote gnus-audio-play) "gnus-audio" "\ 9967(autoload (quote gnus-audio-play) "gnus-audio" "\
@@ -9920,8 +9972,8 @@ Play a sound FILE through the speaker.
9920;;;*** 9972;;;***
9921 9973
9922;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active 9974;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active
9923;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (16213 9975;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (16211
9924;;;;;; 43273)) 9976;;;;;; 27028))
9925;;; Generated autoloads from gnus/gnus-cache.el 9977;;; Generated autoloads from gnus/gnus-cache.el
9926 9978
9927(autoload (quote gnus-jog-cache) "gnus-cache" "\ 9979(autoload (quote gnus-jog-cache) "gnus-cache" "\
@@ -9945,7 +9997,7 @@ Generate NOV files recursively starting in DIR.
9945;;;*** 9997;;;***
9946 9998
9947;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 9999;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
9948;;;;;; "gnus-group" "gnus/gnus-group.el" (16213 43273)) 10000;;;;;; "gnus-group" "gnus/gnus-group.el" (16211 27028))
9949;;; Generated autoloads from gnus/gnus-group.el 10001;;; Generated autoloads from gnus/gnus-group.el
9950 10002
9951(autoload (quote gnus-fetch-group) "gnus-group" "\ 10003(autoload (quote gnus-fetch-group) "gnus-group" "\
@@ -9962,7 +10014,7 @@ Pop up a frame and enter GROUP.
9962;;;*** 10014;;;***
9963 10015
9964;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 10016;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
9965;;;;;; (16213 43273)) 10017;;;;;; (16211 27028))
9966;;; Generated autoloads from gnus/gnus-kill.el 10018;;; Generated autoloads from gnus/gnus-kill.el
9967 10019
9968(defalias (quote gnus-batch-kill) (quote gnus-batch-score)) 10020(defalias (quote gnus-batch-kill) (quote gnus-batch-score))
@@ -9976,7 +10028,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
9976;;;*** 10028;;;***
9977 10029
9978;;;### (autoloads (gnus-mailing-list-mode turn-on-gnus-mailing-list-mode) 10030;;;### (autoloads (gnus-mailing-list-mode turn-on-gnus-mailing-list-mode)
9979;;;;;; "gnus-ml" "gnus/gnus-ml.el" (16213 43273)) 10031;;;;;; "gnus-ml" "gnus/gnus-ml.el" (16211 27028))
9980;;; Generated autoloads from gnus/gnus-ml.el 10032;;; Generated autoloads from gnus/gnus-ml.el
9981 10033
9982(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\ 10034(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\
@@ -9995,7 +10047,7 @@ Minor mode for providing mailing-list commands.
9995 10047
9996;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 10048;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
9997;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 10049;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
9998;;;;;; (16213 43273)) 10050;;;;;; (16211 27028))
9999;;; Generated autoloads from gnus/gnus-mlspl.el 10051;;; Generated autoloads from gnus/gnus-mlspl.el
10000 10052
10001(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ 10053(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\
@@ -10095,7 +10147,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.misc\") returns:
10095;;;*** 10147;;;***
10096 10148
10097;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" 10149;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
10098;;;;;; (16213 43273)) 10150;;;;;; (16211 27028))
10099;;; Generated autoloads from gnus/gnus-move.el 10151;;; Generated autoloads from gnus/gnus-move.el
10100 10152
10101(autoload (quote gnus-change-server) "gnus-move" "\ 10153(autoload (quote gnus-change-server) "gnus-move" "\
@@ -10106,8 +10158,8 @@ Update the .newsrc.eld file to reflect the change of nntp server.
10106 10158
10107;;;*** 10159;;;***
10108 10160
10109;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (16213 10161;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (16211
10110;;;;;; 43273)) 10162;;;;;; 27028))
10111;;; Generated autoloads from gnus/gnus-msg.el 10163;;; Generated autoloads from gnus/gnus-msg.el
10112 10164
10113(autoload (quote gnus-msg-mail) "gnus-msg" "\ 10165(autoload (quote gnus-msg-mail) "gnus-msg" "\
@@ -10122,7 +10174,7 @@ Gcc: header for archiving purposes.
10122;;;*** 10174;;;***
10123 10175
10124;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el" 10176;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el"
10125;;;;;; (16213 43273)) 10177;;;;;; (16211 27028))
10126;;; Generated autoloads from gnus/gnus-mule.el 10178;;; Generated autoloads from gnus/gnus-mule.el
10127 10179
10128(autoload (quote gnus-mule-add-group) "gnus-mule" "\ 10180(autoload (quote gnus-mule-add-group) "gnus-mule" "\
@@ -10140,7 +10192,7 @@ rather than using this function.
10140;;;*** 10192;;;***
10141 10193
10142;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" 10194;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
10143;;;;;; (16213 43274)) 10195;;;;;; (16211 27028))
10144;;; Generated autoloads from gnus/gnus-soup.el 10196;;; Generated autoloads from gnus/gnus-soup.el
10145 10197
10146(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ 10198(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\
@@ -10160,7 +10212,7 @@ Note -- this function hasn't been implemented yet.
10160;;;*** 10212;;;***
10161 10213
10162;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 10214;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
10163;;;;;; (16213 43274)) 10215;;;;;; (16211 27028))
10164;;; Generated autoloads from gnus/gnus-spec.el 10216;;; Generated autoloads from gnus/gnus-spec.el
10165 10217
10166(autoload (quote gnus-update-format) "gnus-spec" "\ 10218(autoload (quote gnus-update-format) "gnus-spec" "\
@@ -10171,7 +10223,7 @@ Update the format specification near point.
10171;;;*** 10223;;;***
10172 10224
10173;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" 10225;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start"
10174;;;;;; "gnus/gnus-start.el" (16213 43274)) 10226;;;;;; "gnus/gnus-start.el" (16211 27028))
10175;;; Generated autoloads from gnus/gnus-start.el 10227;;; Generated autoloads from gnus/gnus-start.el
10176 10228
10177(autoload (quote gnus-unload) "gnus-start" "\ 10229(autoload (quote gnus-unload) "gnus-start" "\
@@ -10190,7 +10242,7 @@ Declare backend NAME with ABILITIES as a Gnus backend.
10190;;;*** 10242;;;***
10191 10243
10192;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 10244;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
10193;;;;;; (16213 43274)) 10245;;;;;; (16211 27028))
10194;;; Generated autoloads from gnus/gnus-win.el 10246;;; Generated autoloads from gnus/gnus-win.el
10195 10247
10196(autoload (quote gnus-add-configuration) "gnus-win" "\ 10248(autoload (quote gnus-add-configuration) "gnus-win" "\
@@ -10200,7 +10252,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
10200 10252
10201;;;*** 10253;;;***
10202 10254
10203;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (16213 43281)) 10255;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (16211 27038))
10204;;; Generated autoloads from play/gomoku.el 10256;;; Generated autoloads from play/gomoku.el
10205 10257
10206(autoload (quote gomoku) "gomoku" "\ 10258(autoload (quote gomoku) "gomoku" "\
@@ -10227,7 +10279,7 @@ Use \\[describe-mode] for more info.
10227;;;*** 10279;;;***
10228 10280
10229;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) 10281;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse)
10230;;;;;; "goto-addr" "net/goto-addr.el" (16213 43280)) 10282;;;;;; "goto-addr" "net/goto-addr.el" (16211 27037))
10231;;; Generated autoloads from net/goto-addr.el 10283;;; Generated autoloads from net/goto-addr.el
10232 10284
10233(autoload (quote goto-address-at-mouse) "goto-addr" "\ 10285(autoload (quote goto-address-at-mouse) "goto-addr" "\
@@ -10259,7 +10311,7 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
10259 10311
10260;;;*** 10312;;;***
10261 10313
10262;;;### (autoloads (gs-load-image) "gs" "gs.el" (16213 43268)) 10314;;;### (autoloads (gs-load-image) "gs" "gs.el" (16211 27016))
10263;;; Generated autoloads from gs.el 10315;;; Generated autoloads from gs.el
10264 10316
10265(autoload (quote gs-load-image) "gs" "\ 10317(autoload (quote gs-load-image) "gs" "\
@@ -10273,7 +10325,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
10273;;;*** 10325;;;***
10274 10326
10275;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx 10327;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx
10276;;;;;; sdb gdb) "gud" "progmodes/gud.el" (16250 35355)) 10328;;;;;; sdb gdb) "gud" "progmodes/gud.el" (16278 45828))
10277;;; Generated autoloads from progmodes/gud.el 10329;;; Generated autoloads from progmodes/gud.el
10278 10330
10279(autoload (quote gdb) "gud" "\ 10331(autoload (quote gdb) "gud" "\
@@ -10354,8 +10406,8 @@ Major mode for editing GDB scripts
10354 10406
10355;;;*** 10407;;;***
10356 10408
10357;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (16213 10409;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (16211
10358;;;;;; 43281)) 10410;;;;;; 27038))
10359;;; Generated autoloads from play/handwrite.el 10411;;; Generated autoloads from play/handwrite.el
10360 10412
10361(autoload (quote handwrite) "handwrite" "\ 10413(autoload (quote handwrite) "handwrite" "\
@@ -10373,7 +10425,7 @@ Variables: handwrite-linespace (default 12)
10373;;;*** 10425;;;***
10374 10426
10375;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 10427;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
10376;;;;;; (16213 43281)) 10428;;;;;; (16211 27038))
10377;;; Generated autoloads from play/hanoi.el 10429;;; Generated autoloads from play/hanoi.el
10378 10430
10379(autoload (quote hanoi) "hanoi" "\ 10431(autoload (quote hanoi) "hanoi" "\
@@ -10402,7 +10454,7 @@ to be updated.
10402 10454
10403;;;### (autoloads (describe-categories describe-syntax describe-variable 10455;;;### (autoloads (describe-categories describe-syntax describe-variable
10404;;;;;; variable-at-point describe-function-1 describe-function locate-library 10456;;;;;; variable-at-point describe-function-1 describe-function locate-library
10405;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (16213 43268)) 10457;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (16211 27016))
10406;;; Generated autoloads from help-fns.el 10458;;; Generated autoloads from help-fns.el
10407 10459
10408(autoload (quote help-with-tutorial) "help-fns" "\ 10460(autoload (quote help-with-tutorial) "help-fns" "\
@@ -10470,7 +10522,7 @@ The descriptions are inserted in a buffer, which is then displayed.
10470;;;*** 10522;;;***
10471 10523
10472;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 10524;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
10473;;;;;; (16213 43268)) 10525;;;;;; (16211 27016))
10474;;; Generated autoloads from help-macro.el 10526;;; Generated autoloads from help-macro.el
10475 10527
10476(defvar three-step-help nil "\ 10528(defvar three-step-help nil "\
@@ -10486,7 +10538,7 @@ A value of nil means skip the middle step, so that
10486 10538
10487;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 10539;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
10488;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup 10540;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
10489;;;;;; help-mode) "help-mode" "help-mode.el" (16213 43268)) 10541;;;;;; help-mode) "help-mode" "help-mode.el" (16276 26334))
10490;;; Generated autoloads from help-mode.el 10542;;; Generated autoloads from help-mode.el
10491 10543
10492(autoload (quote help-mode) "help-mode" "\ 10544(autoload (quote help-mode) "help-mode" "\
@@ -10528,7 +10580,10 @@ Find cross-reference information in a buffer and activate such cross
10528references for selection with `help-follow'. Cross-references have 10580references for selection with `help-follow'. Cross-references have
10529the canonical form `...' and the type of reference may be 10581the canonical form `...' and the type of reference may be
10530disambiguated by the preceding word(s) used in 10582disambiguated by the preceding word(s) used in
10531`help-xref-symbol-regexp'. 10583`help-xref-symbol-regexp'. Faces only get cross-referenced if
10584preceded or followed by the word `face'. Variables without
10585variable documentation do not get cross-referenced, unless
10586preceded by the word `variable' or `option'.
10532 10587
10533If the variable `help-xref-mule-regexp' is non-nil, find also 10588If the variable `help-xref-mule-regexp' is non-nil, find also
10534cross-reference information related to multilingual environment 10589cross-reference information related to multilingual environment
@@ -10566,7 +10621,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
10566;;;*** 10621;;;***
10567 10622
10568;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 10623;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
10569;;;;;; "emacs-lisp/helper.el" (16213 43273)) 10624;;;;;; "emacs-lisp/helper.el" (16211 27026))
10570;;; Generated autoloads from emacs-lisp/helper.el 10625;;; Generated autoloads from emacs-lisp/helper.el
10571 10626
10572(autoload (quote Helper-describe-bindings) "helper" "\ 10627(autoload (quote Helper-describe-bindings) "helper" "\
@@ -10582,7 +10637,7 @@ Provide help for current mode.
10582;;;*** 10637;;;***
10583 10638
10584;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 10639;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
10585;;;;;; "hexl.el" (16213 43268)) 10640;;;;;; "hexl.el" (16211 27016))
10586;;; Generated autoloads from hexl.el 10641;;; Generated autoloads from hexl.el
10587 10642
10588(autoload (quote hexl-mode) "hexl" "\ 10643(autoload (quote hexl-mode) "hexl" "\
@@ -10677,8 +10732,8 @@ This discards the buffer's undo information.
10677 10732
10678;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 10733;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
10679;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 10734;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
10680;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (16219 10735;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (16211
10681;;;;;; 35448)) 10736;;;;;; 27016))
10682;;; Generated autoloads from hi-lock.el 10737;;; Generated autoloads from hi-lock.el
10683 10738
10684(defvar hi-lock-mode nil "\ 10739(defvar hi-lock-mode nil "\
@@ -10789,7 +10844,7 @@ be found in variable `hi-lock-interactive-patterns'.
10789;;;*** 10844;;;***
10790 10845
10791;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially 10846;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially
10792;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (16213 43281)) 10847;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (16211 27039))
10793;;; Generated autoloads from progmodes/hideif.el 10848;;; Generated autoloads from progmodes/hideif.el
10794 10849
10795(autoload (quote hide-ifdef-mode) "hideif" "\ 10850(autoload (quote hide-ifdef-mode) "hideif" "\
@@ -10844,7 +10899,7 @@ how the hiding is done:
10844;;;*** 10899;;;***
10845 10900
10846;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) 10901;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)
10847;;;;;; "hideshow" "progmodes/hideshow.el" (16249 12136)) 10902;;;;;; "hideshow" "progmodes/hideshow.el" (16274 58117))
10848;;; Generated autoloads from progmodes/hideshow.el 10903;;; Generated autoloads from progmodes/hideshow.el
10849 10904
10850(defvar hs-hide-comments-when-hiding-all t "\ 10905(defvar hs-hide-comments-when-hiding-all t "\
@@ -10906,7 +10961,7 @@ Key bindings:
10906;;;### (autoloads (global-highlight-changes highlight-compare-with-file 10961;;;### (autoloads (global-highlight-changes highlight-compare-with-file
10907;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change 10962;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change
10908;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight) 10963;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight)
10909;;;;;; "hilit-chg" "hilit-chg.el" (16213 43268)) 10964;;;;;; "hilit-chg" "hilit-chg.el" (16211 27016))
10910;;; Generated autoloads from hilit-chg.el 10965;;; Generated autoloads from hilit-chg.el
10911 10966
10912(defvar highlight-changes-mode nil) 10967(defvar highlight-changes-mode nil)
@@ -11024,7 +11079,7 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil).
11024;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 11079;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
11025;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 11080;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
11026;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 11081;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
11027;;;;;; "hippie-exp.el" (16213 43268)) 11082;;;;;; "hippie-exp.el" (16211 27016))
11028;;; Generated autoloads from hippie-exp.el 11083;;; Generated autoloads from hippie-exp.el
11029 11084
11030(defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\ 11085(defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\
@@ -11097,7 +11152,7 @@ argument VERBOSE non-nil makes the function verbose.
11097;;;*** 11152;;;***
11098 11153
11099;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 11154;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
11100;;;;;; (16227 13384)) 11155;;;;;; (16271 3438))
11101;;; Generated autoloads from hl-line.el 11156;;; Generated autoloads from hl-line.el
11102 11157
11103(autoload (quote hl-line-mode) "hl-line" "\ 11158(autoload (quote hl-line-mode) "hl-line" "\
@@ -11137,7 +11192,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
11137;;;*** 11192;;;***
11138 11193
11139;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" 11194;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el"
11140;;;;;; (16213 43272)) 11195;;;;;; (16211 27023))
11141;;; Generated autoloads from calendar/holidays.el 11196;;; Generated autoloads from calendar/holidays.el
11142 11197
11143(autoload (quote holidays) "holidays" "\ 11198(autoload (quote holidays) "holidays" "\
@@ -11161,7 +11216,7 @@ The optional LABEL is used to label the buffer created.
11161;;;*** 11216;;;***
11162 11217
11163;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll) 11218;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll)
11164;;;;;; "hscroll" "obsolete/hscroll.el" (16213 43281)) 11219;;;;;; "hscroll" "obsolete/hscroll.el" (16211 27037))
11165;;; Generated autoloads from obsolete/hscroll.el 11220;;; Generated autoloads from obsolete/hscroll.el
11166 11221
11167(autoload (quote turn-on-hscroll) "hscroll" "\ 11222(autoload (quote turn-on-hscroll) "hscroll" "\
@@ -11208,7 +11263,7 @@ Also see `automatic-hscrolling'.
11208;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group 11263;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
11209;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group 11264;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
11210;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode 11265;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
11211;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (16213 43269)) 11266;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (16211 27016))
11212;;; Generated autoloads from ibuf-ext.el 11267;;; Generated autoloads from ibuf-ext.el
11213 11268
11214(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ 11269(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
@@ -11561,8 +11616,8 @@ defaults to one.
11561;;;*** 11616;;;***
11562 11617
11563;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 11618;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
11564;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (16213 11619;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (16211
11565;;;;;; 43269)) 11620;;;;;; 27016))
11566;;; Generated autoloads from ibuf-macs.el 11621;;; Generated autoloads from ibuf-macs.el
11567 11622
11568(autoload (quote define-ibuffer-column) "ibuf-macs" "\ 11623(autoload (quote define-ibuffer-column) "ibuf-macs" "\
@@ -11648,7 +11703,7 @@ bound to the current value of the filter.
11648;;;*** 11703;;;***
11649 11704
11650;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 11705;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
11651;;;;;; "ibuffer" "ibuffer.el" (16213 43269)) 11706;;;;;; "ibuffer" "ibuffer.el" (16211 27016))
11652;;; Generated autoloads from ibuffer.el 11707;;; Generated autoloads from ibuffer.el
11653 11708
11654(autoload (quote ibuffer-list-buffers) "ibuffer" "\ 11709(autoload (quote ibuffer-list-buffers) "ibuffer" "\
@@ -11688,7 +11743,7 @@ locally in this buffer.
11688;;;*** 11743;;;***
11689 11744
11690;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" 11745;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete"
11691;;;;;; "icomplete.el" (16213 43269)) 11746;;;;;; "icomplete.el" (16211 27017))
11692;;; Generated autoloads from icomplete.el 11747;;; Generated autoloads from icomplete.el
11693 11748
11694(autoload (quote icomplete-mode) "icomplete" "\ 11749(autoload (quote icomplete-mode) "icomplete" "\
@@ -11705,7 +11760,7 @@ Usually run by inclusion in `minibuffer-setup-hook'.
11705 11760
11706;;;*** 11761;;;***
11707 11762
11708;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (16213 43281)) 11763;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (16211 27039))
11709;;; Generated autoloads from progmodes/icon.el 11764;;; Generated autoloads from progmodes/icon.el
11710 11765
11711(autoload (quote icon-mode) "icon" "\ 11766(autoload (quote icon-mode) "icon" "\
@@ -11746,7 +11801,7 @@ with no args, if that value is non-nil.
11746;;;*** 11801;;;***
11747 11802
11748;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 11803;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
11749;;;;;; (16213 43281)) 11804;;;;;; (16211 27039))
11750;;; Generated autoloads from progmodes/idlw-shell.el 11805;;; Generated autoloads from progmodes/idlw-shell.el
11751 11806
11752(autoload (quote idlwave-shell) "idlw-shell" "\ 11807(autoload (quote idlwave-shell) "idlw-shell" "\
@@ -11772,7 +11827,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
11772;;;*** 11827;;;***
11773 11828
11774;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 11829;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
11775;;;;;; (16213 43282)) 11830;;;;;; (16211 27039))
11776;;; Generated autoloads from progmodes/idlwave.el 11831;;; Generated autoloads from progmodes/idlwave.el
11777 11832
11778(autoload (quote idlwave-mode) "idlwave" "\ 11833(autoload (quote idlwave-mode) "idlwave" "\
@@ -11903,7 +11958,7 @@ The main features of this mode are
11903;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame 11958;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame
11904;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 11959;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
11905;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido" 11960;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido"
11906;;;;;; "ido.el" (16213 43269)) 11961;;;;;; "ido.el" (16211 27017))
11907;;; Generated autoloads from ido.el 11962;;; Generated autoloads from ido.el
11908 11963
11909(defvar ido-mode nil "\ 11964(defvar ido-mode nil "\
@@ -12145,7 +12200,7 @@ See `read-file-name' for additional parameters.
12145 12200
12146;;;*** 12201;;;***
12147 12202
12148;;;### (autoloads (ielm) "ielm" "ielm.el" (16219 32429)) 12203;;;### (autoloads (ielm) "ielm" "ielm.el" (16218 6767))
12149;;; Generated autoloads from ielm.el 12204;;; Generated autoloads from ielm.el
12150 (add-hook 'same-window-buffer-names "*ielm*") 12205 (add-hook 'same-window-buffer-names "*ielm*")
12151 12206
@@ -12159,7 +12214,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
12159 12214
12160;;;### (autoloads (defimage find-image remove-images insert-image 12215;;;### (autoloads (defimage find-image remove-images insert-image
12161;;;;;; put-image create-image image-type-available-p image-type-from-file-header 12216;;;;;; put-image create-image image-type-available-p image-type-from-file-header
12162;;;;;; image-type-from-data) "image" "image.el" (16213 43269)) 12217;;;;;; image-type-from-data) "image" "image.el" (16211 27017))
12163;;; Generated autoloads from image.el 12218;;; Generated autoloads from image.el
12164 12219
12165(autoload (quote image-type-from-data) "image" "\ 12220(autoload (quote image-type-from-data) "image" "\
@@ -12274,7 +12329,7 @@ Example:
12274 12329
12275;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 12330;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
12276;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 12331;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
12277;;;;;; "image-file.el" (16213 43269)) 12332;;;;;; "image-file.el" (16211 27017))
12278;;; Generated autoloads from image-file.el 12333;;; Generated autoloads from image-file.el
12279 12334
12280(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ 12335(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\
@@ -12335,7 +12390,7 @@ Image files are those whose name has an extension in
12335;;;*** 12390;;;***
12336 12391
12337;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 12392;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
12338;;;;;; imenu-sort-function) "imenu" "imenu.el" (16213 43269)) 12393;;;;;; imenu-sort-function) "imenu" "imenu.el" (16252 34050))
12339;;; Generated autoloads from imenu.el 12394;;; Generated autoloads from imenu.el
12340 12395
12341(defvar imenu-sort-function nil "\ 12396(defvar imenu-sort-function nil "\
@@ -12488,7 +12543,7 @@ for more information.
12488 12543
12489;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion 12544;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion
12490;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 12545;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
12491;;;;;; "ind-util" "language/ind-util.el" (16213 43280)) 12546;;;;;; "ind-util" "language/ind-util.el" (16301 42973))
12492;;; Generated autoloads from language/ind-util.el 12547;;; Generated autoloads from language/ind-util.el
12493 12548
12494(autoload (quote indian-compose-region) "ind-util" "\ 12549(autoload (quote indian-compose-region) "ind-util" "\
@@ -12530,7 +12585,7 @@ See also the function `indian-glyph-char'.
12530;;;*** 12585;;;***
12531 12586
12532;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" 12587;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el"
12533;;;;;; (16213 43282)) 12588;;;;;; (16211 27039))
12534;;; Generated autoloads from progmodes/inf-lisp.el 12589;;; Generated autoloads from progmodes/inf-lisp.el
12535 12590
12536(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ 12591(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\
@@ -12589,7 +12644,7 @@ of `inferior-lisp-program'). Runs the hooks from
12589;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 12644;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
12590;;;;;; Info-goto-emacs-command-node Info-index Info-directory info-standalone 12645;;;;;; Info-goto-emacs-command-node Info-index Info-directory info-standalone
12591;;;;;; info-emacs-manual info info-other-window) "info" "info.el" 12646;;;;;; info-emacs-manual info info-other-window) "info" "info.el"
12592;;;;;; (16250 35349)) 12647;;;;;; (16258 10857))
12593;;; Generated autoloads from info.el 12648;;; Generated autoloads from info.el
12594 12649
12595(autoload (quote info-other-window) "info" "\ 12650(autoload (quote info-other-window) "info" "\
@@ -12672,7 +12727,7 @@ This will add a speedbar major display mode.
12672 12727
12673;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 12728;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
12674;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 12729;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
12675;;;;;; (16213 43269)) 12730;;;;;; (16211 27017))
12676;;; Generated autoloads from info-look.el 12731;;; Generated autoloads from info-look.el
12677 12732
12678(autoload (quote info-lookup-reset) "info-look" "\ 12733(autoload (quote info-lookup-reset) "info-look" "\
@@ -12718,7 +12773,7 @@ Perform completion on file preceding point.
12718;;;*** 12773;;;***
12719 12774
12720;;;### (autoloads (info-xref-check-all info-xref-check) "info-xref" 12775;;;### (autoloads (info-xref-check-all info-xref-check) "info-xref"
12721;;;;;; "info-xref.el" (16213 43269)) 12776;;;;;; "info-xref.el" (16211 27017))
12722;;; Generated autoloads from info-xref.el 12777;;; Generated autoloads from info-xref.el
12723 12778
12724(autoload (quote info-xref-check) "info-xref" "\ 12779(autoload (quote info-xref-check) "info-xref" "\
@@ -12735,7 +12790,7 @@ The usual path is `Info-directory-list' and `Info-additional-directory-list'.
12735;;;*** 12790;;;***
12736 12791
12737;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) 12792;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)
12738;;;;;; "informat" "informat.el" (16213 43269)) 12793;;;;;; "informat" "informat.el" (16211 27017))
12739;;; Generated autoloads from informat.el 12794;;; Generated autoloads from informat.el
12740 12795
12741(autoload (quote Info-tagify) "informat" "\ 12796(autoload (quote Info-tagify) "informat" "\
@@ -12776,7 +12831,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
12776 12831
12777;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 12832;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
12778;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 12833;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
12779;;;;;; (16213 43274)) 12834;;;;;; (16211 27032))
12780;;; Generated autoloads from international/isearch-x.el 12835;;; Generated autoloads from international/isearch-x.el
12781 12836
12782(autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ 12837(autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\
@@ -12797,7 +12852,7 @@ Not documented
12797;;;*** 12852;;;***
12798 12853
12799;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" 12854;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el"
12800;;;;;; (16213 43274)) 12855;;;;;; (16211 27032))
12801;;; Generated autoloads from international/iso-acc.el 12856;;; Generated autoloads from international/iso-acc.el
12802 12857
12803(autoload (quote iso-accents-mode) "iso-acc" "\ 12858(autoload (quote iso-accents-mode) "iso-acc" "\
@@ -12830,7 +12885,7 @@ and a negative argument disables it.
12830;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 12885;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
12831;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 12886;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
12832;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 12887;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
12833;;;;;; "international/iso-cvt.el" (16213 43274)) 12888;;;;;; "international/iso-cvt.el" (16211 27032))
12834;;; Generated autoloads from international/iso-cvt.el 12889;;; Generated autoloads from international/iso-cvt.el
12835 12890
12836(autoload (quote iso-spanish) "iso-cvt" "\ 12891(autoload (quote iso-spanish) "iso-cvt" "\
@@ -12914,7 +12969,7 @@ Add submenus to the Files menu, to convert to and from various formats.
12914;;;*** 12969;;;***
12915 12970
12916;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 12971;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
12917;;;;;; (16213 43274)) 12972;;;;;; (16211 27032))
12918;;; Generated autoloads from international/iso-transl.el 12973;;; Generated autoloads from international/iso-transl.el
12919 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 12974 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
12920 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 12975 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -12927,7 +12982,7 @@ Add submenus to the Files menu, to convert to and from various formats.
12927;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 12982;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
12928;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist 12983;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist
12929;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) 12984;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary)
12930;;;;;; "ispell" "textmodes/ispell.el" (16213 43283)) 12985;;;;;; "ispell" "textmodes/ispell.el" (16211 27044))
12931;;; Generated autoloads from textmodes/ispell.el 12986;;; Generated autoloads from textmodes/ispell.el
12932 12987
12933(defvar ispell-personal-dictionary nil "\ 12988(defvar ispell-personal-dictionary nil "\
@@ -13216,7 +13271,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to
13216 13271
13217;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer 13272;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer
13218;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings 13273;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings
13219;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (16213 43269)) 13274;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (16211 27017))
13220;;; Generated autoloads from iswitchb.el 13275;;; Generated autoloads from iswitchb.el
13221 13276
13222(autoload (quote iswitchb-read-buffer) "iswitchb" "\ 13277(autoload (quote iswitchb-read-buffer) "iswitchb" "\
@@ -13290,7 +13345,7 @@ This mode enables switching between buffers using substrings. See
13290;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 13345;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
13291;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 13346;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
13292;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 13347;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
13293;;;;;; "japan-util" "language/japan-util.el" (16213 43280)) 13348;;;;;; "japan-util" "language/japan-util.el" (16211 27033))
13294;;; Generated autoloads from language/japan-util.el 13349;;; Generated autoloads from language/japan-util.el
13295 13350
13296(autoload (quote setup-japanese-environment-internal) "japan-util" "\ 13351(autoload (quote setup-japanese-environment-internal) "japan-util" "\
@@ -13367,8 +13422,8 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
13367 13422
13368;;;*** 13423;;;***
13369 13424
13370;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (16213 13425;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (16211
13371;;;;;; 43269)) 13426;;;;;; 27017))
13372;;; Generated autoloads from jit-lock.el 13427;;; Generated autoloads from jit-lock.el
13373 13428
13374(autoload (quote jit-lock-register) "jit-lock" "\ 13429(autoload (quote jit-lock-register) "jit-lock" "\
@@ -13382,7 +13437,7 @@ If non-nil, CONTEXTUAL means that a contextual fontification would be useful.
13382;;;*** 13437;;;***
13383 13438
13384;;;### (autoloads (with-auto-compression-mode auto-compression-mode) 13439;;;### (autoloads (with-auto-compression-mode auto-compression-mode)
13385;;;;;; "jka-compr" "jka-compr.el" (16213 43269)) 13440;;;;;; "jka-compr" "jka-compr.el" (16211 27017))
13386;;; Generated autoloads from jka-compr.el 13441;;; Generated autoloads from jka-compr.el
13387 13442
13388(defvar auto-compression-mode nil "\ 13443(defvar auto-compression-mode nil "\
@@ -13409,7 +13464,7 @@ Evalute BODY with automatic file compression and uncompression enabled.
13409 13464
13410;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 13465;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
13411;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 13466;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
13412;;;;;; (16213 43273)) 13467;;;;;; (16211 27026))
13413;;; Generated autoloads from emulation/keypad.el 13468;;; Generated autoloads from emulation/keypad.el
13414 13469
13415(defvar keypad-setup nil "\ 13470(defvar keypad-setup nil "\
@@ -13465,7 +13520,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
13465;;;*** 13520;;;***
13466 13521
13467;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 13522;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
13468;;;;;; (16213 43274)) 13523;;;;;; (16211 27032))
13469;;; Generated autoloads from international/kinsoku.el 13524;;; Generated autoloads from international/kinsoku.el
13470 13525
13471(autoload (quote kinsoku) "kinsoku" "\ 13526(autoload (quote kinsoku) "kinsoku" "\
@@ -13486,8 +13541,8 @@ the context of text formatting.
13486 13541
13487;;;*** 13542;;;***
13488 13543
13489;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (16213 13544;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (16211
13490;;;;;; 43274)) 13545;;;;;; 27032))
13491;;; Generated autoloads from international/kkc.el 13546;;; Generated autoloads from international/kkc.el
13492 13547
13493(defvar kkc-after-update-conversion-functions nil "\ 13548(defvar kkc-after-update-conversion-functions nil "\
@@ -13512,7 +13567,7 @@ and the return value is the length of the conversion.
13512;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 13567;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
13513;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 13568;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
13514;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" 13569;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro"
13515;;;;;; "kmacro.el" (16213 43269)) 13570;;;;;; "kmacro.el" (16211 27017))
13516;;; Generated autoloads from kmacro.el 13571;;; Generated autoloads from kmacro.el
13517 (global-set-key "\C-x(" 'kmacro-start-macro) 13572 (global-set-key "\C-x(" 'kmacro-start-macro)
13518 (global-set-key "\C-x)" 'kmacro-end-macro) 13573 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -13614,8 +13669,32 @@ If kbd macro currently being defined end it before activating it.
13614 13669
13615;;;*** 13670;;;***
13616 13671
13672;;;### (autoloads (kannada-post-read-conversion kannada-compose-string
13673;;;;;; kannada-compose-region) "knd-util" "language/knd-util.el"
13674;;;;;; (16303 32088))
13675;;; Generated autoloads from language/knd-util.el
13676
13677(defconst kannada-consonant "[\x51f75-\x51fb9]")
13678
13679(autoload (quote kannada-compose-region) "knd-util" "\
13680Not documented
13681
13682\(fn FROM TO)" t nil)
13683
13684(autoload (quote kannada-compose-string) "knd-util" "\
13685Not documented
13686
13687\(fn STRING)" nil nil)
13688
13689(autoload (quote kannada-post-read-conversion) "knd-util" "\
13690Not documented
13691
13692\(fn LEN)" nil nil)
13693
13694;;;***
13695
13617;;;### (autoloads (setup-korean-environment-internal) "korea-util" 13696;;;### (autoloads (setup-korean-environment-internal) "korea-util"
13618;;;;;; "language/korea-util.el" (16213 43280)) 13697;;;;;; "language/korea-util.el" (16211 27033))
13619;;; Generated autoloads from language/korea-util.el 13698;;; Generated autoloads from language/korea-util.el
13620 13699
13621(defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ 13700(defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\
@@ -13630,7 +13709,7 @@ Not documented
13630;;;*** 13709;;;***
13631 13710
13632;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 13711;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
13633;;;;;; (16213 43281)) 13712;;;;;; (16211 27038))
13634;;; Generated autoloads from play/landmark.el 13713;;; Generated autoloads from play/landmark.el
13635 13714
13636(defalias (quote landmark-repeat) (quote lm-test-run)) 13715(defalias (quote landmark-repeat) (quote lm-test-run))
@@ -13664,8 +13743,8 @@ Use \\[describe-mode] for more info.
13664 13743
13665;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion 13744;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion
13666;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao 13745;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao
13667;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (16213 13746;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (16211
13668;;;;;; 43280)) 13747;;;;;; 27033))
13669;;; Generated autoloads from language/lao-util.el 13748;;; Generated autoloads from language/lao-util.el
13670 13749
13671(autoload (quote lao-compose-string) "lao-util" "\ 13750(autoload (quote lao-compose-string) "lao-util" "\
@@ -13713,7 +13792,7 @@ Not documented
13713;;;*** 13792;;;***
13714 13793
13715;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 13794;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
13716;;;;;; "latin1-disp" "international/latin1-disp.el" (16213 43274)) 13795;;;;;; "latin1-disp" "international/latin1-disp.el" (16313 5697))
13717;;; Generated autoloads from international/latin1-disp.el 13796;;; Generated autoloads from international/latin1-disp.el
13718 13797
13719(defvar latin1-display nil "\ 13798(defvar latin1-display nil "\
@@ -13729,7 +13808,7 @@ This option also treats some characters in the `mule-unicode-...'
13729charsets if you don't have a Unicode font with which to display them. 13808charsets if you don't have a Unicode font with which to display them.
13730 13809
13731Setting this variable directly does not take effect; 13810Setting this variable directly does not take effect;
13732use either M-x customize of the function `latin1-display'.") 13811use either \\[customize] or the function `latin1-display'.")
13733 13812
13734(custom-autoload (quote latin1-display) "latin1-disp") 13813(custom-autoload (quote latin1-display) "latin1-disp")
13735 13814
@@ -13746,18 +13825,18 @@ a Unicode font with which to display them.
13746 13825
13747(defvar latin1-display-ucs-per-lynx nil "\ 13826(defvar latin1-display-ucs-per-lynx nil "\
13748Set up Latin-1/ASCII display for Unicode characters. 13827Set up Latin-1/ASCII display for Unicode characters.
13749This uses the transliterations of the Lynx browser. The display is't 13828This uses the transliterations of the Lynx browser. The display isn't
13750changed if the display can render Unicode characters. 13829changed if the display can render Unicode characters.
13751 13830
13752Setting this variable directly does not take effect; 13831Setting this variable directly does not take effect;
13753use either M-x customize of the function `latin1-display'.") 13832use either \\[customize] or the function `latin1-display'.")
13754 13833
13755(custom-autoload (quote latin1-display-ucs-per-lynx) "latin1-disp") 13834(custom-autoload (quote latin1-display-ucs-per-lynx) "latin1-disp")
13756 13835
13757;;;*** 13836;;;***
13758 13837
13759;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" 13838;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock"
13760;;;;;; "lazy-lock.el" (16213 43269)) 13839;;;;;; "lazy-lock.el" (16211 27017))
13761;;; Generated autoloads from lazy-lock.el 13840;;; Generated autoloads from lazy-lock.el
13762 13841
13763(autoload (quote lazy-lock-mode) "lazy-lock" "\ 13842(autoload (quote lazy-lock-mode) "lazy-lock" "\
@@ -13825,7 +13904,7 @@ Unconditionally turn on Lazy Lock mode.
13825;;;*** 13904;;;***
13826 13905
13827;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 13906;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
13828;;;;;; (16239 25259)) 13907;;;;;; (16238 60560))
13829;;; Generated autoloads from progmodes/ld-script.el 13908;;; Generated autoloads from progmodes/ld-script.el
13830 13909
13831(add-to-list (quote auto-mode-alist) (quote ("\\.lds" . ld-script-mode))) 13910(add-to-list (quote auto-mode-alist) (quote ("\\.lds" . ld-script-mode)))
@@ -13838,7 +13917,7 @@ A major mode to edit GNU ld script files
13838;;;*** 13917;;;***
13839 13918
13840;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 13919;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
13841;;;;;; (16213 43269)) 13920;;;;;; (16211 27017))
13842;;; Generated autoloads from ledit.el 13921;;; Generated autoloads from ledit.el
13843 13922
13844(defconst ledit-save-files t "\ 13923(defconst ledit-save-files t "\
@@ -13872,7 +13951,7 @@ Not documented
13872 13951
13873;;;*** 13952;;;***
13874 13953
13875;;;### (autoloads (life) "life" "play/life.el" (16213 43281)) 13954;;;### (autoloads (life) "life" "play/life.el" (16211 27038))
13876;;; Generated autoloads from play/life.el 13955;;; Generated autoloads from play/life.el
13877 13956
13878(autoload (quote life) "life" "\ 13957(autoload (quote life) "life" "\
@@ -13885,8 +13964,8 @@ generations (this defaults to 1).
13885 13964
13886;;;*** 13965;;;***
13887 13966
13888;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (16213 13967;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (16256
13889;;;;;; 43269)) 13968;;;;;; 53161))
13890;;; Generated autoloads from loadhist.el 13969;;; Generated autoloads from loadhist.el
13891 13970
13892(autoload (quote unload-feature) "loadhist" "\ 13971(autoload (quote unload-feature) "loadhist" "\
@@ -13899,7 +13978,7 @@ is nil, raise an error.
13899;;;*** 13978;;;***
13900 13979
13901;;;### (autoloads (locate-with-filter locate) "locate" "locate.el" 13980;;;### (autoloads (locate-with-filter locate) "locate" "locate.el"
13902;;;;;; (16213 43269)) 13981;;;;;; (16211 27017))
13903;;; Generated autoloads from locate.el 13982;;; Generated autoloads from locate.el
13904 13983
13905(autoload (quote locate) "locate" "\ 13984(autoload (quote locate) "locate" "\
@@ -13918,7 +13997,7 @@ shown; this is often useful to constrain a big search.
13918 13997
13919;;;*** 13998;;;***
13920 13999
13921;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (16213 43269)) 14000;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (16258 10857))
13922;;; Generated autoloads from log-edit.el 14001;;; Generated autoloads from log-edit.el
13923 14002
13924(autoload (quote log-edit) "log-edit" "\ 14003(autoload (quote log-edit) "log-edit" "\
@@ -13939,8 +14018,8 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
13939 14018
13940;;;*** 14019;;;***
13941 14020
13942;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (16213 14021;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (16211
13943;;;;;; 43269)) 14022;;;;;; 27017))
13944;;; Generated autoloads from log-view.el 14023;;; Generated autoloads from log-view.el
13945 14024
13946(autoload (quote log-view-mode) "log-view" "\ 14025(autoload (quote log-view-mode) "log-view" "\
@@ -13951,8 +14030,8 @@ Major mode for browsing CVS log output.
13951;;;*** 14030;;;***
13952 14031
13953;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 14032;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
13954;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (16213 14033;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (16211
13955;;;;;; 43269)) 14034;;;;;; 27017))
13956;;; Generated autoloads from lpr.el 14035;;; Generated autoloads from lpr.el
13957 14036
13958(defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) 14037(defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt))))
@@ -14046,7 +14125,7 @@ for further customization of the printer command.
14046;;;*** 14125;;;***
14047 14126
14048;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 14127;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
14049;;;;;; (16213 43269)) 14128;;;;;; (16277 42321))
14050;;; Generated autoloads from ls-lisp.el 14129;;; Generated autoloads from ls-lisp.el
14051 14130
14052(defvar ls-lisp-support-shell-wildcards t "\ 14131(defvar ls-lisp-support-shell-wildcards t "\
@@ -14057,8 +14136,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
14057 14136
14058;;;*** 14137;;;***
14059 14138
14060;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (16213 14139;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (16211
14061;;;;;; 43272)) 14140;;;;;; 27023))
14062;;; Generated autoloads from calendar/lunar.el 14141;;; Generated autoloads from calendar/lunar.el
14063 14142
14064(autoload (quote phases-of-moon) "lunar" "\ 14143(autoload (quote phases-of-moon) "lunar" "\
@@ -14071,8 +14150,8 @@ This function is suitable for execution in a .emacs file.
14071 14150
14072;;;*** 14151;;;***
14073 14152
14074;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (16213 14153;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (16211
14075;;;;;; 43282)) 14154;;;;;; 27039))
14076;;; Generated autoloads from progmodes/m4-mode.el 14155;;; Generated autoloads from progmodes/m4-mode.el
14077 14156
14078(autoload (quote m4-mode) "m4-mode" "\ 14157(autoload (quote m4-mode) "m4-mode" "\
@@ -14084,7 +14163,7 @@ A major mode to edit m4 macro files.
14084;;;*** 14163;;;***
14085 14164
14086;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 14165;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
14087;;;;;; name-last-kbd-macro) "macros" "macros.el" (16213 43269)) 14166;;;;;; name-last-kbd-macro) "macros" "macros.el" (16211 27017))
14088;;; Generated autoloads from macros.el 14167;;; Generated autoloads from macros.el
14089 14168
14090(autoload (quote name-last-kbd-macro) "macros" "\ 14169(autoload (quote name-last-kbd-macro) "macros" "\
@@ -14172,7 +14251,7 @@ and then select the region of un-tablified names and use
14172;;;*** 14251;;;***
14173 14252
14174;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 14253;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
14175;;;;;; "mail/mail-extr.el" (16213 43280)) 14254;;;;;; "mail/mail-extr.el" (16281 48394))
14176;;; Generated autoloads from mail/mail-extr.el 14255;;; Generated autoloads from mail/mail-extr.el
14177 14256
14178(autoload (quote mail-extract-address-components) "mail-extr" "\ 14257(autoload (quote mail-extract-address-components) "mail-extr" "\
@@ -14203,7 +14282,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
14203 14282
14204;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 14283;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
14205;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 14284;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
14206;;;;;; (16213 43280)) 14285;;;;;; (16211 27033))
14207;;; Generated autoloads from mail/mail-hist.el 14286;;; Generated autoloads from mail/mail-hist.el
14208 14287
14209(autoload (quote mail-hist-define-keys) "mail-hist" "\ 14288(autoload (quote mail-hist-define-keys) "mail-hist" "\
@@ -14234,8 +14313,8 @@ This function normally would be called when the message is sent.
14234 14313
14235;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 14314;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
14236;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p 14315;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p
14237;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (16213 14316;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (16211
14238;;;;;; 43280)) 14317;;;;;; 27033))
14239;;; Generated autoloads from mail/mail-utils.el 14318;;; Generated autoloads from mail/mail-utils.el
14240 14319
14241(defvar mail-use-rfc822 nil "\ 14320(defvar mail-use-rfc822 nil "\
@@ -14283,7 +14362,7 @@ If 4th arg LIST is non-nil, return a list of all such fields.
14283;;;*** 14362;;;***
14284 14363
14285;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) 14364;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
14286;;;;;; "mailabbrev" "mail/mailabbrev.el" (16250 35353)) 14365;;;;;; "mailabbrev" "mail/mailabbrev.el" (16249 31429))
14287;;; Generated autoloads from mail/mailabbrev.el 14366;;; Generated autoloads from mail/mailabbrev.el
14288 14367
14289(autoload (quote mail-abbrevs-setup) "mailabbrev" "\ 14368(autoload (quote mail-abbrevs-setup) "mailabbrev" "\
@@ -14306,8 +14385,8 @@ If DEFINITION contains multiple addresses, separate them with commas.
14306;;;*** 14385;;;***
14307 14386
14308;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases 14387;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
14309;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (16213 14388;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (16211
14310;;;;;; 43280)) 14389;;;;;; 27034))
14311;;; Generated autoloads from mail/mailalias.el 14390;;; Generated autoloads from mail/mailalias.el
14312 14391
14313(defvar mail-complete-style (quote angles) "\ 14392(defvar mail-complete-style (quote angles) "\
@@ -14353,7 +14432,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any.
14353;;;*** 14432;;;***
14354 14433
14355;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" 14434;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el"
14356;;;;;; (16213 43282)) 14435;;;;;; (16211 27039))
14357;;; Generated autoloads from progmodes/make-mode.el 14436;;; Generated autoloads from progmodes/make-mode.el
14358 14437
14359(autoload (quote makefile-mode) "make-mode" "\ 14438(autoload (quote makefile-mode) "make-mode" "\
@@ -14434,8 +14513,8 @@ Makefile mode can be configured by modifying the following variables:
14434 14513
14435;;;*** 14514;;;***
14436 14515
14437;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (16213 14516;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (16211
14438;;;;;; 43269)) 14517;;;;;; 27017))
14439;;; Generated autoloads from makesum.el 14518;;; Generated autoloads from makesum.el
14440 14519
14441(autoload (quote make-command-summary) "makesum" "\ 14520(autoload (quote make-command-summary) "makesum" "\
@@ -14446,7 +14525,7 @@ Previous contents of that buffer are killed first.
14446 14525
14447;;;*** 14526;;;***
14448 14527
14449;;;### (autoloads (man-follow man) "man" "man.el" (16247 63112)) 14528;;;### (autoloads (man-follow man) "man" "man.el" (16246 39964))
14450;;; Generated autoloads from man.el 14529;;; Generated autoloads from man.el
14451 14530
14452(defalias (quote manual-entry) (quote man)) 14531(defalias (quote manual-entry) (quote man))
@@ -14473,7 +14552,7 @@ Get a Un*x manual page of the item under point and put it in a buffer.
14473 14552
14474;;;*** 14553;;;***
14475 14554
14476;;;### (autoloads (master-mode) "master" "master.el" (16213 43269)) 14555;;;### (autoloads (master-mode) "master" "master.el" (16211 27017))
14477;;; Generated autoloads from master.el 14556;;; Generated autoloads from master.el
14478 14557
14479(autoload (quote master-mode) "master" "\ 14558(autoload (quote master-mode) "master" "\
@@ -14495,8 +14574,8 @@ yourself the value of `master-of' by calling `master-show-slave'.
14495 14574
14496;;;*** 14575;;;***
14497 14576
14498;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (16213 14577;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (16211
14499;;;;;; 43269)) 14578;;;;;; 37994))
14500;;; Generated autoloads from menu-bar.el 14579;;; Generated autoloads from menu-bar.el
14501 14580
14502(put (quote menu-bar-mode) (quote standard-value) (quote (t))) 14581(put (quote menu-bar-mode) (quote standard-value) (quote (t)))
@@ -14529,7 +14608,7 @@ turn on menu bars; otherwise, turn off menu bars.
14529;;;;;; message-signature message-indent-citation-function message-cite-function 14608;;;;;; message-signature message-indent-citation-function message-cite-function
14530;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function 14609;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function
14531;;;;;; message-user-organization-file message-signature-separator 14610;;;;;; message-user-organization-file message-signature-separator
14532;;;;;; message-from-style) "message" "gnus/message.el" (16213 43274)) 14611;;;;;; message-from-style) "message" "gnus/message.el" (16211 27028))
14533;;; Generated autoloads from gnus/message.el 14612;;; Generated autoloads from gnus/message.el
14534 14613
14535(defvar message-from-style (quote default) "\ 14614(defvar message-from-style (quote default) "\
@@ -14759,7 +14838,7 @@ which specify the range to operate on.
14759;;;*** 14838;;;***
14760 14839
14761;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 14840;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
14762;;;;;; (16213 43282)) 14841;;;;;; (16211 27039))
14763;;; Generated autoloads from progmodes/meta-mode.el 14842;;; Generated autoloads from progmodes/meta-mode.el
14764 14843
14765(autoload (quote metafont-mode) "meta-mode" "\ 14844(autoload (quote metafont-mode) "meta-mode" "\
@@ -14786,7 +14865,7 @@ Turning on MetaPost mode calls the value of the variable
14786 14865
14787;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 14866;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
14788;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 14867;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
14789;;;;;; (16213 43280)) 14868;;;;;; (16211 27034))
14790;;; Generated autoloads from mail/metamail.el 14869;;; Generated autoloads from mail/metamail.el
14791 14870
14792(autoload (quote metamail-interpret-header) "metamail" "\ 14871(autoload (quote metamail-interpret-header) "metamail" "\
@@ -14830,8 +14909,8 @@ redisplayed as output is inserted.
14830;;;*** 14909;;;***
14831 14910
14832;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-user-agent-compose 14911;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-user-agent-compose
14833;;;;;; mh-smail-batch mh-smail) "mh-comp" "mh-e/mh-comp.el" (16213 14912;;;;;; mh-smail-batch mh-smail) "mh-comp" "mh-e/mh-comp.el" (16211
14834;;;;;; 43280)) 14913;;;;;; 27036))
14835;;; Generated autoloads from mh-e/mh-comp.el 14914;;; Generated autoloads from mh-e/mh-comp.el
14836 14915
14837(autoload (quote mh-smail) "mh-comp" "\ 14916(autoload (quote mh-smail) "mh-comp" "\
@@ -14907,7 +14986,7 @@ When a message is composed, the hooks `text-mode-hook' and
14907;;;*** 14986;;;***
14908 14987
14909;;;### (autoloads (mh-version mh-nmail mh-rmail) "mh-e" "mh-e/mh-e.el" 14988;;;### (autoloads (mh-version mh-nmail mh-rmail) "mh-e" "mh-e/mh-e.el"
14910;;;;;; (16213 43280)) 14989;;;;;; (16211 27037))
14911;;; Generated autoloads from mh-e/mh-e.el 14990;;; Generated autoloads from mh-e/mh-e.el
14912 14991
14913(autoload (quote mh-rmail) "mh-e" "\ 14992(autoload (quote mh-rmail) "mh-e" "\
@@ -14931,7 +15010,7 @@ Display version information about MH-E and the MH mail handling system.
14931 15010
14932;;;*** 15011;;;***
14933 15012
14934;;;### (autoloads nil "mh-utils" "mh-e/mh-utils.el" (16213 43280)) 15013;;;### (autoloads nil "mh-utils" "mh-e/mh-utils.el" (16211 27037))
14935;;; Generated autoloads from mh-e/mh-utils.el 15014;;; Generated autoloads from mh-e/mh-utils.el
14936 15015
14937(put (quote mh-progs) (quote risky-local-variable) t) 15016(put (quote mh-progs) (quote risky-local-variable) t)
@@ -14945,7 +15024,7 @@ Display version information about MH-E and the MH mail handling system.
14945;;;*** 15024;;;***
14946 15025
14947;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 15026;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
14948;;;;;; "midnight.el" (16213 43269)) 15027;;;;;; "midnight.el" (16211 27017))
14949;;; Generated autoloads from midnight.el 15028;;; Generated autoloads from midnight.el
14950 15029
14951(autoload (quote clean-buffer-list) "midnight" "\ 15030(autoload (quote clean-buffer-list) "midnight" "\
@@ -14972,7 +15051,7 @@ to its second argument TM.
14972;;;*** 15051;;;***
14973 15052
14974;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 15053;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
14975;;;;;; "minibuf-eldef.el" (16213 43269)) 15054;;;;;; "minibuf-eldef.el" (16211 27017))
14976;;; Generated autoloads from minibuf-eldef.el 15055;;; Generated autoloads from minibuf-eldef.el
14977 15056
14978(defvar minibuffer-electric-default-mode nil "\ 15057(defvar minibuffer-electric-default-mode nil "\
@@ -14999,7 +15078,7 @@ Returns non-nil if the new state is enabled.
14999;;;*** 15078;;;***
15000 15079
15001;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 15080;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
15002;;;;;; (16213 43282)) 15081;;;;;; (16211 27039))
15003;;; Generated autoloads from progmodes/mixal-mode.el 15082;;; Generated autoloads from progmodes/mixal-mode.el
15004 15083
15005(autoload (quote mixal-mode) "mixal-mode" "\ 15084(autoload (quote mixal-mode) "mixal-mode" "\
@@ -15014,7 +15093,7 @@ Major mode for the mixal asm language.
15014 15093
15015;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion 15094;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion
15016;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el" 15095;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el"
15017;;;;;; (16233 29568)) 15096;;;;;; (16232 560))
15018;;; Generated autoloads from language/mlm-util.el 15097;;; Generated autoloads from language/mlm-util.el
15019 15098
15020(autoload (quote malayalam-compose-region) "mlm-util" "\ 15099(autoload (quote malayalam-compose-region) "mlm-util" "\
@@ -15037,7 +15116,7 @@ PATTERN regexp.
15037;;;*** 15116;;;***
15038 15117
15039;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 15118;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
15040;;;;;; (16213 43274)) 15119;;;;;; (16211 27028))
15041;;; Generated autoloads from gnus/mm-partial.el 15120;;; Generated autoloads from gnus/mm-partial.el
15042 15121
15043(autoload (quote mm-inline-partial) "mm-partial" "\ 15122(autoload (quote mm-inline-partial) "mm-partial" "\
@@ -15051,7 +15130,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
15051;;;*** 15130;;;***
15052 15131
15053;;;### (autoloads (mm-uu-test mm-uu-dissect) "mm-uu" "gnus/mm-uu.el" 15132;;;### (autoloads (mm-uu-test mm-uu-dissect) "mm-uu" "gnus/mm-uu.el"
15054;;;;;; (16213 43274)) 15133;;;;;; (16211 27028))
15055;;; Generated autoloads from gnus/mm-uu.el 15134;;; Generated autoloads from gnus/mm-uu.el
15056 15135
15057(autoload (quote mm-uu-dissect) "mm-uu" "\ 15136(autoload (quote mm-uu-dissect) "mm-uu" "\
@@ -15067,7 +15146,7 @@ Check whether the current buffer contains uu stuff.
15067;;;*** 15146;;;***
15068 15147
15069;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" 15148;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
15070;;;;;; (16213 43282)) 15149;;;;;; (16211 27039))
15071;;; Generated autoloads from progmodes/modula2.el 15150;;; Generated autoloads from progmodes/modula2.el
15072 15151
15073(autoload (quote modula-2-mode) "modula2" "\ 15152(autoload (quote modula-2-mode) "modula2" "\
@@ -15099,7 +15178,7 @@ followed by the first character of the construct.
15099;;;*** 15178;;;***
15100 15179
15101;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 15180;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
15102;;;;;; (16213 43281)) 15181;;;;;; (16211 27038))
15103;;; Generated autoloads from play/morse.el 15182;;; Generated autoloads from play/morse.el
15104 15183
15105(autoload (quote morse-region) "morse" "\ 15184(autoload (quote morse-region) "morse" "\
@@ -15114,8 +15193,8 @@ Convert morse coded text in region to ordinary ASCII text.
15114 15193
15115;;;*** 15194;;;***
15116 15195
15117;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (16213 15196;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (16211
15118;;;;;; 43269)) 15197;;;;;; 27017))
15119;;; Generated autoloads from mouse-sel.el 15198;;; Generated autoloads from mouse-sel.el
15120 15199
15121(defvar mouse-sel-mode nil "\ 15200(defvar mouse-sel-mode nil "\
@@ -15166,7 +15245,7 @@ primary selection and region.
15166 15245
15167;;;*** 15246;;;***
15168 15247
15169;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (16213 43281)) 15248;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (16211 27038))
15170;;; Generated autoloads from play/mpuz.el 15249;;; Generated autoloads from play/mpuz.el
15171 15250
15172(autoload (quote mpuz) "mpuz" "\ 15251(autoload (quote mpuz) "mpuz" "\
@@ -15176,7 +15255,7 @@ Multiplication puzzle with GNU Emacs.
15176 15255
15177;;;*** 15256;;;***
15178 15257
15179;;;### (autoloads (msb-mode) "msb" "msb.el" (16213 43269)) 15258;;;### (autoloads (msb-mode) "msb" "msb.el" (16211 27017))
15180;;; Generated autoloads from msb.el 15259;;; Generated autoloads from msb.el
15181 15260
15182(defvar msb-mode nil "\ 15261(defvar msb-mode nil "\
@@ -15202,7 +15281,7 @@ different buffer menu using the function `msb'.
15202;;;;;; describe-current-coding-system describe-current-coding-system-briefly 15281;;;;;; describe-current-coding-system describe-current-coding-system-briefly
15203;;;;;; describe-coding-system describe-character-set list-charset-chars 15282;;;;;; describe-coding-system describe-character-set list-charset-chars
15204;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 15283;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
15205;;;;;; (16216 22163)) 15284;;;;;; (16259 31301))
15206;;; Generated autoloads from international/mule-diag.el 15285;;; Generated autoloads from international/mule-diag.el
15207 15286
15208(defvar non-iso-charset-alist (\` ((mac-roman (ascii latin-iso8859-1 mule-unicode-2500-33ff mule-unicode-0100-24ff mule-unicode-e000-ffff) mac-roman-decoder ((0 255))) (viscii (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-viscii-nonascii-translation-table ((0 255))) (vietnamese-tcvn (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-tcvn-nonascii-translation-table ((0 255))) (koi8-r (ascii cyrillic-iso8859-5) cyrillic-koi8-r-nonascii-translation-table ((32 255))) (alternativnyj (ascii cyrillic-iso8859-5) cyrillic-alternativnyj-nonascii-translation-table ((32 255))) (koi8-u (ascii cyrillic-iso8859-5 mule-unicode-0100-24ff) cyrillic-koi8-u-nonascii-translation-table ((32 255))) (big5 (ascii chinese-big5-1 chinese-big5-2) decode-big5-char ((32 127) ((161 254) 64 126 161 254))) (sjis (ascii katakana-jisx0201 japanese-jisx0208) decode-sjis-char ((32 127 161 223) ((129 159 224 239) 64 126 128 252))))) "\ 15287(defvar non-iso-charset-alist (\` ((mac-roman (ascii latin-iso8859-1 mule-unicode-2500-33ff mule-unicode-0100-24ff mule-unicode-e000-ffff) mac-roman-decoder ((0 255))) (viscii (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-viscii-nonascii-translation-table ((0 255))) (vietnamese-tcvn (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-tcvn-nonascii-translation-table ((0 255))) (koi8-r (ascii cyrillic-iso8859-5) cyrillic-koi8-r-nonascii-translation-table ((32 255))) (alternativnyj (ascii cyrillic-iso8859-5) cyrillic-alternativnyj-nonascii-translation-table ((32 255))) (koi8-u (ascii cyrillic-iso8859-5 mule-unicode-0100-24ff) cyrillic-koi8-u-nonascii-translation-table ((32 255))) (big5 (ascii chinese-big5-1 chinese-big5-2) decode-big5-char ((32 127) ((161 254) 64 126 161 254))) (sjis (ascii katakana-jisx0201 japanese-jisx0208) decode-sjis-char ((32 127 161 223) ((129 159 224 239) 64 126 128 252))))) "\
@@ -15375,7 +15454,7 @@ system which uses fontsets).
15375;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 15454;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
15376;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 15455;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
15377;;;;;; truncate-string-to-width store-substring string-to-sequence) 15456;;;;;; truncate-string-to-width store-substring string-to-sequence)
15378;;;;;; "mule-util" "international/mule-util.el" (16213 43274)) 15457;;;;;; "mule-util" "international/mule-util.el" (16211 37839))
15379;;; Generated autoloads from international/mule-util.el 15458;;; Generated autoloads from international/mule-util.el
15380 15459
15381(autoload (quote string-to-sequence) "mule-util" "\ 15460(autoload (quote string-to-sequence) "mule-util" "\
@@ -15515,7 +15594,7 @@ basis, this may not be accurate.
15515;;;*** 15594;;;***
15516 15595
15517;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" 15596;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
15518;;;;;; (16213 43269)) 15597;;;;;; (16211 27017))
15519;;; Generated autoloads from mwheel.el 15598;;; Generated autoloads from mwheel.el
15520 15599
15521(defvar mouse-wheel-mode nil "\ 15600(defvar mouse-wheel-mode nil "\
@@ -15543,7 +15622,7 @@ Enable mouse wheel support.
15543;;;### (autoloads (network-connection network-connection-to-service 15622;;;### (autoloads (network-connection network-connection-to-service
15544;;;;;; whois-reverse-lookup whois finger ftp dig dns-lookup-host 15623;;;;;; whois-reverse-lookup whois finger ftp dig dns-lookup-host
15545;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute) 15624;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute)
15546;;;;;; "net-utils" "net/net-utils.el" (16213 43280)) 15625;;;;;; "net-utils" "net/net-utils.el" (16211 27037))
15547;;; Generated autoloads from net/net-utils.el 15626;;; Generated autoloads from net/net-utils.el
15548 15627
15549(autoload (quote traceroute) "net-utils" "\ 15628(autoload (quote traceroute) "net-utils" "\
@@ -15638,7 +15717,7 @@ Open a network connection to HOST on PORT.
15638;;;;;; comment-region uncomment-region comment-kill comment-set-column 15717;;;;;; comment-region uncomment-region comment-kill comment-set-column
15639;;;;;; comment-indent comment-indent-default comment-normalize-vars 15718;;;;;; comment-indent comment-indent-default comment-normalize-vars
15640;;;;;; comment-multi-line comment-padding comment-style comment-column) 15719;;;;;; comment-multi-line comment-padding comment-style comment-column)
15641;;;;;; "newcomment" "newcomment.el" (16213 43269)) 15720;;;;;; "newcomment" "newcomment.el" (16281 48394))
15642;;; Generated autoloads from newcomment.el 15721;;; Generated autoloads from newcomment.el
15643 15722
15644(defalias (quote indent-for-comment) (quote comment-indent)) 15723(defalias (quote indent-for-comment) (quote comment-indent))
@@ -15801,8 +15880,8 @@ unless optional argument SOFT is non-nil.
15801 15880
15802;;;*** 15881;;;***
15803 15882
15804;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (16213 15883;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (16211
15805;;;;;; 43274)) 15884;;;;;; 27028))
15806;;; Generated autoloads from gnus/nndoc.el 15885;;; Generated autoloads from gnus/nndoc.el
15807 15886
15808(autoload (quote nndoc-add-type) "nndoc" "\ 15887(autoload (quote nndoc-add-type) "nndoc" "\
@@ -15817,7 +15896,7 @@ symbol in the alist.
15817;;;*** 15896;;;***
15818 15897
15819;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 15898;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
15820;;;;;; (16213 43274)) 15899;;;;;; (16211 27028))
15821;;; Generated autoloads from gnus/nnfolder.el 15900;;; Generated autoloads from gnus/nnfolder.el
15822 15901
15823(autoload (quote nnfolder-generate-active-file) "nnfolder" "\ 15902(autoload (quote nnfolder-generate-active-file) "nnfolder" "\
@@ -15829,7 +15908,7 @@ This command does not work if you use short group names.
15829;;;*** 15908;;;***
15830 15909
15831;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 15910;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
15832;;;;;; (16213 43274)) 15911;;;;;; (16211 27028))
15833;;; Generated autoloads from gnus/nnkiboze.el 15912;;; Generated autoloads from gnus/nnkiboze.el
15834 15913
15835(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ 15914(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\
@@ -15841,7 +15920,7 @@ Finds out what articles are to be part of the nnkiboze groups.
15841;;;*** 15920;;;***
15842 15921
15843;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 15922;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
15844;;;;;; (16213 43274)) 15923;;;;;; (16211 27028))
15845;;; Generated autoloads from gnus/nnml.el 15924;;; Generated autoloads from gnus/nnml.el
15846 15925
15847(autoload (quote nnml-generate-nov-databases) "nnml" "\ 15926(autoload (quote nnml-generate-nov-databases) "nnml" "\
@@ -15852,7 +15931,7 @@ Generate NOV databases in all nnml directories.
15852;;;*** 15931;;;***
15853 15932
15854;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 15933;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
15855;;;;;; "nnsoup" "gnus/nnsoup.el" (16213 43274)) 15934;;;;;; "nnsoup" "gnus/nnsoup.el" (16211 27029))
15856;;; Generated autoloads from gnus/nnsoup.el 15935;;; Generated autoloads from gnus/nnsoup.el
15857 15936
15858(autoload (quote nnsoup-pack-replies) "nnsoup" "\ 15937(autoload (quote nnsoup-pack-replies) "nnsoup" "\
@@ -15873,7 +15952,7 @@ Revert posting and mailing methods to the standard Emacs methods.
15873;;;*** 15952;;;***
15874 15953
15875;;;### (autoloads (disable-command enable-command disabled-command-hook) 15954;;;### (autoloads (disable-command enable-command disabled-command-hook)
15876;;;;;; "novice" "novice.el" (16213 43269)) 15955;;;;;; "novice" "novice.el" (16211 27017))
15877;;; Generated autoloads from novice.el 15956;;; Generated autoloads from novice.el
15878 15957
15879(defvar disabled-command-hook (quote disabled-command-hook) "\ 15958(defvar disabled-command-hook (quote disabled-command-hook) "\
@@ -15902,7 +15981,7 @@ to future sessions.
15902;;;*** 15981;;;***
15903 15982
15904;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 15983;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
15905;;;;;; (16213 43283)) 15984;;;;;; (16211 27044))
15906;;; Generated autoloads from textmodes/nroff-mode.el 15985;;; Generated autoloads from textmodes/nroff-mode.el
15907 15986
15908(autoload (quote nroff-mode) "nroff-mode" "\ 15987(autoload (quote nroff-mode) "nroff-mode" "\
@@ -15917,7 +15996,7 @@ closing requests for requests that are used in matched pairs.
15917;;;*** 15996;;;***
15918 15997
15919;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el" 15998;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el"
15920;;;;;; (16213 43282)) 15999;;;;;; (16211 27039))
15921;;; Generated autoloads from progmodes/octave-hlp.el 16000;;; Generated autoloads from progmodes/octave-hlp.el
15922 16001
15923(autoload (quote octave-help) "octave-hlp" "\ 16002(autoload (quote octave-help) "octave-hlp" "\
@@ -15931,7 +16010,7 @@ If KEY is not a string, prompt for it with completion.
15931;;;*** 16010;;;***
15932 16011
15933;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 16012;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
15934;;;;;; (16213 43282)) 16013;;;;;; (16288 23099))
15935;;; Generated autoloads from progmodes/octave-inf.el 16014;;; Generated autoloads from progmodes/octave-inf.el
15936 16015
15937(autoload (quote inferior-octave) "octave-inf" "\ 16016(autoload (quote inferior-octave) "octave-inf" "\
@@ -15954,7 +16033,7 @@ startup file, `~/.emacs-octave'.
15954;;;*** 16033;;;***
15955 16034
15956;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 16035;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
15957;;;;;; (16213 43282)) 16036;;;;;; (16281 48394))
15958;;; Generated autoloads from progmodes/octave-mod.el 16037;;; Generated autoloads from progmodes/octave-mod.el
15959 16038
15960(autoload (quote octave-mode) "octave-mod" "\ 16039(autoload (quote octave-mode) "octave-mod" "\
@@ -16053,7 +16132,7 @@ including a reproducible test case and send the message.
16053;;;*** 16132;;;***
16054 16133
16055;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el" 16134;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el"
16056;;;;;; (16213 43281)) 16135;;;;;; (16211 27037))
16057;;; Generated autoloads from obsolete/options.el 16136;;; Generated autoloads from obsolete/options.el
16058 16137
16059(autoload (quote list-options) "options" "\ 16138(autoload (quote list-options) "options" "\
@@ -16075,7 +16154,7 @@ The Custom feature is intended to make this obsolete.
16075;;;*** 16154;;;***
16076 16155
16077;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 16156;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
16078;;;;;; (16213 43269)) 16157;;;;;; (16211 27017))
16079;;; Generated autoloads from outline.el 16158;;; Generated autoloads from outline.el
16080 16159
16081(autoload (quote outline-mode) "outline" "\ 16160(autoload (quote outline-mode) "outline" "\
@@ -16130,7 +16209,7 @@ See the command `outline-mode' for more information on this mode.
16130 16209
16131;;;*** 16210;;;***
16132 16211
16133;;;### (autoloads (show-paren-mode) "paren" "paren.el" (16213 43269)) 16212;;;### (autoloads (show-paren-mode) "paren" "paren.el" (16211 27017))
16134;;; Generated autoloads from paren.el 16213;;; Generated autoloads from paren.el
16135 16214
16136(defvar show-paren-mode nil "\ 16215(defvar show-paren-mode nil "\
@@ -16154,7 +16233,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
16154;;;*** 16233;;;***
16155 16234
16156;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 16235;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
16157;;;;;; (16243 62806)) 16236;;;;;; (16243 59668))
16158;;; Generated autoloads from calendar/parse-time.el 16237;;; Generated autoloads from calendar/parse-time.el
16159 16238
16160(autoload (quote parse-time-string) "parse-time" "\ 16239(autoload (quote parse-time-string) "parse-time" "\
@@ -16166,8 +16245,8 @@ unknown are returned as nil.
16166 16245
16167;;;*** 16246;;;***
16168 16247
16169;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (16213 16248;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (16211
16170;;;;;; 43282)) 16249;;;;;; 27039))
16171;;; Generated autoloads from progmodes/pascal.el 16250;;; Generated autoloads from progmodes/pascal.el
16172 16251
16173(autoload (quote pascal-mode) "pascal" "\ 16252(autoload (quote pascal-mode) "pascal" "\
@@ -16220,7 +16299,7 @@ no args, if that value is non-nil.
16220;;;*** 16299;;;***
16221 16300
16222;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 16301;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
16223;;;;;; (16213 43273)) 16302;;;;;; (16211 27026))
16224;;; Generated autoloads from emulation/pc-mode.el 16303;;; Generated autoloads from emulation/pc-mode.el
16225 16304
16226(autoload (quote pc-bindings-mode) "pc-mode" "\ 16305(autoload (quote pc-bindings-mode) "pc-mode" "\
@@ -16238,7 +16317,7 @@ C-Escape does list-buffers.
16238;;;*** 16317;;;***
16239 16318
16240;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" 16319;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select"
16241;;;;;; "emulation/pc-select.el" (16213 43273)) 16320;;;;;; "emulation/pc-select.el" (16211 27026))
16242;;; Generated autoloads from emulation/pc-select.el 16321;;; Generated autoloads from emulation/pc-select.el
16243 16322
16244(defvar pc-selection-mode nil "\ 16323(defvar pc-selection-mode nil "\
@@ -16312,8 +16391,8 @@ You must modify via \\[customize] for this variable to have an effect.")
16312 16391
16313;;;*** 16392;;;***
16314 16393
16315;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (16213 16394;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (16211
16316;;;;;; 43269)) 16395;;;;;; 27017))
16317;;; Generated autoloads from pcmpl-cvs.el 16396;;; Generated autoloads from pcmpl-cvs.el
16318 16397
16319(autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ 16398(autoload (quote pcomplete/cvs) "pcmpl-cvs" "\
@@ -16324,7 +16403,7 @@ Completion rules for the `cvs' command.
16324;;;*** 16403;;;***
16325 16404
16326;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 16405;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
16327;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (16213 43269)) 16406;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (16211 27017))
16328;;; Generated autoloads from pcmpl-gnu.el 16407;;; Generated autoloads from pcmpl-gnu.el
16329 16408
16330(autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ 16409(autoload (quote pcomplete/gzip) "pcmpl-gnu" "\
@@ -16352,7 +16431,7 @@ Completion for the GNU tar utility.
16352;;;*** 16431;;;***
16353 16432
16354;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 16433;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
16355;;;;;; "pcmpl-linux" "pcmpl-linux.el" (16213 43269)) 16434;;;;;; "pcmpl-linux" "pcmpl-linux.el" (16211 27017))
16356;;; Generated autoloads from pcmpl-linux.el 16435;;; Generated autoloads from pcmpl-linux.el
16357 16436
16358(autoload (quote pcomplete/kill) "pcmpl-linux" "\ 16437(autoload (quote pcomplete/kill) "pcmpl-linux" "\
@@ -16372,8 +16451,8 @@ Completion for GNU/Linux `mount'.
16372 16451
16373;;;*** 16452;;;***
16374 16453
16375;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (16213 16454;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (16211
16376;;;;;; 43269)) 16455;;;;;; 27017))
16377;;; Generated autoloads from pcmpl-rpm.el 16456;;; Generated autoloads from pcmpl-rpm.el
16378 16457
16379(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ 16458(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\
@@ -16389,7 +16468,7 @@ You can use \\[eshell-report-bug] to do so.
16389 16468
16390;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which 16469;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which
16391;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) 16470;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)
16392;;;;;; "pcmpl-unix" "pcmpl-unix.el" (16213 43269)) 16471;;;;;; "pcmpl-unix" "pcmpl-unix.el" (16211 27017))
16393;;; Generated autoloads from pcmpl-unix.el 16472;;; Generated autoloads from pcmpl-unix.el
16394 16473
16395(autoload (quote pcomplete/cd) "pcmpl-unix" "\ 16474(autoload (quote pcomplete/cd) "pcmpl-unix" "\
@@ -16435,8 +16514,8 @@ Completion for the `chgrp' command.
16435 16514
16436;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 16515;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
16437;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 16516;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
16438;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (16213 16517;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (16211
16439;;;;;; 43269)) 16518;;;;;; 27017))
16440;;; Generated autoloads from pcomplete.el 16519;;; Generated autoloads from pcomplete.el
16441 16520
16442(autoload (quote pcomplete) "pcomplete" "\ 16521(autoload (quote pcomplete) "pcomplete" "\
@@ -16495,7 +16574,7 @@ Setup shell-mode to use pcomplete.
16495 16574
16496;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 16575;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
16497;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 16576;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
16498;;;;;; "pcvs.el" (16249 12135)) 16577;;;;;; "pcvs.el" (16248 17500))
16499;;; Generated autoloads from pcvs.el 16578;;; Generated autoloads from pcvs.el
16500 16579
16501(autoload (quote cvs-checkout) "pcvs" "\ 16580(autoload (quote cvs-checkout) "pcvs" "\
@@ -16572,7 +16651,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
16572 16651
16573;;;*** 16652;;;***
16574 16653
16575;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (16213 43269)) 16654;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (16211 27018))
16576;;; Generated autoloads from pcvs-defs.el 16655;;; Generated autoloads from pcvs-defs.el
16577 16656
16578(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) (fset (quote cvs-global-menu) m))) 16657(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) (fset (quote cvs-global-menu) m)))
@@ -16580,7 +16659,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
16580;;;*** 16659;;;***
16581 16660
16582;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 16661;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
16583;;;;;; (16213 43282)) 16662;;;;;; (16211 27039))
16584;;; Generated autoloads from progmodes/perl-mode.el 16663;;; Generated autoloads from progmodes/perl-mode.el
16585 16664
16586(autoload (quote perl-mode) "perl-mode" "\ 16665(autoload (quote perl-mode) "perl-mode" "\
@@ -16636,7 +16715,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
16636;;;*** 16715;;;***
16637 16716
16638;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 16717;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
16639;;;;;; (16213 43283)) 16718;;;;;; (16211 27044))
16640;;; Generated autoloads from textmodes/picture.el 16719;;; Generated autoloads from textmodes/picture.el
16641 16720
16642(autoload (quote picture-mode) "picture" "\ 16721(autoload (quote picture-mode) "picture" "\
@@ -16708,7 +16787,7 @@ they are not defaultly assigned to keys.
16708;;;*** 16787;;;***
16709 16788
16710;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 16789;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
16711;;;;;; (16213 43283)) 16790;;;;;; (16211 27044))
16712;;; Generated autoloads from textmodes/po.el 16791;;; Generated autoloads from textmodes/po.el
16713 16792
16714(autoload (quote po-find-file-coding-system) "po" "\ 16793(autoload (quote po-find-file-coding-system) "po" "\
@@ -16719,7 +16798,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
16719 16798
16720;;;*** 16799;;;***
16721 16800
16722;;;### (autoloads (pong) "pong" "play/pong.el" (16213 43281)) 16801;;;### (autoloads (pong) "pong" "play/pong.el" (16211 27038))
16723;;; Generated autoloads from play/pong.el 16802;;; Generated autoloads from play/pong.el
16724 16803
16725(autoload (quote pong) "pong" "\ 16804(autoload (quote pong) "pong" "\
@@ -16736,7 +16815,7 @@ pong-mode keybindings:\\<pong-mode-map>
16736;;;*** 16815;;;***
16737 16816
16738;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-to-string) 16817;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-to-string)
16739;;;;;; "pp" "emacs-lisp/pp.el" (16213 43273)) 16818;;;;;; "pp" "emacs-lisp/pp.el" (16211 27026))
16740;;; Generated autoloads from emacs-lisp/pp.el 16819;;; Generated autoloads from emacs-lisp/pp.el
16741 16820
16742(autoload (quote pp-to-string) "pp" "\ 16821(autoload (quote pp-to-string) "pp" "\
@@ -16789,7 +16868,7 @@ Ignores leading comment characters.
16789;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 16868;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
16790;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 16869;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
16791;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 16870;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
16792;;;;;; (16213 43270)) 16871;;;;;; (16211 27018))
16793;;; Generated autoloads from printing.el 16872;;; Generated autoloads from printing.el
16794 16873
16795(autoload (quote pr-interface) "printing" "\ 16874(autoload (quote pr-interface) "printing" "\
@@ -17377,7 +17456,7 @@ are both set to t.
17377;;;*** 17456;;;***
17378 17457
17379;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el" 17458;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el"
17380;;;;;; (16213 43282)) 17459;;;;;; (16211 27039))
17381;;; Generated autoloads from progmodes/prolog.el 17460;;; Generated autoloads from progmodes/prolog.el
17382 17461
17383(autoload (quote prolog-mode) "prolog" "\ 17462(autoload (quote prolog-mode) "prolog" "\
@@ -17397,7 +17476,7 @@ Run an inferior Prolog process, input and output via buffer *prolog*.
17397 17476
17398;;;*** 17477;;;***
17399 17478
17400;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (16213 43271)) 17479;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (16211 27018))
17401;;; Generated autoloads from ps-bdf.el 17480;;; Generated autoloads from ps-bdf.el
17402 17481
17403(defvar bdf-directory-list (if (memq system-type (quote (ms-dos windows-nt))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ 17482(defvar bdf-directory-list (if (memq system-type (quote (ms-dos windows-nt))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\
@@ -17406,8 +17485,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
17406 17485
17407;;;*** 17486;;;***
17408 17487
17409;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (16213 17488;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (16211
17410;;;;;; 43282)) 17489;;;;;; 27039))
17411;;; Generated autoloads from progmodes/ps-mode.el 17490;;; Generated autoloads from progmodes/ps-mode.el
17412 17491
17413(autoload (quote ps-mode) "ps-mode" "\ 17492(autoload (quote ps-mode) "ps-mode" "\
@@ -17456,7 +17535,7 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
17456;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets 17535;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets
17457;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition 17536;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition
17458;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font 17537;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font
17459;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (16213 43271)) 17538;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (16211 27018))
17460;;; Generated autoloads from ps-mule.el 17539;;; Generated autoloads from ps-mule.el
17461 17540
17462(defvar ps-multibyte-buffer nil "\ 17541(defvar ps-multibyte-buffer nil "\
@@ -17582,8 +17661,8 @@ Not documented
17582;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 17661;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
17583;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 17662;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
17584;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 17663;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
17585;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (16213 17664;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (16211
17586;;;;;; 43271)) 17665;;;;;; 27018))
17587;;; Generated autoloads from ps-print.el 17666;;; Generated autoloads from ps-print.el
17588 17667
17589(defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\ 17668(defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\
@@ -17783,7 +17862,7 @@ If EXTENSION is any other symbol, it is ignored.
17783;;;;;; quail-defrule quail-install-decode-map quail-install-map 17862;;;;;; quail-defrule quail-install-decode-map quail-install-map
17784;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 17863;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
17785;;;;;; quail-define-package quail-use-package quail-title) "quail" 17864;;;;;; quail-define-package quail-use-package quail-title) "quail"
17786;;;;;; "international/quail.el" (16213 43279)) 17865;;;;;; "international/quail.el" (16303 32090))
17787;;; Generated autoloads from international/quail.el 17866;;; Generated autoloads from international/quail.el
17788 17867
17789(autoload (quote quail-title) "quail" "\ 17868(autoload (quote quail-title) "quail" "\
@@ -18014,8 +18093,8 @@ of each directory.
18014 18093
18015;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 18094;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
18016;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 18095;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
18017;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (16213 18096;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (16211
18018;;;;;; 43280)) 18097;;;;;; 27037))
18019;;; Generated autoloads from net/quickurl.el 18098;;; Generated autoloads from net/quickurl.el
18020 18099
18021(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" "\ 18100(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" "\
@@ -18086,8 +18165,8 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
18086 18165
18087;;;*** 18166;;;***
18088 18167
18089;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (16213 18168;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (16211
18090;;;;;; 43280)) 18169;;;;;; 27037))
18091;;; Generated autoloads from net/rcompile.el 18170;;; Generated autoloads from net/rcompile.el
18092 18171
18093(autoload (quote remote-compile) "rcompile" "\ 18172(autoload (quote remote-compile) "rcompile" "\
@@ -18099,7 +18178,7 @@ See \\[compile].
18099;;;*** 18178;;;***
18100 18179
18101;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 18180;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
18102;;;;;; (16213 43273)) 18181;;;;;; (16211 27026))
18103;;; Generated autoloads from emacs-lisp/re-builder.el 18182;;; Generated autoloads from emacs-lisp/re-builder.el
18104 18183
18105(autoload (quote re-builder) "re-builder" "\ 18184(autoload (quote re-builder) "re-builder" "\
@@ -18109,7 +18188,7 @@ Call up the RE Builder for the current window.
18109 18188
18110;;;*** 18189;;;***
18111 18190
18112;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (16247 63112)) 18191;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (16246 40636))
18113;;; Generated autoloads from recentf.el 18192;;; Generated autoloads from recentf.el
18114 18193
18115(defvar recentf-mode nil "\ 18194(defvar recentf-mode nil "\
@@ -18135,8 +18214,8 @@ that were operated on recently.
18135;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 18214;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
18136;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 18215;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
18137;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 18216;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
18138;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (16213 18217;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (16211
18139;;;;;; 43271)) 18218;;;;;; 27018))
18140;;; Generated autoloads from rect.el 18219;;; Generated autoloads from rect.el
18141 18220
18142(autoload (quote move-to-column-force) "rect" "\ 18221(autoload (quote move-to-column-force) "rect" "\
@@ -18258,8 +18337,8 @@ rectangle which were empty.
18258 18337
18259;;;*** 18338;;;***
18260 18339
18261;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (16213 18340;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (16211
18262;;;;;; 43283)) 18341;;;;;; 27044))
18263;;; Generated autoloads from textmodes/refill.el 18342;;; Generated autoloads from textmodes/refill.el
18264 18343
18265(autoload (quote refill-mode) "refill" "\ 18344(autoload (quote refill-mode) "refill" "\
@@ -18275,7 +18354,7 @@ refilling if they would cause auto-filling.
18275;;;*** 18354;;;***
18276 18355
18277;;;### (autoloads (reftex-reset-scanning-information reftex-mode 18356;;;### (autoloads (reftex-reset-scanning-information reftex-mode
18278;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (16213 43284)) 18357;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (16211 27044))
18279;;; Generated autoloads from textmodes/reftex.el 18358;;; Generated autoloads from textmodes/reftex.el
18280 18359
18281(autoload (quote turn-on-reftex) "reftex" "\ 18360(autoload (quote turn-on-reftex) "reftex" "\
@@ -18325,7 +18404,7 @@ This enforces rescanning the buffer on next use.
18325;;;*** 18404;;;***
18326 18405
18327;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 18406;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
18328;;;;;; (16213 43283)) 18407;;;;;; (16211 27044))
18329;;; Generated autoloads from textmodes/reftex-cite.el 18408;;; Generated autoloads from textmodes/reftex-cite.el
18330 18409
18331(autoload (quote reftex-citation) "reftex-cite" "\ 18410(autoload (quote reftex-citation) "reftex-cite" "\
@@ -18354,7 +18433,7 @@ While entering the regexp, completion on knows citation keys is possible.
18354;;;*** 18433;;;***
18355 18434
18356;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 18435;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
18357;;;;;; (16213 43283)) 18436;;;;;; (16211 27044))
18358;;; Generated autoloads from textmodes/reftex-index.el 18437;;; Generated autoloads from textmodes/reftex-index.el
18359 18438
18360(autoload (quote reftex-index-phrases-mode) "reftex-index" "\ 18439(autoload (quote reftex-index-phrases-mode) "reftex-index" "\
@@ -18387,7 +18466,7 @@ Here are all local bindings.
18387;;;*** 18466;;;***
18388 18467
18389;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 18468;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
18390;;;;;; (16213 43283)) 18469;;;;;; (16211 27044))
18391;;; Generated autoloads from textmodes/reftex-parse.el 18470;;; Generated autoloads from textmodes/reftex-parse.el
18392 18471
18393(autoload (quote reftex-all-document-files) "reftex-parse" "\ 18472(autoload (quote reftex-all-document-files) "reftex-parse" "\
@@ -18400,7 +18479,7 @@ of master file.
18400;;;*** 18479;;;***
18401 18480
18402;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 18481;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
18403;;;;;; (16213 43273)) 18482;;;;;; (16211 27026))
18404;;; Generated autoloads from emacs-lisp/regexp-opt.el 18483;;; Generated autoloads from emacs-lisp/regexp-opt.el
18405 18484
18406(autoload (quote regexp-opt) "regexp-opt" "\ 18485(autoload (quote regexp-opt) "regexp-opt" "\
@@ -18427,7 +18506,7 @@ in REGEXP.
18427 18506
18428;;;*** 18507;;;***
18429 18508
18430;;;### (autoloads (repeat) "repeat" "repeat.el" (16213 43271)) 18509;;;### (autoloads (repeat) "repeat" "repeat.el" (16211 27018))
18431;;; Generated autoloads from repeat.el 18510;;; Generated autoloads from repeat.el
18432 18511
18433(autoload (quote repeat) "repeat" "\ 18512(autoload (quote repeat) "repeat" "\
@@ -18445,7 +18524,7 @@ can be modified by the global variable `repeat-on-final-keystroke'.
18445;;;*** 18524;;;***
18446 18525
18447;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 18526;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
18448;;;;;; (16213 43280)) 18527;;;;;; (16211 27034))
18449;;; Generated autoloads from mail/reporter.el 18528;;; Generated autoloads from mail/reporter.el
18450 18529
18451(autoload (quote reporter-submit-bug-report) "reporter" "\ 18530(autoload (quote reporter-submit-bug-report) "reporter" "\
@@ -18477,7 +18556,7 @@ mail-sending package is used for editing and sending the message.
18477;;;*** 18556;;;***
18478 18557
18479;;;### (autoloads (reposition-window) "reposition" "reposition.el" 18558;;;### (autoloads (reposition-window) "reposition" "reposition.el"
18480;;;;;; (16213 43271)) 18559;;;;;; (16211 27018))
18481;;; Generated autoloads from reposition.el 18560;;; Generated autoloads from reposition.el
18482 18561
18483(autoload (quote reposition-window) "reposition" "\ 18562(autoload (quote reposition-window) "reposition" "\
@@ -18504,8 +18583,8 @@ first comment line visible (if point is in a comment).
18504 18583
18505;;;*** 18584;;;***
18506 18585
18507;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (16213 18586;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (16211
18508;;;;;; 43271)) 18587;;;;;; 27018))
18509;;; Generated autoloads from resume.el 18588;;; Generated autoloads from resume.el
18510 18589
18511(autoload (quote resume-suspend-hook) "resume" "\ 18590(autoload (quote resume-suspend-hook) "resume" "\
@@ -18516,7 +18595,7 @@ Clear out the file used for transmitting args when Emacs resumes.
18516;;;*** 18595;;;***
18517 18596
18518;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 18597;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
18519;;;;;; (16213 43271)) 18598;;;;;; (16211 27018))
18520;;; Generated autoloads from reveal.el 18599;;; Generated autoloads from reveal.el
18521 18600
18522(autoload (quote reveal-mode) "reveal" "\ 18601(autoload (quote reveal-mode) "reveal" "\
@@ -18551,7 +18630,7 @@ With zero or negative ARG turn mode off.
18551 18630
18552;;;### (autoloads (file-name-shadow-mode file-name-shadow-tty-properties 18631;;;### (autoloads (file-name-shadow-mode file-name-shadow-tty-properties
18553;;;;;; file-name-shadow-properties) "rfn-eshadow" "rfn-eshadow.el" 18632;;;;;; file-name-shadow-properties) "rfn-eshadow" "rfn-eshadow.el"
18554;;;;;; (16213 43271)) 18633;;;;;; (16211 27018))
18555;;; Generated autoloads from rfn-eshadow.el 18634;;; Generated autoloads from rfn-eshadow.el
18556 18635
18557(defvar file-name-shadow-properties (quote (face file-name-shadow field shadow)) "\ 18636(defvar file-name-shadow-properties (quote (face file-name-shadow field shadow)) "\
@@ -18594,7 +18673,7 @@ Returns non-nil if the new state is enabled.
18594;;;*** 18673;;;***
18595 18674
18596;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 18675;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
18597;;;;;; (16213 43273)) 18676;;;;;; (16211 27026))
18598;;; Generated autoloads from emacs-lisp/ring.el 18677;;; Generated autoloads from emacs-lisp/ring.el
18599 18678
18600(autoload (quote ring-p) "ring" "\ 18679(autoload (quote ring-p) "ring" "\
@@ -18609,7 +18688,7 @@ Make a ring that can contain SIZE elements.
18609 18688
18610;;;*** 18689;;;***
18611 18690
18612;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (16213 43280)) 18691;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (16211 27037))
18613;;; Generated autoloads from net/rlogin.el 18692;;; Generated autoloads from net/rlogin.el
18614 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") 18693 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")
18615 18694
@@ -18660,7 +18739,7 @@ variable.
18660;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 18739;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
18661;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 18740;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
18662;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) 18741;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
18663;;;;;; "rmail" "mail/rmail.el" (16213 43280)) 18742;;;;;; "rmail" "mail/rmail.el" (16296 8718))
18664;;; Generated autoloads from mail/rmail.el 18743;;; Generated autoloads from mail/rmail.el
18665 18744
18666(defvar rmail-dont-reply-to-names nil "\ 18745(defvar rmail-dont-reply-to-names nil "\
@@ -18908,7 +18987,7 @@ Set PASSWORD to be used for retrieving mail from a POP server.
18908;;;*** 18987;;;***
18909 18988
18910;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" 18989;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
18911;;;;;; (16213 43280)) 18990;;;;;; (16211 27034))
18912;;; Generated autoloads from mail/rmailedit.el 18991;;; Generated autoloads from mail/rmailedit.el
18913 18992
18914(autoload (quote rmail-edit-current-message) "rmailedit" "\ 18993(autoload (quote rmail-edit-current-message) "rmailedit" "\
@@ -18920,7 +18999,7 @@ Edit the contents of this message.
18920 18999
18921;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message 19000;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
18922;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" 19001;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
18923;;;;;; "mail/rmailkwd.el" (16213 43280)) 19002;;;;;; "mail/rmailkwd.el" (16211 27034))
18924;;; Generated autoloads from mail/rmailkwd.el 19003;;; Generated autoloads from mail/rmailkwd.el
18925 19004
18926(autoload (quote rmail-add-label) "rmailkwd" "\ 19005(autoload (quote rmail-add-label) "rmailkwd" "\
@@ -18959,7 +19038,7 @@ With prefix argument N moves forward N messages with these labels.
18959;;;*** 19038;;;***
18960 19039
18961;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" 19040;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
18962;;;;;; (16213 43280)) 19041;;;;;; (16211 27035))
18963;;; Generated autoloads from mail/rmailmsc.el 19042;;; Generated autoloads from mail/rmailmsc.el
18964 19043
18965(autoload (quote set-rmail-inbox-list) "rmailmsc" "\ 19044(autoload (quote set-rmail-inbox-list) "rmailmsc" "\
@@ -18973,7 +19052,7 @@ If FILE-NAME is empty, remove any existing inbox list.
18973 19052
18974;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output 19053;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output
18975;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" 19054;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout"
18976;;;;;; "mail/rmailout.el" (16213 43280)) 19055;;;;;; "mail/rmailout.el" (16211 27035))
18977;;; Generated autoloads from mail/rmailout.el 19056;;; Generated autoloads from mail/rmailout.el
18978 19057
18979(defvar rmail-output-file-alist nil "\ 19058(defvar rmail-output-file-alist nil "\
@@ -19040,8 +19119,8 @@ FILE-NAME defaults, interactively, from the Subject field of the message.
19040 19119
19041;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent 19120;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent
19042;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject 19121;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject
19043;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (16213 19122;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (16211
19044;;;;;; 43280)) 19123;;;;;; 27036))
19045;;; Generated autoloads from mail/rmailsort.el 19124;;; Generated autoloads from mail/rmailsort.el
19046 19125
19047(autoload (quote rmail-sort-by-date) "rmailsort" "\ 19126(autoload (quote rmail-sort-by-date) "rmailsort" "\
@@ -19093,7 +19172,7 @@ KEYWORDS is a comma-separated list of labels.
19093;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp 19172;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
19094;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary 19173;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
19095;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) 19174;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
19096;;;;;; "rmailsum" "mail/rmailsum.el" (16250 35353)) 19175;;;;;; "rmailsum" "mail/rmailsum.el" (16292 22309))
19097;;; Generated autoloads from mail/rmailsum.el 19176;;; Generated autoloads from mail/rmailsum.el
19098 19177
19099(defvar rmail-summary-scroll-between-messages t "\ 19178(defvar rmail-summary-scroll-between-messages t "\
@@ -19175,7 +19254,7 @@ Setting this variable has an effect only before reading a mail.")
19175;;;*** 19254;;;***
19176 19255
19177;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el" 19256;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el"
19178;;;;;; (16213 43281)) 19257;;;;;; (16211 27037))
19179;;; Generated autoloads from obsolete/rnewspost.el 19258;;; Generated autoloads from obsolete/rnewspost.el
19180 19259
19181(autoload (quote news-post-news) "rnewspost" "\ 19260(autoload (quote news-post-news) "rnewspost" "\
@@ -19188,7 +19267,7 @@ If NOQUERY is non-nil, we do not query before doing the work.
19188;;;*** 19267;;;***
19189 19268
19190;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 19269;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
19191;;;;;; rot13-string rot13) "rot13" "rot13.el" (16213 43271)) 19270;;;;;; rot13-string rot13) "rot13" "rot13.el" (16211 27018))
19192;;; Generated autoloads from rot13.el 19271;;; Generated autoloads from rot13.el
19193 19272
19194(autoload (quote rot13) "rot13" "\ 19273(autoload (quote rot13) "rot13" "\
@@ -19229,7 +19308,7 @@ Toggle the use of rot 13 encoding for the current window.
19229;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame 19308;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame
19230;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height 19309;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height
19231;;;;;; resize-minibuffer-mode) "rsz-mini" "obsolete/rsz-mini.el" 19310;;;;;; resize-minibuffer-mode) "rsz-mini" "obsolete/rsz-mini.el"
19232;;;;;; (16213 43281)) 19311;;;;;; (16211 27037))
19233;;; Generated autoloads from obsolete/rsz-mini.el 19312;;; Generated autoloads from obsolete/rsz-mini.el
19234 19313
19235(defvar resize-minibuffer-mode nil "\ 19314(defvar resize-minibuffer-mode nil "\
@@ -19269,8 +19348,8 @@ This function is obsolete.
19269 19348
19270;;;*** 19349;;;***
19271 19350
19272;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (16216 19351;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (16277
19273;;;;;; 22161)) 19352;;;;;; 42321))
19274;;; Generated autoloads from ruler-mode.el 19353;;; Generated autoloads from ruler-mode.el
19275 19354
19276(autoload (quote ruler-mode) "ruler-mode" "\ 19355(autoload (quote ruler-mode) "ruler-mode" "\
@@ -19280,8 +19359,8 @@ Display a ruler in the header line if ARG > 0.
19280 19359
19281;;;*** 19360;;;***
19282 19361
19283;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (16213 19362;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (16292
19284;;;;;; 43273)) 19363;;;;;; 22309))
19285;;; Generated autoloads from emacs-lisp/rx.el 19364;;; Generated autoloads from emacs-lisp/rx.el
19286 19365
19287(autoload (quote rx-to-string) "rx" "\ 19366(autoload (quote rx-to-string) "rx" "\
@@ -19556,7 +19635,7 @@ CHAR
19556;;;*** 19635;;;***
19557 19636
19558;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 19637;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
19559;;;;;; (16250 35355)) 19638;;;;;; (16249 27909))
19560;;; Generated autoloads from progmodes/scheme.el 19639;;; Generated autoloads from progmodes/scheme.el
19561 19640
19562(autoload (quote scheme-mode) "scheme" "\ 19641(autoload (quote scheme-mode) "scheme" "\
@@ -19598,7 +19677,7 @@ that variable's value is a string.
19598;;;*** 19677;;;***
19599 19678
19600;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 19679;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
19601;;;;;; (16213 43274)) 19680;;;;;; (16211 27031))
19602;;; Generated autoloads from gnus/score-mode.el 19681;;; Generated autoloads from gnus/score-mode.el
19603 19682
19604(autoload (quote gnus-score-mode) "score-mode" "\ 19683(autoload (quote gnus-score-mode) "score-mode" "\
@@ -19611,8 +19690,8 @@ This mode is an extended emacs-lisp mode.
19611 19690
19612;;;*** 19691;;;***
19613 19692
19614;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (16213 19693;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (16211
19615;;;;;; 43281)) 19694;;;;;; 27037))
19616;;; Generated autoloads from obsolete/scribe.el 19695;;; Generated autoloads from obsolete/scribe.el
19617 19696
19618(autoload (quote scribe-mode) "scribe" "\ 19697(autoload (quote scribe-mode) "scribe" "\
@@ -19637,7 +19716,7 @@ Interesting variables:
19637;;;*** 19716;;;***
19638 19717
19639;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 19718;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
19640;;;;;; (16213 43271)) 19719;;;;;; (16211 27018))
19641;;; Generated autoloads from scroll-all.el 19720;;; Generated autoloads from scroll-all.el
19642 19721
19643(defvar scroll-all-mode nil "\ 19722(defvar scroll-all-mode nil "\
@@ -19663,7 +19742,7 @@ apply to all visible windows in the same frame.
19663;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 19742;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
19664;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers 19743;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers
19665;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from 19744;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from
19666;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (16250 35353)) 19745;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (16249 31404))
19667;;; Generated autoloads from mail/sendmail.el 19746;;; Generated autoloads from mail/sendmail.el
19668 19747
19669(defvar mail-from-style (quote angles) "\ 19748(defvar mail-from-style (quote angles) "\
@@ -19871,7 +19950,7 @@ Like `mail' command, but display mail buffer in another frame.
19871;;;*** 19950;;;***
19872 19951
19873;;;### (autoloads (server-mode server-start) "server" "server.el" 19952;;;### (autoloads (server-mode server-start) "server" "server.el"
19874;;;;;; (16213 43271)) 19953;;;;;; (16211 27018))
19875;;; Generated autoloads from server.el 19954;;; Generated autoloads from server.el
19876 19955
19877(autoload (quote server-start) "server" "\ 19956(autoload (quote server-start) "server" "\
@@ -19903,7 +19982,7 @@ Server mode runs a process that accepts commands from the
19903 19982
19904;;;*** 19983;;;***
19905 19984
19906;;;### (autoloads (ses-mode) "ses" "ses.el" (16213 43271)) 19985;;;### (autoloads (ses-mode) "ses" "ses.el" (16211 27018))
19907;;; Generated autoloads from ses.el 19986;;; Generated autoloads from ses.el
19908 19987
19909(autoload (quote ses-mode) "ses" "\ 19988(autoload (quote ses-mode) "ses" "\
@@ -19921,7 +20000,7 @@ These are active only in the minibuffer, when entering or editing a formula:
19921;;;*** 20000;;;***
19922 20001
19923;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 20002;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
19924;;;;;; (16213 43284)) 20003;;;;;; (16211 27044))
19925;;; Generated autoloads from textmodes/sgml-mode.el 20004;;; Generated autoloads from textmodes/sgml-mode.el
19926 20005
19927(autoload (quote sgml-mode) "sgml-mode" "\ 20006(autoload (quote sgml-mode) "sgml-mode" "\
@@ -19989,7 +20068,7 @@ To work around that, do:
19989;;;*** 20068;;;***
19990 20069
19991;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 20070;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
19992;;;;;; (16250 35355)) 20071;;;;;; (16256 53160))
19993;;; Generated autoloads from progmodes/sh-script.el 20072;;; Generated autoloads from progmodes/sh-script.el
19994 20073
19995(autoload (quote sh-mode) "sh-script" "\ 20074(autoload (quote sh-mode) "sh-script" "\
@@ -20053,7 +20132,7 @@ with your script for an edit-interpret-debug cycle.
20053;;;*** 20132;;;***
20054 20133
20055;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 20134;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
20056;;;;;; (16213 43273)) 20135;;;;;; (16211 27026))
20057;;; Generated autoloads from emacs-lisp/shadow.el 20136;;; Generated autoloads from emacs-lisp/shadow.el
20058 20137
20059(autoload (quote list-load-path-shadows) "shadow" "\ 20138(autoload (quote list-load-path-shadows) "shadow" "\
@@ -20100,8 +20179,8 @@ buffer called `*Shadows*'. Shadowings are located by calling the
20100;;;*** 20179;;;***
20101 20180
20102;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 20181;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
20103;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (16213 20182;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (16211
20104;;;;;; 43271)) 20183;;;;;; 27018))
20105;;; Generated autoloads from shadowfile.el 20184;;; Generated autoloads from shadowfile.el
20106 20185
20107(autoload (quote shadow-define-cluster) "shadowfile" "\ 20186(autoload (quote shadow-define-cluster) "shadowfile" "\
@@ -20140,7 +20219,7 @@ Set up file shadowing.
20140;;;*** 20219;;;***
20141 20220
20142;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 20221;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
20143;;;;;; (16213 43271)) 20222;;;;;; (16211 27018))
20144;;; Generated autoloads from shell.el 20223;;; Generated autoloads from shell.el
20145 20224
20146(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ 20225(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
@@ -20186,8 +20265,8 @@ Otherwise, one argument `-i' is passed to the shell.
20186 20265
20187;;;*** 20266;;;***
20188 20267
20189;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (16213 20268;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (16211
20190;;;;;; 43282)) 20269;;;;;; 27039))
20191;;; Generated autoloads from progmodes/simula.el 20270;;; Generated autoloads from progmodes/simula.el
20192 20271
20193(autoload (quote simula-mode) "simula" "\ 20272(autoload (quote simula-mode) "simula" "\
@@ -20236,7 +20315,7 @@ with no arguments, if that value is non-nil.
20236;;;*** 20315;;;***
20237 20316
20238;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 20317;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
20239;;;;;; define-skeleton) "skeleton" "skeleton.el" (16213 43271)) 20318;;;;;; define-skeleton) "skeleton" "skeleton.el" (16211 27018))
20240;;; Generated autoloads from skeleton.el 20319;;; Generated autoloads from skeleton.el
20241 20320
20242(defvar skeleton-filter (quote identity) "\ 20321(defvar skeleton-filter (quote identity) "\
@@ -20346,7 +20425,7 @@ symmetrical ones, and the same character twice for the others.
20346;;;*** 20425;;;***
20347 20426
20348;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" 20427;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el"
20349;;;;;; (16213 43271)) 20428;;;;;; (16258 10857))
20350;;; Generated autoloads from smerge-mode.el 20429;;; Generated autoloads from smerge-mode.el
20351 20430
20352(autoload (quote smerge-ediff) "smerge-mode" "\ 20431(autoload (quote smerge-ediff) "smerge-mode" "\
@@ -20365,7 +20444,7 @@ Minor mode to simplify editing output from the diff3 program.
20365;;;*** 20444;;;***
20366 20445
20367;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el" 20446;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el"
20368;;;;;; (16213 43274)) 20447;;;;;; (16211 27031))
20369;;; Generated autoloads from gnus/smiley-ems.el 20448;;; Generated autoloads from gnus/smiley-ems.el
20370 20449
20371(autoload (quote smiley-region) "smiley-ems" "\ 20450(autoload (quote smiley-region) "smiley-ems" "\
@@ -20379,7 +20458,7 @@ which smileys to operate on and which images to use for them.
20379;;;*** 20458;;;***
20380 20459
20381;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 20460;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
20382;;;;;; "mail/smtpmail.el" (16247 63113)) 20461;;;;;; "mail/smtpmail.el" (16246 41418))
20383;;; Generated autoloads from mail/smtpmail.el 20462;;; Generated autoloads from mail/smtpmail.el
20384 20463
20385(autoload (quote smtpmail-send-it) "smtpmail" "\ 20464(autoload (quote smtpmail-send-it) "smtpmail" "\
@@ -20394,7 +20473,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
20394 20473
20395;;;*** 20474;;;***
20396 20475
20397;;;### (autoloads (snake) "snake" "play/snake.el" (16213 43281)) 20476;;;### (autoloads (snake) "snake" "play/snake.el" (16211 27038))
20398;;; Generated autoloads from play/snake.el 20477;;; Generated autoloads from play/snake.el
20399 20478
20400(autoload (quote snake) "snake" "\ 20479(autoload (quote snake) "snake" "\
@@ -20418,7 +20497,7 @@ Snake mode keybindings:
20418;;;*** 20497;;;***
20419 20498
20420;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 20499;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
20421;;;;;; (16213 43280)) 20500;;;;;; (16211 27037))
20422;;; Generated autoloads from net/snmp-mode.el 20501;;; Generated autoloads from net/snmp-mode.el
20423 20502
20424(autoload (quote snmp-mode) "snmp-mode" "\ 20503(autoload (quote snmp-mode) "snmp-mode" "\
@@ -20449,7 +20528,7 @@ then `snmpv2-mode-hook'.
20449 20528
20450;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name 20529;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name
20451;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) 20530;;;;;; calendar-longitude calendar-latitude calendar-time-display-form)
20452;;;;;; "solar" "calendar/solar.el" (16213 43272)) 20531;;;;;; "solar" "calendar/solar.el" (16211 27023))
20453;;; Generated autoloads from calendar/solar.el 20532;;; Generated autoloads from calendar/solar.el
20454 20533
20455(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ 20534(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\
@@ -20520,8 +20599,8 @@ Requires floating point.
20520 20599
20521;;;*** 20600;;;***
20522 20601
20523;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (16213 20602;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (16211
20524;;;;;; 43281)) 20603;;;;;; 27038))
20525;;; Generated autoloads from play/solitaire.el 20604;;; Generated autoloads from play/solitaire.el
20526 20605
20527(autoload (quote solitaire) "solitaire" "\ 20606(autoload (quote solitaire) "solitaire" "\
@@ -20598,7 +20677,7 @@ Pick your favourite shortcuts:
20598 20677
20599;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 20678;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
20600;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 20679;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
20601;;;;;; sort-lines sort-subr) "sort" "sort.el" (16213 43271)) 20680;;;;;; sort-lines sort-subr) "sort" "sort.el" (16211 27018))
20602;;; Generated autoloads from sort.el 20681;;; Generated autoloads from sort.el
20603 20682
20604(autoload (quote sort-subr) "sort" "\ 20683(autoload (quote sort-subr) "sort" "\
@@ -20741,7 +20820,7 @@ From a program takes two point or marker arguments, BEG and END.
20741;;;*** 20820;;;***
20742 20821
20743;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 20822;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
20744;;;;;; "speedbar.el" (16213 43271)) 20823;;;;;; "speedbar.el" (16211 27019))
20745;;; Generated autoloads from speedbar.el 20824;;; Generated autoloads from speedbar.el
20746 20825
20747(defalias (quote speedbar) (quote speedbar-frame-mode)) 20826(defalias (quote speedbar) (quote speedbar-frame-mode))
@@ -20766,7 +20845,7 @@ selected. If the speedbar frame is active, then select the attached frame.
20766;;;*** 20845;;;***
20767 20846
20768;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 20847;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
20769;;;;;; "spell" "textmodes/spell.el" (16213 43284)) 20848;;;;;; "spell" "textmodes/spell.el" (16211 27044))
20770;;; Generated autoloads from textmodes/spell.el 20849;;; Generated autoloads from textmodes/spell.el
20771 20850
20772(put (quote spell-filter) (quote risky-local-variable) t) 20851(put (quote spell-filter) (quote risky-local-variable) t)
@@ -20802,8 +20881,8 @@ Check spelling of string supplied as argument.
20802 20881
20803;;;*** 20882;;;***
20804 20883
20805;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (16213 20884;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (16211
20806;;;;;; 43281)) 20885;;;;;; 27038))
20807;;; Generated autoloads from play/spook.el 20886;;; Generated autoloads from play/spook.el
20808 20887
20809(autoload (quote spook) "spook" "\ 20888(autoload (quote spook) "spook" "\
@@ -20822,7 +20901,7 @@ Return a vector containing the lines from `spook-phrases-file'.
20822;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 20901;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
20823;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help 20902;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help
20824;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (16225 20903;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (16225
20825;;;;;; 38513)) 20904;;;;;; 6527))
20826;;; Generated autoloads from progmodes/sql.el 20905;;; Generated autoloads from progmodes/sql.el
20827 20906
20828(autoload (quote sql-add-product-keywords) "sql" "\ 20907(autoload (quote sql-add-product-keywords) "sql" "\
@@ -21238,8 +21317,8 @@ input. See `sql-interactive-mode'.
21238;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 21317;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
21239;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 21318;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
21240;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 21319;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
21241;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (16213 21320;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (16258
21242;;;;;; 43271)) 21321;;;;;; 10857))
21243;;; Generated autoloads from strokes.el 21322;;; Generated autoloads from strokes.el
21244 21323
21245(autoload (quote strokes-global-set-stroke) "strokes" "\ 21324(autoload (quote strokes-global-set-stroke) "strokes" "\
@@ -21346,7 +21425,7 @@ Read a complex stroke and insert its glyph into the current buffer.
21346;;;*** 21425;;;***
21347 21426
21348;;;### (autoloads (studlify-buffer studlify-word studlify-region) 21427;;;### (autoloads (studlify-buffer studlify-word studlify-region)
21349;;;;;; "studly" "play/studly.el" (16213 43281)) 21428;;;;;; "studly" "play/studly.el" (16211 27038))
21350;;; Generated autoloads from play/studly.el 21429;;; Generated autoloads from play/studly.el
21351 21430
21352(autoload (quote studlify-region) "studly" "\ 21431(autoload (quote studlify-region) "studly" "\
@@ -21367,7 +21446,7 @@ Studlify-case the current buffer.
21367;;;*** 21446;;;***
21368 21447
21369;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 21448;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
21370;;;;;; (16213 43280)) 21449;;;;;; (16211 27036))
21371;;; Generated autoloads from mail/supercite.el 21450;;; Generated autoloads from mail/supercite.el
21372 21451
21373(autoload (quote sc-cite-original) "supercite" "\ 21452(autoload (quote sc-cite-original) "supercite" "\
@@ -21399,8 +21478,8 @@ before, and `sc-post-hook' is run after the guts of this function.
21399 21478
21400;;;*** 21479;;;***
21401 21480
21402;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (16213 21481;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (16211
21403;;;;;; 43273)) 21482;;;;;; 27026))
21404;;; Generated autoloads from emacs-lisp/syntax.el 21483;;; Generated autoloads from emacs-lisp/syntax.el
21405 21484
21406(autoload (quote syntax-ppss) "syntax" "\ 21485(autoload (quote syntax-ppss) "syntax" "\
@@ -21413,7 +21492,7 @@ Point is at POS when this function returns.
21413 21492
21414;;;*** 21493;;;***
21415 21494
21416;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (16213 43271)) 21495;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (16211 27021))
21417;;; Generated autoloads from tabify.el 21496;;; Generated autoloads from tabify.el
21418 21497
21419(autoload (quote untabify) "tabify" "\ 21498(autoload (quote untabify) "tabify" "\
@@ -21448,7 +21527,7 @@ The variable `tab-width' controls the spacing of tab stops.
21448;;;;;; table-recognize table-insert-row-column table-insert-column 21527;;;;;; table-recognize table-insert-row-column table-insert-column
21449;;;;;; table-insert-row table-insert table-point-left-cell-hook 21528;;;;;; table-insert-row table-insert table-point-left-cell-hook
21450;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 21529;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
21451;;;;;; "table" "textmodes/table.el" (16213 43284)) 21530;;;;;; "table" "textmodes/table.el" (16211 27044))
21452;;; Generated autoloads from textmodes/table.el 21531;;; Generated autoloads from textmodes/table.el
21453 21532
21454(defvar table-cell-map-hook nil "\ 21533(defvar table-cell-map-hook nil "\
@@ -22036,7 +22115,7 @@ converts a table into plain text without frames. It is a companion to
22036 22115
22037;;;*** 22116;;;***
22038 22117
22039;;;### (autoloads (talk-connect) "talk" "talk.el" (16213 43271)) 22118;;;### (autoloads (talk-connect) "talk" "talk.el" (16211 27021))
22040;;; Generated autoloads from talk.el 22119;;; Generated autoloads from talk.el
22041 22120
22042(autoload (quote talk-connect) "talk" "\ 22121(autoload (quote talk-connect) "talk" "\
@@ -22046,7 +22125,7 @@ Connect to display DISPLAY for the Emacs talk group.
22046 22125
22047;;;*** 22126;;;***
22048 22127
22049;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (16213 43271)) 22128;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (16211 27021))
22050;;; Generated autoloads from tar-mode.el 22129;;; Generated autoloads from tar-mode.el
22051 22130
22052(autoload (quote tar-mode) "tar-mode" "\ 22131(autoload (quote tar-mode) "tar-mode" "\
@@ -22070,7 +22149,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
22070;;;*** 22149;;;***
22071 22150
22072;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 22151;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
22073;;;;;; "progmodes/tcl.el" (16213 43282)) 22152;;;;;; "progmodes/tcl.el" (16211 27039))
22074;;; Generated autoloads from progmodes/tcl.el 22153;;; Generated autoloads from progmodes/tcl.el
22075 22154
22076(autoload (quote tcl-mode) "tcl" "\ 22155(autoload (quote tcl-mode) "tcl" "\
@@ -22121,7 +22200,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
22121 22200
22122;;;*** 22201;;;***
22123 22202
22124;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (16213 43280)) 22203;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (16211 27037))
22125;;; Generated autoloads from net/telnet.el 22204;;; Generated autoloads from net/telnet.el
22126 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") 22205 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
22127 22206
@@ -22145,8 +22224,8 @@ Normally input is edited in Emacs and sent a line at a time.
22145 22224
22146;;;*** 22225;;;***
22147 22226
22148;;;### (autoloads (ansi-term term make-term) "term" "term.el" (16213 22227;;;### (autoloads (ansi-term term make-term) "term" "term.el" (16211
22149;;;;;; 43271)) 22228;;;;;; 27021))
22150;;; Generated autoloads from term.el 22229;;; Generated autoloads from term.el
22151 22230
22152(autoload (quote make-term) "term" "\ 22231(autoload (quote make-term) "term" "\
@@ -22174,8 +22253,8 @@ Start a terminal-emulator in a new buffer.
22174 22253
22175;;;*** 22254;;;***
22176 22255
22177;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (16213 22256;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (16211
22178;;;;;; 43271)) 22257;;;;;; 27021))
22179;;; Generated autoloads from terminal.el 22258;;; Generated autoloads from terminal.el
22180 22259
22181(autoload (quote terminal-emulator) "terminal" "\ 22260(autoload (quote terminal-emulator) "terminal" "\
@@ -22212,7 +22291,7 @@ subprocess started.
22212;;;*** 22291;;;***
22213 22292
22214;;;### (autoloads (testcover-this-defun testcover-start) "testcover" 22293;;;### (autoloads (testcover-this-defun testcover-start) "testcover"
22215;;;;;; "emacs-lisp/testcover.el" (16213 43273)) 22294;;;;;; "emacs-lisp/testcover.el" (16211 27026))
22216;;; Generated autoloads from emacs-lisp/testcover.el 22295;;; Generated autoloads from emacs-lisp/testcover.el
22217 22296
22218(autoload (quote testcover-start) "testcover" "\ 22297(autoload (quote testcover-start) "testcover" "\
@@ -22230,7 +22309,7 @@ Start coverage on function under point.
22230 22309
22231;;;*** 22310;;;***
22232 22311
22233;;;### (autoloads (tetris) "tetris" "play/tetris.el" (16213 43281)) 22312;;;### (autoloads (tetris) "tetris" "play/tetris.el" (16211 27038))
22234;;; Generated autoloads from play/tetris.el 22313;;; Generated autoloads from play/tetris.el
22235 22314
22236(autoload (quote tetris) "tetris" "\ 22315(autoload (quote tetris) "tetris" "\
@@ -22261,7 +22340,7 @@ tetris-mode keybindings:
22261;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 22340;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
22262;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 22341;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
22263;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 22342;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
22264;;;;;; (16213 43284)) 22343;;;;;; (16291 51938))
22265;;; Generated autoloads from textmodes/tex-mode.el 22344;;; Generated autoloads from textmodes/tex-mode.el
22266 22345
22267(defvar tex-shell-file-name nil "\ 22346(defvar tex-shell-file-name nil "\
@@ -22563,7 +22642,7 @@ Major mode to edit DocTeX files.
22563;;;*** 22642;;;***
22564 22643
22565;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 22644;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
22566;;;;;; "texinfmt" "textmodes/texinfmt.el" (16213 43284)) 22645;;;;;; "texinfmt" "textmodes/texinfmt.el" (16292 22308))
22567;;; Generated autoloads from textmodes/texinfmt.el 22646;;; Generated autoloads from textmodes/texinfmt.el
22568 22647
22569(autoload (quote texinfo-format-buffer) "texinfmt" "\ 22648(autoload (quote texinfo-format-buffer) "texinfmt" "\
@@ -22603,7 +22682,7 @@ if large. You can use Info-split to do this manually.
22603;;;*** 22682;;;***
22604 22683
22605;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 22684;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
22606;;;;;; "texinfo" "textmodes/texinfo.el" (16213 43284)) 22685;;;;;; "texinfo" "textmodes/texinfo.el" (16211 27044))
22607;;; Generated autoloads from textmodes/texinfo.el 22686;;; Generated autoloads from textmodes/texinfo.el
22608 22687
22609(defvar texinfo-open-quote "``" "\ 22688(defvar texinfo-open-quote "``" "\
@@ -22689,7 +22768,7 @@ value of `texinfo-mode-hook'.
22689 22768
22690;;;### (autoloads (thai-composition-function thai-post-read-conversion 22769;;;### (autoloads (thai-composition-function thai-post-read-conversion
22691;;;;;; thai-compose-buffer thai-compose-string thai-compose-region) 22770;;;;;; thai-compose-buffer thai-compose-string thai-compose-region)
22692;;;;;; "thai-util" "language/thai-util.el" (16213 43280)) 22771;;;;;; "thai-util" "language/thai-util.el" (16211 27033))
22693;;; Generated autoloads from language/thai-util.el 22772;;; Generated autoloads from language/thai-util.el
22694 22773
22695(autoload (quote thai-compose-region) "thai-util" "\ 22774(autoload (quote thai-compose-region) "thai-util" "\
@@ -22728,7 +22807,7 @@ The return value is number of composed characters.
22728 22807
22729;;;### (autoloads (list-at-point number-at-point symbol-at-point 22808;;;### (autoloads (list-at-point number-at-point symbol-at-point
22730;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 22809;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
22731;;;;;; "thingatpt" "thingatpt.el" (16213 43271)) 22810;;;;;; "thingatpt" "thingatpt.el" (16211 27021))
22732;;; Generated autoloads from thingatpt.el 22811;;; Generated autoloads from thingatpt.el
22733 22812
22734(autoload (quote forward-thing) "thingatpt" "\ 22813(autoload (quote forward-thing) "thingatpt" "\
@@ -22788,7 +22867,7 @@ Not documented
22788;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region 22867;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region
22789;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan 22868;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan
22790;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" 22869;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util"
22791;;;;;; "language/tibet-util.el" (16213 43280)) 22870;;;;;; "language/tibet-util.el" (16211 27033))
22792;;; Generated autoloads from language/tibet-util.el 22871;;; Generated autoloads from language/tibet-util.el
22793 22872
22794(autoload (quote tibetan-char-p) "tibet-util" "\ 22873(autoload (quote tibetan-char-p) "tibet-util" "\
@@ -22867,7 +22946,7 @@ Not documented
22867;;;*** 22946;;;***
22868 22947
22869;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 22948;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
22870;;;;;; (16213 43284)) 22949;;;;;; (16211 27044))
22871;;; Generated autoloads from textmodes/tildify.el 22950;;; Generated autoloads from textmodes/tildify.el
22872 22951
22873(autoload (quote tildify-region) "tildify" "\ 22952(autoload (quote tildify-region) "tildify" "\
@@ -22891,7 +22970,7 @@ This function performs no refilling of the changed text.
22891;;;*** 22970;;;***
22892 22971
22893;;;### (autoloads (display-time-mode display-time display-time-day-and-date) 22972;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
22894;;;;;; "time" "time.el" (16213 43271)) 22973;;;;;; "time" "time.el" (16211 27021))
22895;;; Generated autoloads from time.el 22974;;; Generated autoloads from time.el
22896 22975
22897(defvar display-time-day-and-date nil "\ 22976(defvar display-time-day-and-date nil "\
@@ -22932,7 +23011,7 @@ This runs the normal hook `display-time-hook' after each update.
22932;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year 23011;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year
22933;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract 23012;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract
22934;;;;;; time-since days-to-time time-less-p seconds-to-time date-to-time) 23013;;;;;; time-since days-to-time time-less-p seconds-to-time date-to-time)
22935;;;;;; "time-date" "calendar/time-date.el" (16213 43272)) 23014;;;;;; "time-date" "calendar/time-date.el" (16211 27023))
22936;;; Generated autoloads from calendar/time-date.el 23015;;; Generated autoloads from calendar/time-date.el
22937 23016
22938(autoload (quote date-to-time) "time-date" "\ 23017(autoload (quote date-to-time) "time-date" "\
@@ -23012,7 +23091,7 @@ If DATE is malformed, return a time value of zeros.
23012;;;*** 23091;;;***
23013 23092
23014;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 23093;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
23015;;;;;; "time-stamp.el" (16213 43271)) 23094;;;;;; "time-stamp.el" (16211 27021))
23016;;; Generated autoloads from time-stamp.el 23095;;; Generated autoloads from time-stamp.el
23017 23096
23018(autoload (quote time-stamp) "time-stamp" "\ 23097(autoload (quote time-stamp) "time-stamp" "\
@@ -23046,7 +23125,7 @@ With ARG, turn time stamping on if and only if arg is positive.
23046;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 23125;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
23047;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 23126;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
23048;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 23127;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
23049;;;;;; (16213 43272)) 23128;;;;;; (16211 27023))
23050;;; Generated autoloads from calendar/timeclock.el 23129;;; Generated autoloads from calendar/timeclock.el
23051 23130
23052(autoload (quote timeclock-modeline-display) "timeclock" "\ 23131(autoload (quote timeclock-modeline-display) "timeclock" "\
@@ -23146,7 +23225,7 @@ relative only to the time worked today, and not to past time.
23146 23225
23147;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer 23226;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer
23148;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" 23227;;;;;; run-at-time cancel-function-timers cancel-timer) "timer"
23149;;;;;; "emacs-lisp/timer.el" (16213 43273)) 23228;;;;;; "emacs-lisp/timer.el" (16211 27026))
23150;;; Generated autoloads from emacs-lisp/timer.el 23229;;; Generated autoloads from emacs-lisp/timer.el
23151 23230
23152(defalias (quote disable-timeout) (quote cancel-timer)) 23231(defalias (quote disable-timeout) (quote cancel-timer))
@@ -23219,7 +23298,7 @@ be detected.
23219;;;*** 23298;;;***
23220 23299
23221;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 23300;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
23222;;;;;; "international/titdic-cnv.el" (16213 43280)) 23301;;;;;; "international/titdic-cnv.el" (16213 6000))
23223;;; Generated autoloads from international/titdic-cnv.el 23302;;; Generated autoloads from international/titdic-cnv.el
23224 23303
23225(autoload (quote titdic-convert) "titdic-cnv" "\ 23304(autoload (quote titdic-convert) "titdic-cnv" "\
@@ -23242,8 +23321,8 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
23242;;;*** 23321;;;***
23243 23322
23244;;;### (autoloads (tamil-composition-function tamil-post-read-conversion 23323;;;### (autoloads (tamil-composition-function tamil-post-read-conversion
23245;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (16233 23324;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (16232
23246;;;;;; 29568)) 23325;;;;;; 585))
23247;;; Generated autoloads from language/tml-util.el 23326;;; Generated autoloads from language/tml-util.el
23248 23327
23249(autoload (quote tamil-compose-region) "tml-util" "\ 23328(autoload (quote tamil-compose-region) "tml-util" "\
@@ -23266,7 +23345,7 @@ PATTERN regexp.
23266;;;*** 23345;;;***
23267 23346
23268;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 23347;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
23269;;;;;; "tmm.el" (16213 43271)) 23348;;;;;; "tmm.el" (16211 27021))
23270;;; Generated autoloads from tmm.el 23349;;; Generated autoloads from tmm.el
23271 (define-key global-map "\M-`" 'tmm-menubar) 23350 (define-key global-map "\M-`" 'tmm-menubar)
23272 (define-key global-map [f10] 'tmm-menubar) 23351 (define-key global-map [f10] 'tmm-menubar)
@@ -23307,7 +23386,7 @@ Its value should be an event that has a binding in MENU.
23307 23386
23308;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 23387;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
23309;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 23388;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
23310;;;;;; "todo-mode" "calendar/todo-mode.el" (16213 43272)) 23389;;;;;; "todo-mode" "calendar/todo-mode.el" (16211 27023))
23311;;; Generated autoloads from calendar/todo-mode.el 23390;;; Generated autoloads from calendar/todo-mode.el
23312 23391
23313(autoload (quote todo-add-category) "todo-mode" "\ 23392(autoload (quote todo-add-category) "todo-mode" "\
@@ -23368,7 +23447,7 @@ Show TODO list.
23368 23447
23369;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 23448;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
23370;;;;;; tool-bar-local-item tool-bar-add-item tool-bar-mode) "tool-bar" 23449;;;;;; tool-bar-local-item tool-bar-add-item tool-bar-mode) "tool-bar"
23371;;;;;; "toolbar/tool-bar.el" (16213 43286)) 23450;;;;;; "toolbar/tool-bar.el" (16211 27044))
23372;;; Generated autoloads from toolbar/tool-bar.el 23451;;; Generated autoloads from toolbar/tool-bar.el
23373 23452
23374(defvar tool-bar-mode nil "\ 23453(defvar tool-bar-mode nil "\
@@ -23449,7 +23528,7 @@ MAP must contain appropriate binding for `[menu-bar]' which holds a keymap.
23449;;;*** 23528;;;***
23450 23529
23451;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" 23530;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"
23452;;;;;; (16213 43271)) 23531;;;;;; (16211 27021))
23453;;; Generated autoloads from tooltip.el 23532;;; Generated autoloads from tooltip.el
23454 23533
23455(autoload (quote tooltip-mode) "tooltip" "\ 23534(autoload (quote tooltip-mode) "tooltip" "\
@@ -23467,8 +23546,8 @@ use either \\[customize] or the function `tooltip-mode'.")
23467 23546
23468;;;*** 23547;;;***
23469 23548
23470;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (16213 23549;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (16211
23471;;;;;; 43273)) 23550;;;;;; 27026))
23472;;; Generated autoloads from emulation/tpu-edt.el 23551;;; Generated autoloads from emulation/tpu-edt.el
23473 23552
23474(defalias (quote tpu-edt-mode) (quote tpu-edt-on)) 23553(defalias (quote tpu-edt-mode) (quote tpu-edt-on))
@@ -23483,7 +23562,7 @@ Turn on TPU/edt emulation.
23483;;;*** 23562;;;***
23484 23563
23485;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) 23564;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins)
23486;;;;;; "tpu-extras" "emulation/tpu-extras.el" (16213 43273)) 23565;;;;;; "tpu-extras" "emulation/tpu-extras.el" (16211 27026))
23487;;; Generated autoloads from emulation/tpu-extras.el 23566;;; Generated autoloads from emulation/tpu-extras.el
23488 23567
23489(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ 23568(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\
@@ -23503,7 +23582,7 @@ Constrain the cursor to the flow of the text.
23503 23582
23504;;;*** 23583;;;***
23505 23584
23506;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (16227 13384)) 23585;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (16225 60547))
23507;;; Generated autoloads from emacs-lisp/tq.el 23586;;; Generated autoloads from emacs-lisp/tq.el
23508 23587
23509(autoload (quote tq-create) "tq" "\ 23588(autoload (quote tq-create) "tq" "\
@@ -23517,7 +23596,7 @@ to a tcp server on another machine.
23517;;;*** 23596;;;***
23518 23597
23519;;;### (autoloads (trace-function-background trace-function trace-buffer) 23598;;;### (autoloads (trace-function-background trace-function trace-buffer)
23520;;;;;; "trace" "emacs-lisp/trace.el" (16213 43273)) 23599;;;;;; "trace" "emacs-lisp/trace.el" (16211 27026))
23521;;; Generated autoloads from emacs-lisp/trace.el 23600;;; Generated autoloads from emacs-lisp/trace.el
23522 23601
23523(defvar trace-buffer "*trace-output*" "\ 23602(defvar trace-buffer "*trace-output*" "\
@@ -23550,7 +23629,7 @@ the window or buffer configuration at all.
23550 23629
23551;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler 23630;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler
23552;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp) 23631;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp)
23553;;;;;; "tramp" "net/tramp.el" (16213 43280)) 23632;;;;;; "tramp" "net/tramp.el" (16211 27037))
23554;;; Generated autoloads from net/tramp.el 23633;;; Generated autoloads from net/tramp.el
23555 23634
23556(defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ 23635(defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\
@@ -23629,7 +23708,7 @@ Falls back to normal file name handler if no tramp file name handler exists.
23629;;;*** 23708;;;***
23630 23709
23631;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 23710;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
23632;;;;;; "textmodes/two-column.el" (16213 43285)) 23711;;;;;; "textmodes/two-column.el" (16211 27044))
23633;;; Generated autoloads from textmodes/two-column.el 23712;;; Generated autoloads from textmodes/two-column.el
23634 (autoload '2C-command "two-column" () t 'keymap) 23713 (autoload '2C-command "two-column" () t 'keymap)
23635 (global-set-key "\C-x6" '2C-command) 23714 (global-set-key "\C-x6" '2C-command)
@@ -23679,7 +23758,7 @@ First column's text sSs Second column's text
23679;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics 23758;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics
23680;;;;;; type-break type-break-mode type-break-keystroke-threshold 23759;;;;;; type-break type-break-mode type-break-keystroke-threshold
23681;;;;;; type-break-good-rest-interval type-break-interval type-break-mode) 23760;;;;;; type-break-good-rest-interval type-break-interval type-break-mode)
23682;;;;;; "type-break" "type-break.el" (16213 43271)) 23761;;;;;; "type-break" "type-break.el" (16211 27021))
23683;;; Generated autoloads from type-break.el 23762;;; Generated autoloads from type-break.el
23684 23763
23685(defvar type-break-mode nil "\ 23764(defvar type-break-mode nil "\
@@ -23838,7 +23917,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
23838;;;*** 23917;;;***
23839 23918
23840;;;### (autoloads (ununderline-region underline-region) "underline" 23919;;;### (autoloads (ununderline-region underline-region) "underline"
23841;;;;;; "textmodes/underline.el" (16213 43286)) 23920;;;;;; "textmodes/underline.el" (16211 27044))
23842;;; Generated autoloads from textmodes/underline.el 23921;;; Generated autoloads from textmodes/underline.el
23843 23922
23844(autoload (quote underline-region) "underline" "\ 23923(autoload (quote underline-region) "underline" "\
@@ -23859,7 +23938,7 @@ which specify the range to operate on.
23859;;;*** 23938;;;***
23860 23939
23861;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) 23940;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)
23862;;;;;; "undigest" "mail/undigest.el" (16213 43280)) 23941;;;;;; "undigest" "mail/undigest.el" (16211 27036))
23863;;; Generated autoloads from mail/undigest.el 23942;;; Generated autoloads from mail/undigest.el
23864 23943
23865(autoload (quote undigestify-rmail-message) "undigest" "\ 23944(autoload (quote undigestify-rmail-message) "undigest" "\
@@ -23878,7 +23957,7 @@ following the containing message.
23878;;;*** 23957;;;***
23879 23958
23880;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 23959;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
23881;;;;;; (16213 43280)) 23960;;;;;; (16211 27036))
23882;;; Generated autoloads from mail/unrmail.el 23961;;; Generated autoloads from mail/unrmail.el
23883 23962
23884(autoload (quote batch-unrmail) "unrmail" "\ 23963(autoload (quote batch-unrmail) "unrmail" "\
@@ -23897,8 +23976,8 @@ Convert Rmail file FILE to system inbox format file TO-FILE.
23897 23976
23898;;;*** 23977;;;***
23899 23978
23900;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (16213 23979;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (16211
23901;;;;;; 43273)) 23980;;;;;; 27026))
23902;;; Generated autoloads from emacs-lisp/unsafep.el 23981;;; Generated autoloads from emacs-lisp/unsafep.el
23903 23982
23904(autoload (quote unsafep) "unsafep" "\ 23983(autoload (quote unsafep) "unsafep" "\
@@ -23911,7 +23990,7 @@ of symbols with local bindings.
23911;;;*** 23990;;;***
23912 23991
23913;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 23992;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
23914;;;;;; "userlock" "userlock.el" (16213 43271)) 23993;;;;;; "userlock" "userlock.el" (16211 27021))
23915;;; Generated autoloads from userlock.el 23994;;; Generated autoloads from userlock.el
23916 23995
23917(autoload (quote ask-user-about-lock) "userlock" "\ 23996(autoload (quote ask-user-about-lock) "userlock" "\
@@ -23940,7 +24019,7 @@ The buffer in question is current when this function is called.
23940;;;*** 24019;;;***
23941 24020
23942;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external) 24021;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external)
23943;;;;;; "uudecode" "gnus/uudecode.el" (16213 43274)) 24022;;;;;; "uudecode" "gnus/uudecode.el" (16211 27032))
23944;;; Generated autoloads from gnus/uudecode.el 24023;;; Generated autoloads from gnus/uudecode.el
23945 24024
23946(autoload (quote uudecode-decode-region-external) "uudecode" "\ 24025(autoload (quote uudecode-decode-region-external) "uudecode" "\
@@ -23964,7 +24043,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
23964;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window 24043;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window
23965;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file 24044;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
23966;;;;;; with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook 24045;;;;;; with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook
23967;;;;;; vc-checkout-hook) "vc" "vc.el" (16213 43271)) 24046;;;;;; vc-checkout-hook) "vc" "vc.el" (16211 27021))
23968;;; Generated autoloads from vc.el 24047;;; Generated autoloads from vc.el
23969 24048
23970(defvar vc-checkout-hook nil "\ 24049(defvar vc-checkout-hook nil "\
@@ -24245,7 +24324,7 @@ colors. `vc-annotate-background' specifies the background color.
24245 24324
24246;;;*** 24325;;;***
24247 24326
24248;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (16243 62806)) 24327;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (16250 54573))
24249;;; Generated autoloads from vc-cvs.el 24328;;; Generated autoloads from vc-cvs.el
24250 (defun vc-cvs-registered (f) 24329 (defun vc-cvs-registered (f)
24251 (when (file-readable-p (expand-file-name 24330 (when (file-readable-p (expand-file-name
@@ -24255,7 +24334,7 @@ colors. `vc-annotate-background' specifies the background color.
24255 24334
24256;;;*** 24335;;;***
24257 24336
24258;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (16213 43271)) 24337;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (16211 27021))
24259;;; Generated autoloads from vc-mcvs.el 24338;;; Generated autoloads from vc-mcvs.el
24260 (defun vc-mcvs-registered (file) 24339 (defun vc-mcvs-registered (file)
24261 (let ((dir file)) 24340 (let ((dir file))
@@ -24274,7 +24353,7 @@ colors. `vc-annotate-background' specifies the background color.
24274;;;*** 24353;;;***
24275 24354
24276;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 24355;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
24277;;;;;; (16213 43271)) 24356;;;;;; (16211 27021))
24278;;; Generated autoloads from vc-rcs.el 24357;;; Generated autoloads from vc-rcs.el
24279 24358
24280(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 24359(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -24287,7 +24366,7 @@ For a description of possible values, see `vc-check-master-templates'.")
24287;;;*** 24366;;;***
24288 24367
24289;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 24368;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
24290;;;;;; (16213 43271)) 24369;;;;;; (16211 27021))
24291;;; Generated autoloads from vc-sccs.el 24370;;; Generated autoloads from vc-sccs.el
24292 24371
24293(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 24372(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -24304,7 +24383,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
24304 24383
24305;;;*** 24384;;;***
24306 24385
24307;;;### (autoloads nil "vc-svn" "vc-svn.el" (16213 43271)) 24386;;;### (autoloads nil "vc-svn" "vc-svn.el" (16211 27021))
24308;;; Generated autoloads from vc-svn.el 24387;;; Generated autoloads from vc-svn.el
24309 (defun vc-svn-registered (f) 24388 (defun vc-svn-registered (f)
24310 (when (file-readable-p (expand-file-name 24389 (when (file-readable-p (expand-file-name
@@ -24317,7 +24396,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
24317;;;*** 24396;;;***
24318 24397
24319;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 24398;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
24320;;;;;; (16213 43282)) 24399;;;;;; (16211 27039))
24321;;; Generated autoloads from progmodes/vhdl-mode.el 24400;;; Generated autoloads from progmodes/vhdl-mode.el
24322 24401
24323(autoload (quote vhdl-mode) "vhdl-mode" "\ 24402(autoload (quote vhdl-mode) "vhdl-mode" "\
@@ -24842,7 +24921,7 @@ Key bindings:
24842 24921
24843;;;*** 24922;;;***
24844 24923
24845;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (16213 43273)) 24924;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (16211 27026))
24846;;; Generated autoloads from emulation/vi.el 24925;;; Generated autoloads from emulation/vi.el
24847 24926
24848(autoload (quote vi-mode) "vi" "\ 24927(autoload (quote vi-mode) "vi" "\
@@ -24897,7 +24976,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
24897;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 24976;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
24898;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 24977;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
24899;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 24978;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
24900;;;;;; "language/viet-util.el" (16213 43280)) 24979;;;;;; "language/viet-util.el" (16211 27033))
24901;;; Generated autoloads from language/viet-util.el 24980;;; Generated autoloads from language/viet-util.el
24902 24981
24903(autoload (quote viet-encode-viscii-char) "viet-util" "\ 24982(autoload (quote viet-encode-viscii-char) "viet-util" "\
@@ -24943,8 +25022,8 @@ Not documented
24943 25022
24944;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame 25023;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
24945;;;;;; view-buffer-other-window view-buffer view-file-other-frame 25024;;;;;; view-buffer-other-window view-buffer view-file-other-frame
24946;;;;;; view-file-other-window view-file) "view" "view.el" (16213 25025;;;;;; view-file-other-window view-file) "view" "view.el" (16211
24947;;;;;; 43271)) 25026;;;;;; 27021))
24948;;; Generated autoloads from view.el 25027;;; Generated autoloads from view.el
24949 25028
24950(defvar view-mode nil "\ 25029(defvar view-mode nil "\
@@ -25151,8 +25230,8 @@ Exit View mode and make the current buffer editable.
25151 25230
25152;;;*** 25231;;;***
25153 25232
25154;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (16213 25233;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (16211
25155;;;;;; 43273)) 25234;;;;;; 27026))
25156;;; Generated autoloads from emulation/vip.el 25235;;; Generated autoloads from emulation/vip.el
25157 25236
25158(autoload (quote vip-setup) "vip" "\ 25237(autoload (quote vip-setup) "vip" "\
@@ -25168,7 +25247,7 @@ Turn on VIP emulation of VI.
25168;;;*** 25247;;;***
25169 25248
25170;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 25249;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
25171;;;;;; (16213 43273)) 25250;;;;;; (16211 27027))
25172;;; Generated autoloads from emulation/viper.el 25251;;; Generated autoloads from emulation/viper.el
25173 25252
25174(autoload (quote toggle-viper-mode) "viper" "\ 25253(autoload (quote toggle-viper-mode) "viper" "\
@@ -25185,7 +25264,7 @@ Turn on Viper emulation of Vi.
25185;;;*** 25264;;;***
25186 25265
25187;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 25266;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
25188;;;;;; (16213 43273)) 25267;;;;;; (16211 27026))
25189;;; Generated autoloads from emacs-lisp/warnings.el 25268;;; Generated autoloads from emacs-lisp/warnings.el
25190 25269
25191(defvar warning-prefix-function nil "\ 25270(defvar warning-prefix-function nil "\
@@ -25267,7 +25346,7 @@ this is equivalent to `display-warning', using
25267 25346
25268;;;*** 25347;;;***
25269 25348
25270;;;### (autoloads (webjump) "webjump" "net/webjump.el" (16213 43280)) 25349;;;### (autoloads (webjump) "webjump" "net/webjump.el" (16211 27037))
25271;;; Generated autoloads from net/webjump.el 25350;;; Generated autoloads from net/webjump.el
25272 25351
25273(autoload (quote webjump) "webjump" "\ 25352(autoload (quote webjump) "webjump" "\
@@ -25284,7 +25363,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
25284;;;*** 25363;;;***
25285 25364
25286;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 25365;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
25287;;;;;; (16250 35355)) 25366;;;;;; (16249 31942))
25288;;; Generated autoloads from progmodes/which-func.el 25367;;; Generated autoloads from progmodes/which-func.el
25289 (put 'which-func-format 'risky-local-variable t) 25368 (put 'which-func-format 'risky-local-variable t)
25290 (put 'which-func-current 'risky-local-variable t) 25369 (put 'which-func-current 'risky-local-variable t)
@@ -25316,7 +25395,7 @@ and off otherwise.
25316;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check 25395;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check
25317;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check 25396;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check
25318;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" 25397;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el"
25319;;;;;; (16249 12135)) 25398;;;;;; (16248 29803))
25320;;; Generated autoloads from whitespace.el 25399;;; Generated autoloads from whitespace.el
25321 25400
25322(autoload (quote whitespace-toggle-leading-check) "whitespace" "\ 25401(autoload (quote whitespace-toggle-leading-check) "whitespace" "\
@@ -25404,7 +25483,7 @@ This is meant to be added buffer-locally to `write-file-functions'.
25404;;;*** 25483;;;***
25405 25484
25406;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 25485;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
25407;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (16213 43272)) 25486;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (16211 27022))
25408;;; Generated autoloads from wid-browse.el 25487;;; Generated autoloads from wid-browse.el
25409 25488
25410(autoload (quote widget-browse-at) "wid-browse" "\ 25489(autoload (quote widget-browse-at) "wid-browse" "\
@@ -25431,8 +25510,8 @@ With arg, turn widget mode on if and only if arg is positive.
25431;;;*** 25510;;;***
25432 25511
25433;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 25512;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
25434;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (16213 25513;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (16284
25435;;;;;; 43272)) 25514;;;;;; 32617))
25436;;; Generated autoloads from wid-edit.el 25515;;; Generated autoloads from wid-edit.el
25437 25516
25438(autoload (quote widgetp) "wid-edit" "\ 25517(autoload (quote widgetp) "wid-edit" "\
@@ -25462,7 +25541,7 @@ Call `insert' with ARGS even if surrounding text is read only.
25462 25541
25463\(fn &rest ARGS)" nil nil) 25542\(fn &rest ARGS)" nil nil)
25464 25543
25465(defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map " " (quote widget-forward)) (define-key map [(shift tab)] (quote widget-backward)) (define-key map [backtab] (quote widget-backward)) (define-key map [down-mouse-2] (quote widget-button-click)) (define-key map "" (quote widget-button-press)) map) "\ 25544(defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map " " (quote widget-forward)) (define-key map [(shift tab)] (quote widget-backward)) (define-key map [backtab] (quote widget-backward)) (define-key map [down-mouse-2] (quote widget-button-click)) (define-key map " " (quote widget-button-press)) map) "\
25466Keymap containing useful binding for buffers containing widgets. 25545Keymap containing useful binding for buffers containing widgets.
25467Recommended as a parent keymap for modes using widgets.") 25546Recommended as a parent keymap for modes using widgets.")
25468 25547
@@ -25474,8 +25553,8 @@ Setup current buffer so editing string widgets works.
25474;;;*** 25553;;;***
25475 25554
25476;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 25555;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
25477;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (16213 25556;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (16211
25478;;;;;; 43272)) 25557;;;;;; 27022))
25479;;; Generated autoloads from windmove.el 25558;;; Generated autoloads from windmove.el
25480 25559
25481(autoload (quote windmove-left) "windmove" "\ 25560(autoload (quote windmove-left) "windmove" "\
@@ -25528,7 +25607,7 @@ Default MODIFIER is 'shift.
25528;;;*** 25607;;;***
25529 25608
25530;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 25609;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
25531;;;;;; (16213 43272)) 25610;;;;;; (16211 27022))
25532;;; Generated autoloads from winner.el 25611;;; Generated autoloads from winner.el
25533 25612
25534(defvar winner-mode nil "\ 25613(defvar winner-mode nil "\
@@ -25547,7 +25626,7 @@ With arg, turn Winner mode on if and only if arg is positive.
25547;;;*** 25626;;;***
25548 25627
25549;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" 25628;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
25550;;;;;; "woman.el" (16239 25257)) 25629;;;;;; "woman.el" (16239 4622))
25551;;; Generated autoloads from woman.el 25630;;; Generated autoloads from woman.el
25552 25631
25553(autoload (quote woman) "woman" "\ 25632(autoload (quote woman) "woman" "\
@@ -25583,7 +25662,7 @@ decompress the file if appropriate. See the documentation for the
25583;;;*** 25662;;;***
25584 25663
25585;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 25664;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
25586;;;;;; (16213 43273)) 25665;;;;;; (16211 27027))
25587;;; Generated autoloads from emulation/ws-mode.el 25666;;; Generated autoloads from emulation/ws-mode.el
25588 25667
25589(autoload (quote wordstar-mode) "ws-mode" "\ 25668(autoload (quote wordstar-mode) "ws-mode" "\
@@ -25696,7 +25775,7 @@ The key bindings are:
25696;;;*** 25775;;;***
25697 25776
25698;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 25777;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
25699;;;;;; (16213 43272)) 25778;;;;;; (16301 42974))
25700;;; Generated autoloads from xml.el 25779;;; Generated autoloads from xml.el
25701 25780
25702(autoload (quote xml-parse-file) "xml" "\ 25781(autoload (quote xml-parse-file) "xml" "\
@@ -25721,8 +25800,8 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
25721 25800
25722;;;*** 25801;;;***
25723 25802
25724;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (16213 25803;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (16211
25725;;;;;; 43272)) 25804;;;;;; 27022))
25726;;; Generated autoloads from xt-mouse.el 25805;;; Generated autoloads from xt-mouse.el
25727 25806
25728(defvar xterm-mouse-mode nil "\ 25807(defvar xterm-mouse-mode nil "\
@@ -25744,7 +25823,7 @@ Turn it on to use emacs mouse commands, and off to use xterm mouse commands.
25744;;;*** 25823;;;***
25745 25824
25746;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 25825;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
25747;;;;;; yow) "yow" "play/yow.el" (16213 43281)) 25826;;;;;; yow) "yow" "play/yow.el" (16211 27038))
25748;;; Generated autoloads from play/yow.el 25827;;; Generated autoloads from play/yow.el
25749 25828
25750(autoload (quote yow) "yow" "\ 25829(autoload (quote yow) "yow" "\
@@ -25770,7 +25849,7 @@ Zippy goes to the analyst.
25770 25849
25771;;;*** 25850;;;***
25772 25851
25773;;;### (autoloads (zone) "zone" "play/zone.el" (16213 43281)) 25852;;;### (autoloads (zone) "zone" "play/zone.el" (16211 27038))
25774;;; Generated autoloads from play/zone.el 25853;;; Generated autoloads from play/zone.el
25775 25854
25776(autoload (quote zone) "zone" "\ 25855(autoload (quote zone) "zone" "\
@@ -25781,7 +25860,7 @@ Zone out, completely.
25781;;;*** 25860;;;***
25782 25861
25783;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" 25862;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode"
25784;;;;;; "net/zone-mode.el" (16213 43280)) 25863;;;;;; "net/zone-mode.el" (16211 27037))
25785;;; Generated autoloads from net/zone-mode.el 25864;;; Generated autoloads from net/zone-mode.el
25786 25865
25787(autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ 25866(autoload (quote zone-mode-update-serial-hook) "zone-mode" "\
@@ -25886,22 +25965,23 @@ Zone-mode does two things:
25886;;;;;; "language/czech.el" "language/devanagari.el" "language/english.el" 25965;;;;;; "language/czech.el" "language/devanagari.el" "language/english.el"
25887;;;;;; "language/ethiopic.el" "language/european.el" "language/georgian.el" 25966;;;;;; "language/ethiopic.el" "language/european.el" "language/georgian.el"
25888;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el" 25967;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el"
25889;;;;;; "language/japanese.el" "language/korean.el" "language/lao.el" 25968;;;;;; "language/japanese.el" "language/kannada.el" "language/korean.el"
25890;;;;;; "language/malayalam.el" "language/misc-lang.el" "language/romanian.el" 25969;;;;;; "language/lao.el" "language/malayalam.el" "language/misc-lang.el"
25891;;;;;; "language/slovak.el" "language/tamil.el" "language/thai.el" 25970;;;;;; "language/romanian.el" "language/slovak.el" "language/tamil.el"
25892;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el" 25971;;;;;; "language/thai.el" "language/tibetan.el" "language/utf-8-lang.el"
25893;;;;;; "ldefs-boot.el" "loadup.el" "mail/blessmail.el" "mail/mailheader.el" 25972;;;;;; "language/vietnamese.el" "ldefs-boot.el" "loadup.el" "mail/blessmail.el"
25894;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" 25973;;;;;; "mail/mailheader.el" "mail/mailpost.el" "mail/mspools.el"
25895;;;;;; "mail/rmail-spam-filter.el" "mail/uce.el" "mail/vms-pmail.el" 25974;;;;;; "mail/rfc2368.el" "mail/rfc822.el" "mail/rmail-spam-filter.el"
25896;;;;;; "mh-e/mh-alias.el" "mh-e/mh-customize.el" "mh-e/mh-funcs.el" 25975;;;;;; "mail/uce.el" "mail/vms-pmail.el" "mh-e/mh-alias.el" "mh-e/mh-customize.el"
25897;;;;;; "mh-e/mh-identity.el" "mh-e/mh-inc.el" "mh-e/mh-index.el" 25976;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-identity.el" "mh-e/mh-inc.el"
25898;;;;;; "mh-e/mh-junk.el" "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" 25977;;;;;; "mh-e/mh-index.el" "mh-e/mh-junk.el" "mh-e/mh-loaddefs.el"
25899;;;;;; "mh-e/mh-pick.el" "mh-e/mh-seq.el" "mh-e/mh-speed.el" "mh-e/mh-xemacs-compat.el" 25978;;;;;; "mh-e/mh-mime.el" "mh-e/mh-pick.el" "mh-e/mh-seq.el" "mh-e/mh-speed.el"
25900;;;;;; "mh-e/mh-xemacs-icons.el" "misc.el" "mouse-copy.el" "mouse-drag.el" 25979;;;;;; "mh-e/mh-xemacs-compat.el" "mh-e/mh-xemacs-icons.el" "misc.el"
25901;;;;;; "mouse.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" "net/eudcb-ldap.el" 25980;;;;;; "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el"
25902;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tls.el" 25981;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-ph.el"
25903;;;;;; "net/tramp-ftp.el" "net/tramp-smb.el" "net/tramp-util.el" 25982;;;;;; "net/ldap.el" "net/netrc.el" "net/tls.el" "net/tramp-ftp.el"
25904;;;;;; "net/tramp-uu.el" "net/tramp-vc.el" "net/trampver.el" "obsolete/awk-mode.el" 25983;;;;;; "net/tramp-smb.el" "net/tramp-util.el" "net/tramp-uu.el"
25984;;;;;; "net/tramp-vc.el" "net/trampver.el" "obsolete/awk-mode.el"
25905;;;;;; "obsolete/float.el" "obsolete/hilit19.el" "obsolete/mlsupport.el" 25985;;;;;; "obsolete/float.el" "obsolete/hilit19.el" "obsolete/mlsupport.el"
25906;;;;;; "obsolete/ooutline.el" "obsolete/profile.el" "obsolete/rnews.el" 25986;;;;;; "obsolete/ooutline.el" "obsolete/profile.el" "obsolete/rnews.el"
25907;;;;;; "obsolete/sc.el" "obsolete/sun-curs.el" "obsolete/sun-fns.el" 25987;;;;;; "obsolete/sc.el" "obsolete/sun-curs.el" "obsolete/sun-fns.el"
@@ -25933,7 +26013,7 @@ Zone-mode does two things:
25933;;;;;; "textmodes/texnfo-upd.el" "textmodes/text-mode.el" "timezone.el" 26013;;;;;; "textmodes/texnfo-upd.el" "textmodes/text-mode.el" "timezone.el"
25934;;;;;; "uniquify.el" "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" 26014;;;;;; "uniquify.el" "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el"
25935;;;;;; "vmsproc.el" "vt-control.el" "vt100-led.el" "w32-fns.el" 26015;;;;;; "vmsproc.el" "vt-control.el" "vt100-led.el" "w32-fns.el"
25936;;;;;; "w32-vars.el" "widget.el" "window.el") (16251 63725 297036)) 26016;;;;;; "w32-vars.el" "widget.el" "window.el") (16313 5919 739767))
25937 26017
25938;;;*** 26018;;;***
25939 26019