aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2002-03-14 08:57:06 +0000
committerMiles Bader2002-03-14 08:57:06 +0000
commita5e28954df9f7836e5e439a4c5bf513be7142b34 (patch)
tree4ec9b3805ae4e976d76bccf540f00936cb193c1b
parent876a2544ce837ba0721fe5471e055cab45a574f8 (diff)
downloademacs-a5e28954df9f7836e5e439a4c5bf513be7142b34.tar.gz
emacs-a5e28954df9f7836e5e439a4c5bf513be7142b34.zip
regenerated
-rw-r--r--lisp/loaddefs.el466
1 files changed, 250 insertions, 216 deletions
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index af1d3907892..63ca57c2ff8 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -586,8 +586,8 @@ Returns list of symbols and documentation found." t nil)
586 586
587;;;*** 587;;;***
588 588
589;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15427 589;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15490
590;;;;;; 61500)) 590;;;;;; 49403))
591;;; Generated autoloads from arc-mode.el 591;;; Generated autoloads from arc-mode.el
592 592
593(autoload (quote archive-mode) "arc-mode" "\ 593(autoload (quote archive-mode) "arc-mode" "\
@@ -674,8 +674,8 @@ Entering array mode calls the function `array-mode-hook'." t nil)
674 674
675;;;*** 675;;;***
676 676
677;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15427 677;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15490
678;;;;;; 61509)) 678;;;;;; 49404))
679;;; Generated autoloads from textmodes/artist.el 679;;; Generated autoloads from textmodes/artist.el
680 680
681(autoload (quote artist-mode) "artist" "\ 681(autoload (quote artist-mode) "artist" "\
@@ -1173,8 +1173,8 @@ seconds." t nil)
1173 1173
1174;;;*** 1174;;;***
1175 1175
1176;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15468 1176;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15494
1177;;;;;; 8218)) 1177;;;;;; 46931))
1178;;; Generated autoloads from textmodes/bibtex.el 1178;;; Generated autoloads from textmodes/bibtex.el
1179 1179
1180(autoload (quote bibtex-mode) "bibtex" "\ 1180(autoload (quote bibtex-mode) "bibtex" "\
@@ -1668,7 +1668,7 @@ corresponding bookmark function from Lisp (the one without the
1668;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program 1668;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program
1669;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program 1669;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program
1670;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url" 1670;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url"
1671;;;;;; "net/browse-url.el" (15427 61508)) 1671;;;;;; "net/browse-url.el" (15500 565))
1672;;; Generated autoloads from net/browse-url.el 1672;;; Generated autoloads from net/browse-url.el
1673 1673
1674(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)) "\ 1674(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)) "\
@@ -1788,6 +1788,10 @@ non-nil, load the document in a new Galeon window, otherwise use a
1788random existing one. A non-nil interactive prefix argument reverses 1788random existing one. A non-nil interactive prefix argument reverses
1789the effect of `browse-url-new-window-flag'. 1789the effect of `browse-url-new-window-flag'.
1790 1790
1791If `browse-url-galeon-new-window-is-tab' is non-nil, then whenever a
1792document would otherwise be loaded in a new window, it is loaded in a
1793new tab in an existing window instead.
1794
1791When called non-interactively, optional second argument NEW-WINDOW is 1795When called non-interactively, optional second argument NEW-WINDOW is
1792used instead of `browse-url-new-window-flag'." t nil) 1796used instead of `browse-url-new-window-flag'." t nil)
1793 1797
@@ -2201,7 +2205,7 @@ Also looks for the equivalent TeX words, \\gets and \\evalto." t nil)
2201;;;*** 2205;;;***
2202 2206
2203;;;### (autoloads (calc-extensions) "calc-ext" "calc/calc-ext.el" 2207;;;### (autoloads (calc-extensions) "calc-ext" "calc/calc-ext.el"
2204;;;;;; (15400 1474)) 2208;;;;;; (15484 11831))
2205;;; Generated autoloads from calc/calc-ext.el 2209;;; Generated autoloads from calc/calc-ext.el
2206 2210
2207(autoload (quote calc-extensions) "calc-ext" "\ 2211(autoload (quote calc-extensions) "calc-ext" "\
@@ -3337,7 +3341,7 @@ a future Emacs interpreter will be able to use it.")
3337;;;*** 3341;;;***
3338 3342
3339;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 3343;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3340;;;;;; (15417 7413)) 3344;;;;;; (15502 42024))
3341;;; Generated autoloads from emacs-lisp/cl-indent.el 3345;;; Generated autoloads from emacs-lisp/cl-indent.el
3342 3346
3343(autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) 3347(autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil)
@@ -3439,7 +3443,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil)
3439;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3443;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3440;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3444;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3441;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3445;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3442;;;;;; (15455 18398)) 3446;;;;;; (15501 19351))
3443;;; Generated autoloads from comint.el 3447;;; Generated autoloads from comint.el
3444 3448
3445(autoload (quote make-comint-in-buffer) "comint" "\ 3449(autoload (quote make-comint-in-buffer) "comint" "\
@@ -3925,7 +3929,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil)
3925;;;*** 3929;;;***
3926 3930
3927;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 3931;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
3928;;;;;; (15427 61508)) 3932;;;;;; (15492 4787))
3929;;; Generated autoloads from progmodes/cperl-mode.el 3933;;; Generated autoloads from progmodes/cperl-mode.el
3930 3934
3931(autoload (quote cperl-mode) "cperl-mode" "\ 3935(autoload (quote cperl-mode) "cperl-mode" "\
@@ -4177,7 +4181,7 @@ INHERIT-INPUT-METHOD." nil nil)
4177;;;;;; customize-option-other-window customize-changed-options customize-option 4181;;;;;; customize-option-other-window customize-changed-options customize-option
4178;;;;;; customize-group-other-window customize-group customize customize-save-variable 4182;;;;;; customize-group-other-window customize-group customize customize-save-variable
4179;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" 4183;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el"
4180;;;;;; (15465 22816)) 4184;;;;;; (15481 36014))
4181;;; Generated autoloads from cus-edit.el 4185;;; Generated autoloads from cus-edit.el
4182 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 4186 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
4183 4187
@@ -4806,7 +4810,7 @@ the first time the mode is used." nil nil)
4806;;;*** 4810;;;***
4807 4811
4808;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" 4812;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el"
4809;;;;;; (15371 46415)) 4813;;;;;; (15501 19351))
4810;;; Generated autoloads from desktop.el 4814;;; Generated autoloads from desktop.el
4811 4815
4812(autoload (quote desktop-read) "desktop" "\ 4816(autoload (quote desktop-read) "desktop" "\
@@ -4829,7 +4833,7 @@ to provide correct modes for autoloaded files." nil nil)
4829;;;*** 4833;;;***
4830 4834
4831;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" 4835;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el"
4832;;;;;; (15425 28362)) 4836;;;;;; (15490 49404))
4833;;; Generated autoloads from calendar/diary-lib.el 4837;;; Generated autoloads from calendar/diary-lib.el
4834 4838
4835(autoload (quote diary) "diary-lib" "\ 4839(autoload (quote diary) "diary-lib" "\
@@ -5440,7 +5444,7 @@ Play sounds in message buffers." t nil)
5440 5444
5441;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 5445;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
5442;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" 5446;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode"
5443;;;;;; "emacs-lisp/easy-mmode.el" (15417 7421)) 5447;;;;;; "emacs-lisp/easy-mmode.el" (15492 4731))
5444;;; Generated autoloads from emacs-lisp/easy-mmode.el 5448;;; Generated autoloads from emacs-lisp/easy-mmode.el
5445 5449
5446(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) 5450(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
@@ -5741,7 +5745,7 @@ It returns the old style symbol." t nil)
5741;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use 5745;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use
5742;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol 5746;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol
5743;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse" 5747;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse"
5744;;;;;; "progmodes/ebrowse.el" (15427 61508)) 5748;;;;;; "progmodes/ebrowse.el" (15496 3650))
5745;;; Generated autoloads from progmodes/ebrowse.el 5749;;; Generated autoloads from progmodes/ebrowse.el
5746 5750
5747(autoload (quote ebrowse-tree-mode) "ebrowse" "\ 5751(autoload (quote ebrowse-tree-mode) "ebrowse" "\
@@ -5880,7 +5884,7 @@ or if an error occurs, leave point after it with mark at the original point." t
5880;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 5884;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
5881;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 5885;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
5882;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3 5886;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3
5883;;;;;; ediff-files) "ediff" "ediff.el" (15427 61501)) 5887;;;;;; ediff-files) "ediff" "ediff.el" (15493 27495))
5884;;; Generated autoloads from ediff.el 5888;;; Generated autoloads from ediff.el
5885 5889
5886(autoload (quote ediff-files) "ediff" "\ 5890(autoload (quote ediff-files) "ediff" "\
@@ -6063,7 +6067,7 @@ With optional NODE, goes to that node." t nil)
6063;;;*** 6067;;;***
6064 6068
6065;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 6069;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
6066;;;;;; (15425 28361)) 6070;;;;;; (15493 27494))
6067;;; Generated autoloads from ediff-mult.el 6071;;; Generated autoloads from ediff-mult.el
6068 6072
6069(autoload (quote ediff-show-registry) "ediff-mult" "\ 6073(autoload (quote ediff-show-registry) "ediff-mult" "\
@@ -6074,7 +6078,7 @@ Display Ediff's registry." t nil)
6074;;;*** 6078;;;***
6075 6079
6076;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 6080;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
6077;;;;;; "ediff-util" "ediff-util.el" (15464 26323)) 6081;;;;;; "ediff-util" "ediff-util.el" (15493 27494))
6078;;; Generated autoloads from ediff-util.el 6082;;; Generated autoloads from ediff-util.el
6079 6083
6080(autoload (quote ediff-toggle-multiframe) "ediff-util" "\ 6084(autoload (quote ediff-toggle-multiframe) "ediff-util" "\
@@ -6374,8 +6378,8 @@ Commands:
6374 6378
6375;;;*** 6379;;;***
6376 6380
6377;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15371 6381;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15472
6378;;;;;; 46420)) 6382;;;;;; 20892))
6379;;; Generated autoloads from eshell/esh-mode.el 6383;;; Generated autoloads from eshell/esh-mode.el
6380 6384
6381(autoload (quote eshell-mode) "esh-mode" "\ 6385(autoload (quote eshell-mode) "esh-mode" "\
@@ -6385,8 +6389,8 @@ Emacs shell interactive mode.
6385 6389
6386;;;*** 6390;;;***
6387 6391
6388;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15371 6392;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15472
6389;;;;;; 46420)) 6393;;;;;; 20892))
6390;;; Generated autoloads from eshell/esh-test.el 6394;;; Generated autoloads from eshell/esh-test.el
6391 6395
6392(autoload (quote eshell-test) "esh-test" "\ 6396(autoload (quote eshell-test) "esh-test" "\
@@ -6395,7 +6399,7 @@ Test Eshell to verify that it works as expected." t nil)
6395;;;*** 6399;;;***
6396 6400
6397;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command 6401;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command
6398;;;;;; eshell) "eshell" "eshell/eshell.el" (15427 61507)) 6402;;;;;; eshell) "eshell" "eshell/eshell.el" (15472 20892))
6399;;; Generated autoloads from eshell/eshell.el 6403;;; Generated autoloads from eshell/eshell.el
6400 6404
6401(autoload (quote eshell) "eshell" "\ 6405(autoload (quote eshell) "eshell" "\
@@ -6430,7 +6434,7 @@ Please include any configuration details that might be involved." t nil)
6430;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table 6434;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table
6431;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list 6435;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list
6432;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 6436;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
6433;;;;;; (15417 7451)) 6437;;;;;; (15503 62961))
6434;;; Generated autoloads from progmodes/etags.el 6438;;; Generated autoloads from progmodes/etags.el
6435 6439
6436(defvar tags-file-name nil "\ 6440(defvar tags-file-name nil "\
@@ -6507,7 +6511,7 @@ or just \\[negative-argument]), pop back to the previous tag gone to.
6507 6511
6508If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. 6512If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
6509 6513
6510A marker representing the point when this command is onvoked is pushed 6514A marker representing the point when this command is invoked is pushed
6511onto a ring and may be popped back to with \\[pop-tag-mark]. 6515onto a ring and may be popped back to with \\[pop-tag-mark].
6512Contrast this with the ring of marks gone to by the command. 6516Contrast this with the ring of marks gone to by the command.
6513 6517
@@ -6526,7 +6530,7 @@ or just \\[negative-argument]), pop back to the previous tag gone to.
6526 6530
6527If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. 6531If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
6528 6532
6529A marker representing the point when this command is onvoked is pushed 6533A marker representing the point when this command is invoked is pushed
6530onto a ring and may be popped back to with \\[pop-tag-mark]. 6534onto a ring and may be popped back to with \\[pop-tag-mark].
6531Contrast this with the ring of marks gone to by the command. 6535Contrast this with the ring of marks gone to by the command.
6532 6536
@@ -6547,7 +6551,7 @@ just \\[negative-argument]), pop back to the previous tag gone to.
6547 6551
6548If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. 6552If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
6549 6553
6550A marker representing the point when this command is onvoked is pushed 6554A marker representing the point when this command is invoked is pushed
6551onto a ring and may be popped back to with \\[pop-tag-mark]. 6555onto a ring and may be popped back to with \\[pop-tag-mark].
6552Contrast this with the ring of marks gone to by the command. 6556Contrast this with the ring of marks gone to by the command.
6553 6557
@@ -6568,7 +6572,7 @@ just \\[negative-argument]), pop back to the previous tag gone to.
6568 6572
6569If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. 6573If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
6570 6574
6571A marker representing the point when this command is onvoked is pushed 6575A marker representing the point when this command is invoked is pushed
6572onto a ring and may be popped back to with \\[pop-tag-mark]. 6576onto a ring and may be popped back to with \\[pop-tag-mark].
6573Contrast this with the ring of marks gone to by the command. 6577Contrast this with the ring of marks gone to by the command.
6574 6578
@@ -6587,7 +6591,7 @@ just \\[negative-argument]), pop back to the previous tag gone to.
6587 6591
6588If third arg OTHER-WINDOW is non-nil, select the buffer in another window. 6592If third arg OTHER-WINDOW is non-nil, select the buffer in another window.
6589 6593
6590A marker representing the point when this command is onvoked is pushed 6594A marker representing the point when this command is invoked is pushed
6591onto a ring and may be popped back to with \\[pop-tag-mark]. 6595onto a ring and may be popped back to with \\[pop-tag-mark].
6592Contrast this with the ring of marks gone to by the command. 6596Contrast this with the ring of marks gone to by the command.
6593 6597
@@ -7046,7 +7050,7 @@ with no args, if that value is non-nil." t nil)
7046;;;;;; facemenu-remove-face-props facemenu-set-read-only facemenu-set-intangible 7050;;;;;; facemenu-remove-face-props facemenu-set-read-only facemenu-set-intangible
7047;;;;;; facemenu-set-invisible facemenu-set-face-from-menu facemenu-set-background 7051;;;;;; facemenu-set-invisible facemenu-set-face-from-menu facemenu-set-background
7048;;;;;; facemenu-set-foreground facemenu-set-face) "facemenu" "facemenu.el" 7052;;;;;; facemenu-set-foreground facemenu-set-face) "facemenu" "facemenu.el"
7049;;;;;; (15468 8218)) 7053;;;;;; (15474 62302))
7050;;; Generated autoloads from facemenu.el 7054;;; Generated autoloads from facemenu.el
7051 (define-key global-map "\M-g" 'facemenu-keymap) 7055 (define-key global-map "\M-g" 'facemenu-keymap)
7052 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) 7056 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
@@ -7331,7 +7335,7 @@ the name is considered already unique; only the second substitution
7331;;;*** 7335;;;***
7332 7336
7333;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 7337;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
7334;;;;;; find-ls-option) "find-dired" "find-dired.el" (15417 7388)) 7338;;;;;; find-ls-option) "find-dired" "find-dired.el" (15500 564))
7335;;; Generated autoloads from find-dired.el 7339;;; Generated autoloads from find-dired.el
7336 7340
7337(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ 7341(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -7363,10 +7367,10 @@ The command run (after changing into DIR) is
7363 find . -name 'PATTERN' -ls" t nil) 7367 find . -name 'PATTERN' -ls" t nil)
7364 7368
7365(autoload (quote find-grep-dired) "find-dired" "\ 7369(autoload (quote find-grep-dired) "find-dired" "\
7366Find files in DIR containing a regexp ARG and start Dired on output. 7370Find files in DIR containing a regexp REGEXP and start Dired on output.
7367The command run (after changing into DIR) is 7371The command run (after changing into DIR) is
7368 7372
7369 find . -exec grep -s ARG {} \\; -ls 7373 find . -exec grep -s -e REGEXP {} \\; -ls
7370 7374
7371Thus ARG can also contain additional grep options." t nil) 7375Thus ARG can also contain additional grep options." t nil)
7372 7376
@@ -7583,7 +7587,7 @@ to get the effect of a C-q." nil nil)
7583 7587
7584;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 7588;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
7585;;;;;; flyspell-version flyspell-mode flyspell-prog-mode flyspell-mode-line-string) 7589;;;;;; flyspell-version flyspell-mode flyspell-prog-mode flyspell-mode-line-string)
7586;;;;;; "flyspell" "textmodes/flyspell.el" (15464 26331)) 7590;;;;;; "flyspell" "textmodes/flyspell.el" (15477 39079))
7587;;; Generated autoloads from textmodes/flyspell.el 7591;;; Generated autoloads from textmodes/flyspell.el
7588 7592
7589(defvar flyspell-mode-line-string " Fly" "\ 7593(defvar flyspell-mode-line-string " Fly" "\
@@ -7593,6 +7597,8 @@ Set this to nil if you don't want a modeline indicator.")
7593(autoload (quote flyspell-prog-mode) "flyspell" "\ 7597(autoload (quote flyspell-prog-mode) "flyspell" "\
7594Turn on `flyspell-mode' for comments and strings." t nil) 7598Turn on `flyspell-mode' for comments and strings." t nil)
7595 7599
7600(defvar flyspell-mode nil)
7601
7596(defvar flyspell-mode-map (make-sparse-keymap)) 7602(defvar flyspell-mode-map (make-sparse-keymap))
7597 7603
7598(autoload (quote flyspell-mode) "flyspell" "\ 7604(autoload (quote flyspell-mode) "flyspell" "\
@@ -7709,7 +7715,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
7709 7715
7710;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode 7716;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode
7711;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock 7717;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock
7712;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15464 26323)) 7718;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15501 19353))
7713;;; Generated autoloads from font-lock.el 7719;;; Generated autoloads from font-lock.el
7714 7720
7715(make-variable-buffer-local (quote font-lock-defaults)) 7721(make-variable-buffer-local (quote font-lock-defaults))
@@ -7904,7 +7910,7 @@ Visit a file in Forms mode in other window." t nil)
7904;;;*** 7910;;;***
7905 7911
7906;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 7912;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
7907;;;;;; "progmodes/fortran.el" (15417 7451)) 7913;;;;;; "progmodes/fortran.el" (15503 62961))
7908;;; Generated autoloads from progmodes/fortran.el 7914;;; Generated autoloads from progmodes/fortran.el
7909 7915
7910(defvar fortran-tab-mode-default nil "\ 7916(defvar fortran-tab-mode-default nil "\
@@ -8140,7 +8146,7 @@ Start Gnus and fetch session." t nil)
8140;;;*** 8146;;;***
8141 8147
8142;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 8148;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
8143;;;;;; (15468 8218)) 8149;;;;;; (15477 39075))
8144;;; Generated autoloads from gnus/gnus-art.el 8150;;; Generated autoloads from gnus/gnus-art.el
8145 8151
8146(autoload (quote gnus-article-prepare-display) "gnus-art" "\ 8152(autoload (quote gnus-article-prepare-display) "gnus-art" "\
@@ -8317,8 +8323,8 @@ Update the .newsrc.eld file to reflect the change of nntp server." t nil)
8317 8323
8318;;;*** 8324;;;***
8319 8325
8320;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15371 8326;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15472
8321;;;;;; 46421)) 8327;;;;;; 20892))
8322;;; Generated autoloads from gnus/gnus-msg.el 8328;;; Generated autoloads from gnus/gnus-msg.el
8323 8329
8324(autoload (quote gnus-msg-mail) "gnus-msg" "\ 8330(autoload (quote gnus-msg-mail) "gnus-msg" "\
@@ -8553,7 +8559,7 @@ to be updated." t nil)
8553 8559
8554;;;### (autoloads (describe-categories describe-syntax describe-variable 8560;;;### (autoloads (describe-categories describe-syntax describe-variable
8555;;;;;; variable-at-point describe-function-1 describe-function locate-library 8561;;;;;; variable-at-point describe-function-1 describe-function locate-library
8556;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15464 26323)) 8562;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15481 36019))
8557;;; Generated autoloads from help-fns.el 8563;;; Generated autoloads from help-fns.el
8558 8564
8559(autoload (quote help-with-tutorial) "help-fns" "\ 8565(autoload (quote help-with-tutorial) "help-fns" "\
@@ -8693,7 +8699,7 @@ Provide help for current mode." t nil)
8693;;;*** 8699;;;***
8694 8700
8695;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 8701;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
8696;;;;;; "hexl.el" (15391 60516)) 8702;;;;;; "hexl.el" (15492 4718))
8697;;; Generated autoloads from hexl.el 8703;;; Generated autoloads from hexl.el
8698 8704
8699(autoload (quote hexl-mode) "hexl" "\ 8705(autoload (quote hexl-mode) "hexl" "\
@@ -8886,7 +8892,7 @@ be found in variable `hi-lock-interactive-patterns'." t nil)
8886;;;*** 8892;;;***
8887 8893
8888;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially 8894;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially
8889;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (15391 60715)) 8895;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (15494 46928))
8890;;; Generated autoloads from progmodes/hideif.el 8896;;; Generated autoloads from progmodes/hideif.el
8891 8897
8892(autoload (quote hide-ifdef-mode) "hideif" "\ 8898(autoload (quote hide-ifdef-mode) "hideif" "\
@@ -9229,7 +9235,7 @@ Also see `automatic-hscrolling'." t nil)
9229;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable 9235;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable
9230;;;;;; ibuffer-included-in-filters-p ibuffer-interactive-filter-by-mode 9236;;;;;; ibuffer-included-in-filters-p ibuffer-interactive-filter-by-mode
9231;;;;;; ibuffer-mouse-filter-by-mode ibuffer-auto-mode) "ibuf-ext" 9237;;;;;; ibuffer-mouse-filter-by-mode ibuffer-auto-mode) "ibuf-ext"
9232;;;;;; "ibuf-ext.el" (15457 4937)) 9238;;;;;; "ibuf-ext.el" (15500 564))
9233;;; Generated autoloads from ibuf-ext.el 9239;;; Generated autoloads from ibuf-ext.el
9234 9240
9235(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ 9241(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
@@ -9285,7 +9291,7 @@ of replacing the current filters." t nil)
9285 9291
9286(autoload (quote ibuffer-toggle-sorting-mode) "ibuf-ext" "\ 9292(autoload (quote ibuffer-toggle-sorting-mode) "ibuf-ext" "\
9287Toggle the current sorting mode. 9293Toggle the current sorting mode.
9288Possible sorting modes are: 9294Default sorting modes are:
9289 Recency - the last time the buffer was viewed 9295 Recency - the last time the buffer was viewed
9290 Name - the name of the buffer 9296 Name - the name of the buffer
9291 Major Mode - the name of the major mode of the buffer 9297 Major Mode - the name of the major mode of the buffer
@@ -9387,8 +9393,8 @@ defaults to one." t nil)
9387;;;*** 9393;;;***
9388 9394
9389;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 9395;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
9390;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15457 9396;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15500
9391;;;;;; 4937)) 9397;;;;;; 564))
9392;;; Generated autoloads from ibuf-macs.el 9398;;; Generated autoloads from ibuf-macs.el
9393 9399
9394(autoload (quote define-ibuffer-column) "ibuf-macs" "\ 9400(autoload (quote define-ibuffer-column) "ibuf-macs" "\
@@ -9464,7 +9470,7 @@ bound to the current value of the filter." nil (quote macro))
9464;;;*** 9470;;;***
9465 9471
9466;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 9472;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
9467;;;;;; "ibuffer" "ibuffer.el" (15465 50526)) 9473;;;;;; "ibuffer" "ibuffer.el" (15503 62955))
9468;;; Generated autoloads from ibuffer.el 9474;;; Generated autoloads from ibuffer.el
9469 9475
9470(autoload (quote ibuffer-list-buffers) "ibuffer" "\ 9476(autoload (quote ibuffer-list-buffers) "ibuffer" "\
@@ -9493,7 +9499,7 @@ special value `onewindow' means always use another window." t nil)
9493;;;*** 9499;;;***
9494 9500
9495;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" 9501;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete"
9496;;;;;; "icomplete.el" (15391 60517)) 9502;;;;;; "icomplete.el" (15484 11830))
9497;;; Generated autoloads from icomplete.el 9503;;; Generated autoloads from icomplete.el
9498 9504
9499(autoload (quote icomplete-mode) "icomplete" "\ 9505(autoload (quote icomplete-mode) "icomplete" "\
@@ -9545,7 +9551,7 @@ with no args, if that value is non-nil." t nil)
9545;;;*** 9551;;;***
9546 9552
9547;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 9553;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
9548;;;;;; (15391 60716)) 9554;;;;;; (15472 20893))
9549;;; Generated autoloads from progmodes/idlw-shell.el 9555;;; Generated autoloads from progmodes/idlw-shell.el
9550 9556
9551(autoload (quote idlwave-shell) "idlw-shell" "\ 9557(autoload (quote idlwave-shell) "idlw-shell" "\
@@ -9568,7 +9574,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
9568;;;*** 9574;;;***
9569 9575
9570;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 9576;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
9571;;;;;; (15417 7451)) 9577;;;;;; (15472 20893))
9572;;; Generated autoloads from progmodes/idlwave.el 9578;;; Generated autoloads from progmodes/idlwave.el
9573 9579
9574(autoload (quote idlwave-mode) "idlwave" "\ 9580(autoload (quote idlwave-mode) "idlwave" "\
@@ -9686,7 +9692,7 @@ The main features of this mode are
9686 9692
9687;;;*** 9693;;;***
9688 9694
9689;;;### (autoloads (ielm) "ielm" "ielm.el" (15371 46416)) 9695;;;### (autoloads (ielm) "ielm" "ielm.el" (15482 55795))
9690;;; Generated autoloads from ielm.el 9696;;; Generated autoloads from ielm.el
9691 (add-hook 'same-window-buffer-names "*ielm*") 9697 (add-hook 'same-window-buffer-names "*ielm*")
9692 9698
@@ -9698,7 +9704,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist." t nil)
9698 9704
9699;;;### (autoloads (defimage find-image remove-images insert-image 9705;;;### (autoloads (defimage find-image remove-images insert-image
9700;;;;;; put-image create-image image-type-available-p image-type-from-file-header 9706;;;;;; put-image create-image image-type-available-p image-type-from-file-header
9701;;;;;; image-type-from-data) "image" "image.el" (15417 7401)) 9707;;;;;; image-type-from-data) "image" "image.el" (15501 19354))
9702;;; Generated autoloads from image.el 9708;;; Generated autoloads from image.el
9703 9709
9704(autoload (quote image-type-from-data) "image" "\ 9710(autoload (quote image-type-from-data) "image" "\
@@ -9848,7 +9854,7 @@ Image files are those whose name has an extension in
9848;;;*** 9854;;;***
9849 9855
9850;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 9856;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
9851;;;;;; imenu-sort-function) "imenu" "imenu.el" (15371 46416)) 9857;;;;;; imenu-sort-function) "imenu" "imenu.el" (15501 19355))
9852;;; Generated autoloads from imenu.el 9858;;; Generated autoloads from imenu.el
9853 9859
9854(defvar imenu-sort-function nil "\ 9860(defvar imenu-sort-function nil "\
@@ -10076,7 +10082,7 @@ of `inferior-lisp-program'). Runs the hooks from
10076 10082
10077;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 10083;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
10078;;;;;; Info-goto-emacs-command-node Info-directory info-standalone 10084;;;;;; Info-goto-emacs-command-node Info-directory info-standalone
10079;;;;;; info info-other-window) "info" "info.el" (15417 7402)) 10085;;;;;; info info-other-window) "info" "info.el" (15500 564))
10080;;; Generated autoloads from info.el 10086;;; Generated autoloads from info.el
10081 10087
10082(autoload (quote info-other-window) "info" "\ 10088(autoload (quote info-other-window) "info" "\
@@ -10314,7 +10320,7 @@ Add submenus to the Files menu, to convert to and from various formats." t nil)
10314;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 10320;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
10315;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist 10321;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist
10316;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) 10322;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary)
10317;;;;;; "ispell" "textmodes/ispell.el" (15441 20097)) 10323;;;;;; "ispell" "textmodes/ispell.el" (15472 20893))
10318;;; Generated autoloads from textmodes/ispell.el 10324;;; Generated autoloads from textmodes/ispell.el
10319 10325
10320(defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ 10326(defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\
@@ -10401,7 +10407,7 @@ and added as a submenu of the \"Edit\" menu.")
10401 10407
10402(if (and ispell-menu-map-needed (or (not (fboundp (quote byte-compiling-files-p))) (not (byte-compiling-files-p)))) (let ((dicts (reverse (cons (cons "default" nil) ispell-dictionary-alist))) (path (and (boundp (quote ispell-library-path)) ispell-library-path)) name load-dict) (setq ispell-menu-map (make-sparse-keymap "Spell")) (while dicts (setq name (car (car dicts)) load-dict (car (cdr (member "-d" (nth 5 (car dicts))))) dicts (cdr dicts)) (cond ((not (stringp name)) (define-key ispell-menu-map (vector (quote default)) (cons "Select Default Dict" (cons "Dictionary for which Ispell was configured" (list (quote lambda) nil (quote (interactive)) (list (quote ispell-change-dictionary) "default")))))) ((or (not path) (file-exists-p (concat path "/" name ".hash")) (file-exists-p (concat path "/" name ".has")) (and load-dict (or (file-exists-p (concat path "/" load-dict ".hash")) (file-exists-p (concat path "/" load-dict ".has"))))) (define-key ispell-menu-map (vector (intern name)) (cons (concat "Select " (capitalize name) " Dict") (list (quote lambda) nil (quote (interactive)) (list (quote ispell-change-dictionary) name))))))))) 10408(if (and ispell-menu-map-needed (or (not (fboundp (quote byte-compiling-files-p))) (not (byte-compiling-files-p)))) (let ((dicts (reverse (cons (cons "default" nil) ispell-dictionary-alist))) (path (and (boundp (quote ispell-library-path)) ispell-library-path)) name load-dict) (setq ispell-menu-map (make-sparse-keymap "Spell")) (while dicts (setq name (car (car dicts)) load-dict (car (cdr (member "-d" (nth 5 (car dicts))))) dicts (cdr dicts)) (cond ((not (stringp name)) (define-key ispell-menu-map (vector (quote default)) (cons "Select Default Dict" (cons "Dictionary for which Ispell was configured" (list (quote lambda) nil (quote (interactive)) (list (quote ispell-change-dictionary) "default")))))) ((or (not path) (file-exists-p (concat path "/" name ".hash")) (file-exists-p (concat path "/" name ".has")) (and load-dict (or (file-exists-p (concat path "/" load-dict ".hash")) (file-exists-p (concat path "/" load-dict ".has"))))) (define-key ispell-menu-map (vector (intern name)) (cons (concat "Select " (capitalize name) " Dict") (list (quote lambda) nil (quote (interactive)) (list (quote ispell-change-dictionary) name)))))))))
10403 10409
10404(if (and ispell-menu-map-needed (or (not (fboundp (quote byte-compiling-files-p))) (not (byte-compiling-files-p)))) (progn (define-key ispell-menu-map [ispell-change-dictionary] (quote (menu-item "Change Dictionary..." ispell-change-dictionary :help "Supply explicit path to dictionary"))) (define-key ispell-menu-map [ispell-kill-ispell] (quote (menu-item "Kill Process" ispell-kill-ispell :enable (and (boundp (quote ispell-process)) ispell-process (eq (ispell-process-status) (quote run))) :help "Terminate Ispell subprocess"))) (define-key ispell-menu-map [ispell-pdict-save] (quote (menu-item "Save Dictionary" (lambda nil (interactive) (ispell-pdict-save t t)) :help "Save personal dictionary"))) (define-key ispell-menu-map [ispell-help] (quote (menu-item "Help" (lambda nil (interactive) (describe-function (quote ispell-help))) :help "Show standard Ispell keybindings and commands"))) (define-key ispell-menu-map [ispell-complete-word] (quote (menu-item "Complete Word" ispell-complete-word :help "Complete word at cursor using dictionary"))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] (quote (menu-item "Complete Word Fragment" ispell-complete-word-interior-frag :help "Complete word fragment at cursor"))))) 10410(if (and ispell-menu-map-needed (or (not (fboundp (quote byte-compiling-files-p))) (not (byte-compiling-files-p)))) (progn (define-key ispell-menu-map [ispell-change-dictionary] (quote (menu-item "Change Dictionary..." ispell-change-dictionary :help "Supply explicit path to dictionary"))) (define-key ispell-menu-map [ispell-kill-ispell] (quote (menu-item "Kill Process" ispell-kill-ispell :enable (and (boundp (quote ispell-process)) ispell-process (eq (ispell-process-status) (quote run))) :help "Terminate Ispell subprocess"))) (define-key ispell-menu-map [ispell-pdict-save] (quote (menu-item "Save Dictionary" (lambda nil (interactive) (ispell-pdict-save t t)) :help "Save personal dictionary"))) (define-key ispell-menu-map [ispell-customize] (quote (menu-item "Customize..." (lambda nil (interactive) (customize-group (quote ispell))) :help "Customize spell checking options"))) (define-key ispell-menu-map [ispell-help] (quote (menu-item "Help" (lambda nil (interactive) (describe-function (quote ispell-help))) :help "Show standard Ispell keybindings and commands"))) (define-key ispell-menu-map [flyspell-mode] (quote (menu-item "Automatic spell checking (Flyspell)" flyspell-mode :help "Check spelling while you edit the text" :button (:toggle . flyspell-mode)))) (define-key ispell-menu-map [ispell-complete-word] (quote (menu-item "Complete Word" ispell-complete-word :help "Complete word at cursor using dictionary"))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] (quote (menu-item "Complete Word Fragment" ispell-complete-word-interior-frag :help "Complete word fragment at cursor")))))
10405 10411
10406(if (and ispell-menu-map-needed (or (not (fboundp (quote byte-compiling-files-p))) (not (byte-compiling-files-p)))) (progn (define-key ispell-menu-map [ispell-continue] (quote (menu-item "Continue Spell-Checking" ispell-continue :enable (and (boundp (quote ispell-region-end)) (marker-position ispell-region-end) (equal (marker-buffer ispell-region-end) (current-buffer))) :help "Continue spell checking last region"))) (define-key ispell-menu-map [ispell-word] (quote (menu-item "Spell-Check Word" ispell-word :help "Spell-check word at cursor"))) (define-key ispell-menu-map [ispell-comments-and-strings] (quote (menu-item "Spell-Check Comments" ispell-comments-and-strings :help "Spell-check only comments and strings"))))) 10412(if (and ispell-menu-map-needed (or (not (fboundp (quote byte-compiling-files-p))) (not (byte-compiling-files-p)))) (progn (define-key ispell-menu-map [ispell-continue] (quote (menu-item "Continue Spell-Checking" ispell-continue :enable (and (boundp (quote ispell-region-end)) (marker-position ispell-region-end) (equal (marker-buffer ispell-region-end) (current-buffer))) :help "Continue spell checking last region"))) (define-key ispell-menu-map [ispell-word] (quote (menu-item "Spell-Check Word" ispell-word :help "Spell-check word at cursor"))) (define-key ispell-menu-map [ispell-comments-and-strings] (quote (menu-item "Spell-Check Comments" ispell-comments-and-strings :help "Spell-check only comments and strings")))))
10407 10413
@@ -11986,7 +11992,7 @@ primary selection and region." t nil)
11986 11992
11987;;;*** 11993;;;***
11988 11994
11989;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (15400 1479)) 11995;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (15500 565))
11990;;; Generated autoloads from play/mpuz.el 11996;;; Generated autoloads from play/mpuz.el
11991 11997
11992(autoload (quote mpuz) "mpuz" "\ 11998(autoload (quote mpuz) "mpuz" "\
@@ -12239,7 +12245,7 @@ language environment LANG-ENV." nil nil)
12239;;;*** 12245;;;***
12240 12246
12241;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" 12247;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
12242;;;;;; (15371 46417)) 12248;;;;;; (15490 49404))
12243;;; Generated autoloads from mwheel.el 12249;;; Generated autoloads from mwheel.el
12244 12250
12245(defvar mouse-wheel-mode nil "\ 12251(defvar mouse-wheel-mode nil "\
@@ -12324,7 +12330,7 @@ Open a network connection to HOST on PORT." t nil)
12324;;;;;; uncomment-region comment-kill comment-set-column comment-indent 12330;;;;;; uncomment-region comment-kill comment-set-column comment-indent
12325;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 12331;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
12326;;;;;; comment-padding comment-style comment-column) "newcomment" 12332;;;;;; comment-padding comment-style comment-column) "newcomment"
12327;;;;;; "newcomment.el" (15427 61506)) 12333;;;;;; "newcomment.el" (15492 4721))
12328;;; Generated autoloads from newcomment.el 12334;;; Generated autoloads from newcomment.el
12329 12335
12330(defalias (quote indent-for-comment) (quote comment-indent)) 12336(defalias (quote indent-for-comment) (quote comment-indent))
@@ -12735,7 +12741,7 @@ See the command `outline-mode' for more information on this mode." t nil)
12735 12741
12736;;;*** 12742;;;***
12737 12743
12738;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15371 46418)) 12744;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15501 19357))
12739;;; Generated autoloads from paren.el 12745;;; Generated autoloads from paren.el
12740 12746
12741(defvar show-paren-mode nil "\ 12747(defvar show-paren-mode nil "\
@@ -12993,8 +12999,8 @@ Completion for the `chgrp' command." nil nil)
12993 12999
12994;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 13000;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
12995;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 13001;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
12996;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15371 13002;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15494
12997;;;;;; 46418)) 13003;;;;;; 51613))
12998;;; Generated autoloads from pcomplete.el 13004;;; Generated autoloads from pcomplete.el
12999 13005
13000(autoload (quote pcomplete) "pcomplete" "\ 13006(autoload (quote pcomplete) "pcomplete" "\
@@ -13158,7 +13164,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'." t nil)
13158;;;*** 13164;;;***
13159 13165
13160;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 13166;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
13161;;;;;; (15391 60719)) 13167;;;;;; (15500 565))
13162;;; Generated autoloads from textmodes/picture.el 13168;;; Generated autoloads from textmodes/picture.el
13163 13169
13164(autoload (quote picture-mode) "picture" "\ 13170(autoload (quote picture-mode) "picture" "\
@@ -13242,7 +13248,7 @@ pong-mode keybindings:\\<pong-mode-map>
13242;;;*** 13248;;;***
13243 13249
13244;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-to-string) 13250;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-to-string)
13245;;;;;; "pp" "emacs-lisp/pp.el" (15468 8218)) 13251;;;;;; "pp" "emacs-lisp/pp.el" (15468 23944))
13246;;; Generated autoloads from emacs-lisp/pp.el 13252;;; Generated autoloads from emacs-lisp/pp.el
13247 13253
13248(autoload (quote pp-to-string) "pp" "\ 13254(autoload (quote pp-to-string) "pp" "\
@@ -13295,7 +13301,7 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
13295 13301
13296;;;*** 13302;;;***
13297 13303
13298;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (15371 46426)) 13304;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (15490 49404))
13299;;; Generated autoloads from progmodes/ps-mode.el 13305;;; Generated autoloads from progmodes/ps-mode.el
13300 (autoload (quote ps-mode) "ps-mode" "Major mode for editing PostScript with GNU Emacs.\n" t) 13306 (autoload (quote ps-mode) "ps-mode" "Major mode for editing PostScript with GNU Emacs.\n" t)
13301 13307
@@ -13408,7 +13414,7 @@ This checks if all multi-byte characters in the region are printable or not." ni
13408;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 13414;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
13409;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 13415;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
13410;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" 13416;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print"
13411;;;;;; "ps-print.el" (15417 7409)) 13417;;;;;; "ps-print.el" (15482 55795))
13412;;; Generated autoloads from ps-print.el 13418;;; Generated autoloads from ps-print.el
13413 13419
13414(defvar ps-paper-type (quote letter) "\ 13420(defvar ps-paper-type (quote letter) "\
@@ -13882,8 +13888,8 @@ were operated on recently." t nil)
13882;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 13888;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
13883;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 13889;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
13884;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 13890;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
13885;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15371 13891;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15484
13886;;;;;; 46418)) 13892;;;;;; 11830))
13887;;; Generated autoloads from rect.el 13893;;; Generated autoloads from rect.el
13888 13894
13889(autoload (quote move-to-column-force) "rect" "\ 13895(autoload (quote move-to-column-force) "rect" "\
@@ -14227,7 +14233,7 @@ With zero or negative ARG turn mode off." t nil)
14227 14233
14228;;;### (autoloads (read-file-name-electric-shadow-mode read-file-name-electric-shadow-tty-properties 14234;;;### (autoloads (read-file-name-electric-shadow-mode read-file-name-electric-shadow-tty-properties
14229;;;;;; read-file-name-electric-shadow-properties) "rfn-eshadow" 14235;;;;;; read-file-name-electric-shadow-properties) "rfn-eshadow"
14230;;;;;; "rfn-eshadow.el" (15391 60519)) 14236;;;;;; "rfn-eshadow.el" (15504 22714))
14231;;; Generated autoloads from rfn-eshadow.el 14237;;; Generated autoloads from rfn-eshadow.el
14232 14238
14233(defvar read-file-name-electric-shadow-properties (quote (face read-file-name-electric-shadow field shadow)) "\ 14239(defvar read-file-name-electric-shadow-properties (quote (face read-file-name-electric-shadow field shadow)) "\
@@ -14277,7 +14283,7 @@ Make a ring that can contain SIZE elements." nil nil)
14277 14283
14278;;;*** 14284;;;***
14279 14285
14280;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (15371 46424)) 14286;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (15504 25759))
14281;;; Generated autoloads from net/rlogin.el 14287;;; Generated autoloads from net/rlogin.el
14282 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") 14288 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")
14283 14289
@@ -14684,7 +14690,7 @@ KEYWORDS is a comma-separated list of labels." t nil)
14684;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp 14690;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
14685;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary 14691;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
14686;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) 14692;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
14687;;;;;; "rmailsum" "mail/rmailsum.el" (15400 1477)) 14693;;;;;; "rmailsum" "mail/rmailsum.el" (15481 36053))
14688;;; Generated autoloads from mail/rmailsum.el 14694;;; Generated autoloads from mail/rmailsum.el
14689 14695
14690(defvar rmail-summary-scroll-between-messages t "\ 14696(defvar rmail-summary-scroll-between-messages t "\
@@ -15186,7 +15192,7 @@ Toggle Scroll-All minor mode." t nil)
15186;;;;;; mail-archive-file-name mail-header-separator send-mail-function 15192;;;;;; mail-archive-file-name mail-header-separator send-mail-function
15187;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind 15193;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind
15188;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" 15194;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el"
15189;;;;;; (15455 18403)) 15195;;;;;; (15490 49404))
15190;;; Generated autoloads from mail/sendmail.el 15196;;; Generated autoloads from mail/sendmail.el
15191 15197
15192(defvar mail-from-style (quote angles) "\ 15198(defvar mail-from-style (quote angles) "\
@@ -15367,7 +15373,7 @@ Prefix arg means just kill any existing server communications subprocess." t nil
15367;;;*** 15373;;;***
15368 15374
15369;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 15375;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
15370;;;;;; (15371 46417)) 15376;;;;;; (15492 4787))
15371;;; Generated autoloads from textmodes/sgml-mode.el 15377;;; Generated autoloads from textmodes/sgml-mode.el
15372 15378
15373(autoload (quote sgml-mode) "sgml-mode" "\ 15379(autoload (quote sgml-mode) "sgml-mode" "\
@@ -15570,7 +15576,7 @@ Set up file shadowing." t nil)
15570;;;*** 15576;;;***
15571 15577
15572;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 15578;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
15573;;;;;; (15391 60520)) 15579;;;;;; (15501 19357))
15574;;; Generated autoloads from shell.el 15580;;; Generated autoloads from shell.el
15575 15581
15576(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ 15582(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
@@ -15808,7 +15814,7 @@ which smileys to operate on and which images to use for them." t nil)
15808 15814
15809;;;*** 15815;;;***
15810 15816
15811;;;### (autoloads (snake) "snake" "play/snake.el" (15391 60712)) 15817;;;### (autoloads (snake) "snake" "play/snake.el" (15490 49404))
15812;;; Generated autoloads from play/snake.el 15818;;; Generated autoloads from play/snake.el
15813 15819
15814(autoload (quote snake) "snake" "\ 15820(autoload (quote snake) "snake" "\
@@ -15817,7 +15823,7 @@ Move the snake around without colliding with its tail or with the border.
15817 15823
15818Eating dots causes the snake to get longer. 15824Eating dots causes the snake to get longer.
15819 15825
15820snake-mode keybindings: 15826Snake mode keybindings:
15821 \\<snake-mode-map> 15827 \\<snake-mode-map>
15822\\[snake-start-game] Starts a new game of Snake 15828\\[snake-start-game] Starts a new game of Snake
15823\\[snake-end-game] Terminates the current game 15829\\[snake-end-game] Terminates the current game
@@ -15825,14 +15831,12 @@ snake-mode keybindings:
15825\\[snake-move-left] Makes the snake move left 15831\\[snake-move-left] Makes the snake move left
15826\\[snake-move-right] Makes the snake move right 15832\\[snake-move-right] Makes the snake move right
15827\\[snake-move-up] Makes the snake move up 15833\\[snake-move-up] Makes the snake move up
15828\\[snake-move-down] Makes the snake move down 15834\\[snake-move-down] Makes the snake move down" t nil)
15829
15830" t nil)
15831 15835
15832;;;*** 15836;;;***
15833 15837
15834;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 15838;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
15835;;;;;; (15371 46424)) 15839;;;;;; (15492 4787))
15836;;; Generated autoloads from net/snmp-mode.el 15840;;; Generated autoloads from net/snmp-mode.el
15837 15841
15838(autoload (quote snmp-mode) "snmp-mode" "\ 15842(autoload (quote snmp-mode) "snmp-mode" "\
@@ -16605,7 +16609,7 @@ Studlify-case the current buffer." t nil)
16605;;;*** 16609;;;***
16606 16610
16607;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 16611;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
16608;;;;;; (15400 1478)) 16612;;;;;; (15500 565))
16609;;; Generated autoloads from mail/supercite.el 16613;;; Generated autoloads from mail/supercite.el
16610 16614
16611(autoload (quote sc-cite-original) "supercite" "\ 16615(autoload (quote sc-cite-original) "supercite" "\
@@ -16677,7 +16681,7 @@ Connect to display DISPLAY for the Emacs talk group." t nil)
16677 16681
16678;;;*** 16682;;;***
16679 16683
16680;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15424 48698)) 16684;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15500 564))
16681;;; Generated autoloads from tar-mode.el 16685;;; Generated autoloads from tar-mode.el
16682 16686
16683(autoload (quote tar-mode) "tar-mode" "\ 16687(autoload (quote tar-mode) "tar-mode" "\
@@ -16699,7 +16703,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
16699;;;*** 16703;;;***
16700 16704
16701;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 16705;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
16702;;;;;; "progmodes/tcl.el" (15371 46425)) 16706;;;;;; "progmodes/tcl.el" (15476 16561))
16703;;; Generated autoloads from progmodes/tcl.el 16707;;; Generated autoloads from progmodes/tcl.el
16704 16708
16705(autoload (quote tcl-mode) "tcl" "\ 16709(autoload (quote tcl-mode) "tcl" "\
@@ -16786,8 +16790,8 @@ Start a terminal-emulator in a new buffer." t nil)
16786 16790
16787;;;*** 16791;;;***
16788 16792
16789;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15464 16793;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15490
16790;;;;;; 26324)) 16794;;;;;; 49404))
16791;;; Generated autoloads from terminal.el 16795;;; Generated autoloads from terminal.el
16792 16796
16793(autoload (quote terminal-emulator) "terminal" "\ 16797(autoload (quote terminal-emulator) "terminal" "\
@@ -16821,7 +16825,7 @@ subprocess started." t nil)
16821 16825
16822;;;*** 16826;;;***
16823 16827
16824;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15441 20096)) 16828;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15490 49404))
16825;;; Generated autoloads from play/tetris.el 16829;;; Generated autoloads from play/tetris.el
16826 16830
16827(autoload (quote tetris) "tetris" "\ 16831(autoload (quote tetris) "tetris" "\
@@ -16852,7 +16856,7 @@ tetris-mode keybindings:
16852;;;;;; tex-start-options-string slitex-run-command latex-run-command 16856;;;;;; tex-start-options-string slitex-run-command latex-run-command
16853;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 16857;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
16854;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 16858;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
16855;;;;;; (15371 46417)) 16859;;;;;; (15492 4790))
16856;;; Generated autoloads from textmodes/tex-mode.el 16860;;; Generated autoloads from textmodes/tex-mode.el
16857 16861
16858(defvar tex-shell-file-name nil "\ 16862(defvar tex-shell-file-name nil "\
@@ -17100,7 +17104,7 @@ Entering SliTeX mode runs the hook `text-mode-hook', then the hook
17100;;;*** 17104;;;***
17101 17105
17102;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 17106;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
17103;;;;;; "texinfmt" "textmodes/texinfmt.el" (15371 46417)) 17107;;;;;; "texinfmt" "textmodes/texinfmt.el" (15500 565))
17104;;; Generated autoloads from textmodes/texinfmt.el 17108;;; Generated autoloads from textmodes/texinfmt.el
17105 17109
17106(autoload (quote texinfo-format-buffer) "texinfmt" "\ 17110(autoload (quote texinfo-format-buffer) "texinfmt" "\
@@ -17134,7 +17138,7 @@ if large. You can use Info-split to do this manually." t nil)
17134;;;*** 17138;;;***
17135 17139
17136;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 17140;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
17137;;;;;; "texinfo" "textmodes/texinfo.el" (15425 28364)) 17141;;;;;; "texinfo" "textmodes/texinfo.el" (15500 565))
17138;;; Generated autoloads from textmodes/texinfo.el 17142;;; Generated autoloads from textmodes/texinfo.el
17139 17143
17140(defvar texinfo-open-quote "``" "\ 17144(defvar texinfo-open-quote "``" "\
@@ -17331,7 +17335,7 @@ See also docstring of the function tibetan-compose-region." t nil)
17331;;;*** 17335;;;***
17332 17336
17333;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 17337;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
17334;;;;;; (15371 46417)) 17338;;;;;; (15490 49404))
17335;;; Generated autoloads from textmodes/tildify.el 17339;;; Generated autoloads from textmodes/tildify.el
17336 17340
17337(autoload (quote tildify-region) "tildify" "\ 17341(autoload (quote tildify-region) "tildify" "\
@@ -17708,7 +17712,7 @@ Show TODO list." t nil)
17708;;;*** 17712;;;***
17709 17713
17710;;;### (autoloads (tool-bar-add-item-from-menu tool-bar-add-item 17714;;;### (autoloads (tool-bar-add-item-from-menu tool-bar-add-item
17711;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (15465 22816)) 17715;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (15477 39079))
17712;;; Generated autoloads from toolbar/tool-bar.el 17716;;; Generated autoloads from toolbar/tool-bar.el
17713 17717
17714(defvar tool-bar-mode nil "\ 17718(defvar tool-bar-mode nil "\
@@ -17728,6 +17732,8 @@ With numeric ARG, display the tool bar if and only if ARG is positive.
17728See `tool-bar-add-item' and `tool-bar-add-item-from-menu' for 17732See `tool-bar-add-item' and `tool-bar-add-item-from-menu' for
17729conveniently adding tool bar items." t nil) 17733conveniently adding tool bar items." t nil)
17730 17734
17735(put (quote tool-bar-mode) (quote standard-value) (quote (t)))
17736
17731(autoload (quote tool-bar-add-item) "tool-bar" "\ 17737(autoload (quote tool-bar-add-item) "tool-bar" "\
17732Add an item to the tool bar. 17738Add an item to the tool bar.
17733ICON names the image, DEF is the key definition and KEY is a symbol 17739ICON names the image, DEF is the key definition and KEY is a symbol
@@ -18180,12 +18186,12 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil)
18180;;;*** 18186;;;***
18181 18187
18182;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file 18188;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file
18183;;;;;; vc-transfer-file vc-switch-backend vc-cancel-version vc-revert-buffer 18189;;;;;; vc-transfer-file vc-switch-backend vc-cancel-version vc-update
18184;;;;;; vc-print-log vc-retrieve-snapshot vc-create-snapshot vc-directory 18190;;;;;; vc-revert-buffer vc-print-log vc-retrieve-snapshot vc-create-snapshot
18185;;;;;; vc-resolve-conflicts vc-merge vc-insert-headers vc-version-other-window 18191;;;;;; vc-directory vc-resolve-conflicts vc-merge vc-insert-headers
18186;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file 18192;;;;;; vc-version-other-window vc-diff vc-register vc-next-action
18187;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) 18193;;;;;; vc-do-command edit-vc-file with-vc-file vc-branch-part vc-before-checkin-hook
18188;;;;;; "vc" "vc.el" (15425 28362)) 18194;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (15494 46908))
18189;;; Generated autoloads from vc.el 18195;;; Generated autoloads from vc.el
18190 18196
18191(defvar vc-checkout-hook nil "\ 18197(defvar vc-checkout-hook nil "\
@@ -18200,6 +18206,9 @@ See `run-hooks'.")
18200*Normal hook (list of functions) run before a file is checked in. 18206*Normal hook (list of functions) run before a file is checked in.
18201See `run-hooks'.") 18207See `run-hooks'.")
18202 18208
18209(autoload (quote vc-branch-part) "vc" "\
18210Return the branch part of a revision number REV." nil nil)
18211
18203(autoload (quote with-vc-file) "vc" "\ 18212(autoload (quote with-vc-file) "vc" "\
18204Check out a writable copy of FILE if necessary, then execute BODY. 18213Check out a writable copy of FILE if necessary, then execute BODY.
18205Check in FILE with COMMENT (a string) after BODY has been executed. 18214Check in FILE with COMMENT (a string) after BODY has been executed.
@@ -18341,6 +18350,13 @@ This asks for confirmation if the buffer contents are not identical
18341to that version. This function does not automatically pick up newer 18350to that version. This function does not automatically pick up newer
18342changes found in the master file; use \\[universal-argument] \\[vc-next-action] to do so." t nil) 18351changes found in the master file; use \\[universal-argument] \\[vc-next-action] to do so." t nil)
18343 18352
18353(autoload (quote vc-update) "vc" "\
18354Update the current buffer's file to the latest version on its branch.
18355If the file contains no changes, and is not locked, then this simply replaces
18356the working file with the latest version on its branch. If the file contains
18357changes, and the backend supports merging news, then any recent changes from
18358the current branch are merged into the working file." t nil)
18359
18344(autoload (quote vc-cancel-version) "vc" "\ 18360(autoload (quote vc-cancel-version) "vc" "\
18345Get rid of most recently checked in version of this file. 18361Get rid of most recently checked in version of this file.
18346A prefix argument NOREVERT means do not revert the buffer afterwards." t nil) 18362A prefix argument NOREVERT means do not revert the buffer afterwards." t nil)
@@ -18408,7 +18424,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
18408 18424
18409;;;*** 18425;;;***
18410 18426
18411;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15427 61506)) 18427;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15493 27496))
18412;;; Generated autoloads from vc-cvs.el 18428;;; Generated autoloads from vc-cvs.el
18413 (defun vc-cvs-registered (f) 18429 (defun vc-cvs-registered (f)
18414 (when (file-readable-p (expand-file-name 18430 (when (file-readable-p (expand-file-name
@@ -18419,7 +18435,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
18419;;;*** 18435;;;***
18420 18436
18421;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 18437;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
18422;;;;;; (15425 28362)) 18438;;;;;; (15482 55795))
18423;;; Generated autoloads from vc-rcs.el 18439;;; Generated autoloads from vc-rcs.el
18424 18440
18425(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 18441(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -18431,7 +18447,7 @@ For a description of possible values, see `vc-check-master-templates'.")
18431;;;*** 18447;;;***
18432 18448
18433;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 18449;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
18434;;;;;; (15371 46418)) 18450;;;;;; (15482 55795))
18435;;; Generated autoloads from vc-sccs.el 18451;;; Generated autoloads from vc-sccs.el
18436 18452
18437(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 18453(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -19181,7 +19197,7 @@ whitespaces during the process of your editing)." t nil)
19181;;;*** 19197;;;***
19182 19198
19183;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 19199;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
19184;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (15468 8218)) 19200;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (15468 23941))
19185;;; Generated autoloads from wid-browse.el 19201;;; Generated autoloads from wid-browse.el
19186 19202
19187(autoload (quote widget-browse-at) "wid-browse" "\ 19203(autoload (quote widget-browse-at) "wid-browse" "\
@@ -19200,8 +19216,8 @@ With arg, turn widget mode on if and only if arg is positive." t nil)
19200;;;*** 19216;;;***
19201 19217
19202;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 19218;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
19203;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15468 19219;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15472
19204;;;;;; 8218)) 19220;;;;;; 20889))
19205;;; Generated autoloads from wid-edit.el 19221;;; Generated autoloads from wid-edit.el
19206 19222
19207(autoload (quote widgetp) "wid-edit" "\ 19223(autoload (quote widgetp) "wid-edit" "\
@@ -19273,7 +19289,7 @@ Set up default keybindings for `windmove'." t nil)
19273;;;*** 19289;;;***
19274 19290
19275;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 19291;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
19276;;;;;; (15371 46418)) 19292;;;;;; (15484 11830))
19277;;; Generated autoloads from winner.el 19293;;; Generated autoloads from winner.el
19278 19294
19279(defvar winner-mode nil "\ 19295(defvar winner-mode nil "\
@@ -19433,6 +19449,25 @@ The key bindings are:
19433 19449
19434;;;*** 19450;;;***
19435 19451
19452;;;### (autoloads (xml-lite-mode) "xml-lite" "textmodes/xml-lite.el"
19453;;;;;; (15490 51474))
19454;;; Generated autoloads from textmodes/xml-lite.el
19455
19456(defvar xml-lite-mode nil "\
19457Non-nil if `xml-lite-mode' is enabled.")
19458
19459(autoload (quote xml-lite-mode) "xml-lite" "\
19460Toggle `xml-lite-mode'.
19461With ARG, enable xml-lite-mode if and only if ARG is positive.
19462
19463xml-lite-mode provides indentation for XML tags. The value of
19464`xml-lite-indent-offset' determines the amount of indentation.
19465
19466Key bindings:
19467\\{xml-lite-mode-map}" t nil)
19468
19469;;;***
19470
19436;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15391 19471;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15391
19437;;;;;; 60521)) 19472;;;;;; 60521))
19438;;; Generated autoloads from xt-mouse.el 19473;;; Generated autoloads from xt-mouse.el
@@ -19491,127 +19526,126 @@ Zone-mode does two things:
19491 19526
19492;;;*** 19527;;;***
19493 19528
19494;;;### (autoloads nil nil ("play/gamegrid.el" "international/mule-cmds.el" 19529;;;### (autoloads nil nil ("calc/calcalg3.el" "calc/calcalg2.el"
19495;;;;;; "emulation/viper-util.el" "mail/uce.el" "gnus/mml.el" "gnus/mm-view.el" 19530;;;;;; "calc/calc-maint.el" "calc/calc-macs.el" "textmodes/reftex-sel.el"
19496;;;;;; "calendar/cal-menu.el" "window.el" "subr.el" "startup.el" 19531;;;;;; "textmodes/paragraphs.el" "international/mule-cmds.el" "eshell/esh-io.el"
19497;;;;;; "simple.el" "menu-bar.el" "isearch.el" "indent.el" "help.el" 19532;;;;;; "eshell/esh-ext.el" "eshell/esh-cmd.el" "eshell/em-unix.el"
19498;;;;;; "finder-inf.el" "files.el" "faces.el" "ediff-wind.el" "ediff-init.el" 19533;;;;;; "eshell/em-smart.el" "eshell/em-rebind.el" "eshell/em-prompt.el"
19499;;;;;; "ediff-hook.el" "w32-vars.el" "term/sun-mouse.el" "emacs-lisp/lisp-mode.el" 19534;;;;;; "eshell/em-pred.el" "eshell/em-hist.el" "eshell/em-glob.el"
19500;;;;;; "progmodes/mantemp.el" "progmodes/idlw-toolbar.el" "progmodes/idlw-rinfo.el" 19535;;;;;; "eshell/em-dirs.el" "eshell/em-cmpl.el" "eshell/em-alias.el"
19501;;;;;; "progmodes/ebnf-yac.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-iso.el" 19536;;;;;; "emacs-lisp/lisp.el" "mail/uce.el" "gnus/mm-encode.el" "gnus/mail-source.el"
19502;;;;;; "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el" "progmodes/cc-engine.el" 19537;;;;;; "gnus/gnus-sum.el" "tempo.el" "replace.el" "menu-bar.el"
19503;;;;;; "progmodes/cc-defs.el" "progmodes/cc-compat.el" "progmodes/cc-cmds.el" 19538;;;;;; "emulation/viper-util.el" "gnus/mml.el" "gnus/mm-view.el"
19504;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-align.el" "progmodes/ada-xref.el" 19539;;;;;; "calendar/cal-menu.el" "window.el" "isearch.el" "indent.el"
19505;;;;;; "progmodes/ada-prj.el" "play/meese.el" "play/gametree.el" 19540;;;;;; "finder-inf.el" "ediff-wind.el" "ediff-hook.el" "term/sun-mouse.el"
19506;;;;;; "obsolete/x-menu.el" "obsolete/x-apollo.el" "obsolete/uncompress.el" 19541;;;;;; "emacs-lisp/lisp-mode.el" "progmodes/mantemp.el" "progmodes/idlw-toolbar.el"
19507;;;;;; "obsolete/sun-fns.el" "obsolete/sun-curs.el" "obsolete/sc.el" 19542;;;;;; "progmodes/idlw-rinfo.el" "progmodes/ebnf-yac.el" "progmodes/ebnf-otz.el"
19508;;;;;; "obsolete/rnews.el" "obsolete/profile.el" "obsolete/ooutline.el" 19543;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el"
19509;;;;;; "obsolete/c-mode.el" "mail/vms-pmail.el" "mail/rfc822.el" 19544;;;;;; "progmodes/cc-engine.el" "progmodes/cc-defs.el" "progmodes/cc-compat.el"
19510;;;;;; "mail/rfc2368.el" "mail/mspools.el" "mail/mh-seq.el" "mail/mh-funcs.el" 19545;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-bytecomp.el" "progmodes/cc-align.el"
19511;;;;;; "mail/mailpost.el" "mail/mailheader.el" "mail/blessmail.el" 19546;;;;;; "progmodes/ada-xref.el" "progmodes/ada-prj.el" "play/meese.el"
19512;;;;;; "language/romanian.el" "language/misc-lang.el" "language/ethiopic.el" 19547;;;;;; "play/gametree.el" "obsolete/x-menu.el" "obsolete/x-apollo.el"
19513;;;;;; "language/english.el" "language/devanagari.el" "international/swedish.el" 19548;;;;;; "obsolete/uncompress.el" "obsolete/sun-fns.el" "obsolete/sun-curs.el"
19514;;;;;; "international/latin-9.el" "international/latin-8.el" "international/latin-5.el" 19549;;;;;; "obsolete/sc.el" "obsolete/rnews.el" "obsolete/profile.el"
19515;;;;;; "international/latin-4.el" "international/latin-3.el" "international/latin-2.el" 19550;;;;;; "obsolete/ooutline.el" "obsolete/c-mode.el" "mail/vms-pmail.el"
19516;;;;;; "international/latin-1.el" "international/ja-dic-utl.el" 19551;;;;;; "mail/rfc822.el" "mail/rfc2368.el" "mail/mspools.el" "mail/mh-seq.el"
19552;;;;;; "mail/mh-funcs.el" "mail/mailpost.el" "mail/mailheader.el"
19553;;;;;; "mail/blessmail.el" "language/romanian.el" "language/misc-lang.el"
19554;;;;;; "language/ethiopic.el" "language/english.el" "language/devanagari.el"
19555;;;;;; "international/swedish.el" "international/latin-9.el" "international/latin-8.el"
19556;;;;;; "international/latin-5.el" "international/latin-4.el" "international/latin-3.el"
19557;;;;;; "international/latin-2.el" "international/latin-1.el" "international/ja-dic-utl.el"
19517;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el" 19558;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el"
19518;;;;;; "international/iso-ascii.el" "calc/calcsel2.el" "calc/calccomp.el" 19559;;;;;; "international/iso-ascii.el" "calc/calcsel2.el" "calc/calccomp.el"
19519;;;;;; "calc/calcalg3.el" "calc/calcalg2.el" "calc/calc-yank.el" 19560;;;;;; "calc/calc-yank.el" "calc/calc-vec.el" "calc/calc-units.el"
19520;;;;;; "calc/calc-vec.el" "calc/calc-units.el" "calc/calc-undo.el" 19561;;;;;; "calc/calc-undo.el" "calc/calc-trail.el" "calc/calc-stuff.el"
19521;;;;;; "calc/calc-trail.el" "calc/calc-stuff.el" "calc/calc-store.el" 19562;;;;;; "calc/calc-store.el" "calc/calc-stat.el" "calc/calc-sel.el"
19522;;;;;; "calc/calc-stat.el" "calc/calc-sel.el" "calc/calc-rules.el" 19563;;;;;; "calc/calc-rules.el" "calc/calc-rewr.el" "calc/calc-prog.el"
19523;;;;;; "calc/calc-rewr.el" "calc/calc-prog.el" "calc/calc-poly.el" 19564;;;;;; "calc/calc-poly.el" "calc/calc-mode.el" "calc/calc-misc.el"
19524;;;;;; "calc/calc-mode.el" "calc/calc-misc.el" "calc/calc-map.el" 19565;;;;;; "calc/calc-map.el" "calc/calc-lang.el" "calc/calc-keypd.el"
19525;;;;;; "calc/calc-macs.el" "calc/calc-lang.el" "calc/calc-keypd.el" 19566;;;;;; "calc/calc-incom.el" "calc/calc-help.el" "calc/calc-funcs.el"
19526;;;;;; "calc/calc-incom.el" "calc/calc-help.el" "calc/calc-graph.el" 19567;;;;;; "calc/calc-frac.el" "calc/calc-fin.el" "calc/calc-embed.el"
19527;;;;;; "calc/calc-funcs.el" "calc/calc-frac.el" "calc/calc-fin.el" 19568;;;;;; "calc/calc-cplx.el" "calc/calc-comb.el" "calc/calc-bin.el"
19528;;;;;; "calc/calc-embed.el" "calc/calc-cplx.el" "calc/calc-comb.el" 19569;;;;;; "calc/calc-arith.el" "calc/calc-alg.el" "calc/calc-aent.el"
19529;;;;;; "calc/calc-bin.el" "calc/calc-arith.el" "calc/calc-alg.el" 19570;;;;;; "gnus/webmail.el" "gnus/utf7.el" "gnus/starttls.el" "gnus/rfc2231.el"
19530;;;;;; "calc/calc-aent.el" "gnus/webmail.el" "gnus/utf7.el" "gnus/starttls.el" 19571;;;;;; "gnus/rfc2104.el" "gnus/rfc2047.el" "gnus/rfc2045.el" "gnus/rfc1843.el"
19531;;;;;; "gnus/rfc2231.el" "gnus/rfc2104.el" "gnus/rfc2047.el" "gnus/rfc2045.el" 19572;;;;;; "gnus/pop3.el" "gnus/nnweb.el" "gnus/nnwarchive.el" "gnus/nnvirtual.el"
19532;;;;;; "gnus/rfc1843.el" "gnus/qp.el" "gnus/pop3.el" "gnus/nnweb.el" 19573;;;;;; "gnus/nnultimate.el" "gnus/nnslashdot.el" "gnus/nnoo.el"
19533;;;;;; "gnus/nnwarchive.el" "gnus/nnvirtual.el" "gnus/nnultimate.el" 19574;;;;;; "gnus/nnmh.el" "gnus/nnmbox.el" "gnus/nnlistserv.el" "gnus/nnimap.el"
19534;;;;;; "gnus/nnslashdot.el" "gnus/nnoo.el" "gnus/nnmh.el" "gnus/nnmbox.el" 19575;;;;;; "gnus/nnheader.el" "gnus/nngateway.el" "gnus/nneething.el"
19535;;;;;; "gnus/nnlistserv.el" "gnus/nnimap.el" "gnus/nnheader.el" 19576;;;;;; "gnus/nndraft.el" "gnus/nndir.el" "gnus/nnbabyl.el" "gnus/nnagent.el"
19536;;;;;; "gnus/nngateway.el" "gnus/nneething.el" "gnus/nndraft.el"
19537;;;;;; "gnus/nndir.el" "gnus/nnbabyl.el" "gnus/nnagent.el" "gnus/mm-encode.el"
19538;;;;;; "gnus/mm-decode.el" "gnus/mm-bodies.el" "gnus/messcompat.el" 19577;;;;;; "gnus/mm-decode.el" "gnus/mm-bodies.el" "gnus/messcompat.el"
19539;;;;;; "gnus/mail-source.el" "gnus/mail-prsvr.el" "gnus/mail-parse.el" 19578;;;;;; "gnus/mail-prsvr.el" "gnus/mail-parse.el" "gnus/ietf-drums.el"
19540;;;;;; "gnus/ietf-drums.el" "gnus/gnus-vm.el" "gnus/gnus-uu.el" 19579;;;;;; "gnus/gnus-vm.el" "gnus/gnus-uu.el" "gnus/gnus-util.el" "gnus/gnus-undo.el"
19541;;;;;; "gnus/gnus-util.el" "gnus/gnus-undo.el" "gnus/gnus-topic.el" 19580;;;;;; "gnus/gnus-topic.el" "gnus/gnus-srvr.el" "gnus/gnus-setup.el"
19542;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-setup.el" "gnus/gnus-score.el" 19581;;;;;; "gnus/gnus-score.el" "gnus/gnus-salt.el" "gnus/gnus-range.el"
19543;;;;;; "gnus/gnus-salt.el" "gnus/gnus-range.el" "gnus/gnus-nocem.el" 19582;;;;;; "gnus/gnus-nocem.el" "gnus/gnus-mh.el" "gnus/gnus-logic.el"
19544;;;;;; "gnus/gnus-mh.el" "gnus/gnus-logic.el" "gnus/gnus-int.el" 19583;;;;;; "gnus/gnus-int.el" "gnus/gnus-gl.el" "gnus/gnus-ems.el" "gnus/gnus-eform.el"
19545;;;;;; "gnus/gnus-gl.el" "gnus/gnus-ems.el" "gnus/gnus-eform.el"
19546;;;;;; "gnus/gnus-dup.el" "gnus/gnus-draft.el" "gnus/gnus-demon.el" 19584;;;;;; "gnus/gnus-dup.el" "gnus/gnus-draft.el" "gnus/gnus-demon.el"
19547;;;;;; "gnus/gnus-cus.el" "gnus/gnus-bcklg.el" "gnus/gnus-async.el" 19585;;;;;; "gnus/gnus-cus.el" "gnus/gnus-bcklg.el" "gnus/gnus-async.el"
19548;;;;;; "gnus/format-spec.el" "gnus/flow-fill.el" "eshell/esh-var.el" 19586;;;;;; "gnus/format-spec.el" "gnus/flow-fill.el" "eshell/esh-util.el"
19549;;;;;; "eshell/esh-util.el" "eshell/esh-proc.el" "eshell/esh-opt.el" 19587;;;;;; "eshell/esh-proc.el" "eshell/esh-opt.el" "eshell/esh-module.el"
19550;;;;;; "eshell/esh-module.el" "eshell/esh-maint.el" "eshell/esh-io.el" 19588;;;;;; "eshell/esh-maint.el" "eshell/esh-arg.el" "eshell/em-xtra.el"
19551;;;;;; "eshell/esh-ext.el" "eshell/esh-arg.el" "eshell/em-xtra.el" 19589;;;;;; "eshell/em-term.el" "eshell/em-script.el" "eshell/em-basic.el"
19552;;;;;; "eshell/em-unix.el" "eshell/em-term.el" "eshell/em-smart.el" 19590;;;;;; "eshell/em-banner.el" "emulation/edt-vt100.el" "emulation/edt-pc.el"
19553;;;;;; "eshell/em-script.el" "eshell/em-rebind.el" "eshell/em-prompt.el" 19591;;;;;; "emulation/edt-lk201.el" "emacs-lisp/sregex.el" "emacs-lisp/lucid.el"
19554;;;;;; "eshell/em-pred.el" "eshell/em-hist.el" "eshell/em-glob.el" 19592;;;;;; "emacs-lisp/lselect.el" "emacs-lisp/lmenu.el" "emacs-lisp/levents.el"
19555;;;;;; "eshell/em-dirs.el" "eshell/em-cmpl.el" "eshell/em-basic.el" 19593;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/float.el" "emacs-lisp/cust-print.el"
19556;;;;;; "eshell/em-banner.el" "eshell/em-alias.el" "emulation/edt-vt100.el" 19594;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-compat.el"
19557;;;;;; "emulation/edt-pc.el" "emulation/edt-lk201.el" "emacs-lisp/sregex.el" 19595;;;;;; "emacs-lisp/assoc.el" "calendar/cal-x.el" "calendar/cal-tex.el"
19558;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/lselect.el" "emacs-lisp/lmenu.el" 19596;;;;;; "calendar/cal-persia.el" "calendar/cal-move.el" "calendar/cal-mayan.el"
19559;;;;;; "emacs-lisp/levents.el" "emacs-lisp/gulp.el" "emacs-lisp/float.el" 19597;;;;;; "calendar/cal-julian.el" "calendar/cal-iso.el" "calendar/cal-islam.el"
19560;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cl-extra.el" 19598;;;;;; "calendar/cal-french.el" "calendar/cal-coptic.el" "calendar/cal-china.el"
19561;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/assoc.el" "calendar/cal-x.el" 19599;;;;;; "textmodes/reftex-vars.el" "textmodes/reftex-toc.el" "textmodes/reftex-ref.el"
19562;;;;;; "calendar/cal-tex.el" "calendar/cal-persia.el" "calendar/cal-move.el"
19563;;;;;; "calendar/cal-mayan.el" "calendar/cal-julian.el" "calendar/cal-iso.el"
19564;;;;;; "calendar/cal-islam.el" "calendar/cal-french.el" "calendar/cal-coptic.el"
19565;;;;;; "calendar/cal-china.el" "textmodes/texnfo-upd.el" "textmodes/reftex-vars.el"
19566;;;;;; "textmodes/reftex-toc.el" "textmodes/reftex-sel.el" "textmodes/reftex-ref.el"
19567;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-dcr.el" "textmodes/reftex-auc.el" 19600;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-dcr.el" "textmodes/reftex-auc.el"
19568;;;;;; "textmodes/refer.el" "textmodes/refbib.el" "textmodes/paragraphs.el" 19601;;;;;; "textmodes/refer.el" "textmodes/refbib.el" "textmodes/page.el"
19569;;;;;; "textmodes/page.el" "textmodes/page-ext.el" "textmodes/bib-mode.el" 19602;;;;;; "textmodes/page-ext.el" "textmodes/bib-mode.el" "term/wyse50.el"
19570;;;;;; "term/wyse50.el" "term/vt420.el" "term/vt400.el" "term/vt320.el" 19603;;;;;; "term/vt420.el" "term/vt400.el" "term/vt320.el" "term/vt300.el"
19571;;;;;; "term/vt300.el" "term/vt240.el" "term/vt220.el" "term/vt201.el" 19604;;;;;; "term/vt240.el" "term/vt220.el" "term/vt201.el" "term/vt200.el"
19572;;;;;; "term/vt200.el" "term/vt125.el" "term/vt102.el" "term/vt100.el" 19605;;;;;; "term/vt125.el" "term/vt102.el" "term/vt100.el" "term/tvi970.el"
19573;;;;;; "term/tvi970.el" "term/sup-mouse.el" "term/sun.el" "term/news.el" 19606;;;;;; "term/sup-mouse.el" "term/sun.el" "term/news.el" "term/mac-win.el"
19574;;;;;; "term/mac-win.el" "term/lk201.el" "term/linux.el" "term/keyswap.el" 19607;;;;;; "term/lk201.el" "term/linux.el" "term/keyswap.el" "term/iris-ansi.el"
19575;;;;;; "term/iris-ansi.el" "term/bobcat.el" "term/bg-mouse.el" "term/apollo.el" 19608;;;;;; "term/bobcat.el" "term/bg-mouse.el" "term/apollo.el" "term/AT386.el"
19576;;;;;; "term/AT386.el" "widget.el" "vt100-led.el" "vmsproc.el" "vms-patch.el" 19609;;;;;; "widget.el" "vt100-led.el" "vmsproc.el" "vms-patch.el" "vcursor.el"
19577;;;;;; "vcursor.el" "unused.el" "uniquify.el" "timezone.el" "tcp.el" 19610;;;;;; "unused.el" "uniquify.el" "timezone.el" "tcp.el" "subdirs.el"
19578;;;;;; "subdirs.el" "soundex.el" "saveplace.el" "s-region.el" "regi.el" 19611;;;;;; "soundex.el" "saveplace.el" "s-region.el" "regi.el" "pcvs-parse.el"
19579;;;;;; "pcvs-parse.el" "paths.el" "patcomp.el" "mouse-drag.el" "mouse-copy.el" 19612;;;;;; "patcomp.el" "mouse-drag.el" "mouse-copy.el" "misc.el" "map-ynp.el"
19580;;;;;; "misc.el" "map-ynp.el" "kermit.el" "forms-pass.el" "forms-d2.el" 19613;;;;;; "kermit.el" "forms-pass.el" "forms-d2.el" "env.el" "emacs-lock.el"
19581;;;;;; "env.el" "emacs-lock.el" "electric.el" "dos-w32.el" "dos-vars.el" 19614;;;;;; "electric.el" "dos-w32.el" "dos-vars.el" "cus-dep.el" "cdl.el"
19582;;;;;; "dos-fns.el" "cus-dep.el" "cdl.el" "byte-run.el" "abbrev.el" 19615;;;;;; "byte-run.el" "abbrev.el" "abbrevlist.el" "allout.el" "buff-menu.el"
19583;;;;;; "abbrevlist.el" "allout.el" "buff-menu.el" "case-table.el" 19616;;;;;; "case-table.el" "custom.el" "ediff-diff.el" "ediff-merg.el"
19584;;;;;; "custom.el" "ediff-diff.el" "ediff-merg.el" "ediff-ptch.el" 19617;;;;;; "ediff-ptch.el" "ediff-vers.el" "float-sup.el" "foldout.el"
19585;;;;;; "ediff-vers.el" "float-sup.el" "foldout.el" "format.el" "pcvs-info.el" 19618;;;;;; "format.el" "pcvs-info.el" "pcvs-util.el" "select.el" "version.el"
19586;;;;;; "pcvs-util.el" "select.el" "vc-hooks.el" "version.el" "vt-control.el" 19619;;;;;; "vt-control.el" "xscheme.el" "term/internal.el" "textmodes/fill.el"
19587;;;;;; "xml.el" "xscheme.el" "term/internal.el" "textmodes/fill.el"
19588;;;;;; "textmodes/makeinfo.el" "textmodes/reftex-global.el" "emacs-lisp/authors.el" 19620;;;;;; "textmodes/makeinfo.el" "textmodes/reftex-global.el" "emacs-lisp/authors.el"
19589;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/cl-macs.el" "emacs-lisp/ewoc.el" 19621;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/cl-macs.el" "emacs-lisp/ewoc.el"
19590;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp.el" 19622;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/lisp-mnt.el" "emulation/edt-mapper.el"
19591;;;;;; "emulation/edt-mapper.el" "emulation/tpu-mapper.el" "emulation/viper-cmd.el" 19623;;;;;; "emulation/tpu-mapper.el" "emulation/viper-cmd.el" "emulation/viper-ex.el"
19592;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" 19624;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el"
19593;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "eshell/em-ls.el" 19625;;;;;; "emulation/viper-mous.el" "eshell/em-ls.el" "eshell/esh-groups.el"
19594;;;;;; "eshell/esh-groups.el" "gnus/gnus-cite.el" "gnus/gnus-sum.el" 19626;;;;;; "gnus/gnus-cite.el" "gnus/imap.el" "gnus/mailcap.el" "gnus/mm-util.el"
19595;;;;;; "gnus/imap.el" "gnus/mailcap.el" "gnus/mm-util.el" "gnus/nnmail.el" 19627;;;;;; "gnus/nnmail.el" "gnus/nnspool.el" "gnus/nntp.el" "calc/calc-forms.el"
19596;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "calc/calc-forms.el" "calc/calc-maint.el"
19597;;;;;; "calc/calc-math.el" "calc/calc-mtx.el" "international/characters.el" 19628;;;;;; "calc/calc-math.el" "calc/calc-mtx.el" "international/characters.el"
19598;;;;;; "international/iso-insert.el" "international/mule-conf.el" 19629;;;;;; "international/iso-insert.el" "international/ogonek.el" "international/utf-8-subst.el"
19599;;;;;; "international/mule.el" "international/ogonek.el" "international/utf-8-subst.el"
19600;;;;;; "international/utf-8.el" "language/chinese.el" "language/cyrillic.el" 19630;;;;;; "international/utf-8.el" "language/chinese.el" "language/cyrillic.el"
19601;;;;;; "language/czech.el" "language/european.el" "language/georgian.el" 19631;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el"
19602;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el" 19632;;;;;; "language/indian.el" "language/korean.el" "language/lao.el"
19603;;;;;; "language/japanese.el" "language/korean.el" "language/lao.el" 19633;;;;;; "language/thai.el" "language/tibetan.el" "language/utf-8-lang.el"
19604;;;;;; "language/slovak.el" "language/thai.el" "language/tibetan.el" 19634;;;;;; "language/vietnamese.el" "mail/mh-pick.el" "obsolete/cplus-md.el"
19605;;;;;; "language/utf-8-lang.el" "language/vietnamese.el" "mail/mh-pick.el" 19635;;;;;; "obsolete/hilit19.el" "obsolete/mlsupport.el" "cus-load.el"
19606;;;;;; "obsolete/cplus-md.el" "obsolete/hilit19.el" "obsolete/mlsupport.el" 19636;;;;;; "generic-x.el" "loadup.el" "scroll-bar.el" "calendar/parse-time.el"
19607;;;;;; "cus-load.el" "frame.el" "generic-x.el" "loadup.el" "mouse.el" 19637;;;;;; "emacs-lisp/cl-seq.el" "net/eudc-vars.el" "net/eudcb-bbdb.el"
19608;;;;;; "replace.el" "scroll-bar.el" "tempo.el" "w32-fns.el" "calendar/parse-time.el" 19638;;;;;; "net/eudcb-ldap.el" "net/eudcb-ph.el" "net/ldap.el" "term/pc-win.el"
19609;;;;;; "emacs-lisp/cl-seq.el" "eshell/esh-cmd.el" "net/eudc-vars.el" 19639;;;;;; "term/rxvt.el" "term/tty-colors.el" "term/xterm.el" "bindings.el"
19610;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-ph.el" 19640;;;;;; "register.el" "textmodes/text-mode.el" "cus-start.el" "dos-fns.el"
19611;;;;;; "net/ldap.el" "term/pc-win.el" "term/rxvt.el" "term/tty-colors.el" 19641;;;;;; "ediff-init.el" "faces.el" "files.el" "frame.el" "help.el"
19612;;;;;; "term/w32-win.el" "term/x-win.el" "term/xterm.el" "bindings.el" 19642;;;;;; "mouse.el" "paths.el" "simple.el" "startup.el" "subr.el"
19613;;;;;; "cus-start.el" "register.el" "textmodes/text-mode.el") (15468 19643;;;;;; "vc-hooks.el" "w32-fns.el" "w32-vars.el" "xml.el" "gnus/qp.el"
19614;;;;;; 8479 531385)) 19644;;;;;; "eshell/esh-var.el" "international/mule-conf.el" "international/mule.el"
19645;;;;;; "language/czech.el" "language/european.el" "language/japanese.el"
19646;;;;;; "language/slovak.el" "play/gamegrid.el" "term/w32-win.el"
19647;;;;;; "term/x-win.el" "textmodes/texnfo-upd.el" "calc/calc-graph.el")
19648;;;;;; (15504 25928 992600))
19615 19649
19616;;;*** 19650;;;***
19617 19651