aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2003-01-07 19:12:43 +0000
committerMarkus Rost2003-01-07 19:12:43 +0000
commit9c46b00aa1e5b1b626ec79bdadb373a5c636159d (patch)
tree765f67065ec121105a2e1be294161853aaafed0a
parentd49298d9d7414b411928de2662eb0fce6196d003 (diff)
downloademacs-9c46b00aa1e5b1b626ec79bdadb373a5c636159d.tar.gz
emacs-9c46b00aa1e5b1b626ec79bdadb373a5c636159d.zip
Regenerated with the new custom-autoload calls.
-rw-r--r--lisp/loaddefs.el1174
1 files changed, 781 insertions, 393 deletions
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index 0f731ebbc57..5edc9e8f863 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -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;;;;;; (15824 17536)) 140;;;;;; (15772 35470))
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" "\
@@ -151,13 +151,15 @@ Completion is available.
151;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun 151;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun
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" "add-log.el" (15851 40734)) 154;;;;;; add-log-full-name) "add-log" "add-log.el" (15851 34206))
155;;; Generated autoloads from add-log.el 155;;; Generated autoloads from add-log.el
156 156
157(defvar add-log-full-name nil "\ 157(defvar add-log-full-name nil "\
158*Full name of user, for inclusion in ChangeLog daily headers. 158*Full name of user, for inclusion in ChangeLog daily headers.
159This defaults to the value returned by the function `user-full-name'.") 159This defaults to the value returned by the function `user-full-name'.")
160 160
161(custom-autoload (quote add-log-full-name) "add-log")
162
161(defvar add-log-mailing-address nil "\ 163(defvar add-log-mailing-address nil "\
162*Electronic mail addresses of user, for inclusion in ChangeLog headers. 164*Electronic mail addresses of user, for inclusion in ChangeLog headers.
163This defaults to the value of `user-mail-address'. In addition to 165This defaults to the value of `user-mail-address'. In addition to
@@ -165,6 +167,8 @@ being a simple string, this value can also be a list. All elements
165will be recognized as referring to the same user; when creating a new 167will be recognized as referring to the same user; when creating a new
166ChangeLog entry, one element will be chosen at random.") 168ChangeLog entry, one element will be chosen at random.")
167 169
170(custom-autoload (quote add-log-mailing-address) "add-log")
171
168(autoload (quote prompt-for-change-log-name) "add-log" "\ 172(autoload (quote prompt-for-change-log-name) "add-log" "\
169Prompt for a change log name. 173Prompt for a change log name.
170 174
@@ -289,6 +293,8 @@ old original, or keep it and raise an error. The values `accept', `discard',
289it additionally prints a warning message. All other values will be 293it additionally prints a warning message. All other values will be
290interpreted as `error'.") 294interpreted as `error'.")
291 295
296(custom-autoload (quote ad-redefinition-action) "advice")
297
292(defvar ad-default-compilation-action (quote maybe) "\ 298(defvar ad-default-compilation-action (quote maybe) "\
293*Defines whether to compile advised definitions during activation. 299*Defines whether to compile advised definitions during activation.
294A value of `always' will result in unconditional compilation, `never' will 300A value of `always' will result in unconditional compilation, `never' will
@@ -298,6 +304,8 @@ advised function is compiled or a built-in function. Every other value will
298be interpreted as `maybe'. This variable will only be considered if the 304be interpreted as `maybe'. This variable will only be considered if the
299COMPILE argument of `ad-activate' was supplied as nil.") 305COMPILE argument of `ad-activate' was supplied as nil.")
300 306
307(custom-autoload (quote ad-default-compilation-action) "advice")
308
301(autoload (quote ad-add-advice) "advice" "\ 309(autoload (quote ad-add-advice) "advice" "\
302Add a piece of ADVICE to FUNCTION's list of advices in CLASS. 310Add a piece of ADVICE to FUNCTION's list of advices in CLASS.
303If FUNCTION already has one or more pieces of advice of the specified 311If FUNCTION already has one or more pieces of advice of the specified
@@ -370,7 +378,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation.
370 378
371;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 379;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
372;;;;;; align-highlight-rule align-current align-entire align-regexp 380;;;;;; align-highlight-rule align-current align-entire align-regexp
373;;;;;; align) "align" "align.el" (15793 40965)) 381;;;;;; align) "align" "align.el" (15790 59645))
374;;; Generated autoloads from align.el 382;;; Generated autoloads from align.el
375 383
376(autoload (quote align) "align" "\ 384(autoload (quote align) "align" "\
@@ -459,7 +467,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
459 467
460;;;*** 468;;;***
461 469
462;;;### (autoloads (allout-init) "allout" "allout.el" (15869 9800)) 470;;;### (autoloads (allout-init) "allout" "allout.el" (15869 9667))
463;;; Generated autoloads from allout.el 471;;; Generated autoloads from allout.el
464 472
465(autoload (quote allout-init) "allout" "\ 473(autoload (quote allout-init) "allout" "\
@@ -572,7 +580,7 @@ This is a good function to put in `comint-output-filter-functions'.
572;;;*** 580;;;***
573 581
574;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 582;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
575;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (15863 37417)) 583;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (15862 57833))
576;;; Generated autoloads from progmodes/antlr-mode.el 584;;; Generated autoloads from progmodes/antlr-mode.el
577 585
578(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ 586(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\
@@ -619,28 +627,44 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
619To be detected, the diary entry must have the time 627To be detected, the diary entry must have the time
620as the first thing on a line.") 628as the first thing on a line.")
621 629
630(custom-autoload (quote appt-issue-message) "appt")
631
622(defvar appt-message-warning-time 12 "\ 632(defvar appt-message-warning-time 12 "\
623*Time in minutes before an appointment that the warning begins.") 633*Time in minutes before an appointment that the warning begins.")
624 634
635(custom-autoload (quote appt-message-warning-time) "appt")
636
625(defvar appt-audible t "\ 637(defvar appt-audible t "\
626*Non-nil means beep to indicate appointment.") 638*Non-nil means beep to indicate appointment.")
627 639
640(custom-autoload (quote appt-audible) "appt")
641
628(defvar appt-visible t "\ 642(defvar appt-visible t "\
629*Non-nil means display appointment message in echo area.") 643*Non-nil means display appointment message in echo area.")
630 644
645(custom-autoload (quote appt-visible) "appt")
646
631(defvar appt-display-mode-line t "\ 647(defvar appt-display-mode-line t "\
632*Non-nil means display minutes to appointment and time on the mode line.") 648*Non-nil means display minutes to appointment and time on the mode line.")
633 649
650(custom-autoload (quote appt-display-mode-line) "appt")
651
634(defvar appt-msg-window t "\ 652(defvar appt-msg-window t "\
635*Non-nil means display appointment message in another window.") 653*Non-nil means display appointment message in another window.")
636 654
655(custom-autoload (quote appt-msg-window) "appt")
656
637(defvar appt-display-duration 10 "\ 657(defvar appt-display-duration 10 "\
638*The number of seconds an appointment message is displayed.") 658*The number of seconds an appointment message is displayed.")
639 659
660(custom-autoload (quote appt-display-duration) "appt")
661
640(defvar appt-display-diary t "\ 662(defvar appt-display-diary t "\
641*Non-nil means to display the next days diary on the screen. 663*Non-nil means to display the next days diary on the screen.
642This will occur at midnight when the appointment list is updated.") 664This will occur at midnight when the appointment list is updated.")
643 665
666(custom-autoload (quote appt-display-diary) "appt")
667
644(autoload (quote appt-add) "appt" "\ 668(autoload (quote appt-add) "appt" "\
645Add an appointment for the day at NEW-APPT-TIME and issue message NEW-APPT-MSG. 669Add an appointment for the day at NEW-APPT-TIME and issue message NEW-APPT-MSG.
646The time should be in either 24 hour format or am/pm format. 670The time should be in either 24 hour format or am/pm format.
@@ -669,8 +693,8 @@ They specify the range of dates that the diary is being processed for.
669;;;*** 693;;;***
670 694
671;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command 695;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command
672;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15806 696;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15886
673;;;;;; 54403)) 697;;;;;; 5734))
674;;; Generated autoloads from apropos.el 698;;; Generated autoloads from apropos.el
675 699
676(autoload (quote apropos-mode) "apropos" "\ 700(autoload (quote apropos-mode) "apropos" "\
@@ -725,7 +749,7 @@ Returns list of symbols and documentation found.
725;;;*** 749;;;***
726 750
727;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15820 751;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15820
728;;;;;; 22518)) 752;;;;;; 19415))
729;;; Generated autoloads from arc-mode.el 753;;; Generated autoloads from arc-mode.el
730 754
731(autoload (quote archive-mode) "arc-mode" "\ 755(autoload (quote archive-mode) "arc-mode" "\
@@ -816,8 +840,8 @@ Entering array mode calls the function `array-mode-hook'.
816 840
817;;;*** 841;;;***
818 842
819;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15793 843;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15792
820;;;;;; 40971)) 844;;;;;; 10236))
821;;; Generated autoloads from textmodes/artist.el 845;;; Generated autoloads from textmodes/artist.el
822 846
823(autoload (quote artist-mode) "artist" "\ 847(autoload (quote artist-mode) "artist" "\
@@ -1057,6 +1081,8 @@ Special commands:
1057(defvar auto-show-mode nil "\ 1081(defvar auto-show-mode nil "\
1058Obsolete.") 1082Obsolete.")
1059 1083
1084(custom-autoload (quote auto-show-mode) "auto-show")
1085
1060(autoload (quote auto-show-mode) "auto-show" "\ 1086(autoload (quote auto-show-mode) "auto-show" "\
1061This command is obsolete. 1087This command is obsolete.
1062 1088
@@ -1065,7 +1091,7 @@ This command is obsolete.
1065;;;*** 1091;;;***
1066 1092
1067;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1093;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1068;;;;;; (15851 40734)) 1094;;;;;; (15851 22937))
1069;;; Generated autoloads from autoarg.el 1095;;; Generated autoloads from autoarg.el
1070 1096
1071(defvar autoarg-mode nil "\ 1097(defvar autoarg-mode nil "\
@@ -1074,9 +1100,7 @@ See the command `autoarg-mode' for a description of this minor-mode.
1074Setting this variable directly does not take effect; 1100Setting this variable directly does not take effect;
1075use either \\[customize] or the function `autoarg-mode'.") 1101use either \\[customize] or the function `autoarg-mode'.")
1076 1102
1077(custom-add-to-group (quote keyboard) (quote autoarg-mode) (quote custom-variable)) 1103(custom-autoload (quote autoarg-mode) "autoarg")
1078
1079(custom-add-load (quote autoarg-mode) (quote autoarg))
1080 1104
1081(autoload (quote autoarg-mode) "autoarg" "\ 1105(autoload (quote autoarg-mode) "autoarg" "\
1082Toggle Autoarg minor mode globally. 1106Toggle Autoarg minor mode globally.
@@ -1106,9 +1130,7 @@ See the command `autoarg-kp-mode' for a description of this minor-mode.
1106Setting this variable directly does not take effect; 1130Setting this variable directly does not take effect;
1107use either \\[customize] or the function `autoarg-kp-mode'.") 1131use either \\[customize] or the function `autoarg-kp-mode'.")
1108 1132
1109(custom-add-to-group (quote keyboard) (quote autoarg-kp-mode) (quote custom-variable)) 1133(custom-autoload (quote autoarg-kp-mode) "autoarg")
1110
1111(custom-add-load (quote autoarg-kp-mode) (quote autoarg))
1112 1134
1113(autoload (quote autoarg-kp-mode) "autoarg" "\ 1135(autoload (quote autoarg-kp-mode) "autoarg" "\
1114Toggle Autoarg-KP minor mode globally. 1136Toggle Autoarg-KP minor mode globally.
@@ -1135,7 +1157,7 @@ Major mode for editing Autoconf configure.in files.
1135;;;*** 1157;;;***
1136 1158
1137;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1159;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1138;;;;;; "autoinsert" "autoinsert.el" (15566 51176)) 1160;;;;;; "autoinsert" "autoinsert.el" (15894 19684))
1139;;; Generated autoloads from autoinsert.el 1161;;; Generated autoloads from autoinsert.el
1140 1162
1141(autoload (quote auto-insert) "autoinsert" "\ 1163(autoload (quote auto-insert) "autoinsert" "\
@@ -1157,9 +1179,7 @@ See the command `auto-insert-mode' for a description of this minor-mode.
1157Setting this variable directly does not take effect; 1179Setting this variable directly does not take effect;
1158use either \\[customize] or the function `auto-insert-mode'.") 1180use either \\[customize] or the function `auto-insert-mode'.")
1159 1181
1160(custom-add-to-group (quote auto-insert) (quote auto-insert-mode) (quote custom-variable)) 1182(custom-autoload (quote auto-insert-mode) "autoinsert")
1161
1162(custom-add-load (quote auto-insert-mode) (quote autoinsert))
1163 1183
1164(autoload (quote auto-insert-mode) "autoinsert" "\ 1184(autoload (quote auto-insert-mode) "autoinsert" "\
1165Toggle Auto-insert mode. 1185Toggle Auto-insert mode.
@@ -1175,7 +1195,7 @@ insert a template for the file depending on the mode of the buffer.
1175 1195
1176;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories 1196;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories
1177;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1197;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1178;;;;;; (15869 9800)) 1198;;;;;; (15899 8063))
1179;;; Generated autoloads from emacs-lisp/autoload.el 1199;;; Generated autoloads from emacs-lisp/autoload.el
1180 1200
1181(autoload (quote update-file-autoloads) "autoload" "\ 1201(autoload (quote update-file-autoloads) "autoload" "\
@@ -1230,9 +1250,7 @@ See the command `global-auto-revert-mode' for a description of this minor-mode.
1230Setting this variable directly does not take effect; 1250Setting this variable directly does not take effect;
1231use either \\[customize] or the function `global-auto-revert-mode'.") 1251use either \\[customize] or the function `global-auto-revert-mode'.")
1232 1252
1233(custom-add-to-group (quote auto-revert) (quote global-auto-revert-mode) (quote custom-variable)) 1253(custom-autoload (quote global-auto-revert-mode) "autorevert")
1234
1235(custom-add-load (quote global-auto-revert-mode) (quote autorevert))
1236 1254
1237(autoload (quote global-auto-revert-mode) "autorevert" "\ 1255(autoload (quote global-auto-revert-mode) "autorevert" "\
1238Revert any buffer when file on disk change. 1256Revert any buffer when file on disk change.
@@ -1255,9 +1273,7 @@ See function `mouse-avoidance-mode' for possible values.
1255Setting this variable directly does not take effect; 1273Setting this variable directly does not take effect;
1256use either \\[customize] or the function `mouse-avoidance-mode'.") 1274use either \\[customize] or the function `mouse-avoidance-mode'.")
1257 1275
1258(custom-add-to-group (quote avoid) (quote mouse-avoidance-mode) (quote custom-variable)) 1276(custom-autoload (quote mouse-avoidance-mode) "avoid")
1259
1260(custom-add-load (quote mouse-avoidance-mode) (quote avoid))
1261 1277
1262(autoload (quote mouse-avoidance-mode) "avoid" "\ 1278(autoload (quote mouse-avoidance-mode) "avoid" "\
1263Set cursor avoidance mode to MODE. 1279Set cursor avoidance mode to MODE.
@@ -1303,7 +1319,7 @@ Turning on AWK mode runs `awk-mode-hook'." t nil)
1303;;;*** 1319;;;***
1304 1320
1305;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" 1321;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el"
1306;;;;;; (15817 53097)) 1322;;;;;; (15816 41877))
1307;;; Generated autoloads from emacs-lisp/backquote.el 1323;;; Generated autoloads from emacs-lisp/backquote.el
1308 1324
1309(autoload (quote backquote) "backquote" "\ 1325(autoload (quote backquote) "backquote" "\
@@ -1349,8 +1365,8 @@ seconds.
1349 1365
1350;;;*** 1366;;;***
1351 1367
1352;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15793 1368;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15791
1353;;;;;; 40971)) 1369;;;;;; 50671))
1354;;; Generated autoloads from textmodes/bibtex.el 1370;;; Generated autoloads from textmodes/bibtex.el
1355 1371
1356(autoload (quote bibtex-mode) "bibtex" "\ 1372(autoload (quote bibtex-mode) "bibtex" "\
@@ -1456,7 +1472,7 @@ non-nil.
1456 1472
1457;;;*** 1473;;;***
1458 1474
1459;;;### (autoloads nil "binhex" "gnus/binhex.el" (15834 29592)) 1475;;;### (autoloads nil "binhex" "gnus/binhex.el" (15834 24337))
1460;;; Generated autoloads from gnus/binhex.el 1476;;; Generated autoloads from gnus/binhex.el
1461 1477
1462(defconst binhex-begin-line "^:...............................................................$") 1478(defconst binhex-begin-line "^:...............................................................$")
@@ -1588,7 +1604,7 @@ a reflection.
1588;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete 1604;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete
1589;;;;;; bookmark-insert bookmark-rename bookmark-insert-location 1605;;;;;; bookmark-insert bookmark-rename bookmark-insert-location
1590;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark" 1606;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark"
1591;;;;;; "bookmark.el" (15832 12700)) 1607;;;;;; "bookmark.el" (15832 12509))
1592;;; Generated autoloads from bookmark.el 1608;;; Generated autoloads from bookmark.el
1593 (define-key ctl-x-map "rb" 'bookmark-jump) 1609 (define-key ctl-x-map "rb" 'bookmark-jump)
1594 (define-key ctl-x-map "rm" 'bookmark-set) 1610 (define-key ctl-x-map "rm" 'bookmark-set)
@@ -1880,7 +1896,7 @@ corresponding bookmark function from Lisp (the one without the
1880;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program 1896;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program
1881;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program 1897;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program
1882;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url" 1898;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url"
1883;;;;;; "net/browse-url.el" (15863 37417)) 1899;;;;;; "net/browse-url.el" (15862 57750))
1884;;; Generated autoloads from net/browse-url.el 1900;;; Generated autoloads from net/browse-url.el
1885 1901
1886(defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\ 1902(defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\
@@ -1894,25 +1910,37 @@ associated with the first REGEXP which matches the current URL. The
1894function is passed the URL and any other args of `browse-url'. The last 1910function is passed the URL and any other args of `browse-url'. The last
1895regexp should probably be \".\" to specify a default browser.") 1911regexp should probably be \".\" to specify a default browser.")
1896 1912
1913(custom-autoload (quote browse-url-browser-function) "browse-url")
1914
1897(defvar browse-url-browser-display nil "\ 1915(defvar browse-url-browser-display nil "\
1898*The X display for running the browser, if not same as Emacs'.") 1916*The X display for running the browser, if not same as Emacs'.")
1899 1917
1918(custom-autoload (quote browse-url-browser-display) "browse-url")
1919
1900(defvar browse-url-galeon-program "galeon" "\ 1920(defvar browse-url-galeon-program "galeon" "\
1901*The name by which to invoke Galeon.") 1921*The name by which to invoke Galeon.")
1902 1922
1923(custom-autoload (quote browse-url-galeon-program) "browse-url")
1924
1903(defvar browse-url-new-window-flag nil "\ 1925(defvar browse-url-new-window-flag nil "\
1904*If non-nil, always open a new browser window with appropriate browsers. 1926*If non-nil, always open a new browser window with appropriate browsers.
1905Passing an interactive argument to \\[browse-url], or specific browser 1927Passing an interactive argument to \\[browse-url], or specific browser
1906commands reverses the effect of this variable. Requires Netscape version 1928commands reverses the effect of this variable. Requires Netscape version
19071.1N or later or XMosaic version 2.5 or later if using those browsers.") 19291.1N or later or XMosaic version 2.5 or later if using those browsers.")
1908 1930
1931(custom-autoload (quote browse-url-new-window-flag) "browse-url")
1932
1909(defvar browse-url-save-file nil "\ 1933(defvar browse-url-save-file nil "\
1910*If non-nil, save the buffer before displaying its file. 1934*If non-nil, save the buffer before displaying its file.
1911Used by the `browse-url-of-file' command.") 1935Used by the `browse-url-of-file' command.")
1912 1936
1937(custom-autoload (quote browse-url-save-file) "browse-url")
1938
1913(defvar browse-url-generic-program nil "\ 1939(defvar browse-url-generic-program nil "\
1914*The name of the browser program used by `browse-url-generic'.") 1940*The name of the browser program used by `browse-url-generic'.")
1915 1941
1942(custom-autoload (quote browse-url-generic-program) "browse-url")
1943
1916(autoload (quote browse-url-of-file) "browse-url" "\ 1944(autoload (quote browse-url-of-file) "browse-url" "\
1917Ask a WWW browser to display FILE. 1945Ask a WWW browser to display FILE.
1918Display the current buffer's file if FILE is nil or if called 1946Display the current buffer's file if FILE is nil or if called
@@ -2185,7 +2213,7 @@ Default to the URL around or before point.
2185;;;*** 2213;;;***
2186 2214
2187;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (15828 2215;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (15828
2188;;;;;; 34220)) 2216;;;;;; 33860))
2189;;; Generated autoloads from play/bruce.el 2217;;; Generated autoloads from play/bruce.el
2190 2218
2191(autoload (quote bruce) "bruce" "\ 2219(autoload (quote bruce) "bruce" "\
@@ -2242,8 +2270,8 @@ name of buffer configuration.
2242;;;*** 2270;;;***
2243 2271
2244;;;### (autoloads (insert-text-button make-text-button insert-button 2272;;;### (autoloads (insert-text-button make-text-button insert-button
2245;;;;;; make-button define-button-type) "button" "button.el" (15823 2273;;;;;; make-button define-button-type) "button" "button.el" (15887
2246;;;;;; 65468)) 2274;;;;;; 35463))
2247;;; Generated autoloads from button.el 2275;;; Generated autoloads from button.el
2248 2276
2249(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ 2277(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
@@ -2331,7 +2359,7 @@ Also see `make-text-button'.
2331;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2359;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2332;;;;;; compile-defun byte-compile-file byte-recompile-directory 2360;;;;;; compile-defun byte-compile-file byte-recompile-directory
2333;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" 2361;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el"
2334;;;;;; (15866 25920)) 2362;;;;;; (15864 61759))
2335;;; Generated autoloads from emacs-lisp/bytecomp.el 2363;;; Generated autoloads from emacs-lisp/bytecomp.el
2336 2364
2337(autoload (quote byte-force-recompile) "bytecomp" "\ 2365(autoload (quote byte-force-recompile) "bytecomp" "\
@@ -2447,8 +2475,8 @@ from the cursor position.
2447 2475
2448;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2476;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2449;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2477;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2450;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15806 2478;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15805
2451;;;;;; 54403)) 2479;;;;;; 54898))
2452;;; Generated autoloads from calc/calc.el 2480;;; Generated autoloads from calc/calc.el
2453 2481
2454(defvar calc-info-filename "calc.info" "\ 2482(defvar calc-info-filename "calc.info" "\
@@ -2581,25 +2609,31 @@ See the documentation for `calculator-mode' for more information.
2581;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 2609;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2582;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset 2610;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset
2583;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" 2611;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el"
2584;;;;;; (15858 27206)) 2612;;;;;; (15858 26769))
2585;;; Generated autoloads from calendar/calendar.el 2613;;; Generated autoloads from calendar/calendar.el
2586 2614
2587(defvar calendar-week-start-day 0 "\ 2615(defvar calendar-week-start-day 0 "\
2588*The day of the week on which a week in the calendar begins. 2616*The day of the week on which a week in the calendar begins.
25890 means Sunday (default), 1 means Monday, and so on.") 26170 means Sunday (default), 1 means Monday, and so on.")
2590 2618
2619(custom-autoload (quote calendar-week-start-day) "calendar")
2620
2591(defvar calendar-offset 0 "\ 2621(defvar calendar-offset 0 "\
2592*The offset of the principal month from the center of the calendar window. 2622*The offset of the principal month from the center of the calendar window.
25930 means the principal month is in the center (default), -1 means on the left, 26230 means the principal month is in the center (default), -1 means on the left,
2594+1 means on the right. Larger (or smaller) values push the principal month off 2624+1 means on the right. Larger (or smaller) values push the principal month off
2595the screen.") 2625the screen.")
2596 2626
2627(custom-autoload (quote calendar-offset) "calendar")
2628
2597(defvar view-diary-entries-initially nil "\ 2629(defvar view-diary-entries-initially nil "\
2598*Non-nil means display current date's diary entries on entry. 2630*Non-nil means display current date's diary entries on entry.
2599The diary is displayed in another window when the calendar is first displayed, 2631The diary is displayed in another window when the calendar is first displayed,
2600if the current date is visible. The number of days of diary entries displayed 2632if the current date is visible. The number of days of diary entries displayed
2601is governed by the variable `number-of-diary-entries'.") 2633is governed by the variable `number-of-diary-entries'.")
2602 2634
2635(custom-autoload (quote view-diary-entries-initially) "calendar")
2636
2603(defvar number-of-diary-entries 1 "\ 2637(defvar number-of-diary-entries 1 "\
2604*Specifies how many days of diary entries are to be displayed initially. 2638*Specifies how many days of diary entries are to be displayed initially.
2605This variable affects the diary display when the command \\[diary] is used, 2639This variable affects the diary display when the command \\[diary] is used,
@@ -2618,29 +2652,41 @@ This variable does not affect the diary display with the `d' command
2618from the calendar; in that case, the prefix argument controls the 2652from the calendar; in that case, the prefix argument controls the
2619number of days of diary entries displayed.") 2653number of days of diary entries displayed.")
2620 2654
2655(custom-autoload (quote number-of-diary-entries) "calendar")
2656
2621(defvar mark-diary-entries-in-calendar nil "\ 2657(defvar mark-diary-entries-in-calendar nil "\
2622*Non-nil means mark dates with diary entries, in the calendar window. 2658*Non-nil means mark dates with diary entries, in the calendar window.
2623The marking symbol is specified by the variable `diary-entry-marker'.") 2659The marking symbol is specified by the variable `diary-entry-marker'.")
2624 2660
2661(custom-autoload (quote mark-diary-entries-in-calendar) "calendar")
2662
2625(defvar calendar-remove-frame-by-deleting nil "\ 2663(defvar calendar-remove-frame-by-deleting nil "\
2626*Determine how the calendar mode removes a frame no longer needed. 2664*Determine how the calendar mode removes a frame no longer needed.
2627If nil, make an icon of the frame. If non-nil, delete the frame.") 2665If nil, make an icon of the frame. If non-nil, delete the frame.")
2628 2666
2667(custom-autoload (quote calendar-remove-frame-by-deleting) "calendar")
2668
2629(defvar view-calendar-holidays-initially nil "\ 2669(defvar view-calendar-holidays-initially nil "\
2630*Non-nil means display holidays for current three month period on entry. 2670*Non-nil means display holidays for current three month period on entry.
2631The holidays are displayed in another window when the calendar is first 2671The holidays are displayed in another window when the calendar is first
2632displayed.") 2672displayed.")
2633 2673
2674(custom-autoload (quote view-calendar-holidays-initially) "calendar")
2675
2634(defvar mark-holidays-in-calendar nil "\ 2676(defvar mark-holidays-in-calendar nil "\
2635*Non-nil means mark dates of holidays in the calendar window. 2677*Non-nil means mark dates of holidays in the calendar window.
2636The marking symbol is specified by the variable `calendar-holiday-marker'.") 2678The marking symbol is specified by the variable `calendar-holiday-marker'.")
2637 2679
2680(custom-autoload (quote mark-holidays-in-calendar) "calendar")
2681
2638(defvar all-hebrew-calendar-holidays nil "\ 2682(defvar all-hebrew-calendar-holidays nil "\
2639*If nil, show only major holidays from the Hebrew calendar. 2683*If nil, show only major holidays from the Hebrew calendar.
2640This means only those Jewish holidays that appear on secular calendars. 2684This means only those Jewish holidays that appear on secular calendars.
2641 2685
2642If t, show all the holidays that would appear in a complete Hebrew calendar.") 2686If t, show all the holidays that would appear in a complete Hebrew calendar.")
2643 2687
2688(custom-autoload (quote all-hebrew-calendar-holidays) "calendar")
2689
2644(defvar all-christian-calendar-holidays nil "\ 2690(defvar all-christian-calendar-holidays nil "\
2645*If nil, show only major holidays from the Christian calendar. 2691*If nil, show only major holidays from the Christian calendar.
2646This means only those Christian holidays that appear on secular calendars. 2692This means only those Christian holidays that appear on secular calendars.
@@ -2648,6 +2694,8 @@ This means only those Christian holidays that appear on secular calendars.
2648If t, show all the holidays that would appear in a complete Christian 2694If t, show all the holidays that would appear in a complete Christian
2649calendar.") 2695calendar.")
2650 2696
2697(custom-autoload (quote all-christian-calendar-holidays) "calendar")
2698
2651(defvar all-islamic-calendar-holidays nil "\ 2699(defvar all-islamic-calendar-holidays nil "\
2652*If nil, show only major holidays from the Islamic calendar. 2700*If nil, show only major holidays from the Islamic calendar.
2653This means only those Islamic holidays that appear on secular calendars. 2701This means only those Islamic holidays that appear on secular calendars.
@@ -2655,16 +2703,22 @@ This means only those Islamic holidays that appear on secular calendars.
2655If t, show all the holidays that would appear in a complete Islamic 2703If t, show all the holidays that would appear in a complete Islamic
2656calendar.") 2704calendar.")
2657 2705
2706(custom-autoload (quote all-islamic-calendar-holidays) "calendar")
2707
2658(defvar calendar-load-hook nil "\ 2708(defvar calendar-load-hook nil "\
2659*List of functions to be called after the calendar is first loaded. 2709*List of functions to be called after the calendar is first loaded.
2660This is the place to add key bindings to `calendar-mode-map'.") 2710This is the place to add key bindings to `calendar-mode-map'.")
2661 2711
2712(custom-autoload (quote calendar-load-hook) "calendar")
2713
2662(defvar initial-calendar-window-hook nil "\ 2714(defvar initial-calendar-window-hook nil "\
2663*List of functions to be called when the calendar window is first opened. 2715*List of functions to be called when the calendar window is first opened.
2664The functions invoked are called after the calendar window is opened, but 2716The functions invoked are called after the calendar window is opened, but
2665once opened is never called again. Leaving the calendar with the `q' command 2717once opened is never called again. Leaving the calendar with the `q' command
2666and reentering it will cause these functions to be called again.") 2718and reentering it will cause these functions to be called again.")
2667 2719
2720(custom-autoload (quote initial-calendar-window-hook) "calendar")
2721
2668(defvar today-visible-calendar-hook nil "\ 2722(defvar today-visible-calendar-hook nil "\
2669*List of functions called whenever the current date is visible. 2723*List of functions called whenever the current date is visible.
2670This can be used, for example, to replace today's date with asterisks; a 2724This can be used, for example, to replace today's date with asterisks; a
@@ -2682,6 +2736,8 @@ Other than the use of the provided functions, the changing of any
2682characters in the calendar buffer by the hooks may cause the failure of the 2736characters in the calendar buffer by the hooks may cause the failure of the
2683functions that move by days and weeks.") 2737functions that move by days and weeks.")
2684 2738
2739(custom-autoload (quote today-visible-calendar-hook) "calendar")
2740
2685(defvar today-invisible-calendar-hook nil "\ 2741(defvar today-invisible-calendar-hook nil "\
2686*List of functions called whenever the current date is not visible. 2742*List of functions called whenever the current date is not visible.
2687 2743
@@ -2693,6 +2749,8 @@ Other than the use of the provided functions, the changing of any
2693characters in the calendar buffer by the hooks may cause the failure of the 2749characters in the calendar buffer by the hooks may cause the failure of the
2694functions that move by days and weeks.") 2750functions that move by days and weeks.")
2695 2751
2752(custom-autoload (quote today-invisible-calendar-hook) "calendar")
2753
2696(defvar calendar-move-hook nil "\ 2754(defvar calendar-move-hook nil "\
2697*List of functions called whenever the cursor moves in the calendar. 2755*List of functions called whenever the cursor moves in the calendar.
2698 2756
@@ -2702,6 +2760,8 @@ For example,
2702 2760
2703redisplays the diary for whatever date the cursor is moved to.") 2761redisplays the diary for whatever date the cursor is moved to.")
2704 2762
2763(custom-autoload (quote calendar-move-hook) "calendar")
2764
2705(defvar diary-file "~/diary" "\ 2765(defvar diary-file "~/diary" "\
2706*Name of the file in which one's personal diary of dates is kept. 2766*Name of the file in which one's personal diary of dates is kept.
2707 2767
@@ -2799,28 +2859,42 @@ for these functions for details.
2799Diary files can contain directives to include the contents of other files; for 2859Diary files can contain directives to include the contents of other files; for
2800details, see the documentation for the variable `list-diary-entries-hook'.") 2860details, see the documentation for the variable `list-diary-entries-hook'.")
2801 2861
2862(custom-autoload (quote diary-file) "calendar")
2863
2802(defvar diary-nonmarking-symbol "&" "\ 2864(defvar diary-nonmarking-symbol "&" "\
2803*Symbol indicating that a diary entry is not to be marked in the calendar.") 2865*Symbol indicating that a diary entry is not to be marked in the calendar.")
2804 2866
2867(custom-autoload (quote diary-nonmarking-symbol) "calendar")
2868
2805(defvar hebrew-diary-entry-symbol "H" "\ 2869(defvar hebrew-diary-entry-symbol "H" "\
2806*Symbol indicating a diary entry according to the Hebrew calendar.") 2870*Symbol indicating a diary entry according to the Hebrew calendar.")
2807 2871
2872(custom-autoload (quote hebrew-diary-entry-symbol) "calendar")
2873
2808(defvar islamic-diary-entry-symbol "I" "\ 2874(defvar islamic-diary-entry-symbol "I" "\
2809*Symbol indicating a diary entry according to the Islamic calendar.") 2875*Symbol indicating a diary entry according to the Islamic calendar.")
2810 2876
2877(custom-autoload (quote islamic-diary-entry-symbol) "calendar")
2878
2811(defvar diary-include-string "#include" "\ 2879(defvar diary-include-string "#include" "\
2812*The string indicating inclusion of another file of diary entries. 2880*The string indicating inclusion of another file of diary entries.
2813See the documentation for the function `include-other-diary-files'.") 2881See the documentation for the function `include-other-diary-files'.")
2814 2882
2883(custom-autoload (quote diary-include-string) "calendar")
2884
2815(defvar sexp-diary-entry-symbol "%%" "\ 2885(defvar sexp-diary-entry-symbol "%%" "\
2816*The string used to indicate a sexp diary entry in `diary-file'. 2886*The string used to indicate a sexp diary entry in `diary-file'.
2817See the documentation for the function `list-sexp-diary-entries'.") 2887See the documentation for the function `list-sexp-diary-entries'.")
2818 2888
2889(custom-autoload (quote sexp-diary-entry-symbol) "calendar")
2890
2819(defvar abbreviated-calendar-year t "\ 2891(defvar abbreviated-calendar-year t "\
2820*Interpret a two-digit year DD in a diary entry as either 19DD or 20DD. 2892*Interpret a two-digit year DD in a diary entry as either 19DD or 20DD.
2821For the Gregorian calendar; similarly for the Hebrew and Islamic calendars. 2893For the Gregorian calendar; similarly for the Hebrew and Islamic calendars.
2822If this variable is nil, years must be written in full.") 2894If this variable is nil, years must be written in full.")
2823 2895
2896(custom-autoload (quote abbreviated-calendar-year) "calendar")
2897
2824(defvar european-calendar-style nil "\ 2898(defvar european-calendar-style nil "\
2825*Use the European style of dates in the diary and in any displays. 2899*Use the European style of dates in the diary and in any displays.
2826If this variable is t, a date 1/2/1990 would be interpreted as February 1, 2900If this variable is t, a date 1/2/1990 would be interpreted as February 1,
@@ -2835,22 +2909,32 @@ If this variable is t, a date 1/2/1990 would be interpreted as February 1,
2835Names can be capitalized or not, written in full, or abbreviated to three 2909Names can be capitalized or not, written in full, or abbreviated to three
2836characters with or without a period.") 2910characters with or without a period.")
2837 2911
2912(custom-autoload (quote european-calendar-style) "calendar")
2913
2838(defvar american-date-diary-pattern (quote ((month "/" day "[^/0-9]") (month "/" day "/" year "[^0-9]") (monthname " *" day "[^,0-9]") (monthname " *" day ", *" year "[^0-9]") (dayname "\\W"))) "\ 2914(defvar american-date-diary-pattern (quote ((month "/" day "[^/0-9]") (month "/" day "/" year "[^0-9]") (monthname " *" day "[^,0-9]") (monthname " *" day ", *" year "[^0-9]") (dayname "\\W"))) "\
2839*List of pseudo-patterns describing the American patterns of date used. 2915*List of pseudo-patterns describing the American patterns of date used.
2840See the documentation of `diary-date-forms' for an explanation.") 2916See the documentation of `diary-date-forms' for an explanation.")
2841 2917
2918(custom-autoload (quote american-date-diary-pattern) "calendar")
2919
2842(defvar european-date-diary-pattern (quote ((day "/" month "[^/0-9]") (day "/" month "/" year "[^0-9]") (backup day " *" monthname "\\W+\\<\\([^*0-9]\\|\\([0-9]+[:aApP]\\)\\)") (day " *" monthname " *" year "[^0-9]") (dayname "\\W"))) "\ 2920(defvar european-date-diary-pattern (quote ((day "/" month "[^/0-9]") (day "/" month "/" year "[^0-9]") (backup day " *" monthname "\\W+\\<\\([^*0-9]\\|\\([0-9]+[:aApP]\\)\\)") (day " *" monthname " *" year "[^0-9]") (dayname "\\W"))) "\
2843*List of pseudo-patterns describing the European patterns of date used. 2921*List of pseudo-patterns describing the European patterns of date used.
2844See the documentation of `diary-date-forms' for an explanation.") 2922See the documentation of `diary-date-forms' for an explanation.")
2845 2923
2924(custom-autoload (quote european-date-diary-pattern) "calendar")
2925
2846(defvar european-calendar-display-form (quote ((if dayname (concat dayname ", ")) day " " monthname " " year)) "\ 2926(defvar european-calendar-display-form (quote ((if dayname (concat dayname ", ")) day " " monthname " " year)) "\
2847*Pseudo-pattern governing the way a date appears in the European style. 2927*Pseudo-pattern governing the way a date appears in the European style.
2848See the documentation of `calendar-date-display-form' for an explanation.") 2928See the documentation of `calendar-date-display-form' for an explanation.")
2849 2929
2930(custom-autoload (quote european-calendar-display-form) "calendar")
2931
2850(defvar american-calendar-display-form (quote ((if dayname (concat dayname ", ")) monthname " " day ", " year)) "\ 2932(defvar american-calendar-display-form (quote ((if dayname (concat dayname ", ")) monthname " " day ", " year)) "\
2851*Pseudo-pattern governing the way a date appears in the American style. 2933*Pseudo-pattern governing the way a date appears in the American style.
2852See the documentation of `calendar-date-display-form' for an explanation.") 2934See the documentation of `calendar-date-display-form' for an explanation.")
2853 2935
2936(custom-autoload (quote american-calendar-display-form) "calendar")
2937
2854(defvar print-diary-entries-hook (quote lpr-buffer) "\ 2938(defvar print-diary-entries-hook (quote lpr-buffer) "\
2855*List of functions called after a temporary diary buffer is prepared. 2939*List of functions called after a temporary diary buffer is prepared.
2856The buffer shows only the diary entries currently visible in the diary 2940The buffer shows only the diary entries currently visible in the diary
@@ -2858,6 +2942,8 @@ buffer. The default just does the printing. Other uses might include, for
2858example, rearranging the lines into order by day and time, saving the buffer 2942example, rearranging the lines into order by day and time, saving the buffer
2859instead of deleting it, or changing the function used to do the printing.") 2943instead of deleting it, or changing the function used to do the printing.")
2860 2944
2945(custom-autoload (quote print-diary-entries-hook) "calendar")
2946
2861(defvar list-diary-entries-hook nil "\ 2947(defvar list-diary-entries-hook nil "\
2862*List of functions called after diary file is culled for relevant entries. 2948*List of functions called after diary file is culled for relevant entries.
2863It is to be used for diary entries that are not found in the diary file. 2949It is to be used for diary entries that are not found in the diary file.
@@ -2885,10 +2971,14 @@ in your `.emacs' file to cause the fancy diary buffer to be displayed with
2885diary entries from various included files, each day's entries sorted into 2971diary entries from various included files, each day's entries sorted into
2886lexicographic order.") 2972lexicographic order.")
2887 2973
2974(custom-autoload (quote list-diary-entries-hook) "calendar")
2975
2888(defvar diary-hook nil "\ 2976(defvar diary-hook nil "\
2889*List of functions called after the display of the diary. 2977*List of functions called after the display of the diary.
2890Can be used for appointment notification.") 2978Can be used for appointment notification.")
2891 2979
2980(custom-autoload (quote diary-hook) "calendar")
2981
2892(defvar diary-display-hook nil "\ 2982(defvar diary-display-hook nil "\
2893*List of functions that handle the display of the diary. 2983*List of functions that handle the display of the diary.
2894If nil (the default), `simple-diary-display' is used. Use `ignore' for no 2984If nil (the default), `simple-diary-display' is used. Use `ignore' for no
@@ -2911,6 +3001,8 @@ diary buffer will not show days for which there are no diary entries, even
2911if that day is a holiday; if you want such days to be shown in the fancy 3001if that day is a holiday; if you want such days to be shown in the fancy
2912diary buffer, set the variable `diary-list-include-blanks' to t.") 3002diary buffer, set the variable `diary-list-include-blanks' to t.")
2913 3003
3004(custom-autoload (quote diary-display-hook) "calendar")
3005
2914(defvar nongregorian-diary-listing-hook nil "\ 3006(defvar nongregorian-diary-listing-hook nil "\
2915*List of functions called for listing diary file and included files. 3007*List of functions called for listing diary file and included files.
2916As the files are processed for diary entries, these functions are used to cull 3008As the files are processed for diary entries, these functions are used to cull
@@ -2918,6 +3010,8 @@ relevant entries. You can use either or both of `list-hebrew-diary-entries'
2918and `list-islamic-diary-entries'. The documentation for these functions 3010and `list-islamic-diary-entries'. The documentation for these functions
2919describes the style of such diary entries.") 3011describes the style of such diary entries.")
2920 3012
3013(custom-autoload (quote nongregorian-diary-listing-hook) "calendar")
3014
2921(defvar mark-diary-entries-hook nil "\ 3015(defvar mark-diary-entries-hook nil "\
2922*List of functions called after marking diary entries in the calendar. 3016*List of functions called after marking diary entries in the calendar.
2923 3017
@@ -2932,6 +3026,8 @@ variable `diary-include-string'. When you use `mark-included-diary-files' as
2932part of the mark-diary-entries-hook, you will probably also want to use the 3026part of the mark-diary-entries-hook, you will probably also want to use the
2933function `include-other-diary-files' as part of `list-diary-entries-hook'.") 3027function `include-other-diary-files' as part of `list-diary-entries-hook'.")
2934 3028
3029(custom-autoload (quote mark-diary-entries-hook) "calendar")
3030
2935(defvar nongregorian-diary-marking-hook nil "\ 3031(defvar nongregorian-diary-marking-hook nil "\
2936*List of functions called for marking diary file and included files. 3032*List of functions called for marking diary file and included files.
2937As the files are processed for diary entries, these functions are used to cull 3033As the files are processed for diary entries, these functions are used to cull
@@ -2939,41 +3035,55 @@ relevant entries. You can use either or both of `mark-hebrew-diary-entries'
2939and `mark-islamic-diary-entries'. The documentation for these functions 3035and `mark-islamic-diary-entries'. The documentation for these functions
2940describes the style of such diary entries.") 3036describes the style of such diary entries.")
2941 3037
3038(custom-autoload (quote nongregorian-diary-marking-hook) "calendar")
3039
2942(defvar diary-list-include-blanks nil "\ 3040(defvar diary-list-include-blanks nil "\
2943*If nil, do not include days with no diary entry in the list of diary entries. 3041*If nil, do not include days with no diary entry in the list of diary entries.
2944Such days will then not be shown in the fancy diary buffer, even if they 3042Such days will then not be shown in the fancy diary buffer, even if they
2945are holidays.") 3043are holidays.")
2946 3044
3045(custom-autoload (quote diary-list-include-blanks) "calendar")
3046
2947(defvar holidays-in-diary-buffer t "\ 3047(defvar holidays-in-diary-buffer t "\
2948*Non-nil means include holidays in the diary display. 3048*Non-nil means include holidays in the diary display.
2949The holidays appear in the mode line of the diary buffer, or in the 3049The holidays appear in the mode line of the diary buffer, or in the
2950fancy diary buffer next to the date. This slows down the diary functions 3050fancy diary buffer next to the date. This slows down the diary functions
2951somewhat; setting it to nil makes the diary display faster.") 3051somewhat; setting it to nil makes the diary display faster.")
2952 3052
3053(custom-autoload (quote holidays-in-diary-buffer) "calendar")
3054
2953(put (quote general-holidays) (quote risky-local-variable) t) 3055(put (quote general-holidays) (quote risky-local-variable) t)
2954 3056
2955(defvar general-holidays (quote ((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\ 3057(defvar general-holidays (quote ((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\
2956*General holidays. Default value is for the United States. 3058*General holidays. Default value is for the United States.
2957See the documentation for `calendar-holidays' for details.") 3059See the documentation for `calendar-holidays' for details.")
2958 3060
3061(custom-autoload (quote general-holidays) "calendar")
3062
2959(put (quote oriental-holidays) (quote risky-local-variable) t) 3063(put (quote oriental-holidays) (quote risky-local-variable) t)
2960 3064
2961(defvar oriental-holidays (quote ((if (fboundp (quote atan)) (holiday-chinese-new-year)))) "\ 3065(defvar oriental-holidays (quote ((if (fboundp (quote atan)) (holiday-chinese-new-year)))) "\
2962*Oriental holidays. 3066*Oriental holidays.
2963See the documentation for `calendar-holidays' for details.") 3067See the documentation for `calendar-holidays' for details.")
2964 3068
3069(custom-autoload (quote oriental-holidays) "calendar")
3070
2965(put (quote local-holidays) (quote risky-local-variable) t) 3071(put (quote local-holidays) (quote risky-local-variable) t)
2966 3072
2967(defvar local-holidays nil "\ 3073(defvar local-holidays nil "\
2968*Local holidays. 3074*Local holidays.
2969See the documentation for `calendar-holidays' for details.") 3075See the documentation for `calendar-holidays' for details.")
2970 3076
3077(custom-autoload (quote local-holidays) "calendar")
3078
2971(put (quote other-holidays) (quote risky-local-variable) t) 3079(put (quote other-holidays) (quote risky-local-variable) t)
2972 3080
2973(defvar other-holidays nil "\ 3081(defvar other-holidays nil "\
2974*User defined holidays. 3082*User defined holidays.
2975See the documentation for `calendar-holidays' for details.") 3083See the documentation for `calendar-holidays' for details.")
2976 3084
3085(custom-autoload (quote other-holidays) "calendar")
3086
2977(put (quote hebrew-holidays-1) (quote risky-local-variable) t) 3087(put (quote hebrew-holidays-1) (quote risky-local-variable) t)
2978 3088
2979(defvar hebrew-holidays-1 (quote ((holiday-rosh-hashanah-etc) (if all-hebrew-calendar-holidays (holiday-julian 11 (let* ((m displayed-month) (y displayed-year) (year)) (increment-calendar-month m y -1) (let ((year (extract-calendar-year (calendar-julian-from-absolute (calendar-absolute-from-gregorian (list m 1 y)))))) (if (zerop (% (1+ year) 4)) 22 21))) "\"Tal Umatar\" (evening)"))))) 3089(defvar hebrew-holidays-1 (quote ((holiday-rosh-hashanah-etc) (if all-hebrew-calendar-holidays (holiday-julian 11 (let* ((m displayed-month) (y displayed-year) (year)) (increment-calendar-month m y -1) (let ((year (extract-calendar-year (calendar-julian-from-absolute (calendar-absolute-from-gregorian (list m 1 y)))))) (if (zerop (% (1+ year) 4)) 22 21))) "\"Tal Umatar\" (evening)")))))
@@ -2996,24 +3106,32 @@ See the documentation for `calendar-holidays' for details.")
2996*Jewish holidays. 3106*Jewish holidays.
2997See the documentation for `calendar-holidays' for details.") 3107See the documentation for `calendar-holidays' for details.")
2998 3108
3109(custom-autoload (quote hebrew-holidays) "calendar")
3110
2999(put (quote christian-holidays) (quote risky-local-variable) t) 3111(put (quote christian-holidays) (quote risky-local-variable) t)
3000 3112
3001(defvar christian-holidays (quote ((if all-christian-calendar-holidays (holiday-fixed 1 6 "Epiphany")) (holiday-easter-etc) (if all-christian-calendar-holidays (holiday-greek-orthodox-easter)) (if all-christian-calendar-holidays (holiday-fixed 8 15 "Assumption")) (if all-christian-calendar-holidays (holiday-advent)) (holiday-fixed 12 25 "Christmas") (if all-christian-calendar-holidays (holiday-julian 12 25 "Eastern Orthodox Christmas")))) "\ 3113(defvar christian-holidays (quote ((if all-christian-calendar-holidays (holiday-fixed 1 6 "Epiphany")) (holiday-easter-etc) (if all-christian-calendar-holidays (holiday-greek-orthodox-easter)) (if all-christian-calendar-holidays (holiday-fixed 8 15 "Assumption")) (if all-christian-calendar-holidays (holiday-advent)) (holiday-fixed 12 25 "Christmas") (if all-christian-calendar-holidays (holiday-julian 12 25 "Eastern Orthodox Christmas")))) "\
3002*Christian holidays. 3114*Christian holidays.
3003See the documentation for `calendar-holidays' for details.") 3115See the documentation for `calendar-holidays' for details.")
3004 3116
3117(custom-autoload (quote christian-holidays) "calendar")
3118
3005(put (quote islamic-holidays) (quote risky-local-variable) t) 3119(put (quote islamic-holidays) (quote risky-local-variable) t)
3006 3120
3007(defvar islamic-holidays (quote ((holiday-islamic 1 1 (format "Islamic New Year %d" (let ((m displayed-month) (y displayed-year)) (increment-calendar-month m y 1) (extract-calendar-year (calendar-islamic-from-absolute (calendar-absolute-from-gregorian (list m (calendar-last-day-of-month m y) y))))))) (if all-islamic-calendar-holidays (holiday-islamic 1 10 "Ashura")) (if all-islamic-calendar-holidays (holiday-islamic 3 12 "Mulad-al-Nabi")) (if all-islamic-calendar-holidays (holiday-islamic 7 26 "Shab-e-Mi'raj")) (if all-islamic-calendar-holidays (holiday-islamic 8 15 "Shab-e-Bara't")) (holiday-islamic 9 1 "Ramadan Begins") (if all-islamic-calendar-holidays (holiday-islamic 9 27 "Shab-e Qadr")) (if all-islamic-calendar-holidays (holiday-islamic 10 1 "Id-al-Fitr")) (if all-islamic-calendar-holidays (holiday-islamic 12 10 "Id-al-Adha")))) "\ 3121(defvar islamic-holidays (quote ((holiday-islamic 1 1 (format "Islamic New Year %d" (let ((m displayed-month) (y displayed-year)) (increment-calendar-month m y 1) (extract-calendar-year (calendar-islamic-from-absolute (calendar-absolute-from-gregorian (list m (calendar-last-day-of-month m y) y))))))) (if all-islamic-calendar-holidays (holiday-islamic 1 10 "Ashura")) (if all-islamic-calendar-holidays (holiday-islamic 3 12 "Mulad-al-Nabi")) (if all-islamic-calendar-holidays (holiday-islamic 7 26 "Shab-e-Mi'raj")) (if all-islamic-calendar-holidays (holiday-islamic 8 15 "Shab-e-Bara't")) (holiday-islamic 9 1 "Ramadan Begins") (if all-islamic-calendar-holidays (holiday-islamic 9 27 "Shab-e Qadr")) (if all-islamic-calendar-holidays (holiday-islamic 10 1 "Id-al-Fitr")) (if all-islamic-calendar-holidays (holiday-islamic 12 10 "Id-al-Adha")))) "\
3008*Islamic holidays. 3122*Islamic holidays.
3009See the documentation for `calendar-holidays' for details.") 3123See the documentation for `calendar-holidays' for details.")
3010 3124
3125(custom-autoload (quote islamic-holidays) "calendar")
3126
3011(put (quote solar-holidays) (quote risky-local-variable) t) 3127(put (quote solar-holidays) (quote risky-local-variable) t)
3012 3128
3013(defvar solar-holidays (quote ((if (fboundp (quote atan)) (solar-equinoxes-solstices)) (if (progn (require (quote cal-dst)) t) (funcall (quote holiday-sexp) calendar-daylight-savings-starts (quote (format "Daylight Savings Time Begins %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-starts-time (float 60)) calendar-standard-time-zone-name) ""))))) (funcall (quote holiday-sexp) calendar-daylight-savings-ends (quote (format "Daylight Savings Time Ends %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-ends-time (float 60)) calendar-daylight-time-zone-name) "")))))) "\ 3129(defvar solar-holidays (quote ((if (fboundp (quote atan)) (solar-equinoxes-solstices)) (if (progn (require (quote cal-dst)) t) (funcall (quote holiday-sexp) calendar-daylight-savings-starts (quote (format "Daylight Savings Time Begins %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-starts-time (float 60)) calendar-standard-time-zone-name) ""))))) (funcall (quote holiday-sexp) calendar-daylight-savings-ends (quote (format "Daylight Savings Time Ends %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-ends-time (float 60)) calendar-daylight-time-zone-name) "")))))) "\
3014*Sun-related holidays. 3130*Sun-related holidays.
3015See the documentation for `calendar-holidays' for details.") 3131See the documentation for `calendar-holidays' for details.")
3016 3132
3133(custom-autoload (quote solar-holidays) "calendar")
3134
3017(put (quote calendar-holidays) (quote risky-local-variable) t) 3135(put (quote calendar-holidays) (quote risky-local-variable) t)
3018 3136
3019(defvar calendar-setup nil "\ 3137(defvar calendar-setup nil "\
@@ -3034,7 +3152,7 @@ See the documentation of that function for more information.
3034 3152
3035;;;*** 3153;;;***
3036 3154
3037;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15854 23573)) 3155;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15853 60258))
3038;;; Generated autoloads from progmodes/cc-langs.el 3156;;; Generated autoloads from progmodes/cc-langs.el
3039 3157
3040(defvar c-mode-syntax-table nil "\ 3158(defvar c-mode-syntax-table nil "\
@@ -3240,7 +3358,7 @@ and exists only for compatibility reasons.
3240 3358
3241;;;*** 3359;;;***
3242 3360
3243;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15854 23573)) 3361;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15853 60342))
3244;;; Generated autoloads from progmodes/cc-vars.el 3362;;; Generated autoloads from progmodes/cc-vars.el
3245 3363
3246(defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\ 3364(defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\
@@ -3259,7 +3377,7 @@ Infodock (based on XEmacs) has an additional symbol on this list:
3259 3377
3260;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3378;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3261;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3379;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3262;;;;;; (15793 40968)) 3380;;;;;; (15791 52022))
3263;;; Generated autoloads from international/ccl.el 3381;;; Generated autoloads from international/ccl.el
3264 3382
3265(autoload (quote ccl-compile) "ccl" "\ 3383(autoload (quote ccl-compile) "ccl" "\
@@ -3523,7 +3641,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3523;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3641;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3524;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3642;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3525;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 3643;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
3526;;;;;; (15832 30939)) 3644;;;;;; (15879 20227))
3527;;; Generated autoloads from emacs-lisp/checkdoc.el 3645;;; Generated autoloads from emacs-lisp/checkdoc.el
3528 3646
3529(autoload (quote checkdoc) "checkdoc" "\ 3647(autoload (quote checkdoc) "checkdoc" "\
@@ -3735,7 +3853,7 @@ Encode the text in the current buffer to HZ.
3735;;;*** 3853;;;***
3736 3854
3737;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 3855;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
3738;;;;;; "chistory" "chistory.el" (15861 19605)) 3856;;;;;; "chistory" "chistory.el" (15876 52395))
3739;;; Generated autoloads from chistory.el 3857;;; Generated autoloads from chistory.el
3740 3858
3741(autoload (quote repeat-matching-complex-command) "chistory" "\ 3859(autoload (quote repeat-matching-complex-command) "chistory" "\
@@ -3774,7 +3892,7 @@ and runs the normal hook `command-history-hook'.
3774 3892
3775;;;*** 3893;;;***
3776 3894
3777;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15834 29592)) 3895;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15834 24364))
3778;;; Generated autoloads from emacs-lisp/cl.el 3896;;; Generated autoloads from emacs-lisp/cl.el
3779 3897
3780(defvar custom-print-functions nil "\ 3898(defvar custom-print-functions nil "\
@@ -3838,7 +3956,7 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook'
3838;;;*** 3956;;;***
3839 3957
3840;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" 3958;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el"
3841;;;;;; (15860 63927)) 3959;;;;;; (15860 63713))
3842;;; Generated autoloads from international/code-pages.el 3960;;; Generated autoloads from international/code-pages.el
3843 3961
3844(autoload (quote cp-make-coding-system) "code-pages" "\ 3962(autoload (quote cp-make-coding-system) "code-pages" "\
@@ -3854,7 +3972,7 @@ corresponding args of `make-coding-system'. If MNEMONIC isn't given,
3854 3972
3855;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage 3973;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage
3856;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) 3974;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage)
3857;;;;;; "codepage" "international/codepage.el" (15830 55341)) 3975;;;;;; "codepage" "international/codepage.el" (15830 3513))
3858;;; Generated autoloads from international/codepage.el 3976;;; Generated autoloads from international/codepage.el
3859 3977
3860(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ 3978(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\
@@ -3913,7 +4031,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal.
3913;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 4031;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3914;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 4032;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3915;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 4033;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3916;;;;;; (15742 8586)) 4034;;;;;; (15887 19002))
3917;;; Generated autoloads from comint.el 4035;;; Generated autoloads from comint.el
3918 4036
3919(autoload (quote make-comint-in-buffer) "comint" "\ 4037(autoload (quote make-comint-in-buffer) "comint" "\
@@ -4009,15 +4127,19 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored.
4009;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode 4127;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
4010;;;;;; compilation-mode grep-tree grep-find grep compile compilation-search-path 4128;;;;;; compilation-mode grep-tree grep-find grep compile compilation-search-path
4011;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 4129;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
4012;;;;;; "compile" "progmodes/compile.el" (15869 9799)) 4130;;;;;; "compile" "progmodes/compile.el" (15867 48924))
4013;;; Generated autoloads from progmodes/compile.el 4131;;; Generated autoloads from progmodes/compile.el
4014 4132
4015(defvar compilation-mode-hook nil "\ 4133(defvar compilation-mode-hook nil "\
4016*List of hook functions run by `compilation-mode' (see `run-hooks').") 4134*List of hook functions run by `compilation-mode' (see `run-hooks').")
4017 4135
4136(custom-autoload (quote compilation-mode-hook) "compile")
4137
4018(defvar compilation-window-height nil "\ 4138(defvar compilation-window-height nil "\
4019*Number of lines in a compilation window. If nil, use Emacs default.") 4139*Number of lines in a compilation window. If nil, use Emacs default.")
4020 4140
4141(custom-autoload (quote compilation-window-height) "compile")
4142
4021(defvar compilation-process-setup-function nil "\ 4143(defvar compilation-process-setup-function nil "\
4022*Function to call to customize the compilation process. 4144*Function to call to customize the compilation process.
4023This functions is called immediately before the compilation process is 4145This functions is called immediately before the compilation process is
@@ -4044,11 +4166,15 @@ and a string describing how the process finished.")
4044*Non-nil means \\[compile] asks which buffers to save before compiling. 4166*Non-nil means \\[compile] asks which buffers to save before compiling.
4045Otherwise, it saves all modified buffers without asking.") 4167Otherwise, it saves all modified buffers without asking.")
4046 4168
4169(custom-autoload (quote compilation-ask-about-save) "compile")
4170
4047(defvar compilation-search-path (quote (nil)) "\ 4171(defvar compilation-search-path (quote (nil)) "\
4048*List of directories to search for source files named in error messages. 4172*List of directories to search for source files named in error messages.
4049Elements should be directory names, not file names of directories. 4173Elements should be directory names, not file names of directories.
4050nil as an element means to try the default directory.") 4174nil as an element means to try the default directory.")
4051 4175
4176(custom-autoload (quote compilation-search-path) "compile")
4177
4052(autoload (quote compile) "compile" "\ 4178(autoload (quote compile) "compile" "\
4053Compile the program including the current buffer. Default: run `make'. 4179Compile the program including the current buffer. Default: run `make'.
4054Runs COMMAND, a shell command, in a separate process asynchronously 4180Runs COMMAND, a shell command, in a separate process asynchronously
@@ -4177,7 +4303,7 @@ See variables `compilation-parse-errors-function' and
4177;;;*** 4303;;;***
4178 4304
4179;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 4305;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4180;;;;;; (15851 40734)) 4306;;;;;; (15851 7849))
4181;;; Generated autoloads from complete.el 4307;;; Generated autoloads from complete.el
4182 4308
4183(defvar partial-completion-mode nil "\ 4309(defvar partial-completion-mode nil "\
@@ -4186,9 +4312,7 @@ See the command `partial-completion-mode' for a description of this minor-mode.
4186Setting this variable directly does not take effect; 4312Setting this variable directly does not take effect;
4187use either \\[customize] or the function `partial-completion-mode'.") 4313use either \\[customize] or the function `partial-completion-mode'.")
4188 4314
4189(custom-add-to-group (quote partial-completion) (quote partial-completion-mode) (quote custom-variable)) 4315(custom-autoload (quote partial-completion-mode) "complete")
4190
4191(custom-add-load (quote partial-completion-mode) (quote complete))
4192 4316
4193(autoload (quote partial-completion-mode) "complete" "\ 4317(autoload (quote partial-completion-mode) "complete" "\
4194Toggle Partial Completion mode. 4318Toggle Partial Completion mode.
@@ -4692,9 +4816,7 @@ indicates CRiSP mode is enabled.
4692Setting this variable directly does not take effect; 4816Setting this variable directly does not take effect;
4693use either M-x customize or the function `crisp-mode'.") 4817use either M-x customize or the function `crisp-mode'.")
4694 4818
4695(custom-add-to-group (quote crisp) (quote crisp-mode) (quote custom-variable)) 4819(custom-autoload (quote crisp-mode) "crisp")
4696
4697(custom-add-load (quote crisp-mode) (quote crisp))
4698 4820
4699(autoload (quote crisp-mode) "crisp" "\ 4821(autoload (quote crisp-mode) "crisp" "\
4700Toggle CRiSP/Brief emulation minor mode. 4822Toggle CRiSP/Brief emulation minor mode.
@@ -4743,7 +4865,7 @@ INHERIT-INPUT-METHOD.
4743;;;*** 4865;;;***
4744 4866
4745;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el" 4867;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el"
4746;;;;;; (15776 44111)) 4868;;;;;; (15893 48749))
4747;;; Generated autoloads from emulation/cua-base.el 4869;;; Generated autoloads from emulation/cua-base.el
4748 4870
4749(defvar cua-mode nil "\ 4871(defvar cua-mode nil "\
@@ -4758,9 +4880,7 @@ PC Selection Mode and Delete Selection Modes.
4758Setting this variable directly does not take effect; 4880Setting this variable directly does not take effect;
4759use either \\[customize] or the function `cua-mode'.") 4881use either \\[customize] or the function `cua-mode'.")
4760 4882
4761(custom-add-to-group (quote cua) (quote cua-mode) (quote custom-variable)) 4883(custom-autoload (quote cua-mode) "cua-base")
4762
4763(custom-add-load (quote cua-mode) (quote cua-base))
4764 4884
4765(autoload (quote cua-mode) "cua-base" "\ 4885(autoload (quote cua-mode) "cua-base" "\
4766Toggle CUA key-binding mode. 4886Toggle CUA key-binding mode.
@@ -4778,10 +4898,10 @@ paste (in addition to the normal emacs bindings).
4778;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces 4898;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces
4779;;;;;; customize-apropos-options customize-apropos customize-saved 4899;;;;;; customize-apropos-options customize-apropos customize-saved
4780;;;;;; customize-customized customize-face-other-window customize-face 4900;;;;;; customize-customized customize-face-other-window customize-face
4781;;;;;; customize-option-other-window customize-changed-options customize-option 4901;;;;;; customize-changed-options customize-option-other-window customize-option
4782;;;;;; customize-group-other-window customize-group customize-mode 4902;;;;;; customize-group-other-window customize-group customize-mode
4783;;;;;; customize customize-save-variable customize-set-variable 4903;;;;;; customize customize-save-variable customize-set-variable
4784;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (15858 24665)) 4904;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (15898 9081))
4785;;; Generated autoloads from cus-edit.el 4905;;; Generated autoloads from cus-edit.el
4786 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 4906 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
4787 4907
@@ -4870,6 +4990,14 @@ Customize SYMBOL, which must be a user option variable.
4870 4990
4871\(fn SYMBOL)" t nil) 4991\(fn SYMBOL)" t nil)
4872 4992
4993(defalias (quote customize-variable-other-window) (quote customize-option-other-window))
4994
4995(autoload (quote customize-option-other-window) "cus-edit" "\
4996Customize SYMBOL, which must be a user option variable.
4997Show the buffer in another window, but don't select it.
4998
4999\(fn SYMBOL)" t nil)
5000
4873(autoload (quote customize-changed-options) "cus-edit" "\ 5001(autoload (quote customize-changed-options) "cus-edit" "\
4874Customize all user option variables changed in Emacs itself. 5002Customize all user option variables changed in Emacs itself.
4875This includes new user option variables and faces, and new 5003This includes new user option variables and faces, and new
@@ -4882,14 +5010,6 @@ version.
4882 5010
4883\(fn SINCE-VERSION)" t nil) 5011\(fn SINCE-VERSION)" t nil)
4884 5012
4885(defalias (quote customize-variable-other-window) (quote customize-option-other-window))
4886
4887(autoload (quote customize-option-other-window) "cus-edit" "\
4888Customize SYMBOL, which must be a user option variable.
4889Show the buffer in another window, but don't select it.
4890
4891\(fn SYMBOL)" t nil)
4892
4893(autoload (quote customize-face) "cus-edit" "\ 5013(autoload (quote customize-face) "cus-edit" "\
4894Customize SYMBOL, which should be a face name or nil. 5014Customize SYMBOL, which should be a face name or nil.
4895If SYMBOL is nil, customize all faces. 5015If SYMBOL is nil, customize all faces.
@@ -4977,6 +5097,8 @@ When you change this variable, look in the previous custom file
4977and `(custom-set-faces ...)', and copy them (whichever ones you find) 5097and `(custom-set-faces ...)', and copy them (whichever ones you find)
4978to the new custom file. This will preserve your existing customizations.") 5098to the new custom file. This will preserve your existing customizations.")
4979 5099
5100(custom-autoload (quote custom-file) "cus-edit")
5101
4980(autoload (quote customize-save-customized) "cus-edit" "\ 5102(autoload (quote customize-save-customized) "cus-edit" "\
4981Save all user options which have been set in this session. 5103Save all user options which have been set in this session.
4982 5104
@@ -5003,8 +5125,9 @@ The format is suitable for use with `easy-menu-define'.
5003 5125
5004;;;*** 5126;;;***
5005 5127
5006;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" 5128;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-theme-face-value
5007;;;;;; "cus-face.el" (15844 1299)) 5129;;;;;; custom-set-faces custom-declare-face) "cus-face" "cus-face.el"
5130;;;;;; (15879 22694))
5008;;; Generated autoloads from cus-face.el 5131;;; Generated autoloads from cus-face.el
5009 5132
5010(autoload (quote custom-declare-face) "cus-face" "\ 5133(autoload (quote custom-declare-face) "cus-face" "\
@@ -5014,15 +5137,48 @@ Like `defface', but FACE is evaluated as a normal argument.
5014 5137
5015(autoload (quote custom-set-faces) "cus-face" "\ 5138(autoload (quote custom-set-faces) "cus-face" "\
5016Initialize faces according to user preferences. 5139Initialize faces according to user preferences.
5140This associates the settings with the `user' theme.
5017The arguments should be a list where each entry has the form: 5141The arguments should be a list where each entry has the form:
5018 5142
5019 (FACE SPEC [NOW [COMMENT]]) 5143 (FACE SPEC [NOW [COMMENT]])
5020 5144
5021SPEC is stored as the saved value for FACE. 5145SPEC is stored as the saved value for FACE, as well as the value for the
5146`user' theme. The `user' theme is one of the default themes known to Emacs.
5147See `custom-known-themes' for more information on the known themes.
5148See `custom-theme-set-faces' for more information on the interplay
5149between themes and faces.
5150See `defface' for the format of SPEC.
5151
5022If NOW is present and non-nil, FACE is created now, according to SPEC. 5152If NOW is present and non-nil, FACE is created now, according to SPEC.
5023COMMENT is a string comment about FACE. 5153COMMENT is a string comment about FACE.
5024 5154
5025See `defface' for the format of SPEC. 5155\(fn &rest ARGS)" nil nil)
5156
5157(autoload (quote custom-theme-face-value) "cus-face" "\
5158Return spec of FACE in THEME if THEME modifies FACE.
5159Value is nil otherwise. The association between theme and spec for FACE
5160is stored in FACE's property `theme-face'. The appropriate face
5161is retrieved using `custom-theme-value'.
5162
5163\(fn FACE THEME)" nil nil)
5164
5165(autoload (quote custom-theme-reset-faces) "cus-face" "\
5166Reset the value of the face to values previously defined.
5167Associate this setting with THEME.
5168
5169ARGS is a list of lists of the form
5170
5171 (FACE TO-THEME)
5172
5173This means reset FACE to its value in TO-THEME.
5174
5175\(fn THEME &rest ARGS)" nil nil)
5176
5177(autoload (quote custom-reset-faces) "cus-face" "\
5178Reset the value of the face to values previously saved.
5179This is the setting assosiated the `user' theme.
5180
5181ARGS is defined as for `custom-theme-reset-faces'
5026 5182
5027\(fn &rest ARGS)" nil nil) 5183\(fn &rest ARGS)" nil nil)
5028 5184
@@ -5066,9 +5222,7 @@ See the command `global-cwarn-mode' for a description of this minor-mode.
5066Setting this variable directly does not take effect; 5222Setting this variable directly does not take effect;
5067use either \\[customize] or the function `global-cwarn-mode'.") 5223use either \\[customize] or the function `global-cwarn-mode'.")
5068 5224
5069(custom-add-to-group (quote cwarn) (quote global-cwarn-mode) (quote custom-variable)) 5225(custom-autoload (quote global-cwarn-mode) "cwarn")
5070
5071(custom-add-load (quote global-cwarn-mode) (quote cwarn))
5072 5226
5073(autoload (quote global-cwarn-mode) "cwarn" "\ 5227(autoload (quote global-cwarn-mode) "cwarn" "\
5074Toggle Cwarn mode in every buffer. 5228Toggle Cwarn mode in every buffer.
@@ -5111,7 +5265,7 @@ If the argument is nil, we return the display table to its standard state.
5111;;;*** 5265;;;***
5112 5266
5113;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5267;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5114;;;;;; (15670 55281)) 5268;;;;;; (15898 7844))
5115;;; Generated autoloads from dabbrev.el 5269;;; Generated autoloads from dabbrev.el
5116 5270
5117(define-key esc-map "/" (quote dabbrev-expand)) 5271(define-key esc-map "/" (quote dabbrev-expand))
@@ -5436,9 +5590,7 @@ See the command `delete-selection-mode' for a description of this minor-mode.
5436Setting this variable directly does not take effect; 5590Setting this variable directly does not take effect;
5437use either \\[customize] or the function `delete-selection-mode'.") 5591use either \\[customize] or the function `delete-selection-mode'.")
5438 5592
5439(custom-add-to-group (quote editing-basics) (quote delete-selection-mode) (quote custom-variable)) 5593(custom-autoload (quote delete-selection-mode) "delsel")
5440
5441(custom-add-load (quote delete-selection-mode) (quote delsel))
5442 5594
5443(autoload (quote delete-selection-mode) "delsel" "\ 5595(autoload (quote delete-selection-mode) "delsel" "\
5444Toggle Delete Selection mode. 5596Toggle Delete Selection mode.
@@ -5514,7 +5666,7 @@ the first time the mode is used.
5514;;;*** 5666;;;***
5515 5667
5516;;;### (autoloads (describe-char describe-text-properties) "descr-text" 5668;;;### (autoloads (describe-char describe-text-properties) "descr-text"
5517;;;;;; "descr-text.el" (15823 65468)) 5669;;;;;; "descr-text.el" (15760 54525))
5518;;; Generated autoloads from descr-text.el 5670;;; Generated autoloads from descr-text.el
5519 5671
5520(autoload (quote describe-text-properties) "descr-text" "\ 5672(autoload (quote describe-text-properties) "descr-text" "\
@@ -5538,7 +5690,7 @@ as well as widgets, buttons, overlays, and text properties.
5538;;;*** 5690;;;***
5539 5691
5540;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" 5692;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el"
5541;;;;;; (15816 1960)) 5693;;;;;; (15814 11695))
5542;;; Generated autoloads from desktop.el 5694;;; Generated autoloads from desktop.el
5543 5695
5544(autoload (quote desktop-read) "desktop" "\ 5696(autoload (quote desktop-read) "desktop" "\
@@ -5565,7 +5717,7 @@ to provide correct modes for autoloaded files.
5565;;;*** 5717;;;***
5566 5718
5567;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 5719;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
5568;;;;;; "calendar/diary-lib.el" (15833 25330)) 5720;;;;;; "calendar/diary-lib.el" (15832 44370))
5569;;; Generated autoloads from calendar/diary-lib.el 5721;;; Generated autoloads from calendar/diary-lib.el
5570 5722
5571(autoload (quote diary) "diary-lib" "\ 5723(autoload (quote diary) "diary-lib" "\
@@ -5613,9 +5765,13 @@ Major mode for editing the diary file." t nil)
5613(defvar diff-switches "-c" "\ 5765(defvar diff-switches "-c" "\
5614*A string or list of strings specifying switches to be be passed to diff.") 5766*A string or list of strings specifying switches to be be passed to diff.")
5615 5767
5768(custom-autoload (quote diff-switches) "diff")
5769
5616(defvar diff-command "diff" "\ 5770(defvar diff-command "diff" "\
5617*The command to use to run diff.") 5771*The command to use to run diff.")
5618 5772
5773(custom-autoload (quote diff-command) "diff")
5774
5619(autoload (quote diff) "diff" "\ 5775(autoload (quote diff) "diff" "\
5620Find and display the differences between OLD and NEW files. 5776Find and display the differences between OLD and NEW files.
5621Interactively the current buffer's file name is the default for NEW 5777Interactively the current buffer's file name is the default for NEW
@@ -5663,7 +5819,7 @@ Minor mode for viewing/editing context diffs.
5663;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 5819;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
5664;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 5820;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
5665;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 5821;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
5666;;;;;; "dired" "dired.el" (15837 7290)) 5822;;;;;; "dired" "dired.el" (15899 8438))
5667;;; Generated autoloads from dired.el 5823;;; Generated autoloads from dired.el
5668 5824
5669(defvar dired-listing-switches "-al" "\ 5825(defvar dired-listing-switches "-al" "\
@@ -5675,6 +5831,8 @@ On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp,
5675some of the `ls' switches are not supported; see the doc string of 5831some of the `ls' switches are not supported; see the doc string of
5676`insert-directory' on ls-lisp.el for more details.") 5832`insert-directory' on ls-lisp.el for more details.")
5677 5833
5834(custom-autoload (quote dired-listing-switches) "dired")
5835
5678(defvar dired-chown-program (if (memq system-type (quote (hpux dgux usg-unix-v irix linux gnu/linux))) "chown" (if (file-exists-p "/usr/sbin/chown") "/usr/sbin/chown" "/etc/chown")) "\ 5836(defvar dired-chown-program (if (memq system-type (quote (hpux dgux usg-unix-v irix linux gnu/linux))) "chown" (if (file-exists-p "/usr/sbin/chown") "/usr/sbin/chown" "/etc/chown")) "\
5679Name of chown command (usually `chown' or `/etc/chown').") 5837Name of chown command (usually `chown' or `/etc/chown').")
5680 5838
@@ -5692,32 +5850,44 @@ marking `ls' program on one host and a non-marking on another host, and
5692don't care about symbolic links which really end in a @, you can 5850don't care about symbolic links which really end in a @, you can
5693always set this variable to t.") 5851always set this variable to t.")
5694 5852
5853(custom-autoload (quote dired-ls-F-marks-symlinks) "dired")
5854
5695(defvar dired-trivial-filenames "^\\.\\.?$\\|^#" "\ 5855(defvar dired-trivial-filenames "^\\.\\.?$\\|^#" "\
5696*Regexp of files to skip when finding first file of a directory. 5856*Regexp of files to skip when finding first file of a directory.
5697A value of nil means move to the subdir line. 5857A value of nil means move to the subdir line.
5698A value of t means move to first file.") 5858A value of t means move to first file.")
5699 5859
5860(custom-autoload (quote dired-trivial-filenames) "dired")
5861
5700(defvar dired-keep-marker-rename t "\ 5862(defvar dired-keep-marker-rename t "\
5701*Controls marking of renamed files. 5863*Controls marking of renamed files.
5702If t, files keep their previous marks when they are renamed. 5864If t, files keep their previous marks when they are renamed.
5703If a character, renamed files (whether previously marked or not) 5865If a character, renamed files (whether previously marked or not)
5704are afterward marked with that character.") 5866are afterward marked with that character.")
5705 5867
5868(custom-autoload (quote dired-keep-marker-rename) "dired")
5869
5706(defvar dired-keep-marker-copy 67 "\ 5870(defvar dired-keep-marker-copy 67 "\
5707*Controls marking of copied files. 5871*Controls marking of copied files.
5708If t, copied files are marked if and as the corresponding original files were. 5872If t, copied files are marked if and as the corresponding original files were.
5709If a character, copied files are unconditionally marked with that character.") 5873If a character, copied files are unconditionally marked with that character.")
5710 5874
5875(custom-autoload (quote dired-keep-marker-copy) "dired")
5876
5711(defvar dired-keep-marker-hardlink 72 "\ 5877(defvar dired-keep-marker-hardlink 72 "\
5712*Controls marking of newly made hard links. 5878*Controls marking of newly made hard links.
5713If t, they are marked if and as the files linked to were marked. 5879If t, they are marked if and as the files linked to were marked.
5714If a character, new links are unconditionally marked with that character.") 5880If a character, new links are unconditionally marked with that character.")
5715 5881
5882(custom-autoload (quote dired-keep-marker-hardlink) "dired")
5883
5716(defvar dired-keep-marker-symlink 89 "\ 5884(defvar dired-keep-marker-symlink 89 "\
5717*Controls marking of newly made symbolic links. 5885*Controls marking of newly made symbolic links.
5718If t, they are marked if and as the files linked to were marked. 5886If t, they are marked if and as the files linked to were marked.
5719If a character, new links are unconditionally marked with that character.") 5887If a character, new links are unconditionally marked with that character.")
5720 5888
5889(custom-autoload (quote dired-keep-marker-symlink) "dired")
5890
5721(defvar dired-dwim-target nil "\ 5891(defvar dired-dwim-target nil "\
5722*If non-nil, dired tries to guess a default target directory. 5892*If non-nil, dired tries to guess a default target directory.
5723This means: if there is a dired buffer displayed in the next window, 5893This means: if there is a dired buffer displayed in the next window,
@@ -5725,9 +5895,13 @@ use its current subdir, instead of the current subdir of this dired buffer.
5725 5895
5726The target is used in the prompt for file copy, rename etc.") 5896The target is used in the prompt for file copy, rename etc.")
5727 5897
5898(custom-autoload (quote dired-dwim-target) "dired")
5899
5728(defvar dired-copy-preserve-time t "\ 5900(defvar dired-copy-preserve-time t "\
5729*If non-nil, Dired preserves the last-modified time in a file copy. 5901*If non-nil, Dired preserves the last-modified time in a file copy.
5730\(This works on only some systems.)") 5902\(This works on only some systems.)")
5903
5904(custom-autoload (quote dired-copy-preserve-time) "dired")
5731 (define-key ctl-x-map "d" 'dired) 5905 (define-key ctl-x-map "d" 'dired)
5732 5906
5733(autoload (quote dired) "dired" "\ 5907(autoload (quote dired) "dired" "\
@@ -5779,7 +5953,7 @@ Like `dired' but returns the dired buffer as value, does not select it.
5779;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines 5953;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines
5780;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp 5954;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp
5781;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" 5955;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux"
5782;;;;;; "dired-aux.el" (15823 48667)) 5956;;;;;; "dired-aux.el" (15823 38917))
5783;;; Generated autoloads from dired-aux.el 5957;;; Generated autoloads from dired-aux.el
5784 5958
5785(autoload (quote dired-diff) "dired-aux" "\ 5959(autoload (quote dired-diff) "dired-aux" "\
@@ -6280,7 +6454,7 @@ Default is 2.
6280 6454
6281;;;*** 6455;;;***
6282 6456
6283;;;### (autoloads (doctor) "doctor" "play/doctor.el" (15827 6743)) 6457;;;### (autoloads (doctor) "doctor" "play/doctor.el" (15759 15266))
6284;;; Generated autoloads from play/doctor.el 6458;;; Generated autoloads from play/doctor.el
6285 6459
6286(autoload (quote doctor) "doctor" "\ 6460(autoload (quote doctor) "doctor" "\
@@ -6299,9 +6473,7 @@ Toggle Double mode.
6299Setting this variable directly does not take effect; 6473Setting this variable directly does not take effect;
6300use either \\[customize] or the function `double-mode'.") 6474use either \\[customize] or the function `double-mode'.")
6301 6475
6302(custom-add-to-group (quote double) (quote double-mode) (quote custom-variable)) 6476(custom-autoload (quote double-mode) "double")
6303
6304(custom-add-load (quote double-mode) (quote double))
6305 6477
6306(autoload (quote double-mode) "double" "\ 6478(autoload (quote double-mode) "double" "\
6307Toggle Double mode. 6479Toggle Double mode.
@@ -6337,7 +6509,7 @@ Play sounds in message buffers.
6337 6509
6338;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6510;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6339;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" 6511;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode"
6340;;;;;; "emacs-lisp/easy-mmode.el" (15866 29794)) 6512;;;;;; "emacs-lisp/easy-mmode.el" (15889 10072))
6341;;; Generated autoloads from emacs-lisp/easy-mmode.el 6513;;; Generated autoloads from emacs-lisp/easy-mmode.el
6342 6514
6343(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) 6515(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
@@ -6411,16 +6583,18 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
6411;;;*** 6583;;;***
6412 6584
6413;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 6585;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
6414;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15753 6586;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15879
6415;;;;;; 23736)) 6587;;;;;; 20200))
6416;;; Generated autoloads from emacs-lisp/easymenu.el 6588;;; Generated autoloads from emacs-lisp/easymenu.el
6417 6589
6418(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) 6590(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
6419 6591
6420(autoload (quote easy-menu-define) "easymenu" "\ 6592(autoload (quote easy-menu-define) "easymenu" "\
6421Define a menu bar submenu in maps MAPS, according to MENU. 6593Define a menu bar submenu in maps MAPS, according to MENU.
6422The menu keymap is stored in symbol SYMBOL, both as its value 6594
6423and as its function definition. DOC is used as the doc string for SYMBOL. 6595If SYMBOL is non-nil, store the menu keymap in the value of SYMBOL,
6596and define SYMBOL as a function to pop up the menu, with DOC as its doc string.
6597If SYMBOL is nil, just store the menu keymap into MAPS.
6424 6598
6425The first element of MENU must be a string. It is the menu bar item name. 6599The first element of MENU must be a string. It is the menu bar item name.
6426It may be followed by the following keyword argument pairs 6600It may be followed by the following keyword argument pairs
@@ -6699,7 +6873,7 @@ It returns the old style symbol.
6699;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use 6873;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use
6700;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol 6874;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol
6701;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse" 6875;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse"
6702;;;;;; "progmodes/ebrowse.el" (15793 40969)) 6876;;;;;; "progmodes/ebrowse.el" (15790 60417))
6703;;; Generated autoloads from progmodes/ebrowse.el 6877;;; Generated autoloads from progmodes/ebrowse.el
6704 6878
6705(autoload (quote ebrowse-tree-mode) "ebrowse" "\ 6879(autoload (quote ebrowse-tree-mode) "ebrowse" "\
@@ -6837,11 +7011,15 @@ variable. You may wish to make it local to each buffer with
6837\(make-local-variable 'edebug-all-defs) in your 7011\(make-local-variable 'edebug-all-defs) in your
6838`emacs-lisp-mode-hook'.") 7012`emacs-lisp-mode-hook'.")
6839 7013
7014(custom-autoload (quote edebug-all-defs) "edebug")
7015
6840(defvar edebug-all-forms nil "\ 7016(defvar edebug-all-forms nil "\
6841*Non-nil evaluation of all forms will instrument for Edebug. 7017*Non-nil evaluation of all forms will instrument for Edebug.
6842This doesn't apply to loading or evaluations in the minibuffer. 7018This doesn't apply to loading or evaluations in the minibuffer.
6843Use the command `edebug-all-forms' to toggle the value of this option.") 7019Use the command `edebug-all-forms' to toggle the value of this option.")
6844 7020
7021(custom-autoload (quote edebug-all-forms) "edebug")
7022
6845(autoload (quote def-edebug-spec) "edebug" "\ 7023(autoload (quote def-edebug-spec) "edebug" "\
6846Set the `edebug-form-spec' property of SYMBOL according to SPEC. 7024Set the `edebug-form-spec' property of SYMBOL according to SPEC.
6847Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol 7025Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol
@@ -6882,7 +7060,7 @@ already is one.)
6882;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 7060;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
6883;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 7061;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
6884;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup 7062;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup
6885;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (15832 11554)) 7063;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (15832 6056))
6886;;; Generated autoloads from ediff.el 7064;;; Generated autoloads from ediff.el
6887 7065
6888(autoload (quote ediff-files) "ediff" "\ 7066(autoload (quote ediff-files) "ediff" "\
@@ -7141,7 +7319,7 @@ Not documented
7141;;;*** 7319;;;***
7142 7320
7143;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 7321;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
7144;;;;;; (15832 11554)) 7322;;;;;; (15832 6056))
7145;;; Generated autoloads from ediff-mult.el 7323;;; Generated autoloads from ediff-mult.el
7146 7324
7147(autoload (quote ediff-show-registry) "ediff-mult" "\ 7325(autoload (quote ediff-show-registry) "ediff-mult" "\
@@ -7228,7 +7406,7 @@ or nil, use a compact 80-column format.
7228;;;*** 7406;;;***
7229 7407
7230;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 7408;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
7231;;;;;; "emulation/edt.el" (15824 23781)) 7409;;;;;; "emulation/edt.el" (15824 23621))
7232;;; Generated autoloads from emulation/edt.el 7410;;; Generated autoloads from emulation/edt.el
7233 7411
7234(autoload (quote edt-set-scroll-margins) "edt" "\ 7412(autoload (quote edt-set-scroll-margins) "edt" "\
@@ -7284,12 +7462,14 @@ Not documented
7284;;;*** 7462;;;***
7285 7463
7286;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 7464;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
7287;;;;;; "eldoc" "emacs-lisp/eldoc.el" (15834 59138)) 7465;;;;;; "eldoc" "emacs-lisp/eldoc.el" (15893 48749))
7288;;; Generated autoloads from emacs-lisp/eldoc.el 7466;;; Generated autoloads from emacs-lisp/eldoc.el
7289 7467
7290(defvar eldoc-minor-mode-string " ElDoc" "\ 7468(defvar eldoc-minor-mode-string " ElDoc" "\
7291*String to display in mode line when Eldoc Mode is enabled; nil for none.") 7469*String to display in mode line when Eldoc Mode is enabled; nil for none.")
7292 7470
7471(custom-autoload (quote eldoc-minor-mode-string) "eldoc")
7472
7293(autoload (quote eldoc-mode) "eldoc" "\ 7473(autoload (quote eldoc-mode) "eldoc" "\
7294Toggle ElDoc mode on or off. 7474Toggle ElDoc mode on or off.
7295Show the defined parameters for the elisp function near point. 7475Show the defined parameters for the elisp function near point.
@@ -7314,8 +7494,8 @@ Unequivocally turn on eldoc-mode (see variable documentation).
7314 7494
7315;;;*** 7495;;;***
7316 7496
7317;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (15819 7497;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (15818
7318;;;;;; 7069)) 7498;;;;;; 46540))
7319;;; Generated autoloads from elide-head.el 7499;;; Generated autoloads from elide-head.el
7320 7500
7321(autoload (quote elide-head) "elide-head" "\ 7501(autoload (quote elide-head) "elide-head" "\
@@ -7331,7 +7511,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
7331;;;*** 7511;;;***
7332 7512
7333;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" 7513;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"
7334;;;;;; (15793 40966)) 7514;;;;;; (15790 59914))
7335;;; Generated autoloads from emacs-lisp/elint.el 7515;;; Generated autoloads from emacs-lisp/elint.el
7336 7516
7337(autoload (quote elint-initialize) "elint" "\ 7517(autoload (quote elint-initialize) "elint" "\
@@ -7480,9 +7660,7 @@ See the command `encoded-kbd-mode' for a description of this minor-mode.
7480Setting this variable directly does not take effect; 7660Setting this variable directly does not take effect;
7481use either \\[customize] or the function `encoded-kbd-mode'.") 7661use either \\[customize] or the function `encoded-kbd-mode'.")
7482 7662
7483(custom-add-to-group (quote encoded-kbd) (quote encoded-kbd-mode) (quote custom-variable)) 7663(custom-autoload (quote encoded-kbd-mode) "encoded-kb")
7484
7485(custom-add-load (quote encoded-kbd-mode) (quote encoded-kb))
7486 7664
7487(autoload (quote encoded-kbd-mode) "encoded-kb" "\ 7665(autoload (quote encoded-kbd-mode) "encoded-kb" "\
7488Toggle Encoded-kbd minor mode. 7666Toggle Encoded-kbd minor mode.
@@ -7531,8 +7709,8 @@ Not documented
7531 7709
7532;;;*** 7710;;;***
7533 7711
7534;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15861 7712;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15620
7535;;;;;; 19590)) 7713;;;;;; 25657))
7536;;; Generated autoloads from eshell/esh-mode.el 7714;;; Generated autoloads from eshell/esh-mode.el
7537 7715
7538(autoload (quote eshell-mode) "esh-mode" "\ 7716(autoload (quote eshell-mode) "esh-mode" "\
@@ -7544,8 +7722,8 @@ Emacs shell interactive mode.
7544 7722
7545;;;*** 7723;;;***
7546 7724
7547;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15861 7725;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15470
7548;;;;;; 19590)) 7726;;;;;; 10698))
7549;;; Generated autoloads from eshell/esh-test.el 7727;;; Generated autoloads from eshell/esh-test.el
7550 7728
7551(autoload (quote eshell-test) "esh-test" "\ 7729(autoload (quote eshell-test) "esh-test" "\
@@ -7601,7 +7779,7 @@ Please include any configuration details that might be involved.
7601;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table 7779;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table
7602;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list 7780;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list
7603;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 7781;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
7604;;;;;; (15827 57894)) 7782;;;;;; (15827 19902))
7605;;; Generated autoloads from progmodes/etags.el 7783;;; Generated autoloads from progmodes/etags.el
7606 7784
7607(defvar tags-file-name nil "\ 7785(defvar tags-file-name nil "\
@@ -7616,6 +7794,8 @@ Use the `etags' program to make a tags table file.")
7616A value of t means case-insensitive, a value of nil means case-sensitive. 7794A value of t means case-insensitive, a value of nil means case-sensitive.
7617Any other value means use the setting of `case-fold-search'.") 7795Any other value means use the setting of `case-fold-search'.")
7618 7796
7797(custom-autoload (quote tags-case-fold-search) "etags")
7798
7619(defvar tags-table-list nil "\ 7799(defvar tags-table-list nil "\
7620*List of file names of tags tables to search. 7800*List of file names of tags tables to search.
7621An element that is a directory means the file \"TAGS\" in that directory. 7801An element that is a directory means the file \"TAGS\" in that directory.
@@ -7623,6 +7803,8 @@ To switch to a new list of tags tables, setting this variable is sufficient.
7623If you set this variable, do not also set `tags-file-name'. 7803If you set this variable, do not also set `tags-file-name'.
7624Use the `etags' program to make a tags table file.") 7804Use the `etags' program to make a tags table file.")
7625 7805
7806(custom-autoload (quote tags-table-list) "etags")
7807
7626(defvar tags-compression-info-list (quote ("" ".Z" ".bz2" ".gz" ".tgz")) "\ 7808(defvar tags-compression-info-list (quote ("" ".Z" ".bz2" ".gz" ".tgz")) "\
7627*List of extensions tried by etags when jka-compr is used. 7809*List of extensions tried by etags when jka-compr is used.
7628An empty string means search the non-compressed file. 7810An empty string means search the non-compressed file.
@@ -7630,23 +7812,31 @@ These extensions will be tried only if jka-compr was activated
7630\(i.e. via customize of `auto-compression-mode' or by calling the function 7812\(i.e. via customize of `auto-compression-mode' or by calling the function
7631`auto-compression-mode').") 7813`auto-compression-mode').")
7632 7814
7815(custom-autoload (quote tags-compression-info-list) "etags")
7816
7633(defvar tags-add-tables (quote ask-user) "\ 7817(defvar tags-add-tables (quote ask-user) "\
7634*Control whether to add a new tags table to the current list. 7818*Control whether to add a new tags table to the current list.
7635t means do; nil means don't (always start a new list). 7819t means do; nil means don't (always start a new list).
7636Any other value means ask the user whether to add a new tags table 7820Any other value means ask the user whether to add a new tags table
7637to the current list (as opposed to starting a new list).") 7821to the current list (as opposed to starting a new list).")
7638 7822
7823(custom-autoload (quote tags-add-tables) "etags")
7824
7639(defvar find-tag-hook nil "\ 7825(defvar find-tag-hook nil "\
7640*Hook to be run by \\[find-tag] after finding a tag. See `run-hooks'. 7826*Hook to be run by \\[find-tag] after finding a tag. See `run-hooks'.
7641The value in the buffer in which \\[find-tag] is done is used, 7827The value in the buffer in which \\[find-tag] is done is used,
7642not the value in the buffer \\[find-tag] goes to.") 7828not the value in the buffer \\[find-tag] goes to.")
7643 7829
7830(custom-autoload (quote find-tag-hook) "etags")
7831
7644(defvar find-tag-default-function nil "\ 7832(defvar find-tag-default-function nil "\
7645*A function of no arguments used by \\[find-tag] to pick a default tag. 7833*A function of no arguments used by \\[find-tag] to pick a default tag.
7646If nil, and the symbol that is the value of `major-mode' 7834If nil, and the symbol that is the value of `major-mode'
7647has a `find-tag-default-function' property (see `put'), that is used. 7835has a `find-tag-default-function' property (see `put'), that is used.
7648Otherwise, `find-tag-default' is used.") 7836Otherwise, `find-tag-default' is used.")
7649 7837
7838(custom-autoload (quote find-tag-default-function) "etags")
7839
7650(autoload (quote visit-tags-table) "etags" "\ 7840(autoload (quote visit-tags-table) "etags" "\
7651Tell tags commands to use tags table file FILE. 7841Tell tags commands to use tags table file FILE.
7652FILE should be the name of a file created with the `etags' program. 7842FILE should be the name of a file created with the `etags' program.
@@ -8069,7 +8259,7 @@ Transcribe Ethiopic characters in ASCII depending on the file extension.
8069 8259
8070;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 8260;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
8071;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 8261;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
8072;;;;;; (15793 40969)) 8262;;;;;; (15791 51837))
8073;;; Generated autoloads from net/eudc.el 8263;;; Generated autoloads from net/eudc.el
8074 8264
8075(autoload (quote eudc-set-server) "eudc" "\ 8265(autoload (quote eudc-set-server) "eudc" "\
@@ -8533,7 +8723,7 @@ Unconditionally turn on Fast Lock mode.
8533 8723
8534;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 8724;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
8535;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 8725;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
8536;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15832 11581)) 8726;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15832 6910))
8537;;; Generated autoloads from mail/feedmail.el 8727;;; Generated autoloads from mail/feedmail.el
8538 8728
8539(autoload (quote feedmail-send-it) "feedmail" "\ 8729(autoload (quote feedmail-send-it) "feedmail" "\
@@ -8587,7 +8777,7 @@ you can set feedmail-queue-reminder-alist to nil.
8587;;;*** 8777;;;***
8588 8778
8589;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 8779;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
8590;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (15832 30039)) 8780;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (15832 29476))
8591;;; Generated autoloads from ffap.el 8781;;; Generated autoloads from ffap.el
8592 8782
8593(autoload (quote ffap-next) "ffap" "\ 8783(autoload (quote ffap-next) "ffap" "\
@@ -8665,7 +8855,7 @@ the name is considered already unique; only the second substitution
8665;;;*** 8855;;;***
8666 8856
8667;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 8857;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
8668;;;;;; find-ls-option) "find-dired" "find-dired.el" (15837 7290)) 8858;;;;;; find-ls-option) "find-dired" "find-dired.el" (15837 6130))
8669;;; Generated autoloads from find-dired.el 8859;;; Generated autoloads from find-dired.el
8670 8860
8671(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ 8861(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -8674,11 +8864,15 @@ This is a cons of two strings (FIND-OPTION . LS-SWITCHES). FIND-OPTION
8674gives the option (or options) to `find' that produce the desired output. 8864gives the option (or options) to `find' that produce the desired output.
8675LS-SWITCHES is a list of `ls' switches to tell dired how to parse the output.") 8865LS-SWITCHES is a list of `ls' switches to tell dired how to parse the output.")
8676 8866
8867(custom-autoload (quote find-ls-option) "find-dired")
8868
8677(defvar find-grep-options (if (or (eq system-type (quote berkeley-unix)) (string-match "solaris2" system-configuration) (string-match "irix" system-configuration)) "-s" "-q") "\ 8869(defvar find-grep-options (if (or (eq system-type (quote berkeley-unix)) (string-match "solaris2" system-configuration) (string-match "irix" system-configuration)) "-s" "-q") "\
8678*Option to grep to be as silent as possible. 8870*Option to grep to be as silent as possible.
8679On Berkeley systems, this is `-s'; on Posix, and with GNU grep, `-q' does it. 8871On Berkeley systems, this is `-s'; on Posix, and with GNU grep, `-q' does it.
8680On other systems, the closest you can come is to use `-l'.") 8872On other systems, the closest you can come is to use `-l'.")
8681 8873
8874(custom-autoload (quote find-grep-options) "find-dired")
8875
8682(autoload (quote find-dired) "find-dired" "\ 8876(autoload (quote find-dired) "find-dired" "\
8683Run `find' and go into Dired mode on a buffer of the output. 8877Run `find' and go into Dired mode on a buffer of the output.
8684The command run (after changing into DIR) is 8878The command run (after changing into DIR) is
@@ -8714,7 +8908,7 @@ Thus ARG can also contain additional grep options.
8714 8908
8715;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 8909;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
8716;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 8910;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
8717;;;;;; (15806 54403)) 8911;;;;;; (15803 6308))
8718;;; Generated autoloads from find-file.el 8912;;; Generated autoloads from find-file.el
8719 8913
8720(autoload (quote ff-get-other-file) "find-file" "\ 8914(autoload (quote ff-get-other-file) "find-file" "\
@@ -8799,7 +8993,7 @@ Visit the file you click on in another window.
8799;;;;;; find-variable-other-window find-variable find-variable-noselect 8993;;;;;; find-variable-other-window find-variable find-variable-noselect
8800;;;;;; find-function-other-frame find-function-other-window find-function 8994;;;;;; find-function-other-frame find-function-other-window find-function
8801;;;;;; find-function-noselect find-function-search-for-symbol find-library) 8995;;;;;; find-function-noselect find-function-search-for-symbol find-library)
8802;;;;;; "find-func" "emacs-lisp/find-func.el" (15762 1885)) 8996;;;;;; "find-func" "emacs-lisp/find-func.el" (15894 19684))
8803;;; Generated autoloads from emacs-lisp/find-func.el 8997;;; Generated autoloads from emacs-lisp/find-func.el
8804 8998
8805(autoload (quote find-library) "find-func" "\ 8999(autoload (quote find-library) "find-func" "\
@@ -8940,7 +9134,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
8940;;;*** 9134;;;***
8941 9135
8942;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 9136;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
8943;;;;;; "finder" "finder.el" (15855 62628)) 9137;;;;;; "finder" "finder.el" (15887 19001))
8944;;; Generated autoloads from finder.el 9138;;; Generated autoloads from finder.el
8945 9139
8946(autoload (quote finder-list-keywords) "finder" "\ 9140(autoload (quote finder-list-keywords) "finder" "\
@@ -8992,6 +9186,8 @@ to get the effect of a C-q.
8992*String displayed on the modeline when flyspell is active. 9186*String displayed on the modeline when flyspell is active.
8993Set this to nil if you don't want a modeline indicator.") 9187Set this to nil if you don't want a modeline indicator.")
8994 9188
9189(custom-autoload (quote flyspell-mode-line-string) "flyspell")
9190
8995(autoload (quote flyspell-prog-mode) "flyspell" "\ 9191(autoload (quote flyspell-prog-mode) "flyspell" "\
8996Turn on `flyspell-mode' for comments and strings. 9192Turn on `flyspell-mode' for comments and strings.
8997 9193
@@ -9057,7 +9253,7 @@ Flyspell whole buffer.
9057 9253
9058;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 9254;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
9059;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 9255;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
9060;;;;;; (15832 30039)) 9256;;;;;; (15832 29330))
9061;;; Generated autoloads from follow.el 9257;;; Generated autoloads from follow.el
9062 9258
9063(autoload (quote turn-on-follow-mode) "follow" "\ 9259(autoload (quote turn-on-follow-mode) "follow" "\
@@ -9133,7 +9329,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
9133 9329
9134;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords 9330;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords
9135;;;;;; font-lock-add-keywords) "font-lock" "font-lock.el" (15851 9331;;;;;; font-lock-add-keywords) "font-lock" "font-lock.el" (15851
9136;;;;;; 40734)) 9332;;;;;; 34713))
9137;;; Generated autoloads from font-lock.el 9333;;; Generated autoloads from font-lock.el
9138 9334
9139(autoload (quote font-lock-add-keywords) "font-lock" "\ 9335(autoload (quote font-lock-add-keywords) "font-lock" "\
@@ -9265,7 +9461,7 @@ Visit a file in Forms mode in other window.
9265;;;*** 9461;;;***
9266 9462
9267;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 9463;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
9268;;;;;; "progmodes/fortran.el" (15866 25919)) 9464;;;;;; "progmodes/fortran.el" (15863 57597))
9269;;; Generated autoloads from progmodes/fortran.el 9465;;; Generated autoloads from progmodes/fortran.el
9270 9466
9271(defvar fortran-tab-mode-default nil "\ 9467(defvar fortran-tab-mode-default nil "\
@@ -9274,6 +9470,8 @@ A value of t specifies tab-digit style of continuation control.
9274A value of nil specifies that continuation lines are marked 9470A value of nil specifies that continuation lines are marked
9275with a character in column 6.") 9471with a character in column 6.")
9276 9472
9473(custom-autoload (quote fortran-tab-mode-default) "fortran")
9474
9277(autoload (quote fortran-mode) "fortran" "\ 9475(autoload (quote fortran-mode) "fortran" "\
9278Major mode for editing Fortran code. 9476Major mode for editing Fortran code.
9279\\[fortran-indent-line] indents the current Fortran line correctly. 9477\\[fortran-indent-line] indents the current Fortran line correctly.
@@ -9349,7 +9547,7 @@ with no args, if that value is non-nil.
9349;;;*** 9547;;;***
9350 9548
9351;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 9549;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
9352;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (15827 6743)) 9550;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (15195 62737))
9353;;; Generated autoloads from play/fortune.el 9551;;; Generated autoloads from play/fortune.el
9354 9552
9355(autoload (quote fortune-add-fortune) "fortune" "\ 9553(autoload (quote fortune-add-fortune) "fortune" "\
@@ -9399,7 +9597,7 @@ and choose the directory as the fortune-file.
9399;;;*** 9597;;;***
9400 9598
9401;;;### (autoloads (set-fringe-style fringe-mode) "fringe" "fringe.el" 9599;;;### (autoloads (set-fringe-style fringe-mode) "fringe" "fringe.el"
9402;;;;;; (15843 64036)) 9600;;;;;; (15600 45018))
9403;;; Generated autoloads from fringe.el 9601;;; Generated autoloads from fringe.el
9404 9602
9405(autoload (quote fringe-mode) "fringe" "\ 9603(autoload (quote fringe-mode) "fringe" "\
@@ -9429,7 +9627,7 @@ If you want to set appearance of fringes on all frames, see `fringe-mode'.
9429 9627
9430;;;*** 9628;;;***
9431 9629
9432;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (15866 25921)) 9630;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (15898 7844))
9433;;; Generated autoloads from gdb-ui.el 9631;;; Generated autoloads from gdb-ui.el
9434 9632
9435(autoload (quote gdba) "gdb-ui" "\ 9633(autoload (quote gdba) "gdb-ui" "\
@@ -9459,9 +9657,9 @@ Source buffer | Input/Output (of debuggee) buffer
9459 | 9657 |
9460--------------------------------------------------------------------- 9658---------------------------------------------------------------------
9461Stack buffer | Breakpoints buffer 9659Stack buffer | Breakpoints buffer
9462\[mouse-2] gdb-frames-mouse-select | SPC gdb-toggle-bp-this-line 9660 RET gdb-frames-select | SPC gdb-toggle-breakpoint
9463 | g gdb-goto-bp-this-line 9661 | RET gdb-goto-breakpoint
9464 | d gdb-delete-bp-this-line 9662 | d gdb-delete-breakpoint
9465--------------------------------------------------------------------- 9663---------------------------------------------------------------------
9466 9664
9467All the buffers share the toolbar and source should always display in the same 9665All the buffers share the toolbar and source should always display in the same
@@ -9550,7 +9748,7 @@ at places they belong to.
9550;;;*** 9748;;;***
9551 9749
9552;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 9750;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
9553;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15847 42307)) 9751;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15847 36480))
9554;;; Generated autoloads from gnus/gnus.el 9752;;; Generated autoloads from gnus/gnus.el
9555 9753
9556(autoload (quote gnus-slave-no-server) "gnus" "\ 9754(autoload (quote gnus-slave-no-server) "gnus" "\
@@ -9629,7 +9827,7 @@ Not documented
9629;;;*** 9827;;;***
9630 9828
9631;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 9829;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
9632;;;;;; (15847 42307)) 9830;;;;;; (15847 36479))
9633;;; Generated autoloads from gnus/gnus-art.el 9831;;; Generated autoloads from gnus/gnus-art.el
9634 9832
9635(autoload (quote gnus-article-prepare-display) "gnus-art" "\ 9833(autoload (quote gnus-article-prepare-display) "gnus-art" "\
@@ -9676,7 +9874,7 @@ Generate NOV files recursively starting in DIR.
9676;;;*** 9874;;;***
9677 9875
9678;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 9876;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
9679;;;;;; "gnus-group" "gnus/gnus-group.el" (15847 42307)) 9877;;;;;; "gnus-group" "gnus/gnus-group.el" (15847 36479))
9680;;; Generated autoloads from gnus/gnus-group.el 9878;;; Generated autoloads from gnus/gnus-group.el
9681 9879
9682(autoload (quote gnus-fetch-group) "gnus-group" "\ 9880(autoload (quote gnus-fetch-group) "gnus-group" "\
@@ -9726,7 +9924,7 @@ Minor mode for providing mailing-list commands.
9726 9924
9727;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 9925;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
9728;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 9926;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
9729;;;;;; (15847 42307)) 9927;;;;;; (15847 36479))
9730;;; Generated autoloads from gnus/gnus-mlspl.el 9928;;; Generated autoloads from gnus/gnus-mlspl.el
9731 9929
9732(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ 9930(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\
@@ -9838,7 +10036,7 @@ Update the .newsrc.eld file to reflect the change of nntp server.
9838;;;*** 10036;;;***
9839 10037
9840;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15847 10038;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15847
9841;;;;;; 42307)) 10039;;;;;; 36479))
9842;;; Generated autoloads from gnus/gnus-msg.el 10040;;; Generated autoloads from gnus/gnus-msg.el
9843 10041
9844(autoload (quote gnus-msg-mail) "gnus-msg" "\ 10042(autoload (quote gnus-msg-mail) "gnus-msg" "\
@@ -9853,7 +10051,7 @@ Gcc: header for archiving purposes.
9853;;;*** 10051;;;***
9854 10052
9855;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el" 10053;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el"
9856;;;;;; (15847 42307)) 10054;;;;;; (15847 36479))
9857;;; Generated autoloads from gnus/gnus-mule.el 10055;;; Generated autoloads from gnus/gnus-mule.el
9858 10056
9859(autoload (quote gnus-mule-add-group) "gnus-mule" "\ 10057(autoload (quote gnus-mule-add-group) "gnus-mule" "\
@@ -9921,7 +10119,7 @@ Declare backend NAME with ABILITIES as a Gnus backend.
9921;;;*** 10119;;;***
9922 10120
9923;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 10121;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
9924;;;;;; (15847 42307)) 10122;;;;;; (15847 36480))
9925;;; Generated autoloads from gnus/gnus-win.el 10123;;; Generated autoloads from gnus/gnus-win.el
9926 10124
9927(autoload (quote gnus-add-configuration) "gnus-win" "\ 10125(autoload (quote gnus-add-configuration) "gnus-win" "\
@@ -9958,7 +10156,7 @@ Use \\[describe-mode] for more info.
9958;;;*** 10156;;;***
9959 10157
9960;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) 10158;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse)
9961;;;;;; "goto-addr" "net/goto-addr.el" (15806 54404)) 10159;;;;;; "goto-addr" "net/goto-addr.el" (15806 53137))
9962;;; Generated autoloads from net/goto-addr.el 10160;;; Generated autoloads from net/goto-addr.el
9963 10161
9964(autoload (quote goto-address-at-mouse) "goto-addr" "\ 10162(autoload (quote goto-address-at-mouse) "goto-addr" "\
@@ -10004,7 +10202,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
10004;;;*** 10202;;;***
10005 10203
10006;;;### (autoloads (bashdb jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" 10204;;;### (autoloads (bashdb jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
10007;;;;;; (15862 28067)) 10205;;;;;; (15876 62350))
10008;;; Generated autoloads from gud.el 10206;;; Generated autoloads from gud.el
10009 10207
10010(autoload (quote gdb) "gud" "\ 10208(autoload (quote gdb) "gud" "\
@@ -10126,7 +10324,7 @@ to be updated.
10126 10324
10127;;;### (autoloads (describe-categories describe-syntax describe-variable 10325;;;### (autoloads (describe-categories describe-syntax describe-variable
10128;;;;;; variable-at-point describe-function-1 describe-function locate-library 10326;;;;;; variable-at-point describe-function-1 describe-function locate-library
10129;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15835 61131)) 10327;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15894 2323))
10130;;; Generated autoloads from help-fns.el 10328;;; Generated autoloads from help-fns.el
10131 10329
10132(autoload (quote help-with-tutorial) "help-fns" "\ 10330(autoload (quote help-with-tutorial) "help-fns" "\
@@ -10204,6 +10402,8 @@ and window listing and describing the options.
10204A value of nil means skip the middle step, so that 10402A value of nil means skip the middle step, so that
10205\\[help-command] \\[help-command] gives the window that lists the options.") 10403\\[help-command] \\[help-command] gives the window that lists the options.")
10206 10404
10405(custom-autoload (quote three-step-help) "help-macro")
10406
10207;;;*** 10407;;;***
10208 10408
10209;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 10409;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
@@ -10304,7 +10504,7 @@ Provide help for current mode.
10304;;;*** 10504;;;***
10305 10505
10306;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 10506;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
10307;;;;;; "hexl.el" (15806 54403)) 10507;;;;;; "hexl.el" (15796 33664))
10308;;; Generated autoloads from hexl.el 10508;;; Generated autoloads from hexl.el
10309 10509
10310(autoload (quote hexl-mode) "hexl" "\ 10510(autoload (quote hexl-mode) "hexl" "\
@@ -10400,15 +10600,13 @@ This discards the buffer's undo information.
10400;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 10600;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
10401;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 10601;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
10402;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (15824 10602;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (15824
10403;;;;;; 18278)) 10603;;;;;; 18159))
10404;;; Generated autoloads from hi-lock.el 10604;;; Generated autoloads from hi-lock.el
10405 10605
10406(defvar hi-lock-mode nil "\ 10606(defvar hi-lock-mode nil "\
10407Toggle hi-lock, for interactively adding font-lock text-highlighting patterns.") 10607Toggle hi-lock, for interactively adding font-lock text-highlighting patterns.")
10408 10608
10409(custom-add-to-group (quote hi-lock-interactive-text-highlighting) (quote hi-lock-mode) (quote custom-variable)) 10609(custom-autoload (quote hi-lock-mode) "hi-lock")
10410
10411(custom-add-load (quote hi-lock-mode) (quote hi-lock))
10412 10610
10413(autoload (quote hi-lock-mode) "hi-lock" "\ 10611(autoload (quote hi-lock-mode) "hi-lock" "\
10414Toggle minor mode for interactively adding font-lock highlighting patterns. 10612Toggle minor mode for interactively adding font-lock highlighting patterns.
@@ -10553,12 +10751,18 @@ how the hiding is done:
10553(defvar hide-ifdef-initially nil "\ 10751(defvar hide-ifdef-initially nil "\
10554*Non-nil means call `hide-ifdefs' when Hide-Ifdef mode is first activated.") 10752*Non-nil means call `hide-ifdefs' when Hide-Ifdef mode is first activated.")
10555 10753
10754(custom-autoload (quote hide-ifdef-initially) "hideif")
10755
10556(defvar hide-ifdef-read-only nil "\ 10756(defvar hide-ifdef-read-only nil "\
10557*Set to non-nil if you want buffer to be read-only while hiding text.") 10757*Set to non-nil if you want buffer to be read-only while hiding text.")
10558 10758
10759(custom-autoload (quote hide-ifdef-read-only) "hideif")
10760
10559(defvar hide-ifdef-lines nil "\ 10761(defvar hide-ifdef-lines nil "\
10560*Non-nil means hide the #ifX, #else, and #endif lines.") 10762*Non-nil means hide the #ifX, #else, and #endif lines.")
10561 10763
10764(custom-autoload (quote hide-ifdef-lines) "hideif")
10765
10562;;;*** 10766;;;***
10563 10767
10564;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) 10768;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)
@@ -10568,6 +10772,8 @@ how the hiding is done:
10568(defvar hs-hide-comments-when-hiding-all t "\ 10772(defvar hs-hide-comments-when-hiding-all t "\
10569*Hide the comments too when you do an `hs-hide-all'.") 10773*Hide the comments too when you do an `hs-hide-all'.")
10570 10774
10775(custom-autoload (quote hs-hide-comments-when-hiding-all) "hideshow")
10776
10571(defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\ 10777(defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\
10572*Alist for initializing the hideshow variables for different modes. 10778*Alist for initializing the hideshow variables for different modes.
10573Each element has the form 10779Each element has the form
@@ -10747,33 +10953,49 @@ The list of expansion functions tried in order by `hippie-expand'.
10747To change the behavior of `hippie-expand', remove, change the order of, 10953To change the behavior of `hippie-expand', remove, change the order of,
10748or insert functions in this list.") 10954or insert functions in this list.")
10749 10955
10956(custom-autoload (quote hippie-expand-try-functions-list) "hippie-exp")
10957
10750(defvar hippie-expand-verbose t "\ 10958(defvar hippie-expand-verbose t "\
10751*Non-nil makes `hippie-expand' output which function it is trying.") 10959*Non-nil makes `hippie-expand' output which function it is trying.")
10752 10960
10961(custom-autoload (quote hippie-expand-verbose) "hippie-exp")
10962
10753(defvar hippie-expand-dabbrev-skip-space nil "\ 10963(defvar hippie-expand-dabbrev-skip-space nil "\
10754*Non-nil means tolerate trailing spaces in the abbreviation to expand.") 10964*Non-nil means tolerate trailing spaces in the abbreviation to expand.")
10755 10965
10966(custom-autoload (quote hippie-expand-dabbrev-skip-space) "hippie-exp")
10967
10756(defvar hippie-expand-dabbrev-as-symbol t "\ 10968(defvar hippie-expand-dabbrev-as-symbol t "\
10757*Non-nil means expand as symbols, i.e. syntax `_' is considered a letter.") 10969*Non-nil means expand as symbols, i.e. syntax `_' is considered a letter.")
10758 10970
10971(custom-autoload (quote hippie-expand-dabbrev-as-symbol) "hippie-exp")
10972
10759(defvar hippie-expand-no-restriction t "\ 10973(defvar hippie-expand-no-restriction t "\
10760*Non-nil means that narrowed buffers are widened during search.") 10974*Non-nil means that narrowed buffers are widened during search.")
10761 10975
10976(custom-autoload (quote hippie-expand-no-restriction) "hippie-exp")
10977
10762(defvar hippie-expand-max-buffers nil "\ 10978(defvar hippie-expand-max-buffers nil "\
10763*The maximum number of buffers (apart from the current) searched. 10979*The maximum number of buffers (apart from the current) searched.
10764If nil, all buffers are searched.") 10980If nil, all buffers are searched.")
10765 10981
10982(custom-autoload (quote hippie-expand-max-buffers) "hippie-exp")
10983
10766(defvar hippie-expand-ignore-buffers (quote ("^ \\*.*\\*$" dired-mode)) "\ 10984(defvar hippie-expand-ignore-buffers (quote ("^ \\*.*\\*$" dired-mode)) "\
10767*A list specifying which buffers not to search (if not current). 10985*A list specifying which buffers not to search (if not current).
10768Can contain both regexps matching buffer names (as strings) and major modes 10986Can contain both regexps matching buffer names (as strings) and major modes
10769\(as atoms)") 10987\(as atoms)")
10770 10988
10989(custom-autoload (quote hippie-expand-ignore-buffers) "hippie-exp")
10990
10771(defvar hippie-expand-only-buffers nil "\ 10991(defvar hippie-expand-only-buffers nil "\
10772*A list specifying the only buffers to search (in addition to current). 10992*A list specifying the only buffers to search (in addition to current).
10773Can contain both regexps matching buffer names (as strings) and major modes 10993Can contain both regexps matching buffer names (as strings) and major modes
10774\(as atoms). If non-nil, this variable overrides the variable 10994\(as atoms). If non-nil, this variable overrides the variable
10775`hippie-expand-ignore-buffers'.") 10995`hippie-expand-ignore-buffers'.")
10776 10996
10997(custom-autoload (quote hippie-expand-only-buffers) "hippie-exp")
10998
10777(autoload (quote hippie-expand) "hippie-exp" "\ 10999(autoload (quote hippie-expand) "hippie-exp" "\
10778Try to expand text before point, using multiple methods. 11000Try to expand text before point, using multiple methods.
10779The expansion functions in `hippie-expand-try-functions-list' are 11001The expansion functions in `hippie-expand-try-functions-list' are
@@ -10796,7 +11018,7 @@ argument VERBOSE non-nil makes the function verbose.
10796;;;*** 11018;;;***
10797 11019
10798;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 11020;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
10799;;;;;; (15831 18549)) 11021;;;;;; (15521 40298))
10800;;; Generated autoloads from hl-line.el 11022;;; Generated autoloads from hl-line.el
10801 11023
10802(autoload (quote hl-line-mode) "hl-line" "\ 11024(autoload (quote hl-line-mode) "hl-line" "\
@@ -10813,9 +11035,7 @@ See the command `global-hl-line-mode' for a description of this minor-mode.
10813Setting this variable directly does not take effect; 11035Setting this variable directly does not take effect;
10814use either \\[customize] or the function `global-hl-line-mode'.") 11036use either \\[customize] or the function `global-hl-line-mode'.")
10815 11037
10816(custom-add-to-group (quote hl-line) (quote global-hl-line-mode) (quote custom-variable)) 11038(custom-autoload (quote global-hl-line-mode) "hl-line")
10817
10818(custom-add-load (quote global-hl-line-mode) (quote hl-line))
10819 11039
10820(autoload (quote global-hl-line-mode) "hl-line" "\ 11040(autoload (quote global-hl-line-mode) "hl-line" "\
10821Toggle Hl-Line mode in every buffer. 11041Toggle Hl-Line mode in every buffer.
@@ -10899,7 +11119,7 @@ Also see `automatic-hscrolling'.
10899;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group 11119;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
10900;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group 11120;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
10901;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode 11121;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
10902;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15861 19605)) 11122;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15861 11075))
10903;;; Generated autoloads from ibuf-ext.el 11123;;; Generated autoloads from ibuf-ext.el
10904 11124
10905(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ 11125(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
@@ -11337,7 +11557,7 @@ bound to the current value of the filter.
11337;;;*** 11557;;;***
11338 11558
11339;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 11559;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
11340;;;;;; "ibuffer" "ibuffer.el" (15861 19605)) 11560;;;;;; "ibuffer" "ibuffer.el" (15861 11075))
11341;;; Generated autoloads from ibuffer.el 11561;;; Generated autoloads from ibuffer.el
11342 11562
11343(autoload (quote ibuffer-list-buffers) "ibuffer" "\ 11563(autoload (quote ibuffer-list-buffers) "ibuffer" "\
@@ -11435,7 +11655,7 @@ with no args, if that value is non-nil.
11435;;;*** 11655;;;***
11436 11656
11437;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 11657;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
11438;;;;;; (15793 40970)) 11658;;;;;; (15790 55821))
11439;;; Generated autoloads from progmodes/idlw-shell.el 11659;;; Generated autoloads from progmodes/idlw-shell.el
11440 11660
11441(autoload (quote idlwave-shell) "idlw-shell" "\ 11661(autoload (quote idlwave-shell) "idlw-shell" "\
@@ -11461,7 +11681,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
11461;;;*** 11681;;;***
11462 11682
11463;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 11683;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
11464;;;;;; (15793 40971)) 11684;;;;;; (15791 49779))
11465;;; Generated autoloads from progmodes/idlwave.el 11685;;; Generated autoloads from progmodes/idlwave.el
11466 11686
11467(autoload (quote idlwave-mode) "idlwave" "\ 11687(autoload (quote idlwave-mode) "idlwave" "\
@@ -11592,7 +11812,7 @@ The main features of this mode are
11592;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame 11812;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame
11593;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 11813;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
11594;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido" 11814;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido"
11595;;;;;; "ido.el" (15847 42308)) 11815;;;;;; "ido.el" (15869 49553))
11596;;; Generated autoloads from ido.el 11816;;; Generated autoloads from ido.el
11597 11817
11598(defvar ido-mode nil "\ 11818(defvar ido-mode nil "\
@@ -11607,9 +11827,7 @@ should be enabled. The following values are possible:
11607Setting this variable directly does not take effect; 11827Setting this variable directly does not take effect;
11608use either \\[customize] or the function `ido-mode'.") 11828use either \\[customize] or the function `ido-mode'.")
11609 11829
11610(custom-add-to-group (quote ido) (quote ido-mode) (quote custom-variable)) 11830(custom-autoload (quote ido-mode) "ido")
11611
11612(custom-add-load (quote ido-mode) (quote ido))
11613 11831
11614(autoload (quote ido-mode) "ido" "\ 11832(autoload (quote ido-mode) "ido" "\
11615Toggle ido speed-ups on or off. 11833Toggle ido speed-ups on or off.
@@ -11837,7 +12055,7 @@ See `read-file-name' for additional parameters.
11837 12055
11838;;;*** 12056;;;***
11839 12057
11840;;;### (autoloads (ielm) "ielm" "ielm.el" (15806 54403)) 12058;;;### (autoloads (ielm) "ielm" "ielm.el" (15796 33901))
11841;;; Generated autoloads from ielm.el 12059;;; Generated autoloads from ielm.el
11842 (add-hook 'same-window-buffer-names "*ielm*") 12060 (add-hook 'same-window-buffer-names "*ielm*")
11843 12061
@@ -11851,7 +12069,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
11851 12069
11852;;;### (autoloads (defimage find-image remove-images insert-image 12070;;;### (autoloads (defimage find-image remove-images insert-image
11853;;;;;; put-image create-image image-type-available-p image-type-from-file-header 12071;;;;;; put-image create-image image-type-available-p image-type-from-file-header
11854;;;;;; image-type-from-data) "image" "image.el" (15813 22869)) 12072;;;;;; image-type-from-data) "image" "image.el" (15812 57253))
11855;;; Generated autoloads from image.el 12073;;; Generated autoloads from image.el
11856 12074
11857(autoload (quote image-type-from-data) "image" "\ 12075(autoload (quote image-type-from-data) "image" "\
@@ -11966,7 +12184,7 @@ Example:
11966 12184
11967;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 12185;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
11968;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 12186;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
11969;;;;;; "image-file.el" (15786 18682)) 12187;;;;;; "image-file.el" (15786 7485))
11970;;; Generated autoloads from image-file.el 12188;;; Generated autoloads from image-file.el
11971 12189
11972(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ 12190(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\
@@ -11979,6 +12197,8 @@ setting this variable directly does not take effect unless
11979`auto-image-file-mode' is re-enabled; this happens automatically when 12197`auto-image-file-mode' is re-enabled; this happens automatically when
11980the variable is set using \\[customize].") 12198the variable is set using \\[customize].")
11981 12199
12200(custom-autoload (quote image-file-name-extensions) "image-file")
12201
11982(defvar image-file-name-regexps nil "\ 12202(defvar image-file-name-regexps nil "\
11983*List of regexps matching image-file filenames. 12203*List of regexps matching image-file filenames.
11984Filenames matching one of these regexps are considered image files, 12204Filenames matching one of these regexps are considered image files,
@@ -11989,6 +12209,8 @@ enabled, setting this variable directly does not take effect unless
11989`auto-image-file-mode' is re-enabled; this happens automatically when 12209`auto-image-file-mode' is re-enabled; this happens automatically when
11990the variable is set using \\[customize].") 12210the variable is set using \\[customize].")
11991 12211
12212(custom-autoload (quote image-file-name-regexps) "image-file")
12213
11992(autoload (quote image-file-name-regexp) "image-file" "\ 12214(autoload (quote image-file-name-regexp) "image-file" "\
11993Return a regular expression matching image-file filenames. 12215Return a regular expression matching image-file filenames.
11994 12216
@@ -12007,9 +12229,7 @@ See the command `auto-image-file-mode' for a description of this minor-mode.
12007Setting this variable directly does not take effect; 12229Setting this variable directly does not take effect;
12008use either \\[customize] or the function `auto-image-file-mode'.") 12230use either \\[customize] or the function `auto-image-file-mode'.")
12009 12231
12010(custom-add-to-group (quote image) (quote auto-image-file-mode) (quote custom-variable)) 12232(custom-autoload (quote auto-image-file-mode) "image-file")
12011
12012(custom-add-load (quote auto-image-file-mode) (quote image-file))
12013 12233
12014(autoload (quote auto-image-file-mode) "image-file" "\ 12234(autoload (quote auto-image-file-mode) "image-file" "\
12015Toggle visiting of image files as images. 12235Toggle visiting of image files as images.
@@ -12043,6 +12263,8 @@ The function should take two arguments and return t if the first
12043element should come before the second. The arguments are cons cells; 12263element should come before the second. The arguments are cons cells;
12044\(NAME . POSITION). Look at `imenu--sort-by-name' for an example.") 12264\(NAME . POSITION). Look at `imenu--sort-by-name' for an example.")
12045 12265
12266(custom-autoload (quote imenu-sort-function) "imenu")
12267
12046(defvar imenu-generic-expression nil "\ 12268(defvar imenu-generic-expression nil "\
12047The regex pattern to use for creating a buffer index. 12269The regex pattern to use for creating a buffer index.
12048 12270
@@ -12277,7 +12499,7 @@ of `inferior-lisp-program'). Runs the hooks from
12277;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 12499;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
12278;;;;;; Info-goto-emacs-command-node Info-directory info-standalone 12500;;;;;; Info-goto-emacs-command-node Info-directory info-standalone
12279;;;;;; info-emacs-manual info info-other-window) "info" "info.el" 12501;;;;;; info-emacs-manual info info-other-window) "info" "info.el"
12280;;;;;; (15857 5880)) 12502;;;;;; (15883 53820))
12281;;; Generated autoloads from info.el 12503;;; Generated autoloads from info.el
12282 12504
12283(autoload (quote info-other-window) "info" "\ 12505(autoload (quote info-other-window) "info" "\
@@ -12347,7 +12569,7 @@ This will add a speedbar major display mode.
12347 12569
12348;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 12570;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
12349;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 12571;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
12350;;;;;; (15671 1671)) 12572;;;;;; (15887 19001))
12351;;; Generated autoloads from info-look.el 12573;;; Generated autoloads from info-look.el
12352 12574
12353(autoload (quote info-lookup-reset) "info-look" "\ 12575(autoload (quote info-lookup-reset) "info-look" "\
@@ -12585,7 +12807,7 @@ Add submenus to the Files menu, to convert to and from various formats.
12585;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 12807;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
12586;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist 12808;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist
12587;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) 12809;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary)
12588;;;;;; "ispell" "textmodes/ispell.el" (15851 40733)) 12810;;;;;; "ispell" "textmodes/ispell.el" (15898 7843))
12589;;; Generated autoloads from textmodes/ispell.el 12811;;; Generated autoloads from textmodes/ispell.el
12590 12812
12591(defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ 12813(defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\
@@ -12596,10 +12818,14 @@ Non nil if using XEmacs.")
12596If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, 12818If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used,
12597where DICTNAME is the name of your default dictionary.") 12819where DICTNAME is the name of your default dictionary.")
12598 12820
12821(custom-autoload (quote ispell-personal-dictionary) "ispell")
12822
12599(defvar ispell-local-dictionary-alist nil "\ 12823(defvar ispell-local-dictionary-alist nil "\
12600*Contains local or customized dictionary definitions. 12824*Contains local or customized dictionary definitions.
12601See `ispell-dictionary-alist'.") 12825See `ispell-dictionary-alist'.")
12602 12826
12827(custom-autoload (quote ispell-local-dictionary-alist) "ispell")
12828
12603(setq ispell-dictionary-alist-1 (quote ((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("american" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("brasileiro" "[A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[^A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[']" nil ("-d" "brasileiro") nil iso-8859-1) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "british") nil iso-8859-1) ("castellano" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B" "-d" "castellano") "~tex" iso-8859-1) ("castellano8" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B" "-d" "castellano") "~latin1" iso-8859-1)))) 12829(setq ispell-dictionary-alist-1 (quote ((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("american" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("brasileiro" "[A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[^A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[']" nil ("-d" "brasileiro") nil iso-8859-1) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "british") nil iso-8859-1) ("castellano" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B" "-d" "castellano") "~tex" iso-8859-1) ("castellano8" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B" "-d" "castellano") "~latin1" iso-8859-1))))
12604 12830
12605(setq ispell-dictionary-alist-2 (quote (("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B" "-d" "czech") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)))) 12831(setq ispell-dictionary-alist-2 (quote (("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B" "-d" "czech") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1))))
@@ -12660,6 +12886,8 @@ Note that the CASECHARS and OTHERCHARS slots of the alist should
12660contain the same character set as casechars and otherchars in the 12886contain the same character set as casechars and otherchars in the
12661LANGUAGE.aff file (e.g., english.aff).") 12887LANGUAGE.aff file (e.g., english.aff).")
12662 12888
12889(custom-autoload (quote ispell-dictionary-alist) "ispell")
12890
12663(defvar ispell-menu-map nil "\ 12891(defvar ispell-menu-map nil "\
12664Key map for ispell menu.") 12892Key map for ispell menu.")
12665 12893
@@ -12918,9 +13146,7 @@ See the command `iswitchb-mode' for a description of this minor-mode.
12918Setting this variable directly does not take effect; 13146Setting this variable directly does not take effect;
12919use either \\[customize] or the function `iswitchb-mode'.") 13147use either \\[customize] or the function `iswitchb-mode'.")
12920 13148
12921(custom-add-to-group (quote iswitchb) (quote iswitchb-mode) (quote custom-variable)) 13149(custom-autoload (quote iswitchb-mode) "iswitchb")
12922
12923(custom-add-load (quote iswitchb-mode) (quote iswitchb))
12924 13150
12925(autoload (quote iswitchb-mode) "iswitchb" "\ 13151(autoload (quote iswitchb-mode) "iswitchb" "\
12926Toggle Iswitchb global minor mode. 13152Toggle Iswitchb global minor mode.
@@ -13036,9 +13262,7 @@ See the command `auto-compression-mode' for a description of this minor-mode.
13036Setting this variable directly does not take effect; 13262Setting this variable directly does not take effect;
13037use either \\[customize] or the function `auto-compression-mode'.") 13263use either \\[customize] or the function `auto-compression-mode'.")
13038 13264
13039(custom-add-to-group (quote jka-compr) (quote auto-compression-mode) (quote custom-variable)) 13265(custom-autoload (quote auto-compression-mode) "jka-compr")
13040
13041(custom-add-load (quote auto-compression-mode) (quote jka-compr))
13042 13266
13043(autoload (quote auto-compression-mode) "jka-compr" "\ 13267(autoload (quote auto-compression-mode) "jka-compr" "\
13044Toggle automatic file compression and uncompression. 13268Toggle automatic file compression and uncompression.
@@ -13064,36 +13288,28 @@ Specifies the keypad setup for unshifted keypad keys when NumLock is off.
13064When selecting the plain numeric keypad setup, the character returned by the 13288When selecting the plain numeric keypad setup, the character returned by the
13065decimal key must be specified.") 13289decimal key must be specified.")
13066 13290
13067(custom-add-to-group (quote keyboard) (quote keypad-setup) (quote custom-variable)) 13291(custom-autoload (quote keypad-setup) "keypad")
13068
13069(custom-add-load (quote keypad-setup) (quote keypad))
13070 13292
13071(defvar keypad-numlock-setup nil "\ 13293(defvar keypad-numlock-setup nil "\
13072Specifies the keypad setup for unshifted keypad keys when NumLock is on. 13294Specifies the keypad setup for unshifted keypad keys when NumLock is on.
13073When selecting the plain numeric keypad setup, the character returned by the 13295When selecting the plain numeric keypad setup, the character returned by the
13074decimal key must be specified.") 13296decimal key must be specified.")
13075 13297
13076(custom-add-to-group (quote keyboard) (quote keypad-numlock-setup) (quote custom-variable)) 13298(custom-autoload (quote keypad-numlock-setup) "keypad")
13077
13078(custom-add-load (quote keypad-numlock-setup) (quote keypad))
13079 13299
13080(defvar keypad-shifted-setup nil "\ 13300(defvar keypad-shifted-setup nil "\
13081Specifies the keypad setup for shifted keypad keys when NumLock is off. 13301Specifies the keypad setup for shifted keypad keys when NumLock is off.
13082When selecting the plain numeric keypad setup, the character returned by the 13302When selecting the plain numeric keypad setup, the character returned by the
13083decimal key must be specified.") 13303decimal key must be specified.")
13084 13304
13085(custom-add-to-group (quote keyboard) (quote keypad-shifted-setup) (quote custom-variable)) 13305(custom-autoload (quote keypad-shifted-setup) "keypad")
13086
13087(custom-add-load (quote keypad-shifted-setup) (quote keypad))
13088 13306
13089(defvar keypad-numlock-shifted-setup nil "\ 13307(defvar keypad-numlock-shifted-setup nil "\
13090Specifies the keypad setup for shifted keypad keys when NumLock is off. 13308Specifies the keypad setup for shifted keypad keys when NumLock is off.
13091When selecting the plain numeric keypad setup, the character returned by the 13309When selecting the plain numeric keypad setup, the character returned by the
13092decimal key must be specified.") 13310decimal key must be specified.")
13093 13311
13094(custom-add-to-group (quote keyboard) (quote keypad-numlock-shifted-setup) (quote custom-variable)) 13312(custom-autoload (quote keypad-numlock-shifted-setup) "keypad")
13095
13096(custom-add-load (quote keypad-numlock-shifted-setup) (quote keypad))
13097 13313
13098(autoload (quote keypad-setup) "keypad" "\ 13314(autoload (quote keypad-setup) "keypad" "\
13099Set keypad bindings in function-key-map according to SETUP. 13315Set keypad bindings in function-key-map according to SETUP.
@@ -13315,8 +13531,8 @@ Use \\[describe-mode] for more info.
13315 13531
13316;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion 13532;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion
13317;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao 13533;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao
13318;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (15806 13534;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (15805
13319;;;;;; 54404)) 13535;;;;;; 19693))
13320;;; Generated autoloads from language/lao-util.el 13536;;; Generated autoloads from language/lao-util.el
13321 13537
13322(autoload (quote lao-compose-string) "lao-util" "\ 13538(autoload (quote lao-compose-string) "lao-util" "\
@@ -13382,9 +13598,7 @@ charsets if you don't have a Unicode font with which to display them.
13382Setting this variable directly does not take effect; 13598Setting this variable directly does not take effect;
13383use either M-x customize of the function `latin1-display'.") 13599use either M-x customize of the function `latin1-display'.")
13384 13600
13385(custom-add-to-group (quote latin1-display) (quote latin1-display) (quote custom-variable)) 13601(custom-autoload (quote latin1-display) "latin1-disp")
13386
13387(custom-add-load (quote latin1-display) (quote latin1-disp))
13388 13602
13389(autoload (quote latin1-display) "latin1-disp" "\ 13603(autoload (quote latin1-display) "latin1-disp" "\
13390Set up Latin-1/ASCII display for the arguments character SETS. 13604Set up Latin-1/ASCII display for the arguments character SETS.
@@ -13405,9 +13619,7 @@ changed if the display can render Unicode characters.
13405Setting this variable directly does not take effect; 13619Setting this variable directly does not take effect;
13406use either M-x customize of the function `latin1-display'.") 13620use either M-x customize of the function `latin1-display'.")
13407 13621
13408(custom-add-to-group (quote latin1-display) (quote latin1-display-ucs-per-lynx) (quote custom-variable)) 13622(custom-autoload (quote latin1-display-ucs-per-lynx) "latin1-disp")
13409
13410(custom-add-load (quote latin1-display-ucs-per-lynx) (quote latin1-disp))
13411 13623
13412;;;*** 13624;;;***
13413 13625
@@ -13614,12 +13826,16 @@ printers, or \"COM1\" to \"COM4\" or \"AUX\" for serial printers, or
13614it to the name of a file, in which case the output gets appended to that 13826it to the name of a file, in which case the output gets appended to that
13615file. If you want to discard the printed output, set this to \"NUL\".") 13827file. If you want to discard the printed output, set this to \"NUL\".")
13616 13828
13829(custom-autoload (quote printer-name) "lpr")
13830
13617(defvar lpr-switches nil "\ 13831(defvar lpr-switches nil "\
13618*List of strings to pass as extra options for the printer program. 13832*List of strings to pass as extra options for the printer program.
13619It is recommended to set `printer-name' instead of including an explicit 13833It is recommended to set `printer-name' instead of including an explicit
13620switch on this list. 13834switch on this list.
13621See `lpr-command'.") 13835See `lpr-command'.")
13622 13836
13837(custom-autoload (quote lpr-switches) "lpr")
13838
13623(defvar lpr-command (cond (lpr-windows-system "") (lpr-lp-system "lp") (t "lpr")) "\ 13839(defvar lpr-command (cond (lpr-windows-system "") (lpr-lp-system "lp") (t "lpr")) "\
13624*Name of program for printing a file. 13840*Name of program for printing a file.
13625 13841
@@ -13631,6 +13847,8 @@ Windows NT and Novell Netware respectively) are handled specially, using
13631treated like `lpr' except that an explicit filename is given as the last 13847treated like `lpr' except that an explicit filename is given as the last
13632argument.") 13848argument.")
13633 13849
13850(custom-autoload (quote lpr-command) "lpr")
13851
13634(autoload (quote lpr-buffer) "lpr" "\ 13852(autoload (quote lpr-buffer) "lpr" "\
13635Print buffer contents without pagination or page headers. 13853Print buffer contents without pagination or page headers.
13636See the variables `lpr-switches' and `lpr-command' 13854See the variables `lpr-switches' and `lpr-command'
@@ -13794,7 +14012,7 @@ and then select the region of un-tablified names and use
13794;;;*** 14012;;;***
13795 14013
13796;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 14014;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
13797;;;;;; "mail/mail-extr.el" (15793 40968)) 14015;;;;;; "mail/mail-extr.el" (15791 51943))
13798;;; Generated autoloads from mail/mail-extr.el 14016;;; Generated autoloads from mail/mail-extr.el
13799 14017
13800(autoload (quote mail-extract-address-components) "mail-extr" "\ 14018(autoload (quote mail-extract-address-components) "mail-extr" "\
@@ -13841,6 +14059,8 @@ Not documented
13841(defvar mail-hist-keep-history t "\ 14059(defvar mail-hist-keep-history t "\
13842*Non-nil means keep a history for headers and text of outgoing mail.") 14060*Non-nil means keep a history for headers and text of outgoing mail.")
13843 14061
14062(custom-autoload (quote mail-hist-keep-history) "mail-hist")
14063
13844(autoload (quote mail-hist-put-headers-into-history) "mail-hist" "\ 14064(autoload (quote mail-hist-put-headers-into-history) "mail-hist" "\
13845Put headers and contents of this message into mail header history. 14065Put headers and contents of this message into mail header history.
13846Each header has its own independent history, as does the body of the 14066Each header has its own independent history, as does the body of the
@@ -13863,6 +14083,8 @@ This function normally would be called when the message is sent.
13863Otherwise, (the default) use a smaller, somewhat faster, and 14083Otherwise, (the default) use a smaller, somewhat faster, and
13864often correct parser.") 14084often correct parser.")
13865 14085
14086(custom-autoload (quote mail-use-rfc822) "mail-utils")
14087
13866(autoload (quote mail-file-babyl-p) "mail-utils" "\ 14088(autoload (quote mail-file-babyl-p) "mail-utils" "\
13867Not documented 14089Not documented
13868 14090
@@ -13937,6 +14159,8 @@ If `parens', they look like:
13937If `angles', they look like: 14159If `angles', they look like:
13938 Elvis Parsley <king@grassland.com>") 14160 Elvis Parsley <king@grassland.com>")
13939 14161
14162(custom-autoload (quote mail-complete-style) "mailalias")
14163
13940(autoload (quote expand-mail-aliases) "mailalias" "\ 14164(autoload (quote expand-mail-aliases) "mailalias" "\
13941Expand all mail aliases in suitable header fields found between BEG and END. 14165Expand all mail aliases in suitable header fields found between BEG and END.
13942If interactive, expand in header fields. 14166If interactive, expand in header fields.
@@ -13969,7 +14193,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any.
13969;;;*** 14193;;;***
13970 14194
13971;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" 14195;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el"
13972;;;;;; (15851 40733)) 14196;;;;;; (15884 63907))
13973;;; Generated autoloads from progmodes/make-mode.el 14197;;; Generated autoloads from progmodes/make-mode.el
13974 14198
13975(autoload (quote makefile-mode) "make-mode" "\ 14199(autoload (quote makefile-mode) "make-mode" "\
@@ -14062,7 +14286,7 @@ Previous contents of that buffer are killed first.
14062 14286
14063;;;*** 14287;;;***
14064 14288
14065;;;### (autoloads (man-follow man) "man" "man.el" (15806 54403)) 14289;;;### (autoloads (man-follow man) "man" "man.el" (15876 52549))
14066;;; Generated autoloads from man.el 14290;;; Generated autoloads from man.el
14067 14291
14068(defalias (quote manual-entry) (quote man)) 14292(defalias (quote manual-entry) (quote man))
@@ -14120,7 +14344,7 @@ yourself the value of `master-of' by calling `master-show-slave'.
14120;;;;;; message-signature message-indent-citation-function message-cite-function 14344;;;;;; message-signature message-indent-citation-function message-cite-function
14121;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function 14345;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function
14122;;;;;; message-user-organization-file message-signature-separator 14346;;;;;; message-user-organization-file message-signature-separator
14123;;;;;; message-from-style) "message" "gnus/message.el" (15847 42307)) 14347;;;;;; message-from-style) "message" "gnus/message.el" (15894 19683))
14124;;; Generated autoloads from gnus/message.el 14348;;; Generated autoloads from gnus/message.el
14125 14349
14126(defvar message-from-style (quote default) "\ 14350(defvar message-from-style (quote default) "\
@@ -14136,12 +14360,18 @@ If `angles', they look like:
14136Otherwise, most addresses look like `angles', but they look like 14360Otherwise, most addresses look like `angles', but they look like
14137`parens' if `angles' would need quoting and `parens' would not.") 14361`parens' if `angles' would need quoting and `parens' would not.")
14138 14362
14363(custom-autoload (quote message-from-style) "message")
14364
14139(defvar message-signature-separator "^-- *$" "\ 14365(defvar message-signature-separator "^-- *$" "\
14140Regexp matching the signature separator.") 14366Regexp matching the signature separator.")
14141 14367
14368(custom-autoload (quote message-signature-separator) "message")
14369
14142(defvar message-user-organization-file "/usr/lib/news/organization" "\ 14370(defvar message-user-organization-file "/usr/lib/news/organization" "\
14143*Local news organization file.") 14371*Local news organization file.")
14144 14372
14373(custom-autoload (quote message-user-organization-file) "message")
14374
14145(defvar message-send-mail-function (quote message-send-mail-with-sendmail) "\ 14375(defvar message-send-mail-function (quote message-send-mail-with-sendmail) "\
14146Function to call to send the current buffer as mail. 14376Function to call to send the current buffer as mail.
14147The headers should be delimited by a line whose contents match the 14377The headers should be delimited by a line whose contents match the
@@ -14153,35 +14383,49 @@ Valid values include `message-send-mail-with-sendmail' (the default),
14153 14383
14154See also `send-mail-function'.") 14384See also `send-mail-function'.")
14155 14385
14386(custom-autoload (quote message-send-mail-function) "message")
14387
14156(defvar message-citation-line-function (quote message-insert-citation-line) "\ 14388(defvar message-citation-line-function (quote message-insert-citation-line) "\
14157*Function called to insert the \"Whomever writes:\" line.") 14389*Function called to insert the \"Whomever writes:\" line.")
14158 14390
14391(custom-autoload (quote message-citation-line-function) "message")
14392
14159(defvar message-yank-prefix "> " "\ 14393(defvar message-yank-prefix "> " "\
14160*Prefix inserted on the lines of yanked messages.") 14394*Prefix inserted on the lines of yanked messages.")
14161 14395
14396(custom-autoload (quote message-yank-prefix) "message")
14397
14162(defvar message-cite-function (quote message-cite-original) "\ 14398(defvar message-cite-function (quote message-cite-original) "\
14163*Function for citing an original message. 14399*Function for citing an original message.
14164Predefined functions include `message-cite-original' and 14400Predefined functions include `message-cite-original' and
14165`message-cite-original-without-signature'. 14401`message-cite-original-without-signature'.
14166Note that `message-cite-original' uses `mail-citation-hook' if that is non-nil.") 14402Note that `message-cite-original' uses `mail-citation-hook' if that is non-nil.")
14167 14403
14404(custom-autoload (quote message-cite-function) "message")
14405
14168(defvar message-indent-citation-function (quote message-indent-citation) "\ 14406(defvar message-indent-citation-function (quote message-indent-citation) "\
14169*Function for modifying a citation just inserted in the mail buffer. 14407*Function for modifying a citation just inserted in the mail buffer.
14170This can also be a list of functions. Each function can find the 14408This can also be a list of functions. Each function can find the
14171citation between (point) and (mark t). And each function should leave 14409citation between (point) and (mark t). And each function should leave
14172point and mark around the citation text as modified.") 14410point and mark around the citation text as modified.")
14173 14411
14412(custom-autoload (quote message-indent-citation-function) "message")
14413
14174(defvar message-signature t "\ 14414(defvar message-signature t "\
14175*String to be inserted at the end of the message buffer. 14415*String to be inserted at the end of the message buffer.
14176If t, the `message-signature-file' file will be inserted instead. 14416If t, the `message-signature-file' file will be inserted instead.
14177If a function, the result from the function will be used instead. 14417If a function, the result from the function will be used instead.
14178If a form, the result from the form will be used instead.") 14418If a form, the result from the form will be used instead.")
14179 14419
14420(custom-autoload (quote message-signature) "message")
14421
14180(defvar message-signature-file "~/.signature" "\ 14422(defvar message-signature-file "~/.signature" "\
14181*Name of file containing the text inserted at end of message buffer. 14423*Name of file containing the text inserted at end of message buffer.
14182Ignored if the named file doesn't exist. 14424Ignored if the named file doesn't exist.
14183If nil, don't insert a signature.") 14425If nil, don't insert a signature.")
14184 14426
14427(custom-autoload (quote message-signature-file) "message")
14428
14185(define-mail-user-agent (quote message-user-agent) (quote message-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook)) 14429(define-mail-user-agent (quote message-user-agent) (quote message-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook))
14186 14430
14187(autoload (quote message-mode) "message" "\ 14431(autoload (quote message-mode) "message" "\
@@ -14402,7 +14646,7 @@ redisplayed as output is inserted.
14402 14646
14403;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-user-agent-compose 14647;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-user-agent-compose
14404;;;;;; mh-smail-batch mh-smail) "mh-comp" "mail/mh-comp.el" (15847 14648;;;;;; mh-smail-batch mh-smail) "mh-comp" "mail/mh-comp.el" (15847
14405;;;;;; 48204)) 14649;;;;;; 44728))
14406;;; Generated autoloads from mail/mh-comp.el 14650;;; Generated autoloads from mail/mh-comp.el
14407 14651
14408(autoload (quote mh-smail) "mh-comp" "\ 14652(autoload (quote mh-smail) "mh-comp" "\
@@ -14472,7 +14716,7 @@ When a message is composed, the hooks `text-mode-hook' and
14472;;;*** 14716;;;***
14473 14717
14474;;;### (autoloads (mh-version mh-nmail mh-rmail) "mh-e" "mail/mh-e.el" 14718;;;### (autoloads (mh-version mh-nmail mh-rmail) "mh-e" "mail/mh-e.el"
14475;;;;;; (15847 48204)) 14719;;;;;; (15847 44728))
14476;;; Generated autoloads from mail/mh-e.el 14720;;; Generated autoloads from mail/mh-e.el
14477 14721
14478(autoload (quote mh-rmail) "mh-e" "\ 14722(autoload (quote mh-rmail) "mh-e" "\
@@ -14496,7 +14740,7 @@ Display version information about MH-E and the MH mail handling system.
14496 14740
14497;;;*** 14741;;;***
14498 14742
14499;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (15847 48204)) 14743;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (15847 44729))
14500;;; Generated autoloads from mail/mh-utils.el 14744;;; Generated autoloads from mail/mh-utils.el
14501 14745
14502(put (quote mh-progs) (quote risky-local-variable) t) 14746(put (quote mh-progs) (quote risky-local-variable) t)
@@ -14546,9 +14790,7 @@ See the command `minibuffer-electric-default-mode' for a description of this min
14546Setting this variable directly does not take effect; 14790Setting this variable directly does not take effect;
14547use either \\[customize] or the function `minibuffer-electric-default-mode'.") 14791use either \\[customize] or the function `minibuffer-electric-default-mode'.")
14548 14792
14549(custom-add-to-group (quote minibuffer) (quote minibuffer-electric-default-mode) (quote custom-variable)) 14793(custom-autoload (quote minibuffer-electric-default-mode) "minibuf-eldef")
14550
14551(custom-add-load (quote minibuffer-electric-default-mode) (quote minibuf-eldef))
14552 14794
14553(autoload (quote minibuffer-electric-default-mode) "minibuf-eldef" "\ 14795(autoload (quote minibuffer-electric-default-mode) "minibuf-eldef" "\
14554Toggle Minibuffer Electric Default mode. 14796Toggle Minibuffer Electric Default mode.
@@ -14628,7 +14870,7 @@ followed by the first character of the construct.
14628;;;*** 14870;;;***
14629 14871
14630;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 14872;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
14631;;;;;; (15837 24072)) 14873;;;;;; (15837 12655))
14632;;; Generated autoloads from play/morse.el 14874;;; Generated autoloads from play/morse.el
14633 14875
14634(autoload (quote morse-region) "morse" "\ 14876(autoload (quote morse-region) "morse" "\
@@ -14653,9 +14895,7 @@ See the command `mouse-sel-mode' for a description of this minor-mode.
14653Setting this variable directly does not take effect; 14895Setting this variable directly does not take effect;
14654use either \\[customize] or the function `mouse-sel-mode'.") 14896use either \\[customize] or the function `mouse-sel-mode'.")
14655 14897
14656(custom-add-to-group (quote mouse-sel) (quote mouse-sel-mode) (quote custom-variable)) 14898(custom-autoload (quote mouse-sel-mode) "mouse-sel")
14657
14658(custom-add-load (quote mouse-sel-mode) (quote mouse-sel))
14659 14899
14660(autoload (quote mouse-sel-mode) "mouse-sel" "\ 14900(autoload (quote mouse-sel-mode) "mouse-sel" "\
14661Toggle Mouse Sel mode. 14901Toggle Mouse Sel mode.
@@ -14716,9 +14956,7 @@ See the command `msb-mode' for a description of this minor-mode.
14716Setting this variable directly does not take effect; 14956Setting this variable directly does not take effect;
14717use either \\[customize] or the function `msb-mode'.") 14957use either \\[customize] or the function `msb-mode'.")
14718 14958
14719(custom-add-to-group (quote msb) (quote msb-mode) (quote custom-variable)) 14959(custom-autoload (quote msb-mode) "msb")
14720
14721(custom-add-load (quote msb-mode) (quote msb))
14722 14960
14723(autoload (quote msb-mode) "msb" "\ 14961(autoload (quote msb-mode) "msb" "\
14724Toggle Msb mode. 14962Toggle Msb mode.
@@ -14735,7 +14973,7 @@ different buffer menu using the function `msb'.
14735;;;;;; describe-current-coding-system describe-current-coding-system-briefly 14973;;;;;; describe-current-coding-system describe-current-coding-system-briefly
14736;;;;;; describe-coding-system describe-character-set list-charset-chars 14974;;;;;; describe-coding-system describe-character-set list-charset-chars
14737;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 14975;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
14738;;;;;; (15806 54404)) 14976;;;;;; (15898 7844))
14739;;; Generated autoloads from international/mule-diag.el 14977;;; Generated autoloads from international/mule-diag.el
14740 14978
14741(autoload (quote list-character-sets) "mule-diag" "\ 14979(autoload (quote list-character-sets) "mule-diag" "\
@@ -14877,7 +15115,7 @@ system which uses fontsets).
14877;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 15115;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
14878;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 15116;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
14879;;;;;; truncate-string-to-width store-substring string-to-sequence) 15117;;;;;; truncate-string-to-width store-substring string-to-sequence)
14880;;;;;; "mule-util" "international/mule-util.el" (15816 1960)) 15118;;;;;; "mule-util" "international/mule-util.el" (15815 41144))
14881;;; Generated autoloads from international/mule-util.el 15119;;; Generated autoloads from international/mule-util.el
14882 15120
14883(autoload (quote string-to-sequence) "mule-util" "\ 15121(autoload (quote string-to-sequence) "mule-util" "\
@@ -15008,7 +15246,7 @@ language environment LANG-ENV.
15008;;;*** 15246;;;***
15009 15247
15010;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" 15248;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
15011;;;;;; (15860 62429)) 15249;;;;;; (15860 62074))
15012;;; Generated autoloads from mwheel.el 15250;;; Generated autoloads from mwheel.el
15013 15251
15014(defvar mouse-wheel-mode nil "\ 15252(defvar mouse-wheel-mode nil "\
@@ -15017,9 +15255,7 @@ See the command `mouse-wheel-mode' for a description of this minor-mode.
15017Setting this variable directly does not take effect; 15255Setting this variable directly does not take effect;
15018use either \\[customize] or the function `mouse-wheel-mode'.") 15256use either \\[customize] or the function `mouse-wheel-mode'.")
15019 15257
15020(custom-add-to-group (quote mouse) (quote mouse-wheel-mode) (quote custom-variable)) 15258(custom-autoload (quote mouse-wheel-mode) "mwheel")
15021
15022(custom-add-load (quote mouse-wheel-mode) (quote mwheel))
15023 15259
15024(autoload (quote mouse-wheel-mode) "mwheel" "\ 15260(autoload (quote mouse-wheel-mode) "mwheel" "\
15025Toggle mouse wheel support. 15261Toggle mouse wheel support.
@@ -15128,7 +15364,7 @@ Open a network connection to HOST on PORT.
15128;;;;;; comment-region uncomment-region comment-kill comment-set-column 15364;;;;;; comment-region uncomment-region comment-kill comment-set-column
15129;;;;;; comment-indent comment-indent-default comment-normalize-vars 15365;;;;;; comment-indent comment-indent-default comment-normalize-vars
15130;;;;;; comment-multi-line comment-padding comment-style comment-column) 15366;;;;;; comment-multi-line comment-padding comment-style comment-column)
15131;;;;;; "newcomment" "newcomment.el" (15824 18278)) 15367;;;;;; "newcomment" "newcomment.el" (15824 18187))
15132;;; Generated autoloads from newcomment.el 15368;;; Generated autoloads from newcomment.el
15133 15369
15134(defalias (quote indent-for-comment) (quote comment-indent)) 15370(defalias (quote indent-for-comment) (quote comment-indent))
@@ -15146,6 +15382,8 @@ can set the value for a particular mode using that mode's hook.
15146Comments might be indented to a value smaller than this in order 15382Comments might be indented to a value smaller than this in order
15147not to go beyond `comment-fill-column'.") 15383not to go beyond `comment-fill-column'.")
15148 15384
15385(custom-autoload (quote comment-column) "newcomment")
15386
15149(defvar comment-start nil "\ 15387(defvar comment-start nil "\
15150*String to insert to start a new comment, or nil if no comment syntax.") 15388*String to insert to start a new comment, or nil if no comment syntax.")
15151 15389
@@ -15172,6 +15410,8 @@ If nil is returned, indentation is delegated to `indent-according-to-mode'.")
15172*Style to be used for `comment-region'. 15410*Style to be used for `comment-region'.
15173See `comment-styles' for a list of available styles.") 15411See `comment-styles' for a list of available styles.")
15174 15412
15413(custom-autoload (quote comment-style) "newcomment")
15414
15175(defvar comment-padding " " "\ 15415(defvar comment-padding " " "\
15176Padding string that `comment-region' puts between comment chars and text. 15416Padding string that `comment-region' puts between comment chars and text.
15177Can also be an integer which will be automatically turned into a string 15417Can also be an integer which will be automatically turned into a string
@@ -15180,10 +15420,14 @@ of the corresponding number of spaces.
15180Extra spacing between the comment characters and the comment text 15420Extra spacing between the comment characters and the comment text
15181makes the comment easier to read. Default is 1. nil means 0.") 15421makes the comment easier to read. Default is 1. nil means 0.")
15182 15422
15423(custom-autoload (quote comment-padding) "newcomment")
15424
15183(defvar comment-multi-line nil "\ 15425(defvar comment-multi-line nil "\
15184*Non-nil means \\[comment-indent-new-line] continues comments, with no new terminator or starter. 15426*Non-nil means \\[comment-indent-new-line] continues comments, with no new terminator or starter.
15185This is obsolete because you might as well use \\[newline-and-indent].") 15427This is obsolete because you might as well use \\[newline-and-indent].")
15186 15428
15429(custom-autoload (quote comment-multi-line) "newcomment")
15430
15187(autoload (quote comment-normalize-vars) "newcomment" "\ 15431(autoload (quote comment-normalize-vars) "newcomment" "\
15188Not documented 15432Not documented
15189 15433
@@ -15324,7 +15568,7 @@ Generate NOV databases in all nnml directories.
15324;;;*** 15568;;;***
15325 15569
15326;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 15570;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
15327;;;;;; "nnsoup" "gnus/nnsoup.el" (15847 42307)) 15571;;;;;; "nnsoup" "gnus/nnsoup.el" (15847 36480))
15328;;; Generated autoloads from gnus/nnsoup.el 15572;;; Generated autoloads from gnus/nnsoup.el
15329 15573
15330(autoload (quote nnsoup-pack-replies) "nnsoup" "\ 15574(autoload (quote nnsoup-pack-replies) "nnsoup" "\
@@ -15374,7 +15618,7 @@ to future sessions.
15374;;;*** 15618;;;***
15375 15619
15376;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 15620;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
15377;;;;;; (15293 32589)) 15621;;;;;; (15894 19682))
15378;;; Generated autoloads from textmodes/nroff-mode.el 15622;;; Generated autoloads from textmodes/nroff-mode.el
15379 15623
15380(autoload (quote nroff-mode) "nroff-mode" "\ 15624(autoload (quote nroff-mode) "nroff-mode" "\
@@ -15424,7 +15668,7 @@ startup file, `~/.emacs-octave'.
15424;;;*** 15668;;;***
15425 15669
15426;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 15670;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
15427;;;;;; (15793 40971)) 15671;;;;;; (15791 51668))
15428;;; Generated autoloads from progmodes/octave-mod.el 15672;;; Generated autoloads from progmodes/octave-mod.el
15429 15673
15430(autoload (quote octave-mode) "octave-mod" "\ 15674(autoload (quote octave-mode) "octave-mod" "\
@@ -15545,7 +15789,7 @@ The Custom feature is intended to make this obsolete.
15545;;;*** 15789;;;***
15546 15790
15547;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" 15791;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el"
15548;;;;;; (15855 52571)) 15792;;;;;; (15878 13937))
15549;;; Generated autoloads from textmodes/outline.el 15793;;; Generated autoloads from textmodes/outline.el
15550 15794
15551(autoload (quote outline-mode) "outline" "\ 15795(autoload (quote outline-mode) "outline" "\
@@ -15598,7 +15842,7 @@ See the command `outline-mode' for more information on this mode.
15598 15842
15599;;;*** 15843;;;***
15600 15844
15601;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15850 54240)) 15845;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15850 38937))
15602;;; Generated autoloads from paren.el 15846;;; Generated autoloads from paren.el
15603 15847
15604(defvar show-paren-mode nil "\ 15848(defvar show-paren-mode nil "\
@@ -15607,9 +15851,7 @@ See the command `show-paren-mode' for a description of this minor-mode.
15607Setting this variable directly does not take effect; 15851Setting this variable directly does not take effect;
15608use either \\[customize] or the function `show-paren-mode'.") 15852use either \\[customize] or the function `show-paren-mode'.")
15609 15853
15610(custom-add-to-group (quote paren-showing) (quote show-paren-mode) (quote custom-variable)) 15854(custom-autoload (quote show-paren-mode) "paren")
15611
15612(custom-add-load (quote show-paren-mode) (quote paren))
15613 15855
15614(autoload (quote show-paren-mode) "paren" "\ 15856(autoload (quote show-paren-mode) "paren" "\
15615Toggle Show Paren mode. 15857Toggle Show Paren mode.
@@ -15704,9 +15946,7 @@ See the command `pc-selection-mode' for a description of this minor-mode.
15704Setting this variable directly does not take effect; 15946Setting this variable directly does not take effect;
15705use either \\[customize] or the function `pc-selection-mode'.") 15947use either \\[customize] or the function `pc-selection-mode'.")
15706 15948
15707(custom-add-to-group (quote pc-select) (quote pc-selection-mode) (quote custom-variable)) 15949(custom-autoload (quote pc-selection-mode) "pc-select")
15708
15709(custom-add-load (quote pc-selection-mode) (quote pc-select))
15710 15950
15711(autoload (quote pc-selection-mode) "pc-select" "\ 15951(autoload (quote pc-selection-mode) "pc-select" "\
15712Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style. 15952Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style.
@@ -15767,9 +16007,7 @@ and cursor movement commands.
15767This mode enables Delete Selection mode and Transient Mark mode. 16007This mode enables Delete Selection mode and Transient Mark mode.
15768You must modify via \\[customize] for this variable to have an effect.") 16008You must modify via \\[customize] for this variable to have an effect.")
15769 16009
15770(custom-add-to-group (quote pc-select) (quote pc-selection-mode) (quote custom-variable)) 16010(custom-autoload (quote pc-selection-mode) "pc-select")
15771
15772(custom-add-load (quote pc-selection-mode) (quote pc-select))
15773 16011
15774;;;*** 16012;;;***
15775 16013
@@ -15956,7 +16194,7 @@ Setup shell-mode to use pcomplete.
15956 16194
15957;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 16195;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
15958;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 16196;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
15959;;;;;; "pcvs.el" (15855 52571)) 16197;;;;;; "pcvs.el" (15855 28537))
15960;;; Generated autoloads from pcvs.el 16198;;; Generated autoloads from pcvs.el
15961 16199
15962(autoload (quote cvs-checkout) "pcvs" "\ 16200(autoload (quote cvs-checkout) "pcvs" "\
@@ -16016,6 +16254,8 @@ Optional argument NOSHOW if non-nil means not to display the buffer.
16016The action to be performed when opening a CVS directory. 16254The action to be performed when opening a CVS directory.
16017Sensible values are `cvs-examine', `cvs-status' and `cvs-quickdir'.") 16255Sensible values are `cvs-examine', `cvs-status' and `cvs-quickdir'.")
16018 16256
16257(custom-autoload (quote cvs-dired-action) "pcvs")
16258
16019(defvar cvs-dired-use-hook (quote (4)) "\ 16259(defvar cvs-dired-use-hook (quote (4)) "\
16020Whether or not opening a CVS directory should run PCL-CVS. 16260Whether or not opening a CVS directory should run PCL-CVS.
16021nil means never do it. 16261nil means never do it.
@@ -16023,13 +16263,15 @@ ALWAYS means to always do it unless a prefix argument is given to the
16023 command that prompted the opening of the directory. 16263 command that prompted the opening of the directory.
16024Anything else means to do it only if the prefix arg is equal to this value.") 16264Anything else means to do it only if the prefix arg is equal to this value.")
16025 16265
16266(custom-autoload (quote cvs-dired-use-hook) "pcvs")
16267
16026(defun cvs-dired-noselect (dir) "\ 16268(defun cvs-dired-noselect (dir) "\
16027Run `cvs-examine' if DIR is a CVS administrative directory. 16269Run `cvs-examine' if DIR is a CVS administrative directory.
16028The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp dir) (setq dir (directory-file-name dir)) (when (and (string= "CVS" (file-name-nondirectory dir)) (file-readable-p (expand-file-name "Entries" dir)) cvs-dired-use-hook (if (eq cvs-dired-use-hook (quote always)) (not current-prefix-arg) (equal current-prefix-arg cvs-dired-use-hook))) (save-excursion (funcall cvs-dired-action (file-name-directory dir) t t))))) 16270The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp dir) (setq dir (directory-file-name dir)) (when (and (string= "CVS" (file-name-nondirectory dir)) (file-readable-p (expand-file-name "Entries" dir)) cvs-dired-use-hook (if (eq cvs-dired-use-hook (quote always)) (not current-prefix-arg) (equal current-prefix-arg cvs-dired-use-hook))) (save-excursion (funcall cvs-dired-action (file-name-directory dir) t t)))))
16029 16271
16030;;;*** 16272;;;***
16031 16273
16032;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15825 47631)) 16274;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15825 27888))
16033;;; Generated autoloads from pcvs-defs.el 16275;;; Generated autoloads from pcvs-defs.el
16034 16276
16035(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"))) m)) 16277(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"))) m))
@@ -16037,7 +16279,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
16037;;;*** 16279;;;***
16038 16280
16039;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 16281;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
16040;;;;;; (15825 47631)) 16282;;;;;; (15825 27817))
16041;;; Generated autoloads from progmodes/perl-mode.el 16283;;; Generated autoloads from progmodes/perl-mode.el
16042 16284
16043(autoload (quote perl-mode) "perl-mode" "\ 16285(autoload (quote perl-mode) "perl-mode" "\
@@ -16093,7 +16335,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
16093;;;*** 16335;;;***
16094 16336
16095;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 16337;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
16096;;;;;; (15806 54404)) 16338;;;;;; (15803 6632))
16097;;; Generated autoloads from textmodes/picture.el 16339;;; Generated autoloads from textmodes/picture.el
16098 16340
16099(autoload (quote picture-mode) "picture" "\ 16341(autoload (quote picture-mode) "picture" "\
@@ -16165,7 +16407,7 @@ they are not defaultly assigned to keys.
16165;;;*** 16407;;;***
16166 16408
16167;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 16409;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
16168;;;;;; (15809 31212)) 16410;;;;;; (15808 14185))
16169;;; Generated autoloads from textmodes/po.el 16411;;; Generated autoloads from textmodes/po.el
16170 16412
16171(autoload (quote po-find-file-coding-system) "po" "\ 16413(autoload (quote po-find-file-coding-system) "po" "\
@@ -16313,6 +16555,8 @@ Valid values are:
16313 16555
16314Any other value is treated as nil.") 16556Any other value is treated as nil.")
16315 16557
16558(custom-autoload (quote ps-multibyte-buffer) "ps-mule")
16559
16316(autoload (quote ps-mule-prepare-ascii-font) "ps-mule" "\ 16560(autoload (quote ps-mule-prepare-ascii-font) "ps-mule" "\
16317Setup special ASCII font for STRING. 16561Setup special ASCII font for STRING.
16318STRING should contain only ASCII characters. 16562STRING should contain only ASCII characters.
@@ -16399,11 +16643,15 @@ Not documented
16399*List associating a symbolic paper type to its width, height and doc media. 16643*List associating a symbolic paper type to its width, height and doc media.
16400See `ps-paper-type'.") 16644See `ps-paper-type'.")
16401 16645
16646(custom-autoload (quote ps-page-dimensions-database) "ps-print")
16647
16402(defvar ps-paper-type (quote letter) "\ 16648(defvar ps-paper-type (quote letter) "\
16403*Specify the size of paper to format for. 16649*Specify the size of paper to format for.
16404Should be one of the paper types defined in `ps-page-dimensions-database', for 16650Should be one of the paper types defined in `ps-page-dimensions-database', for
16405example `letter', `legal' or `a4'.") 16651example `letter', `legal' or `a4'.")
16406 16652
16653(custom-autoload (quote ps-paper-type) "ps-print")
16654
16407(defvar ps-print-color-p (or (fboundp (quote x-color-values)) (fboundp (quote color-instance-rgb-components))) "\ 16655(defvar ps-print-color-p (or (fboundp (quote x-color-values)) (fboundp (quote color-instance-rgb-components))) "\
16408*Specify how buffer's text color is printed. 16656*Specify how buffer's text color is printed.
16409 16657
@@ -16418,6 +16666,8 @@ Valid values are:
16418 16666
16419Any other value is treated as t.") 16667Any other value is treated as t.")
16420 16668
16669(custom-autoload (quote ps-print-color-p) "ps-print")
16670
16421(autoload (quote ps-print-customize) "ps-print" "\ 16671(autoload (quote ps-print-customize) "ps-print" "\
16422Customization of ps-print group. 16672Customization of ps-print group.
16423 16673
@@ -16586,7 +16836,7 @@ If EXTENSION is any other symbol, it is ignored.
16586;;;;;; quail-defrule quail-install-decode-map quail-install-map 16836;;;;;; quail-defrule quail-install-decode-map quail-install-map
16587;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 16837;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
16588;;;;;; quail-define-package quail-use-package quail-title) "quail" 16838;;;;;; quail-define-package quail-use-package quail-title) "quail"
16589;;;;;; "international/quail.el" (15821 45612)) 16839;;;;;; "international/quail.el" (15821 1481))
16590;;; Generated autoloads from international/quail.el 16840;;; Generated autoloads from international/quail.el
16591 16841
16592(autoload (quote quail-title) "quail" "\ 16842(autoload (quote quail-title) "quail" "\
@@ -16902,7 +17152,7 @@ See \\[compile].
16902;;;*** 17152;;;***
16903 17153
16904;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 17154;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
16905;;;;;; (15832 11577)) 17155;;;;;; (15832 7035))
16906;;; Generated autoloads from emacs-lisp/re-builder.el 17156;;; Generated autoloads from emacs-lisp/re-builder.el
16907 17157
16908(autoload (quote re-builder) "re-builder" "\ 17158(autoload (quote re-builder) "re-builder" "\
@@ -16951,9 +17201,7 @@ See the command `recentf-mode' for a description of this minor-mode.
16951Setting this variable directly does not take effect; 17201Setting this variable directly does not take effect;
16952use either \\[customize] or the function `recentf-mode'.") 17202use either \\[customize] or the function `recentf-mode'.")
16953 17203
16954(custom-add-to-group (quote recentf) (quote recentf-mode) (quote custom-variable)) 17204(custom-autoload (quote recentf-mode) "recentf")
16955
16956(custom-add-load (quote recentf-mode) (quote recentf))
16957 17205
16958(autoload (quote recentf-mode) "recentf" "\ 17206(autoload (quote recentf-mode) "recentf" "\
16959Toggle recentf mode. 17207Toggle recentf mode.
@@ -17094,7 +17342,7 @@ rectangle which were empty.
17094;;;*** 17342;;;***
17095 17343
17096;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15832 17344;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15832
17097;;;;;; 33698)) 17345;;;;;; 33651))
17098;;; Generated autoloads from textmodes/refill.el 17346;;; Generated autoloads from textmodes/refill.el
17099 17347
17100(autoload (quote refill-mode) "refill" "\ 17348(autoload (quote refill-mode) "refill" "\
@@ -17110,7 +17358,7 @@ refilling if they would cause auto-filling.
17110;;;*** 17358;;;***
17111 17359
17112;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el" 17360;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el"
17113;;;;;; (15789 45739)) 17361;;;;;; (15789 45612))
17114;;; Generated autoloads from textmodes/reftex.el 17362;;; Generated autoloads from textmodes/reftex.el
17115 17363
17116(autoload (quote turn-on-reftex) "reftex" "\ 17364(autoload (quote turn-on-reftex) "reftex" "\
@@ -17332,7 +17580,7 @@ Clear out the file used for transmitting args when Emacs resumes.
17332;;;*** 17580;;;***
17333 17581
17334;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 17582;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
17335;;;;;; (15833 48263)) 17583;;;;;; (15832 26515))
17336;;; Generated autoloads from reveal.el 17584;;; Generated autoloads from reveal.el
17337 17585
17338(autoload (quote reveal-mode) "reveal" "\ 17586(autoload (quote reveal-mode) "reveal" "\
@@ -17351,9 +17599,7 @@ See the command `global-reveal-mode' for a description of this minor-mode.
17351Setting this variable directly does not take effect; 17599Setting this variable directly does not take effect;
17352use either \\[customize] or the function `global-reveal-mode'.") 17600use either \\[customize] or the function `global-reveal-mode'.")
17353 17601
17354(custom-add-to-group (quote reveal) (quote global-reveal-mode) (quote custom-variable)) 17602(custom-autoload (quote global-reveal-mode) "reveal")
17355
17356(custom-add-load (quote global-reveal-mode) (quote reveal))
17357 17603
17358(autoload (quote global-reveal-mode) "reveal" "\ 17604(autoload (quote global-reveal-mode) "reveal" "\
17359Toggle Reveal mode in all buffers on or off. 17605Toggle Reveal mode in all buffers on or off.
@@ -17378,21 +17624,23 @@ Only used when `file-name-shadow-mode' is active.
17378If emacs is not running under a window system, 17624If emacs is not running under a window system,
17379`file-name-shadow-tty-properties' is used instead.") 17625`file-name-shadow-tty-properties' is used instead.")
17380 17626
17627(custom-autoload (quote file-name-shadow-properties) "rfn-eshadow")
17628
17381(defvar file-name-shadow-tty-properties (quote (before-string "{" after-string "} " field shadow)) "\ 17629(defvar file-name-shadow-tty-properties (quote (before-string "{" after-string "} " field shadow)) "\
17382Properties given to the `shadowed' part of a filename in the minibuffer. 17630Properties given to the `shadowed' part of a filename in the minibuffer.
17383Only used when `file-name-shadow-mode' is active and emacs 17631Only used when `file-name-shadow-mode' is active and emacs
17384is not running under a window-system; if emacs is running under a window 17632is not running under a window-system; if emacs is running under a window
17385system, `file-name-shadow-properties' is used instead.") 17633system, `file-name-shadow-properties' is used instead.")
17386 17634
17635(custom-autoload (quote file-name-shadow-tty-properties) "rfn-eshadow")
17636
17387(defvar file-name-shadow-mode nil "\ 17637(defvar file-name-shadow-mode nil "\
17388Non-nil if File-Name-Shadow mode is enabled. 17638Non-nil if File-Name-Shadow mode is enabled.
17389See the command `file-name-shadow-mode' for a description of this minor-mode. 17639See the command `file-name-shadow-mode' for a description of this minor-mode.
17390Setting this variable directly does not take effect; 17640Setting this variable directly does not take effect;
17391use either \\[customize] or the function `file-name-shadow-mode'.") 17641use either \\[customize] or the function `file-name-shadow-mode'.")
17392 17642
17393(custom-add-to-group (quote minibuffer) (quote file-name-shadow-mode) (quote custom-variable)) 17643(custom-autoload (quote file-name-shadow-mode) "rfn-eshadow")
17394
17395(custom-add-load (quote file-name-shadow-mode) (quote rfn-eshadow))
17396 17644
17397(autoload (quote file-name-shadow-mode) "rfn-eshadow" "\ 17645(autoload (quote file-name-shadow-mode) "rfn-eshadow" "\
17398Toggle File-Name Shadow mode. 17646Toggle File-Name Shadow mode.
@@ -17476,7 +17724,7 @@ variable.
17476;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 17724;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
17477;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 17725;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
17478;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) 17726;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
17479;;;;;; "rmail" "mail/rmail.el" (15847 42307)) 17727;;;;;; "rmail" "mail/rmail.el" (15898 7843))
17480;;; Generated autoloads from mail/rmail.el 17728;;; Generated autoloads from mail/rmail.el
17481 17729
17482(defvar rmail-dont-reply-to-names nil "\ 17730(defvar rmail-dont-reply-to-names nil "\
@@ -17484,6 +17732,8 @@ variable.
17484A value of nil means exclude your own email address as an address 17732A value of nil means exclude your own email address as an address
17485plus whatever is specified by `rmail-default-dont-reply-to-names'.") 17733plus whatever is specified by `rmail-default-dont-reply-to-names'.")
17486 17734
17735(custom-autoload (quote rmail-dont-reply-to-names) "rmail")
17736
17487(defvar rmail-default-dont-reply-to-names "info-" "\ 17737(defvar rmail-default-dont-reply-to-names "info-" "\
17488A regular expression specifying part of the value of the default value of 17738A regular expression specifying part of the value of the default value of
17489the variable `rmail-dont-reply-to-names', for when the user does not set 17739the variable `rmail-dont-reply-to-names', for when the user does not set
@@ -17500,43 +17750,65 @@ To make a change in this variable take effect
17500for a message that you have already viewed, 17750for a message that you have already viewed,
17501go to that message and type \\[rmail-toggle-header] twice.") 17751go to that message and type \\[rmail-toggle-header] twice.")
17502 17752
17753(custom-autoload (quote rmail-ignored-headers) "rmail")
17754
17503(defvar rmail-displayed-headers nil "\ 17755(defvar rmail-displayed-headers nil "\
17504*Regexp to match Header fields that Rmail should display. 17756*Regexp to match Header fields that Rmail should display.
17505If nil, display all header fields except those matched by 17757If nil, display all header fields except those matched by
17506`rmail-ignored-headers'.") 17758`rmail-ignored-headers'.")
17507 17759
17760(custom-autoload (quote rmail-displayed-headers) "rmail")
17761
17508(defvar rmail-retry-ignored-headers "^x-authentication-warning:" "\ 17762(defvar rmail-retry-ignored-headers "^x-authentication-warning:" "\
17509*Headers that should be stripped when retrying a failed message.") 17763*Headers that should be stripped when retrying a failed message.")
17510 17764
17765(custom-autoload (quote rmail-retry-ignored-headers) "rmail")
17766
17511(defvar rmail-highlighted-headers "^From:\\|^Subject:" "\ 17767(defvar rmail-highlighted-headers "^From:\\|^Subject:" "\
17512*Regexp to match Header fields that Rmail should normally highlight. 17768*Regexp to match Header fields that Rmail should normally highlight.
17513A value of nil means don't highlight. 17769A value of nil means don't highlight.
17514See also `rmail-highlight-face'.") 17770See also `rmail-highlight-face'.")
17515 17771
17772(custom-autoload (quote rmail-highlighted-headers) "rmail")
17773
17516(defvar rmail-highlight-face nil "\ 17774(defvar rmail-highlight-face nil "\
17517*Face used by Rmail for highlighting headers.") 17775*Face used by Rmail for highlighting headers.")
17518 17776
17777(custom-autoload (quote rmail-highlight-face) "rmail")
17778
17519(defvar rmail-delete-after-output nil "\ 17779(defvar rmail-delete-after-output nil "\
17520*Non-nil means automatically delete a message that is copied to a file.") 17780*Non-nil means automatically delete a message that is copied to a file.")
17521 17781
17782(custom-autoload (quote rmail-delete-after-output) "rmail")
17783
17522(defvar rmail-primary-inbox-list nil "\ 17784(defvar rmail-primary-inbox-list nil "\
17523*List of files which are inboxes for user's primary mail file `~/RMAIL'. 17785*List of files which are inboxes for user's primary mail file `~/RMAIL'.
17524`nil' means the default, which is (\"/usr/spool/mail/$USER\") 17786`nil' means the default, which is (\"/usr/spool/mail/$USER\")
17525\(the name varies depending on the operating system, 17787\(the name varies depending on the operating system,
17526and the value of the environment variable MAIL overrides it).") 17788and the value of the environment variable MAIL overrides it).")
17527 17789
17790(custom-autoload (quote rmail-primary-inbox-list) "rmail")
17791
17528(defvar rmail-mail-new-frame nil "\ 17792(defvar rmail-mail-new-frame nil "\
17529*Non-nil means Rmail makes a new frame for composing outgoing mail.") 17793*Non-nil means Rmail makes a new frame for composing outgoing mail.")
17530 17794
17795(custom-autoload (quote rmail-mail-new-frame) "rmail")
17796
17531(defvar rmail-secondary-file-directory "~/" "\ 17797(defvar rmail-secondary-file-directory "~/" "\
17532*Directory for additional secondary Rmail files.") 17798*Directory for additional secondary Rmail files.")
17533 17799
17800(custom-autoload (quote rmail-secondary-file-directory) "rmail")
17801
17534(defvar rmail-secondary-file-regexp "\\.xmail$" "\ 17802(defvar rmail-secondary-file-regexp "\\.xmail$" "\
17535*Regexp for which files are secondary Rmail files.") 17803*Regexp for which files are secondary Rmail files.")
17536 17804
17805(custom-autoload (quote rmail-secondary-file-regexp) "rmail")
17806
17537(defvar rmail-confirm-expunge (quote y-or-n-p) "\ 17807(defvar rmail-confirm-expunge (quote y-or-n-p) "\
17538*Whether and how to ask for confirmation before expunging deleted messages.") 17808*Whether and how to ask for confirmation before expunging deleted messages.")
17539 17809
17810(custom-autoload (quote rmail-confirm-expunge) "rmail")
17811
17540(defvar rmail-mode-hook nil "\ 17812(defvar rmail-mode-hook nil "\
17541List of functions to call when Rmail is invoked.") 17813List of functions to call when Rmail is invoked.")
17542 17814
@@ -17546,6 +17818,8 @@ List of functions to call when Rmail has retrieved new mail.")
17546(defvar rmail-show-message-hook nil "\ 17818(defvar rmail-show-message-hook nil "\
17547List of functions to call when Rmail displays a message.") 17819List of functions to call when Rmail displays a message.")
17548 17820
17821(custom-autoload (quote rmail-show-message-hook) "rmail")
17822
17549(defvar rmail-quit-hook nil "\ 17823(defvar rmail-quit-hook nil "\
17550List of functions to call when quitting out of Rmail.") 17824List of functions to call when quitting out of Rmail.")
17551 17825
@@ -17565,6 +17839,8 @@ If the value is t, RMAIL automatically shows MIME decoded message.
17565If the value is neither t nor nil, RMAIL does not show MIME decoded message 17839If the value is neither t nor nil, RMAIL does not show MIME decoded message
17566until a user explicitly requires it.") 17840until a user explicitly requires it.")
17567 17841
17842(custom-autoload (quote rmail-enable-mime) "rmail")
17843
17568(defvar rmail-show-mime-function nil "\ 17844(defvar rmail-show-mime-function nil "\
17569Function to show MIME decoded message of RMAIL file. 17845Function to show MIME decoded message of RMAIL file.
17570This function is called when `rmail-enable-mime' is non-nil. 17846This function is called when `rmail-enable-mime' is non-nil.
@@ -17696,7 +17972,7 @@ Set PASSWORD to be used for retrieving mail from a POP server.
17696;;;*** 17972;;;***
17697 17973
17698;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" 17974;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
17699;;;;;; (15828 34220)) 17975;;;;;; (15828 34013))
17700;;; Generated autoloads from mail/rmailedit.el 17976;;; Generated autoloads from mail/rmailedit.el
17701 17977
17702(autoload (quote rmail-edit-current-message) "rmailedit" "\ 17978(autoload (quote rmail-edit-current-message) "rmailedit" "\
@@ -17772,6 +18048,8 @@ NAME-EXP may be a string constant giving the file name to use,
17772or more generally it may be any kind of expression that returns 18048or more generally it may be any kind of expression that returns
17773a file name as a string.") 18049a file name as a string.")
17774 18050
18051(custom-autoload (quote rmail-output-file-alist) "rmailout")
18052
17775(autoload (quote rmail-output-to-rmail-file) "rmailout" "\ 18053(autoload (quote rmail-output-to-rmail-file) "rmailout" "\
17776Append the current message to an Rmail file named FILE-NAME. 18054Append the current message to an Rmail file named FILE-NAME.
17777If the file does not exist, ask if it should be created. 18055If the file does not exist, ask if it should be created.
@@ -17794,6 +18072,8 @@ mesasge up instead of moving forward to the next non-deleted message.
17794(defvar rmail-fields-not-to-output nil "\ 18072(defvar rmail-fields-not-to-output nil "\
17795*Regexp describing fields to exclude when outputting a message to a file.") 18073*Regexp describing fields to exclude when outputting a message to a file.")
17796 18074
18075(custom-autoload (quote rmail-fields-not-to-output) "rmailout")
18076
17797(autoload (quote rmail-output) "rmailout" "\ 18077(autoload (quote rmail-output) "rmailout" "\
17798Append this message to system-inbox-format mail file named FILE-NAME. 18078Append this message to system-inbox-format mail file named FILE-NAME.
17799A prefix argument N says to output N consecutive messages 18079A prefix argument N says to output N consecutive messages
@@ -17883,9 +18163,13 @@ KEYWORDS is a comma-separated list of labels.
17883(defvar rmail-summary-scroll-between-messages t "\ 18163(defvar rmail-summary-scroll-between-messages t "\
17884*Non-nil means Rmail summary scroll commands move between messages.") 18164*Non-nil means Rmail summary scroll commands move between messages.")
17885 18165
18166(custom-autoload (quote rmail-summary-scroll-between-messages) "rmailsum")
18167
17886(defvar rmail-summary-line-count-flag t "\ 18168(defvar rmail-summary-line-count-flag t "\
17887*Non-nil if Rmail summary should show the number of lines in each message.") 18169*Non-nil if Rmail summary should show the number of lines in each message.")
17888 18170
18171(custom-autoload (quote rmail-summary-line-count-flag) "rmailsum")
18172
17889(autoload (quote rmail-summary) "rmailsum" "\ 18173(autoload (quote rmail-summary) "rmailsum" "\
17890Display a summary of all messages, one line per message. 18174Display a summary of all messages, one line per message.
17891 18175
@@ -17934,6 +18218,8 @@ SENDERS is a string of names separated by commas.
17934 18218
17935By default, `identity' is set.") 18219By default, `identity' is set.")
17936 18220
18221(custom-autoload (quote rmail-summary-line-decoder) "rmailsum")
18222
17937(defvar rmail-user-mail-address-regexp nil "\ 18223(defvar rmail-user-mail-address-regexp nil "\
17938*Regexp matching user mail addresses. 18224*Regexp matching user mail addresses.
17939If non-nil, this variable is used to identify the correspondent 18225If non-nil, this variable is used to identify the correspondent
@@ -17948,6 +18234,8 @@ Then it should be a regexp matching your mail addresses.
17948 18234
17949Setting this variable has an effect only before reading a mail.") 18235Setting this variable has an effect only before reading a mail.")
17950 18236
18237(custom-autoload (quote rmail-user-mail-address-regexp) "rmailsum")
18238
17951;;;*** 18239;;;***
17952 18240
17953;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el" 18241;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el"
@@ -18011,25 +18299,33 @@ Toggle the use of rot 13 encoding for the current window.
18011(defvar resize-minibuffer-mode nil "\ 18299(defvar resize-minibuffer-mode nil "\
18012*This variable is obsolete.") 18300*This variable is obsolete.")
18013 18301
18014(custom-add-to-group (quote resize-minibuffer) (quote resize-minibuffer-mode) (quote custom-variable)) 18302(custom-autoload (quote resize-minibuffer-mode) "rsz-mini")
18015
18016(custom-add-load (quote resize-minibuffer-mode) (quote rsz-mini))
18017 18303
18018(defvar resize-minibuffer-window-max-height nil "\ 18304(defvar resize-minibuffer-window-max-height nil "\
18019*This variable is obsolete.") 18305*This variable is obsolete.")
18020 18306
18307(custom-autoload (quote resize-minibuffer-window-max-height) "rsz-mini")
18308
18021(defvar resize-minibuffer-window-exactly t "\ 18309(defvar resize-minibuffer-window-exactly t "\
18022*This variable is obsolete.") 18310*This variable is obsolete.")
18023 18311
18312(custom-autoload (quote resize-minibuffer-window-exactly) "rsz-mini")
18313
18024(defvar resize-minibuffer-frame nil "\ 18314(defvar resize-minibuffer-frame nil "\
18025*This variable is obsolete.") 18315*This variable is obsolete.")
18026 18316
18317(custom-autoload (quote resize-minibuffer-frame) "rsz-mini")
18318
18027(defvar resize-minibuffer-frame-max-height nil "\ 18319(defvar resize-minibuffer-frame-max-height nil "\
18028*This variable is obsolete.") 18320*This variable is obsolete.")
18029 18321
18322(custom-autoload (quote resize-minibuffer-frame-max-height) "rsz-mini")
18323
18030(defvar resize-minibuffer-frame-exactly t "\ 18324(defvar resize-minibuffer-frame-exactly t "\
18031*This variable is obsolete.") 18325*This variable is obsolete.")
18032 18326
18327(custom-autoload (quote resize-minibuffer-frame-exactly) "rsz-mini")
18328
18033(autoload (quote resize-minibuffer-mode) "rsz-mini" "\ 18329(autoload (quote resize-minibuffer-mode) "rsz-mini" "\
18034This function is obsolete. 18330This function is obsolete.
18035 18331
@@ -18048,8 +18344,8 @@ Display a ruler in the header line if ARG > 0.
18048 18344
18049;;;*** 18345;;;***
18050 18346
18051;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (15736 18347;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (15879
18052;;;;;; 21956)) 18348;;;;;; 19260))
18053;;; Generated autoloads from emacs-lisp/rx.el 18349;;; Generated autoloads from emacs-lisp/rx.el
18054 18350
18055(autoload (quote rx-to-string) "rx" "\ 18351(autoload (quote rx-to-string) "rx" "\
@@ -18324,7 +18620,7 @@ CHAR
18324;;;*** 18620;;;***
18325 18621
18326;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 18622;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
18327;;;;;; (15809 31211)) 18623;;;;;; (15806 55294))
18328;;; Generated autoloads from progmodes/scheme.el 18624;;; Generated autoloads from progmodes/scheme.el
18329 18625
18330(autoload (quote scheme-mode) "scheme" "\ 18626(autoload (quote scheme-mode) "scheme" "\
@@ -18403,7 +18699,7 @@ Interesting variables:
18403;;;*** 18699;;;***
18404 18700
18405;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 18701;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
18406;;;;;; (15838 62848)) 18702;;;;;; (15838 62789))
18407;;; Generated autoloads from scroll-all.el 18703;;; Generated autoloads from scroll-all.el
18408 18704
18409(defvar scroll-all-mode nil "\ 18705(defvar scroll-all-mode nil "\
@@ -18412,9 +18708,7 @@ See the command `scroll-all-mode' for a description of this minor-mode.
18412Setting this variable directly does not take effect; 18708Setting this variable directly does not take effect;
18413use either \\[customize] or the function `scroll-all-mode'.") 18709use either \\[customize] or the function `scroll-all-mode'.")
18414 18710
18415(custom-add-to-group (quote windows) (quote scroll-all-mode) (quote custom-variable)) 18711(custom-autoload (quote scroll-all-mode) "scroll-all")
18416
18417(custom-add-load (quote scroll-all-mode) (quote scroll-all))
18418 18712
18419(autoload (quote scroll-all-mode) "scroll-all" "\ 18713(autoload (quote scroll-all-mode) "scroll-all" "\
18420Toggle Scroll-All minor mode. 18714Toggle Scroll-All minor mode.
@@ -18431,7 +18725,7 @@ apply to all visible windows in the same frame.
18431;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 18725;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
18432;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers 18726;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers
18433;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from 18727;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from
18434;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (15841 15770)) 18728;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (15898 7843))
18435;;; Generated autoloads from mail/sendmail.el 18729;;; Generated autoloads from mail/sendmail.el
18436 18730
18437(defvar mail-from-style (quote angles) "\ 18731(defvar mail-from-style (quote angles) "\
@@ -18451,6 +18745,8 @@ Emacs to pass the proper email address from `user-mail-address'
18451to the mailer to specify the envelope-from address. But that is now 18745to the mailer to specify the envelope-from address. But that is now
18452controlled by a separate variable, `mail-specify-envelope-from'.") 18746controlled by a separate variable, `mail-specify-envelope-from'.")
18453 18747
18748(custom-autoload (quote mail-from-style) "sendmail")
18749
18454(defvar mail-specify-envelope-from nil "\ 18750(defvar mail-specify-envelope-from nil "\
18455*If non-nil, specify the envelope-from address when sending mail. 18751*If non-nil, specify the envelope-from address when sending mail.
18456The value used to specify it is whatever is found in 18752The value used to specify it is whatever is found in
@@ -18459,18 +18755,26 @@ The value used to specify it is whatever is found in
18459On most systems, specifying the envelope-from address 18755On most systems, specifying the envelope-from address
18460is a privileged operation.") 18756is a privileged operation.")
18461 18757
18758(custom-autoload (quote mail-specify-envelope-from) "sendmail")
18759
18462(defvar mail-self-blind nil "\ 18760(defvar mail-self-blind nil "\
18463*Non-nil means insert BCC to self in messages to be sent. 18761*Non-nil means insert BCC to self in messages to be sent.
18464This is done when the message is initialized, 18762This is done when the message is initialized,
18465so you can remove or alter the BCC field to override the default.") 18763so you can remove or alter the BCC field to override the default.")
18466 18764
18765(custom-autoload (quote mail-self-blind) "sendmail")
18766
18467(defvar mail-interactive nil "\ 18767(defvar mail-interactive nil "\
18468*Non-nil means when sending a message wait for and display errors. 18768*Non-nil means when sending a message wait for and display errors.
18469nil means let mailer mail back a message to report errors.") 18769nil means let mailer mail back a message to report errors.")
18470 18770
18771(custom-autoload (quote mail-interactive) "sendmail")
18772
18471(defvar mail-yank-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^remailed\\|^received:\\|^message-id:\\|^summary-line:\\|^to:\\|^subject:\\|^in-reply-to:\\|^return-path:" "\ 18773(defvar mail-yank-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^remailed\\|^received:\\|^message-id:\\|^summary-line:\\|^to:\\|^subject:\\|^in-reply-to:\\|^return-path:" "\
18472*Delete these headers from old message when it's inserted in a reply.") 18774*Delete these headers from old message when it's inserted in a reply.")
18473 18775
18776(custom-autoload (quote mail-yank-ignored-headers) "sendmail")
18777
18474(defvar send-mail-function (quote sendmail-send-it) "\ 18778(defvar send-mail-function (quote sendmail-send-it) "\
18475Function to call to send the current buffer as mail. 18779Function to call to send the current buffer as mail.
18476The headers should be delimited by a line which is 18780The headers should be delimited by a line which is
@@ -18479,30 +18783,42 @@ that matches the variable `mail-header-separator'.
18479This is used by the default mail-sending commands. See also 18783This is used by the default mail-sending commands. See also
18480`message-send-mail-function' for use with the Message package.") 18784`message-send-mail-function' for use with the Message package.")
18481 18785
18786(custom-autoload (quote send-mail-function) "sendmail")
18787
18482(defvar mail-header-separator "--text follows this line--" "\ 18788(defvar mail-header-separator "--text follows this line--" "\
18483*Line used to separate headers from text in messages being composed.") 18789*Line used to separate headers from text in messages being composed.")
18484 18790
18791(custom-autoload (quote mail-header-separator) "sendmail")
18792
18485(defvar mail-archive-file-name nil "\ 18793(defvar mail-archive-file-name nil "\
18486*Name of file to write all outgoing messages in, or nil for none. 18794*Name of file to write all outgoing messages in, or nil for none.
18487This can be an inbox file or an Rmail file.") 18795This can be an inbox file or an Rmail file.")
18488 18796
18797(custom-autoload (quote mail-archive-file-name) "sendmail")
18798
18489(defvar mail-default-reply-to nil "\ 18799(defvar mail-default-reply-to nil "\
18490*Address to insert as default Reply-to field of outgoing messages. 18800*Address to insert as default Reply-to field of outgoing messages.
18491If nil, it will be initialized from the REPLYTO environment variable 18801If nil, it will be initialized from the REPLYTO environment variable
18492when you first send mail.") 18802when you first send mail.")
18493 18803
18804(custom-autoload (quote mail-default-reply-to) "sendmail")
18805
18494(defvar mail-alias-file nil "\ 18806(defvar mail-alias-file nil "\
18495*If non-nil, the name of a file to use instead of `/usr/lib/aliases'. 18807*If non-nil, the name of a file to use instead of `/usr/lib/aliases'.
18496This file defines aliases to be expanded by the mailer; this is a different 18808This file defines aliases to be expanded by the mailer; this is a different
18497feature from that of defining aliases in `.mailrc' to be expanded in Emacs. 18809feature from that of defining aliases in `.mailrc' to be expanded in Emacs.
18498This variable has no effect unless your system uses sendmail as its mailer.") 18810This variable has no effect unless your system uses sendmail as its mailer.")
18499 18811
18812(custom-autoload (quote mail-alias-file) "sendmail")
18813
18500(defvar mail-personal-alias-file "~/.mailrc" "\ 18814(defvar mail-personal-alias-file "~/.mailrc" "\
18501*If non-nil, the name of the user's personal mail alias file. 18815*If non-nil, the name of the user's personal mail alias file.
18502This file typically should be in same format as the `.mailrc' file used by 18816This file typically should be in same format as the `.mailrc' file used by
18503the `Mail' or `mailx' program. 18817the `Mail' or `mailx' program.
18504This file need not actually exist.") 18818This file need not actually exist.")
18505 18819
18820(custom-autoload (quote mail-personal-alias-file) "sendmail")
18821
18506(defvar mail-signature nil "\ 18822(defvar mail-signature nil "\
18507*Text inserted at end of mail buffer when a message is initialized. 18823*Text inserted at end of mail buffer when a message is initialized.
18508If t, it means to insert the contents of the file `mail-signature-file'. 18824If t, it means to insert the contents of the file `mail-signature-file'.
@@ -18512,11 +18828,15 @@ If a string, that string is inserted.
18512Otherwise, it should be an expression; it is evaluated 18828Otherwise, it should be an expression; it is evaluated
18513and should insert whatever you want to insert.") 18829and should insert whatever you want to insert.")
18514 18830
18831(custom-autoload (quote mail-signature) "sendmail")
18832
18515(defvar mail-default-directory "~/" "\ 18833(defvar mail-default-directory "~/" "\
18516*Directory for mail buffers. 18834*Directory for mail buffers.
18517Value of `default-directory' for mail buffers. 18835Value of `default-directory' for mail buffers.
18518This directory is used for auto-save files of mail buffers.") 18836This directory is used for auto-save files of mail buffers.")
18519 18837
18838(custom-autoload (quote mail-default-directory) "sendmail")
18839
18520(autoload (quote mail-mode) "sendmail" "\ 18840(autoload (quote mail-mode) "sendmail" "\
18521Major mode for editing mail to be sent. 18841Major mode for editing mail to be sent.
18522Like Text Mode but with these additional commands: 18842Like Text Mode but with these additional commands:
@@ -18608,7 +18928,7 @@ Like `mail' command, but display mail buffer in another frame.
18608 18928
18609;;;*** 18929;;;***
18610 18930
18611;;;### (autoloads (server-start) "server" "server.el" (15813 22869)) 18931;;;### (autoloads (server-start) "server" "server.el" (15811 25257))
18612;;; Generated autoloads from server.el 18932;;; Generated autoloads from server.el
18613 18933
18614(autoload (quote server-start) "server" "\ 18934(autoload (quote server-start) "server" "\
@@ -18642,7 +18962,7 @@ These are active only in the minibuffer, when entering or editing a formula:
18642;;;*** 18962;;;***
18643 18963
18644;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 18964;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
18645;;;;;; (15832 31243)) 18965;;;;;; (15832 27979))
18646;;; Generated autoloads from textmodes/sgml-mode.el 18966;;; Generated autoloads from textmodes/sgml-mode.el
18647 18967
18648(autoload (quote sgml-mode) "sgml-mode" "\ 18968(autoload (quote sgml-mode) "sgml-mode" "\
@@ -18704,7 +19024,7 @@ To work around that, do:
18704;;;*** 19024;;;***
18705 19025
18706;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 19026;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
18707;;;;;; (15806 54404)) 19027;;;;;; (15804 28698))
18708;;; Generated autoloads from progmodes/sh-script.el 19028;;; Generated autoloads from progmodes/sh-script.el
18709 19029
18710(put (quote sh-mode) (quote mode-class) (quote special)) 19030(put (quote sh-mode) (quote mode-class) (quote special))
@@ -18770,7 +19090,7 @@ with your script for an edit-interpret-debug cycle.
18770;;;*** 19090;;;***
18771 19091
18772;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 19092;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
18773;;;;;; (15834 22644)) 19093;;;;;; (15834 21036))
18774;;; Generated autoloads from emacs-lisp/shadow.el 19094;;; Generated autoloads from emacs-lisp/shadow.el
18775 19095
18776(autoload (quote list-load-path-shadows) "shadow" "\ 19096(autoload (quote list-load-path-shadows) "shadow" "\
@@ -18857,7 +19177,7 @@ Set up file shadowing.
18857;;;*** 19177;;;***
18858 19178
18859;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 19179;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
18860;;;;;; (15831 63940)) 19180;;;;;; (15809 48811))
18861;;; Generated autoloads from shell.el 19181;;; Generated autoloads from shell.el
18862 19182
18863(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ 19183(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
@@ -18867,6 +19187,8 @@ match this regexp, Emacs will write out the command history when the
18867shell finishes, and won't remove backslashes when it unquotes shell 19187shell finishes, and won't remove backslashes when it unquotes shell
18868arguments.") 19188arguments.")
18869 19189
19190(custom-autoload (quote shell-dumb-shell-regexp) "shell")
19191
18870(autoload (quote shell) "shell" "\ 19192(autoload (quote shell) "shell" "\
18871Run an inferior shell, with I/O through BUFFER (which defaults to `*shell*'). 19193Run an inferior shell, with I/O through BUFFER (which defaults to `*shell*').
18872Interactively, a prefix arg means to prompt for BUFFER. 19194Interactively, a prefix arg means to prompt for BUFFER.
@@ -19099,7 +19421,7 @@ Minor mode to simplify editing output from the diff3 program.
19099;;;*** 19421;;;***
19100 19422
19101;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el" 19423;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el"
19102;;;;;; (15847 42307)) 19424;;;;;; (15847 36480))
19103;;; Generated autoloads from gnus/smiley-ems.el 19425;;; Generated autoloads from gnus/smiley-ems.el
19104 19426
19105(autoload (quote smiley-region) "smiley-ems" "\ 19427(autoload (quote smiley-region) "smiley-ems" "\
@@ -19113,7 +19435,7 @@ which smileys to operate on and which images to use for them.
19113;;;*** 19435;;;***
19114 19436
19115;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 19437;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
19116;;;;;; "mail/smtpmail.el" (15869 9800)) 19438;;;;;; "mail/smtpmail.el" (15868 11768))
19117;;; Generated autoloads from mail/smtpmail.el 19439;;; Generated autoloads from mail/smtpmail.el
19118 19440
19119(autoload (quote smtpmail-send-it) "smtpmail" "\ 19441(autoload (quote smtpmail-send-it) "smtpmail" "\
@@ -19183,7 +19505,7 @@ then `snmpv2-mode-hook'.
19183 19505
19184;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name 19506;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name
19185;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) 19507;;;;;; calendar-longitude calendar-latitude calendar-time-display-form)
19186;;;;;; "solar" "calendar/solar.el" (15855 52571)) 19508;;;;;; "solar" "calendar/solar.el" (15855 28972))
19187;;; Generated autoloads from calendar/solar.el 19509;;; Generated autoloads from calendar/solar.el
19188 19510
19189(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ 19511(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\
@@ -19200,6 +19522,8 @@ For example, the form
19200 19522
19201would give military-style times like `21:07 (UTC)'.") 19523would give military-style times like `21:07 (UTC)'.")
19202 19524
19525(custom-autoload (quote calendar-time-display-form) "solar")
19526
19203(defvar calendar-latitude nil "\ 19527(defvar calendar-latitude nil "\
19204*Latitude of `calendar-location-name' in degrees. 19528*Latitude of `calendar-location-name' in degrees.
19205 19529
@@ -19210,6 +19534,8 @@ York City.
19210 19534
19211This variable should be set in `site-start'.el.") 19535This variable should be set in `site-start'.el.")
19212 19536
19537(custom-autoload (quote calendar-latitude) "solar")
19538
19213(defvar calendar-longitude nil "\ 19539(defvar calendar-longitude nil "\
19214*Longitude of `calendar-location-name' in degrees. 19540*Longitude of `calendar-location-name' in degrees.
19215 19541
@@ -19220,6 +19546,8 @@ York City.
19220 19546
19221This variable should be set in `site-start'.el.") 19547This variable should be set in `site-start'.el.")
19222 19548
19549(custom-autoload (quote calendar-longitude) "solar")
19550
19223(defvar calendar-location-name (quote (let ((float-output-format "%.1f")) (format "%s%s, %s%s" (if (numberp calendar-latitude) (abs calendar-latitude) (+ (aref calendar-latitude 0) (/ (aref calendar-latitude 1) 60.0))) (if (numberp calendar-latitude) (if (> calendar-latitude 0) "N" "S") (if (equal (aref calendar-latitude 2) (quote north)) "N" "S")) (if (numberp calendar-longitude) (abs calendar-longitude) (+ (aref calendar-longitude 0) (/ (aref calendar-longitude 1) 60.0))) (if (numberp calendar-longitude) (if (> calendar-longitude 0) "E" "W") (if (equal (aref calendar-longitude 2) (quote east)) "E" "W"))))) "\ 19551(defvar calendar-location-name (quote (let ((float-output-format "%.1f")) (format "%s%s, %s%s" (if (numberp calendar-latitude) (abs calendar-latitude) (+ (aref calendar-latitude 0) (/ (aref calendar-latitude 1) 60.0))) (if (numberp calendar-latitude) (if (> calendar-latitude 0) "N" "S") (if (equal (aref calendar-latitude 2) (quote north)) "N" "S")) (if (numberp calendar-longitude) (abs calendar-longitude) (+ (aref calendar-longitude 0) (/ (aref calendar-longitude 1) 60.0))) (if (numberp calendar-longitude) (if (> calendar-longitude 0) "E" "W") (if (equal (aref calendar-longitude 2) (quote east)) "E" "W"))))) "\
19224*Expression evaluating to name of `calendar-longitude', `calendar-latitude'. 19552*Expression evaluating to name of `calendar-longitude', `calendar-latitude'.
19225For example, \"New York City\". Default value is just the latitude, longitude 19553For example, \"New York City\". Default value is just the latitude, longitude
@@ -19227,6 +19555,8 @@ pair.
19227 19555
19228This variable should be set in `site-start'.el.") 19556This variable should be set in `site-start'.el.")
19229 19557
19558(custom-autoload (quote calendar-location-name) "solar")
19559
19230(autoload (quote sunrise-sunset) "solar" "\ 19560(autoload (quote sunrise-sunset) "solar" "\
19231Local time of sunrise and sunset for today. Accurate to a few seconds. 19561Local time of sunrise and sunset for today. Accurate to a few seconds.
19232If called with an optional prefix argument, prompt for date. 19562If called with an optional prefix argument, prompt for date.
@@ -19465,7 +19795,7 @@ From a program takes two point or marker arguments, BEG and END.
19465;;;*** 19795;;;***
19466 19796
19467;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 19797;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
19468;;;;;; "speedbar.el" (15858 27206)) 19798;;;;;; "speedbar.el" (15858 26734))
19469;;; Generated autoloads from speedbar.el 19799;;; Generated autoloads from speedbar.el
19470 19800
19471(defalias (quote speedbar) (quote speedbar-frame-mode)) 19801(defalias (quote speedbar) (quote speedbar-frame-mode))
@@ -19544,8 +19874,8 @@ Return a vector containing the lines from `spook-phrases-file'.
19544 19874
19545;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres 19875;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
19546;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-informix sql-sybase 19876;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-informix sql-sybase
19547;;;;;; sql-oracle sql-mode sql-help) "sql" "progmodes/sql.el" (15837 19877;;;;;; sql-oracle sql-mode sql-help) "sql" "progmodes/sql.el" (15836
19548;;;;;; 7290)) 19878;;;;;; 39390))
19549;;; Generated autoloads from progmodes/sql.el 19879;;; Generated autoloads from progmodes/sql.el
19550 19880
19551(autoload (quote sql-help) "sql" "\ 19881(autoload (quote sql-help) "sql" "\
@@ -19991,9 +20321,7 @@ See the command `strokes-mode' for a description of this minor-mode.
19991Setting this variable directly does not take effect; 20321Setting this variable directly does not take effect;
19992use either \\[customize] or the function `strokes-mode'.") 20322use either \\[customize] or the function `strokes-mode'.")
19993 20323
19994(custom-add-to-group (quote strokes) (quote strokes-mode) (quote custom-variable)) 20324(custom-autoload (quote strokes-mode) "strokes")
19995
19996(custom-add-load (quote strokes-mode) (quote strokes))
19997 20325
19998(autoload (quote strokes-mode) "strokes" "\ 20326(autoload (quote strokes-mode) "strokes" "\
19999Toggle Strokes global minor mode.\\<strokes-mode-map> 20327Toggle Strokes global minor mode.\\<strokes-mode-map>
@@ -20132,22 +20460,30 @@ The variable `tab-width' controls the spacing of tab stops.
20132;;;;;; table-recognize table-insert-row-column table-insert-column 20460;;;;;; table-recognize table-insert-row-column table-insert-column
20133;;;;;; table-insert-row table-insert table-point-left-cell-hook 20461;;;;;; table-insert-row table-insert table-point-left-cell-hook
20134;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 20462;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
20135;;;;;; "table" "textmodes/table.el" (15832 11599)) 20463;;;;;; "table" "textmodes/table.el" (15832 6361))
20136;;; Generated autoloads from textmodes/table.el 20464;;; Generated autoloads from textmodes/table.el
20137 20465
20138(defvar table-cell-map-hook nil "\ 20466(defvar table-cell-map-hook nil "\
20139*Normal hooks run when finishing construction of `table-cell-map'. 20467*Normal hooks run when finishing construction of `table-cell-map'.
20140User can modify `table-cell-map' by adding custom functions here.") 20468User can modify `table-cell-map' by adding custom functions here.")
20141 20469
20470(custom-autoload (quote table-cell-map-hook) "table")
20471
20142(defvar table-load-hook nil "\ 20472(defvar table-load-hook nil "\
20143*List of functions to be called after the table is first loaded.") 20473*List of functions to be called after the table is first loaded.")
20144 20474
20475(custom-autoload (quote table-load-hook) "table")
20476
20145(defvar table-point-entered-cell-hook nil "\ 20477(defvar table-point-entered-cell-hook nil "\
20146*List of functions to be called after point entered a table cell.") 20478*List of functions to be called after point entered a table cell.")
20147 20479
20480(custom-autoload (quote table-point-entered-cell-hook) "table")
20481
20148(defvar table-point-left-cell-hook nil "\ 20482(defvar table-point-left-cell-hook nil "\
20149*List of functions to be called after point left a table cell.") 20483*List of functions to be called after point left a table cell.")
20150 20484
20485(custom-autoload (quote table-point-left-cell-hook) "table")
20486
20151(autoload (quote table-insert) "table" "\ 20487(autoload (quote table-insert) "table" "\
20152Insert an editable text table. 20488Insert an editable text table.
20153Insert a table of specified number of COLUMNS and ROWS. Optional 20489Insert a table of specified number of COLUMNS and ROWS. Optional
@@ -20744,7 +21080,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
20744;;;*** 21080;;;***
20745 21081
20746;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 21082;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
20747;;;;;; "progmodes/tcl.el" (15818 42033)) 21083;;;;;; "progmodes/tcl.el" (15818 34121))
20748;;; Generated autoloads from progmodes/tcl.el 21084;;; Generated autoloads from progmodes/tcl.el
20749 21085
20750(autoload (quote tcl-mode) "tcl" "\ 21086(autoload (quote tcl-mode) "tcl" "\
@@ -20818,8 +21154,8 @@ Normally input is edited in Emacs and sent a line at a time.
20818 21154
20819;;;*** 21155;;;***
20820 21156
20821;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15831 21157;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15548
20822;;;;;; 63940)) 21158;;;;;; 29279))
20823;;; Generated autoloads from term.el 21159;;; Generated autoloads from term.el
20824 21160
20825(autoload (quote make-term) "term" "\ 21161(autoload (quote make-term) "term" "\
@@ -20843,8 +21179,8 @@ Start a terminal-emulator in a new buffer.
20843 21179
20844;;;*** 21180;;;***
20845 21181
20846;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15831 21182;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15490
20847;;;;;; 63940)) 21183;;;;;; 38811))
20848;;; Generated autoloads from terminal.el 21184;;; Generated autoloads from terminal.el
20849 21185
20850(autoload (quote terminal-emulator) "terminal" "\ 21186(autoload (quote terminal-emulator) "terminal" "\
@@ -20930,72 +21266,98 @@ nil(fn)" t nil)
20930;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 21266;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
20931;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 21267;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
20932;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 21268;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
20933;;;;;; (15819 63071)) 21269;;;;;; (15878 13994))
20934;;; Generated autoloads from textmodes/tex-mode.el 21270;;; Generated autoloads from textmodes/tex-mode.el
20935 21271
20936(defvar tex-shell-file-name nil "\ 21272(defvar tex-shell-file-name nil "\
20937*If non-nil, the shell file name to run in the subshell used to run TeX.") 21273*If non-nil, the shell file name to run in the subshell used to run TeX.")
20938 21274
21275(custom-autoload (quote tex-shell-file-name) "tex-mode")
21276
20939(defvar tex-directory "." "\ 21277(defvar tex-directory "." "\
20940*Directory in which temporary files are written. 21278*Directory in which temporary files are written.
20941You can make this `/tmp' if your TEXINPUTS has no relative directories in it 21279You can make this `/tmp' if your TEXINPUTS has no relative directories in it
20942and you don't try to apply \\[tex-region] or \\[tex-buffer] when there are 21280and you don't try to apply \\[tex-region] or \\[tex-buffer] when there are
20943`\\input' commands with relative directories.") 21281`\\input' commands with relative directories.")
20944 21282
21283(custom-autoload (quote tex-directory) "tex-mode")
21284
20945(defvar tex-first-line-header-regexp nil "\ 21285(defvar tex-first-line-header-regexp nil "\
20946Regexp for matching a first line which `tex-region' should include. 21286Regexp for matching a first line which `tex-region' should include.
20947If this is non-nil, it should be a regular expression string; 21287If this is non-nil, it should be a regular expression string;
20948if it matches the first line of the file, 21288if it matches the first line of the file,
20949`tex-region' always includes the first line in the TeX run.") 21289`tex-region' always includes the first line in the TeX run.")
20950 21290
21291(custom-autoload (quote tex-first-line-header-regexp) "tex-mode")
21292
20951(defvar tex-main-file nil "\ 21293(defvar tex-main-file nil "\
20952*The main TeX source file which includes this buffer's file. 21294*The main TeX source file which includes this buffer's file.
20953The command `tex-file' runs TeX on the file specified by `tex-main-file' 21295The command `tex-file' runs TeX on the file specified by `tex-main-file'
20954if the variable is non-nil.") 21296if the variable is non-nil.")
20955 21297
21298(custom-autoload (quote tex-main-file) "tex-mode")
21299
20956(defvar tex-offer-save t "\ 21300(defvar tex-offer-save t "\
20957*If non-nil, ask about saving modified buffers before \\[tex-file] is run.") 21301*If non-nil, ask about saving modified buffers before \\[tex-file] is run.")
20958 21302
21303(custom-autoload (quote tex-offer-save) "tex-mode")
21304
20959(defvar tex-run-command "tex" "\ 21305(defvar tex-run-command "tex" "\
20960*Command used to run TeX subjob. 21306*Command used to run TeX subjob.
20961TeX Mode sets `tex-command' to this string. 21307TeX Mode sets `tex-command' to this string.
20962See the documentation of that variable.") 21308See the documentation of that variable.")
20963 21309
21310(custom-autoload (quote tex-run-command) "tex-mode")
21311
20964(defvar latex-run-command "latex" "\ 21312(defvar latex-run-command "latex" "\
20965*Command used to run LaTeX subjob. 21313*Command used to run LaTeX subjob.
20966LaTeX Mode sets `tex-command' to this string. 21314LaTeX Mode sets `tex-command' to this string.
20967See the documentation of that variable.") 21315See the documentation of that variable.")
20968 21316
21317(custom-autoload (quote latex-run-command) "tex-mode")
21318
20969(defvar slitex-run-command "slitex" "\ 21319(defvar slitex-run-command "slitex" "\
20970*Command used to run SliTeX subjob. 21320*Command used to run SliTeX subjob.
20971SliTeX Mode sets `tex-command' to this string. 21321SliTeX Mode sets `tex-command' to this string.
20972See the documentation of that variable.") 21322See the documentation of that variable.")
20973 21323
21324(custom-autoload (quote slitex-run-command) "tex-mode")
21325
20974(defvar tex-start-options "" "\ 21326(defvar tex-start-options "" "\
20975*TeX options to use when starting TeX. 21327*TeX options to use when starting TeX.
20976These immediately precede the commands in `tex-start-commands' 21328These immediately precede the commands in `tex-start-commands'
20977and the input file name, with no separating space and are not shell-quoted. 21329and the input file name, with no separating space and are not shell-quoted.
20978If nil, TeX runs with no options. See the documentation of `tex-command'.") 21330If nil, TeX runs with no options. See the documentation of `tex-command'.")
20979 21331
21332(custom-autoload (quote tex-start-options) "tex-mode")
21333
20980(defvar tex-start-commands "\\nonstopmode\\input" "\ 21334(defvar tex-start-commands "\\nonstopmode\\input" "\
20981*TeX commands to use when starting TeX. 21335*TeX commands to use when starting TeX.
20982They are shell-quoted and precede the input file name, with a separating space. 21336They are shell-quoted and precede the input file name, with a separating space.
20983If nil, no commands are used. See the documentation of `tex-command'.") 21337If nil, no commands are used. See the documentation of `tex-command'.")
20984 21338
21339(custom-autoload (quote tex-start-commands) "tex-mode")
21340
20985(defvar latex-block-names nil "\ 21341(defvar latex-block-names nil "\
20986*User defined LaTeX block names. 21342*User defined LaTeX block names.
20987Combined with `latex-standard-block-names' for minibuffer completion.") 21343Combined with `latex-standard-block-names' for minibuffer completion.")
20988 21344
21345(custom-autoload (quote latex-block-names) "tex-mode")
21346
20989(defvar tex-bibtex-command "bibtex" "\ 21347(defvar tex-bibtex-command "bibtex" "\
20990*Command used by `tex-bibtex-file' to gather bibliographic data. 21348*Command used by `tex-bibtex-file' to gather bibliographic data.
20991If this string contains an asterisk (`*'), that is replaced by the file name; 21349If this string contains an asterisk (`*'), that is replaced by the file name;
20992otherwise, the file name, preceded by blank, is added at the end.") 21350otherwise, the file name, preceded by blank, is added at the end.")
20993 21351
21352(custom-autoload (quote tex-bibtex-command) "tex-mode")
21353
20994(defvar tex-dvi-print-command "lpr -d" "\ 21354(defvar tex-dvi-print-command "lpr -d" "\
20995*Command used by \\[tex-print] to print a .dvi file. 21355*Command used by \\[tex-print] to print a .dvi file.
20996If this string contains an asterisk (`*'), that is replaced by the file name; 21356If this string contains an asterisk (`*'), that is replaced by the file name;
20997otherwise, the file name, preceded by blank, is added at the end.") 21357otherwise, the file name, preceded by blank, is added at the end.")
20998 21358
21359(custom-autoload (quote tex-dvi-print-command) "tex-mode")
21360
20999(defvar tex-alt-dvi-print-command "lpr -d" "\ 21361(defvar tex-alt-dvi-print-command "lpr -d" "\
21000*Command used by \\[tex-print] with a prefix arg to print a .dvi file. 21362*Command used by \\[tex-print] with a prefix arg to print a .dvi file.
21001If this string contains an asterisk (`*'), that is replaced by the file name; 21363If this string contains an asterisk (`*'), that is replaced by the file name;
@@ -21011,6 +21373,8 @@ for example,
21011would tell \\[tex-print] with a prefix argument to ask you which printer to 21373would tell \\[tex-print] with a prefix argument to ask you which printer to
21012use.") 21374use.")
21013 21375
21376(custom-autoload (quote tex-alt-dvi-print-command) "tex-mode")
21377
21014(defvar tex-dvi-view-command (quote (if (eq window-system (quote x)) \"xdvi\" \"dvi2tty * | cat -s\")) "\ 21378(defvar tex-dvi-view-command (quote (if (eq window-system (quote x)) \"xdvi\" \"dvi2tty * | cat -s\")) "\
21015*Command used by \\[tex-view] to display a `.dvi' file. 21379*Command used by \\[tex-view] to display a `.dvi' file.
21016If it is a string, that specifies the command directly. 21380If it is a string, that specifies the command directly.
@@ -21019,22 +21383,32 @@ otherwise, the file name, preceded by a space, is added at the end.
21019 21383
21020If the value is a form, it is evaluated to get the command to use.") 21384If the value is a form, it is evaluated to get the command to use.")
21021 21385
21386(custom-autoload (quote tex-dvi-view-command) "tex-mode")
21387
21022(defvar tex-show-queue-command "lpq" "\ 21388(defvar tex-show-queue-command "lpq" "\
21023*Command used by \\[tex-show-print-queue] to show the print queue. 21389*Command used by \\[tex-show-print-queue] to show the print queue.
21024Should show the queue(s) that \\[tex-print] puts jobs on.") 21390Should show the queue(s) that \\[tex-print] puts jobs on.")
21025 21391
21392(custom-autoload (quote tex-show-queue-command) "tex-mode")
21393
21026(defvar tex-default-mode (quote latex-mode) "\ 21394(defvar tex-default-mode (quote latex-mode) "\
21027*Mode to enter for a new file that might be either TeX or LaTeX. 21395*Mode to enter for a new file that might be either TeX or LaTeX.
21028This variable is used when it can't be determined whether the file 21396This variable is used when it can't be determined whether the file
21029is plain TeX or LaTeX or what because the file contains no commands. 21397is plain TeX or LaTeX or what because the file contains no commands.
21030Normally set to either `plain-tex-mode' or `latex-mode'.") 21398Normally set to either `plain-tex-mode' or `latex-mode'.")
21031 21399
21400(custom-autoload (quote tex-default-mode) "tex-mode")
21401
21032(defvar tex-open-quote "``" "\ 21402(defvar tex-open-quote "``" "\
21033*String inserted by typing \\[tex-insert-quote] to open a quotation.") 21403*String inserted by typing \\[tex-insert-quote] to open a quotation.")
21034 21404
21405(custom-autoload (quote tex-open-quote) "tex-mode")
21406
21035(defvar tex-close-quote "''" "\ 21407(defvar tex-close-quote "''" "\
21036*String inserted by typing \\[tex-insert-quote] to close a quotation.") 21408*String inserted by typing \\[tex-insert-quote] to close a quotation.")
21037 21409
21410(custom-autoload (quote tex-close-quote) "tex-mode")
21411
21038(autoload (quote tex-mode) "tex-mode" "\ 21412(autoload (quote tex-mode) "tex-mode" "\
21039Major mode for editing files of input for TeX, LaTeX, or SliTeX. 21413Major mode for editing files of input for TeX, LaTeX, or SliTeX.
21040Tries to determine (by looking at the beginning of the file) whether 21414Tries to determine (by looking at the beginning of the file) whether
@@ -21183,7 +21557,7 @@ Not documented
21183;;;*** 21557;;;***
21184 21558
21185;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 21559;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
21186;;;;;; "texinfmt" "textmodes/texinfmt.el" (15862 28067)) 21560;;;;;; "texinfmt" "textmodes/texinfmt.el" (15878 14033))
21187;;; Generated autoloads from textmodes/texinfmt.el 21561;;; Generated autoloads from textmodes/texinfmt.el
21188 21562
21189(autoload (quote texinfo-format-buffer) "texinfmt" "\ 21563(autoload (quote texinfo-format-buffer) "texinfmt" "\
@@ -21223,15 +21597,19 @@ if large. You can use Info-split to do this manually.
21223;;;*** 21597;;;***
21224 21598
21225;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 21599;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
21226;;;;;; "texinfo" "textmodes/texinfo.el" (15806 54404)) 21600;;;;;; "texinfo" "textmodes/texinfo.el" (15806 15936))
21227;;; Generated autoloads from textmodes/texinfo.el 21601;;; Generated autoloads from textmodes/texinfo.el
21228 21602
21229(defvar texinfo-open-quote "``" "\ 21603(defvar texinfo-open-quote "``" "\
21230*String inserted by typing \\[texinfo-insert-quote] to open a quotation.") 21604*String inserted by typing \\[texinfo-insert-quote] to open a quotation.")
21231 21605
21606(custom-autoload (quote texinfo-open-quote) "texinfo")
21607
21232(defvar texinfo-close-quote "''" "\ 21608(defvar texinfo-close-quote "''" "\
21233*String inserted by typing \\[texinfo-insert-quote] to close a quotation.") 21609*String inserted by typing \\[texinfo-insert-quote] to close a quotation.")
21234 21610
21611(custom-autoload (quote texinfo-close-quote) "texinfo")
21612
21235(autoload (quote texinfo-mode) "texinfo" "\ 21613(autoload (quote texinfo-mode) "texinfo" "\
21236Major mode for editing Texinfo files. 21614Major mode for editing Texinfo files.
21237 21615
@@ -21303,7 +21681,7 @@ value of `texinfo-mode-hook'." t nil)
21303 21681
21304;;;### (autoloads (thai-composition-function thai-post-read-conversion 21682;;;### (autoloads (thai-composition-function thai-post-read-conversion
21305;;;;;; thai-compose-buffer thai-compose-string thai-compose-region) 21683;;;;;; thai-compose-buffer thai-compose-string thai-compose-region)
21306;;;;;; "thai-util" "language/thai-util.el" (15806 54404)) 21684;;;;;; "thai-util" "language/thai-util.el" (15805 19733))
21307;;; Generated autoloads from language/thai-util.el 21685;;; Generated autoloads from language/thai-util.el
21308 21686
21309(autoload (quote thai-compose-region) "thai-util" "\ 21687(autoload (quote thai-compose-region) "thai-util" "\
@@ -21342,7 +21720,7 @@ The return value is number of composed characters.
21342 21720
21343;;;### (autoloads (list-at-point number-at-point symbol-at-point 21721;;;### (autoloads (list-at-point number-at-point symbol-at-point
21344;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 21722;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
21345;;;;;; "thingatpt" "thingatpt.el" (15786 18682)) 21723;;;;;; "thingatpt" "thingatpt.el" (15786 7543))
21346;;; Generated autoloads from thingatpt.el 21724;;; Generated autoloads from thingatpt.el
21347 21725
21348(autoload (quote forward-thing) "thingatpt" "\ 21726(autoload (quote forward-thing) "thingatpt" "\
@@ -21511,6 +21889,8 @@ This function performs no refilling of the changed text.
21511(defvar display-time-day-and-date nil "\ 21889(defvar display-time-day-and-date nil "\
21512*Non-nil means \\[display-time] should display day and date as well as time.") 21890*Non-nil means \\[display-time] should display day and date as well as time.")
21513 21891
21892(custom-autoload (quote display-time-day-and-date) "time")
21893
21514(autoload (quote display-time) "time" "\ 21894(autoload (quote display-time) "time" "\
21515Enable display of time, load level, and mail flag in mode lines. 21895Enable display of time, load level, and mail flag in mode lines.
21516This display updates automatically every minute. 21896This display updates automatically every minute.
@@ -21526,9 +21906,7 @@ See the command `display-time-mode' for a description of this minor-mode.
21526Setting this variable directly does not take effect; 21906Setting this variable directly does not take effect;
21527use either \\[customize] or the function `display-time-mode'.") 21907use either \\[customize] or the function `display-time-mode'.")
21528 21908
21529(custom-add-to-group (quote display-time) (quote display-time-mode) (quote custom-variable)) 21909(custom-autoload (quote display-time-mode) "time")
21530
21531(custom-add-load (quote display-time-mode) (quote time))
21532 21910
21533(autoload (quote display-time-mode) "time" "\ 21911(autoload (quote display-time-mode) "time" "\
21534Toggle display of time, load level, and mail flag in mode lines. 21912Toggle display of time, load level, and mail flag in mode lines.
@@ -21660,7 +22038,7 @@ With arg, turn time stamping on if and only if arg is positive.
21660;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 22038;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
21661;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 22039;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
21662;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 22040;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
21663;;;;;; (15820 8416)) 22041;;;;;; (15820 7815))
21664;;; Generated autoloads from calendar/timeclock.el 22042;;; Generated autoloads from calendar/timeclock.el
21665 22043
21666(autoload (quote timeclock-modeline-display) "timeclock" "\ 22044(autoload (quote timeclock-modeline-display) "timeclock" "\
@@ -21832,7 +22210,7 @@ be detected.
21832;;;*** 22210;;;***
21833 22211
21834;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 22212;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
21835;;;;;; "international/titdic-cnv.el" (15860 12261)) 22213;;;;;; "international/titdic-cnv.el" (15860 11582))
21836;;; Generated autoloads from international/titdic-cnv.el 22214;;; Generated autoloads from international/titdic-cnv.el
21837 22215
21838(autoload (quote titdic-convert) "titdic-cnv" "\ 22216(autoload (quote titdic-convert) "titdic-cnv" "\
@@ -21966,9 +22344,7 @@ See the command `tool-bar-mode' for a description of this minor-mode.
21966Setting this variable directly does not take effect; 22344Setting this variable directly does not take effect;
21967use either \\[customize] or the function `tool-bar-mode'.") 22345use either \\[customize] or the function `tool-bar-mode'.")
21968 22346
21969(custom-add-to-group (quote mouse) (quote tool-bar-mode) (quote custom-variable)) 22347(custom-autoload (quote tool-bar-mode) "tool-bar")
21970
21971(custom-add-load (quote tool-bar-mode) (quote tool-bar))
21972 22348
21973(autoload (quote tool-bar-mode) "tool-bar" "\ 22349(autoload (quote tool-bar-mode) "tool-bar" "\
21974Toggle use of the tool bar. 22350Toggle use of the tool bar.
@@ -22040,7 +22416,7 @@ MAP must contain appropriate binding for `[menu-bar]' which holds a keymap.
22040;;;*** 22416;;;***
22041 22417
22042;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" 22418;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"
22043;;;;;; (15854 23573)) 22419;;;;;; (15877 1394))
22044;;; Generated autoloads from tooltip.el 22420;;; Generated autoloads from tooltip.el
22045 22421
22046(autoload (quote tooltip-mode) "tooltip" "\ 22422(autoload (quote tooltip-mode) "tooltip" "\
@@ -22054,9 +22430,7 @@ Toggle tooltip-mode.
22054Setting this variable directly does not take effect; 22430Setting this variable directly does not take effect;
22055use either \\[customize] or the function `tooltip-mode'.") 22431use either \\[customize] or the function `tooltip-mode'.")
22056 22432
22057(custom-add-to-group (quote tooltip) (quote tooltip-mode) (quote custom-variable)) 22433(custom-autoload (quote tooltip-mode) "tooltip")
22058
22059(custom-add-load (quote tooltip-mode) (quote tooltip))
22060 22434
22061;;;*** 22435;;;***
22062 22436
@@ -22116,6 +22490,8 @@ to a tcp server on another machine.
22116(defvar trace-buffer "*trace-output*" "\ 22490(defvar trace-buffer "*trace-output*" "\
22117*Trace output will by default go to that buffer.") 22491*Trace output will by default go to that buffer.")
22118 22492
22493(custom-autoload (quote trace-buffer) "trace")
22494
22119(autoload (quote trace-function) "trace" "\ 22495(autoload (quote trace-function) "trace" "\
22120Traces FUNCTION with trace output going to BUFFER. 22496Traces FUNCTION with trace output going to BUFFER.
22121For every call of FUNCTION Lisp-style trace messages that display argument 22497For every call of FUNCTION Lisp-style trace messages that display argument
@@ -22141,7 +22517,7 @@ the window or buffer configuration at all.
22141 22517
22142;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler 22518;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler
22143;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp) 22519;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp)
22144;;;;;; "tramp" "net/tramp.el" (15776 37022)) 22520;;;;;; "tramp" "net/tramp.el" (15883 27383))
22145;;; Generated autoloads from net/tramp.el 22521;;; Generated autoloads from net/tramp.el
22146 22522
22147(defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ 22523(defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\
@@ -22174,6 +22550,8 @@ updated after changing this variable.
22174 22550
22175Also see `tramp-file-name-structure'.") 22551Also see `tramp-file-name-structure'.")
22176 22552
22553(custom-autoload (quote tramp-file-name-regexp) "tramp")
22554
22177(defconst tramp-completion-file-name-regexp-unified "^/[^/]*$" "\ 22555(defconst tramp-completion-file-name-regexp-unified "^/[^/]*$" "\
22178Value for `tramp-completion-file-name-regexp' for unified remoting. 22556Value for `tramp-completion-file-name-regexp' for unified remoting.
22179Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and 22557Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and
@@ -22195,6 +22573,8 @@ updated after changing this variable.
22195 22573
22196Also see `tramp-file-name-structure'.") 22574Also see `tramp-file-name-structure'.")
22197 22575
22576(custom-autoload (quote tramp-completion-file-name-regexp) "tramp")
22577
22198(autoload (quote tramp-file-name-handler) "tramp" "\ 22578(autoload (quote tramp-file-name-handler) "tramp" "\
22199Invoke tramp file name handler. 22579Invoke tramp file name handler.
22200Falls back to normal file name handler if no tramp file name handler exists. 22580Falls back to normal file name handler if no tramp file name handler exists.
@@ -22271,13 +22651,13 @@ See the docstring for the `type-break-mode' command for more information.
22271Setting this variable directly does not take effect; 22651Setting this variable directly does not take effect;
22272use either \\[customize] or the function `type-break-mode'.") 22652use either \\[customize] or the function `type-break-mode'.")
22273 22653
22274(custom-add-to-group (quote type-break) (quote type-break-mode) (quote custom-variable)) 22654(custom-autoload (quote type-break-mode) "type-break")
22275
22276(custom-add-load (quote type-break-mode) (quote type-break))
22277 22655
22278(defvar type-break-interval (* 60 60) "\ 22656(defvar type-break-interval (* 60 60) "\
22279*Number of seconds between scheduled typing breaks.") 22657*Number of seconds between scheduled typing breaks.")
22280 22658
22659(custom-autoload (quote type-break-interval) "type-break")
22660
22281(defvar type-break-good-rest-interval (/ type-break-interval 6) "\ 22661(defvar type-break-good-rest-interval (/ type-break-interval 6) "\
22282*Number of seconds of idle time considered to be an adequate typing rest. 22662*Number of seconds of idle time considered to be an adequate typing rest.
22283 22663
@@ -22288,6 +22668,8 @@ rest from typing, then the next typing break is simply rescheduled for later.
22288If a break is interrupted before this much time elapses, the user will be 22668If a break is interrupted before this much time elapses, the user will be
22289asked whether or not really to interrupt the break.") 22669asked whether or not really to interrupt the break.")
22290 22670
22671(custom-autoload (quote type-break-good-rest-interval) "type-break")
22672
22291(defvar type-break-keystroke-threshold (let* ((wpm 35) (avg-word-length 5) (upper (* wpm avg-word-length (/ type-break-interval 60))) (lower (/ upper 5))) (cons lower upper)) "\ 22673(defvar type-break-keystroke-threshold (let* ((wpm 35) (avg-word-length 5) (upper (* wpm avg-word-length (/ type-break-interval 60))) (lower (/ upper 5))) (cons lower upper)) "\
22292*Upper and lower bound on number of keystrokes for considering typing break. 22674*Upper and lower bound on number of keystrokes for considering typing break.
22293This structure is a pair of numbers (MIN . MAX). 22675This structure is a pair of numbers (MIN . MAX).
@@ -22310,6 +22692,8 @@ keystroke even though they really require multiple keys to generate them.
22310The command `type-break-guesstimate-keystroke-threshold' can be used to 22692The command `type-break-guesstimate-keystroke-threshold' can be used to
22311guess a reasonably good pair of values for this variable.") 22693guess a reasonably good pair of values for this variable.")
22312 22694
22695(custom-autoload (quote type-break-keystroke-threshold) "type-break")
22696
22313(autoload (quote type-break-mode) "type-break" "\ 22697(autoload (quote type-break-mode) "type-break" "\
22314Enable or disable typing-break mode. 22698Enable or disable typing-break mode.
22315This is a minor mode, but it is global to all buffers by default. 22699This is a minor mode, but it is global to all buffers by default.
@@ -22438,7 +22822,7 @@ which specify the range to operate on.
22438;;;*** 22822;;;***
22439 22823
22440;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) 22824;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)
22441;;;;;; "undigest" "mail/undigest.el" (15813 22869)) 22825;;;;;; "undigest" "mail/undigest.el" (15899 8438))
22442;;; Generated autoloads from mail/undigest.el 22826;;; Generated autoloads from mail/undigest.el
22443 22827
22444(autoload (quote undigestify-rmail-message) "undigest" "\ 22828(autoload (quote undigestify-rmail-message) "undigest" "\
@@ -22476,8 +22860,8 @@ Convert Rmail file FILE to system inbox format file TO-FILE.
22476 22860
22477;;;*** 22861;;;***
22478 22862
22479;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (15806 22863;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (15804
22480;;;;;; 54403)) 22864;;;;;; 5562))
22481;;; Generated autoloads from emacs-lisp/unsafep.el 22865;;; Generated autoloads from emacs-lisp/unsafep.el
22482 22866
22483(autoload (quote unsafep) "unsafep" "\ 22867(autoload (quote unsafep) "unsafep" "\
@@ -22543,21 +22927,27 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
22543;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window 22927;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window
22544;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file 22928;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
22545;;;;;; with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook 22929;;;;;; with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook
22546;;;;;; vc-checkout-hook) "vc" "vc.el" (15813 22869)) 22930;;;;;; vc-checkout-hook) "vc" "vc.el" (15883 3173))
22547;;; Generated autoloads from vc.el 22931;;; Generated autoloads from vc.el
22548 22932
22549(defvar vc-checkout-hook nil "\ 22933(defvar vc-checkout-hook nil "\
22550*Normal hook (list of functions) run after checking out a file. 22934*Normal hook (list of functions) run after checking out a file.
22551See `run-hooks'.") 22935See `run-hooks'.")
22552 22936
22937(custom-autoload (quote vc-checkout-hook) "vc")
22938
22553(defvar vc-checkin-hook nil "\ 22939(defvar vc-checkin-hook nil "\
22554*Normal hook (list of functions) run after a checkin is done. 22940*Normal hook (list of functions) run after a checkin is done.
22555See `run-hooks'.") 22941See `run-hooks'.")
22556 22942
22943(custom-autoload (quote vc-checkin-hook) "vc")
22944
22557(defvar vc-before-checkin-hook nil "\ 22945(defvar vc-before-checkin-hook nil "\
22558*Normal hook (list of functions) run before a file is checked in. 22946*Normal hook (list of functions) run before a file is checked in.
22559See `run-hooks'.") 22947See `run-hooks'.")
22560 22948
22949(custom-autoload (quote vc-before-checkin-hook) "vc")
22950
22561(autoload (quote vc-branch-part) "vc" "\ 22951(autoload (quote vc-branch-part) "vc" "\
22562Return the branch part of a revision number REV. 22952Return the branch part of a revision number REV.
22563 22953
@@ -22818,7 +23208,7 @@ colors. `vc-annotate-background' specifies the background color.
22818 23208
22819;;;*** 23209;;;***
22820 23210
22821;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15793 40965)) 23211;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15883 3260))
22822;;; Generated autoloads from vc-cvs.el 23212;;; Generated autoloads from vc-cvs.el
22823 (defun vc-cvs-registered (f) 23213 (defun vc-cvs-registered (f)
22824 (when (file-readable-p (expand-file-name 23214 (when (file-readable-p (expand-file-name
@@ -22829,23 +23219,27 @@ colors. `vc-annotate-background' specifies the background color.
22829;;;*** 23219;;;***
22830 23220
22831;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 23221;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
22832;;;;;; (15826 29527)) 23222;;;;;; (15899 8438))
22833;;; Generated autoloads from vc-rcs.el 23223;;; Generated autoloads from vc-rcs.el
22834 23224
22835(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 23225(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
22836*Where to look for RCS master files. 23226*Where to look for RCS master files.
22837For a description of possible values, see `vc-check-master-templates'.") 23227For a description of possible values, see `vc-check-master-templates'.")
23228
23229(custom-autoload (quote vc-rcs-master-templates) "vc-rcs")
22838 (defun vc-rcs-registered (f) (vc-default-registered 'RCS f)) 23230 (defun vc-rcs-registered (f) (vc-default-registered 'RCS f))
22839 23231
22840;;;*** 23232;;;***
22841 23233
22842;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 23234;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
22843;;;;;; (15826 29527)) 23235;;;;;; (15883 3347))
22844;;; Generated autoloads from vc-sccs.el 23236;;; Generated autoloads from vc-sccs.el
22845 23237
22846(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 23238(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
22847*Where to look for SCCS master files. 23239*Where to look for SCCS master files.
22848For a description of possible values, see `vc-check-master-templates'.") 23240For a description of possible values, see `vc-check-master-templates'.")
23241
23242(custom-autoload (quote vc-sccs-master-templates) "vc-sccs")
22849 (defun vc-sccs-registered(f) (vc-default-registered 'SCCS f)) 23243 (defun vc-sccs-registered(f) (vc-default-registered 'SCCS f))
22850 23244
22851(defun vc-sccs-search-project-dir (dirname basename) "\ 23245(defun vc-sccs-search-project-dir (dirname basename) "\
@@ -22856,7 +23250,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
22856;;;*** 23250;;;***
22857 23251
22858;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 23252;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
22859;;;;;; (15834 29593)) 23253;;;;;; (15834 29506))
22860;;; Generated autoloads from progmodes/vhdl-mode.el 23254;;; Generated autoloads from progmodes/vhdl-mode.el
22861 23255
22862(autoload (quote vhdl-mode) "vhdl-mode" "\ 23256(autoload (quote vhdl-mode) "vhdl-mode" "\
@@ -23234,8 +23628,8 @@ Not documented
23234 23628
23235;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame 23629;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
23236;;;;;; view-buffer-other-window view-buffer view-file-other-frame 23630;;;;;; view-buffer-other-window view-buffer view-file-other-frame
23237;;;;;; view-file-other-window view-file) "view" "view.el" (15843 23631;;;;;; view-file-other-window view-file) "view" "view.el" (15623
23238;;;;;; 64035)) 23632;;;;;; 15523))
23239;;; Generated autoloads from view.el 23633;;; Generated autoloads from view.el
23240 23634
23241(defvar view-mode nil "\ 23635(defvar view-mode nil "\
@@ -23468,7 +23862,7 @@ Turn on Viper emulation of Vi.
23468;;;*** 23862;;;***
23469 23863
23470;;;### (autoloads (warn lwarn display-warning) "warnings" "warnings.el" 23864;;;### (autoloads (warn lwarn display-warning) "warnings" "warnings.el"
23471;;;;;; (15832 11569)) 23865;;;;;; (15832 5930))
23472;;; Generated autoloads from warnings.el 23866;;; Generated autoloads from warnings.el
23473 23867
23474(defvar warning-prefix-function nil "\ 23868(defvar warning-prefix-function nil "\
@@ -23578,9 +23972,7 @@ See the command `which-function-mode' for a description of this minor-mode.
23578Setting this variable directly does not take effect; 23972Setting this variable directly does not take effect;
23579use either \\[customize] or the function `which-function-mode'.") 23973use either \\[customize] or the function `which-function-mode'.")
23580 23974
23581(custom-add-to-group (quote which-func) (quote which-function-mode) (quote custom-variable)) 23975(custom-autoload (quote which-function-mode) "which-func")
23582
23583(custom-add-load (quote which-function-mode) (quote which-func))
23584 23976
23585(autoload (quote which-function-mode) "which-func" "\ 23977(autoload (quote which-function-mode) "which-func" "\
23586Toggle Which Function mode, globally. 23978Toggle Which Function mode, globally.
@@ -23599,7 +23991,7 @@ and off otherwise.
23599;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check 23991;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check
23600;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check 23992;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check
23601;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" 23993;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el"
23602;;;;;; (15852 2455)) 23994;;;;;; (15851 63104))
23603;;; Generated autoloads from whitespace.el 23995;;; Generated autoloads from whitespace.el
23604 23996
23605(autoload (quote whitespace-toggle-leading-check) "whitespace" "\ 23997(autoload (quote whitespace-toggle-leading-check) "whitespace" "\
@@ -23667,9 +24059,7 @@ See the command `whitespace-global-mode' for a description of this minor-mode.
23667Setting this variable directly does not take effect; 24059Setting this variable directly does not take effect;
23668use either \\[customize] or the function `whitespace-global-mode'.") 24060use either \\[customize] or the function `whitespace-global-mode'.")
23669 24061
23670(custom-add-to-group (quote whitespace) (quote whitespace-global-mode) (quote custom-variable)) 24062(custom-autoload (quote whitespace-global-mode) "whitespace")
23671
23672(custom-add-load (quote whitespace-global-mode) (quote whitespace))
23673 24063
23674(autoload (quote whitespace-global-mode) "whitespace" "\ 24064(autoload (quote whitespace-global-mode) "whitespace" "\
23675Toggle using Whitespace mode in new buffers. 24065Toggle using Whitespace mode in new buffers.
@@ -23716,8 +24106,8 @@ With arg, turn widget mode on if and only if arg is positive.
23716;;;*** 24106;;;***
23717 24107
23718;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 24108;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
23719;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15869 24109;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15867
23720;;;;;; 9800)) 24110;;;;;; 16241))
23721;;; Generated autoloads from wid-edit.el 24111;;; Generated autoloads from wid-edit.el
23722 24112
23723(autoload (quote widgetp) "wid-edit" "\ 24113(autoload (quote widgetp) "wid-edit" "\
@@ -23813,7 +24203,7 @@ Default MODIFIER is 'shift.
23813;;;*** 24203;;;***
23814 24204
23815;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 24205;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
23816;;;;;; (15823 51258)) 24206;;;;;; (15823 50935))
23817;;; Generated autoloads from winner.el 24207;;; Generated autoloads from winner.el
23818 24208
23819(defvar winner-mode nil "\ 24209(defvar winner-mode nil "\
@@ -23821,9 +24211,7 @@ Toggle winner-mode.
23821Setting this variable directly does not take effect; 24211Setting this variable directly does not take effect;
23822use either \\[customize] or the function `winner-mode'.") 24212use either \\[customize] or the function `winner-mode'.")
23823 24213
23824(custom-add-to-group (quote winner) (quote winner-mode) (quote custom-variable)) 24214(custom-autoload (quote winner-mode) "winner")
23825
23826(custom-add-load (quote winner-mode) (quote winner))
23827 24215
23828(autoload (quote winner-mode) "winner" "\ 24216(autoload (quote winner-mode) "winner" "\
23829Toggle Winner mode. 24217Toggle Winner mode.
@@ -23834,7 +24222,7 @@ With arg, turn Winner mode on if and only if arg is positive.
23834;;;*** 24222;;;***
23835 24223
23836;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" 24224;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
23837;;;;;; "woman.el" (15823 54308)) 24225;;;;;; "woman.el" (15798 26356))
23838;;; Generated autoloads from woman.el 24226;;; Generated autoloads from woman.el
23839 24227
23840(autoload (quote woman) "woman" "\ 24228(autoload (quote woman) "woman" "\
@@ -23992,9 +24380,7 @@ See the command `xterm-mouse-mode' for a description of this minor-mode.
23992Setting this variable directly does not take effect; 24380Setting this variable directly does not take effect;
23993use either \\[customize] or the function `xterm-mouse-mode'.") 24381use either \\[customize] or the function `xterm-mouse-mode'.")
23994 24382
23995(custom-add-to-group (quote xterm-mouse) (quote xterm-mouse-mode) (quote custom-variable)) 24383(custom-autoload (quote xterm-mouse-mode) "xt-mouse")
23996
23997(custom-add-load (quote xterm-mouse-mode) (quote xt-mouse))
23998 24384
23999(autoload (quote xterm-mouse-mode) "xt-mouse" "\ 24385(autoload (quote xterm-mouse-mode) "xt-mouse" "\
24000Toggle XTerm mouse mode. 24386Toggle XTerm mouse mode.
@@ -24084,37 +24470,38 @@ Zone-mode does two things:
24084;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el" 24470;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el"
24085;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/parse-time.el" 24471;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/parse-time.el"
24086;;;;;; "case-table.el" "cdl.el" "cus-dep.el" "cus-load.el" "cus-start.el" 24472;;;;;; "case-table.el" "cdl.el" "cus-dep.el" "cus-load.el" "cus-start.el"
24087;;;;;; "custom.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" "ediff-diff.el" 24473;;;;;; "cus-theme.el" "custom.el" "dos-fns.el" "dos-vars.el" "dos-w32.el"
24088;;;;;; "ediff-init.el" "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" 24474;;;;;; "ediff-diff.el" "ediff-init.el" "ediff-merg.el" "ediff-ptch.el"
24089;;;;;; "ediff-wind.el" "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" 24475;;;;;; "ediff-vers.el" "ediff-wind.el" "electric.el" "emacs-lisp/assoc.el"
24090;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/cl-compat.el" 24476;;;;;; "emacs-lisp/authors.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el"
24091;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" 24477;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el"
24092;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" "emacs-lisp/ewoc.el" 24478;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el"
24093;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/float.el" "emacs-lisp/gulp.el" 24479;;;;;; "emacs-lisp/ewoc.el" "emacs-lisp/find-gc.el" "emacs-lisp/float.el"
24094;;;;;; "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" 24480;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el"
24095;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el" 24481;;;;;; "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el"
24096;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/sregex.el" "emacs-lisp/testcover-ses.el" 24482;;;;;; "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" "emacs-lisp/sregex.el"
24097;;;;;; "emacs-lisp/testcover-unsafep.el" "emacs-lock.el" "emulation/cua-gmrk.el" 24483;;;;;; "emacs-lisp/testcover-ses.el" "emacs-lisp/testcover-unsafep.el"
24098;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el" 24484;;;;;; "emacs-lock.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el"
24099;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-mapper.el" 24485;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el"
24100;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el" 24486;;;;;; "emulation/edt-vt100.el" "emulation/tpu-mapper.el" "emulation/viper-cmd.el"
24101;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el" 24487;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el"
24102;;;;;; "emulation/viper-util.el" "env.el" "eshell/em-alias.el" "eshell/em-banner.el" 24488;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el"
24103;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el" 24489;;;;;; "env.el" "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el"
24104;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el" 24490;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el"
24105;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" 24491;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el"
24106;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" 24492;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el"
24107;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el" 24493;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el"
24108;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el" 24494;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el"
24109;;;;;; "eshell/esh-io.el" "eshell/esh-maint.el" "eshell/esh-module.el" 24495;;;;;; "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el"
24110;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el" 24496;;;;;; "eshell/esh-maint.el" "eshell/esh-module.el" "eshell/esh-opt.el"
24111;;;;;; "eshell/esh-var.el" "faces.el" "files.el" "filesets.el" "finder-inf.el" 24497;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el"
24112;;;;;; "float-sup.el" "foldout.el" "font-core.el" "format.el" "forms-d2.el" 24498;;;;;; "faces.el" "files.el" "filesets.el" "finder-inf.el" "float-sup.el"
24113;;;;;; "forms-pass.el" "frame.el" "generic-x.el" "gnus/flow-fill.el" 24499;;;;;; "foldout.el" "font-core.el" "format.el" "forms-d2.el" "forms-pass.el"
24114;;;;;; "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" 24500;;;;;; "frame.el" "generic-x.el" "gnus/flow-fill.el" "gnus/format-spec.el"
24115;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el" 24501;;;;;; "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el"
24116;;;;;; "gnus/gnus-draft.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" 24502;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-draft.el"
24117;;;;;; "gnus/gnus-ems.el" "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" 24503;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el"
24504;;;;;; "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el"
24118;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el" 24505;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el"
24119;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" 24506;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el"
24120;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el" 24507;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el"
@@ -24140,37 +24527,38 @@ Zone-mode does two things:
24140;;;;;; "international/mule.el" "international/ogonek.el" "international/subst-big5.el" 24527;;;;;; "international/mule.el" "international/ogonek.el" "international/subst-big5.el"
24141;;;;;; "international/subst-gb2312.el" "international/subst-jis.el" 24528;;;;;; "international/subst-gb2312.el" "international/subst-jis.el"
24142;;;;;; "international/subst-ksc.el" "international/swedish.el" "international/ucs-tables.el" 24529;;;;;; "international/subst-ksc.el" "international/swedish.el" "international/ucs-tables.el"
24143;;;;;; "international/utf-16.el" "international/utf-8-subst.el" 24530;;;;;; "international/utf-16.el" "international/utf-8.el" "isearch.el"
24144;;;;;; "international/utf-8.el" "isearch.el" "kermit.el" "language/chinese.el" 24531;;;;;; "kermit.el" "language/chinese.el" "language/cyrillic.el"
24145;;;;;; "language/cyrillic.el" "language/czech.el" "language/devanagari.el" 24532;;;;;; "language/czech.el" "language/devanagari.el" "language/english.el"
24146;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" 24533;;;;;; "language/ethiopic.el" "language/european.el" "language/georgian.el"
24147;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" 24534;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el"
24148;;;;;; "language/indian.el" "language/japanese.el" "language/korean.el" 24535;;;;;; "language/japanese.el" "language/korean.el" "language/lao.el"
24149;;;;;; "language/lao.el" "language/misc-lang.el" "language/romanian.el" 24536;;;;;; "language/misc-lang.el" "language/romanian.el" "language/slovak.el"
24150;;;;;; "language/slovak.el" "language/thai.el" "language/tibetan.el" 24537;;;;;; "language/thai.el" "language/tibetan.el" "language/utf-8-lang.el"
24151;;;;;; "language/utf-8-lang.el" "language/vietnamese.el" "loadup.el" 24538;;;;;; "language/vietnamese.el" "loadup.el" "ls-lisp.el" "mail/blessmail.el"
24152;;;;;; "ls-lisp.el" "mail/blessmail.el" "mail/mailheader.el" "mail/mailpost.el" 24539;;;;;; "mail/mailheader.el" "mail/mailpost.el" "mail/mh-funcs.el"
24153;;;;;; "mail/mh-funcs.el" "mail/mh-index.el" "mail/mh-mime.el" "mail/mh-pick.el" 24540;;;;;; "mail/mh-index.el" "mail/mh-mime.el" "mail/mh-pick.el" "mail/mh-seq.el"
24154;;;;;; "mail/mh-seq.el" "mail/mh-speed.el" "mail/mh-xemacs-compat.el" 24541;;;;;; "mail/mh-speed.el" "mail/mh-xemacs-compat.el" "mail/mspools.el"
24155;;;;;; "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" "mail/uce.el" 24542;;;;;; "mail/rfc2368.el" "mail/rfc822.el" "mail/uce.el" "mail/vms-pmail.el"
24156;;;;;; "mail/vms-pmail.el" "map-ynp.el" "menu-bar.el" "misc.el" 24543;;;;;; "map-ynp.el" "menu-bar.el" "misc.el" "mouse-copy.el" "mouse-drag.el"
24157;;;;;; "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el" 24544;;;;;; "mouse.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" "net/eudcb-ldap.el"
24158;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-ph.el" 24545;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tramp-ftp.el"
24159;;;;;; "net/ldap.el" "net/netrc.el" "net/tramp-uu.el" "net/tramp-vc.el" 24546;;;;;; "net/tramp-smb.el" "net/tramp-util.el" "net/tramp-uu.el"
24160;;;;;; "obsolete/cplus-md.el" "obsolete/hilit19.el" "obsolete/mlsupport.el" 24547;;;;;; "net/tramp-vc.el" "obsolete/cplus-md.el" "obsolete/hilit19.el"
24161;;;;;; "obsolete/ooutline.el" "obsolete/profile.el" "obsolete/rnews.el" 24548;;;;;; "obsolete/mlsupport.el" "obsolete/ooutline.el" "obsolete/profile.el"
24162;;;;;; "obsolete/sc.el" "obsolete/sun-curs.el" "obsolete/sun-fns.el" 24549;;;;;; "obsolete/rnews.el" "obsolete/sc.el" "obsolete/sun-curs.el"
24163;;;;;; "obsolete/uncompress.el" "obsolete/x-apollo.el" "obsolete/x-menu.el" 24550;;;;;; "obsolete/sun-fns.el" "obsolete/uncompress.el" "obsolete/x-apollo.el"
24164;;;;;; "patcomp.el" "paths.el" "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" 24551;;;;;; "obsolete/x-menu.el" "patcomp.el" "paths.el" "pcvs-info.el"
24165;;;;;; "play/gamegrid.el" "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" 24552;;;;;; "pcvs-parse.el" "pcvs-util.el" "play/gamegrid.el" "play/gametree.el"
24166;;;;;; "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" 24553;;;;;; "play/meese.el" "progmodes/ada-prj.el" "progmodes/cc-align.el"
24167;;;;;; "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-engine.el" 24554;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" "progmodes/cc-compat.el"
24168;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el" 24555;;;;;; "progmodes/cc-defs.el" "progmodes/cc-engine.el" "progmodes/cc-menus.el"
24169;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el" 24556;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el"
24170;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "regi.el" 24557;;;;;; "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el" "progmodes/idlw-toolbar.el"
24171;;;;;; "register.el" "replace.el" "s-region.el" "saveplace.el" "scroll-bar.el" 24558;;;;;; "progmodes/mantemp.el" "regi.el" "register.el" "replace.el"
24172;;;;;; "select.el" "simple.el" "soundex.el" "startup.el" "subdirs.el" 24559;;;;;; "s-region.el" "saveplace.el" "scroll-bar.el" "select.el"
24173;;;;;; "subr.el" "tempo.el" "term/AT386.el" "term/apollo.el" "term/bg-mouse.el" 24560;;;;;; "simple.el" "soundex.el" "startup.el" "subdirs.el" "subr.el"
24561;;;;;; "tempo.el" "term/AT386.el" "term/apollo.el" "term/bg-mouse.el"
24174;;;;;; "term/bobcat.el" "term/internal.el" "term/iris-ansi.el" "term/keyswap.el" 24562;;;;;; "term/bobcat.el" "term/internal.el" "term/iris-ansi.el" "term/keyswap.el"
24175;;;;;; "term/linux.el" "term/lk201.el" "term/mac-win.el" "term/news.el" 24563;;;;;; "term/linux.el" "term/lk201.el" "term/mac-win.el" "term/news.el"
24176;;;;;; "term/pc-win.el" "term/rxvt.el" "term/sun-mouse.el" "term/sun.el" 24564;;;;;; "term/pc-win.el" "term/rxvt.el" "term/sun-mouse.el" "term/sun.el"
@@ -24188,7 +24576,7 @@ Zone-mode does two things:
24188;;;;;; "timezone.el" "uniquify.el" "unused.el" "vc-hooks.el" "vcursor.el" 24576;;;;;; "timezone.el" "uniquify.el" "unused.el" "vc-hooks.el" "vcursor.el"
24189;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el" 24577;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el"
24190;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el" 24578;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el"
24191;;;;;; "xml.el" "xscheme.el") (15869 10595 27118)) 24579;;;;;; "xml.el" "xscheme.el") (15899 9697 855551))
24192 24580
24193;;;*** 24581;;;***
24194 24582