aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm2002-09-08 21:38:11 +0000
committerKim F. Storm2002-09-08 21:38:11 +0000
commitf19e949bcb426d952df8344a26562ad899fa166d (patch)
tree3f0550d0add071820e85319c177f156bb81a6cbf /lisp
parent723d6a64c01921eb97f611059887b5d8e85c73da (diff)
downloademacs-f19e949bcb426d952df8344a26562ad899fa166d.tar.gz
emacs-f19e949bcb426d952df8344a26562ad899fa166d.zip
Regenerated.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/loaddefs.el209
1 files changed, 107 insertions, 102 deletions
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index 4df118a9e1e..6f1eb8a706c 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -3373,7 +3373,7 @@ a future Emacs interpreter will be able to use it.")
3373;;;*** 3373;;;***
3374 3374
3375;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 3375;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3376;;;;;; (15605 17010)) 3376;;;;;; (15738 35331))
3377;;; Generated autoloads from emacs-lisp/cl-indent.el 3377;;; Generated autoloads from emacs-lisp/cl-indent.el
3378 3378
3379(autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) 3379(autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil)
@@ -3555,7 +3555,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil)
3555;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode 3555;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
3556;;;;;; compilation-mode grep-tree grep-find grep compile compilation-search-path 3556;;;;;; compilation-mode grep-tree grep-find grep compile compilation-search-path
3557;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 3557;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
3558;;;;;; "compile" "progmodes/compile.el" (15664 47328)) 3558;;;;;; "compile" "progmodes/compile.el" (15738 35332))
3559;;; Generated autoloads from progmodes/compile.el 3559;;; Generated autoloads from progmodes/compile.el
3560 3560
3561(defvar compilation-mode-hook nil "\ 3561(defvar compilation-mode-hook nil "\
@@ -4964,7 +4964,7 @@ to run it every morning at 1am." t nil)
4964;;;*** 4964;;;***
4965 4965
4966;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 4966;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
4967;;;;;; "diff.el" (15596 25372)) 4967;;;;;; "diff.el" (15738 35316))
4968;;; Generated autoloads from diff.el 4968;;; Generated autoloads from diff.el
4969 4969
4970(defvar diff-switches "-c" "\ 4970(defvar diff-switches "-c" "\
@@ -4977,7 +4977,8 @@ to run it every morning at 1am." t nil)
4977Find and display the differences between OLD and NEW files. 4977Find and display the differences between OLD and NEW files.
4978Interactively the current buffer's file name is the default for NEW 4978Interactively the current buffer's file name is the default for NEW
4979and a backup file for NEW is the default for OLD. 4979and a backup file for NEW is the default for OLD.
4980With prefix arg, prompt for diff switches." t nil) 4980With prefix arg, prompt for diff switches.
4981If NO-ASYNC is non-nil, call diff syncrhonously." t nil)
4981 4982
4982(autoload (quote diff-backup) "diff" "\ 4983(autoload (quote diff-backup) "diff" "\
4983Diff this file with its backup file or vice versa. 4984Diff this file with its backup file or vice versa.
@@ -5007,7 +5008,7 @@ Minor mode for viewing/editing context diffs.
5007;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 5008;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
5008;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 5009;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
5009;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 5010;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
5010;;;;;; "dired" "dired.el" (15698 64354)) 5011;;;;;; "dired" "dired.el" (15730 33154))
5011;;; Generated autoloads from dired.el 5012;;; Generated autoloads from dired.el
5012 5013
5013(defvar dired-listing-switches "-al" "\ 5014(defvar dired-listing-switches "-al" "\
@@ -5501,7 +5502,7 @@ Switch to *doctor* buffer and start giving psychotherapy." t nil)
5501;;;*** 5502;;;***
5502 5503
5503;;;### (autoloads (double-mode double-mode) "double" "double.el" 5504;;;### (autoloads (double-mode double-mode) "double" "double.el"
5504;;;;;; (15186 56482)) 5505;;;;;; (15738 35316))
5505;;; Generated autoloads from double.el 5506;;; Generated autoloads from double.el
5506 5507
5507(defvar double-mode nil "\ 5508(defvar double-mode nil "\
@@ -5595,8 +5596,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)." nil (
5595;;;*** 5596;;;***
5596 5597
5597;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 5598;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
5598;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15728 5599;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15738
5599;;;;;; 32693)) 5600;;;;;; 35331))
5600;;; Generated autoloads from emacs-lisp/easymenu.el 5601;;; Generated autoloads from emacs-lisp/easymenu.el
5601 5602
5602(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) 5603(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
@@ -5604,7 +5605,7 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)." nil (
5604(autoload (quote easy-menu-define) "easymenu" "\ 5605(autoload (quote easy-menu-define) "easymenu" "\
5605Define a menu bar submenu in maps MAPS, according to MENU. 5606Define a menu bar submenu in maps MAPS, according to MENU.
5606The menu keymap is stored in symbol SYMBOL, both as its value 5607The menu keymap is stored in symbol SYMBOL, both as its value
5607and as its function definition. DOC is used as the doc string for SYMBOL. 5608and as its function definition. DOC is used as the doc string for SYMBOL.
5608 5609
5609The first element of MENU must be a string. It is the menu bar item name. 5610The first element of MENU must be a string. It is the menu bar item name.
5610It may be followed by the following keyword argument pairs 5611It may be followed by the following keyword argument pairs
@@ -6209,7 +6210,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see." t nil
6209 6210
6210;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 6211;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
6211;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 6212;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
6212;;;;;; (15727 34855)) 6213;;;;;; (15738 35316))
6213;;; Generated autoloads from edmacro.el 6214;;; Generated autoloads from edmacro.el
6214 6215
6215(defvar edmacro-eight-bits nil "\ 6216(defvar edmacro-eight-bits nil "\
@@ -6549,7 +6550,7 @@ Please include any configuration details that might be involved." t nil)
6549;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table 6550;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table
6550;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list 6551;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list
6551;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 6552;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
6552;;;;;; (15640 49865)) 6553;;;;;; (15738 35332))
6553;;; Generated autoloads from progmodes/etags.el 6554;;; Generated autoloads from progmodes/etags.el
6554 6555
6555(defvar tags-file-name nil "\ 6556(defvar tags-file-name nil "\
@@ -7096,7 +7097,7 @@ This is used only in conjunction with `expand-add-abbrevs'." t nil)
7096 7097
7097;;;*** 7098;;;***
7098 7099
7099;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15727 34846)) 7100;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15730 33159))
7100;;; Generated autoloads from progmodes/f90.el 7101;;; Generated autoloads from progmodes/f90.el
7101 7102
7102(autoload (quote f90-mode) "f90" "\ 7103(autoload (quote f90-mode) "f90" "\
@@ -7560,13 +7561,13 @@ Visit the file you click on in another window." t nil)
7560;;;;;; find-variable-other-window find-variable find-variable-noselect 7561;;;;;; find-variable-other-window find-variable find-variable-noselect
7561;;;;;; find-function-other-frame find-function-other-window find-function 7562;;;;;; find-function-other-frame find-function-other-window find-function
7562;;;;;; find-function-noselect find-function-search-for-symbol) "find-func" 7563;;;;;; find-function-noselect find-function-search-for-symbol) "find-func"
7563;;;;;; "emacs-lisp/find-func.el" (15707 34351)) 7564;;;;;; "emacs-lisp/find-func.el" (15738 35331))
7564;;; Generated autoloads from emacs-lisp/find-func.el 7565;;; Generated autoloads from emacs-lisp/find-func.el
7565 7566
7566(autoload (quote find-function-search-for-symbol) "find-func" "\ 7567(autoload (quote find-function-search-for-symbol) "find-func" "\
7567Search for SYMBOL. 7568Search for SYMBOL.
7568If VARIABLE-P is nil, `find-function-regexp' is used, otherwise 7569If VARIABLE-P is nil, `find-function-regexp' is used, otherwise
7569`find-variable-regexp' is used. The search is done in library LIBRARY." nil nil) 7570`find-variable-regexp' is used. The search is done in library LIBRARY." nil nil)
7570 7571
7571(autoload (quote find-function-noselect) "find-func" "\ 7572(autoload (quote find-function-noselect) "find-func" "\
7572Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION. 7573Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION.
@@ -8621,7 +8622,7 @@ to be updated." t nil)
8621 8622
8622;;;### (autoloads (describe-categories describe-syntax describe-variable 8623;;;### (autoloads (describe-categories describe-syntax describe-variable
8623;;;;;; variable-at-point describe-function-1 describe-function locate-library 8624;;;;;; variable-at-point describe-function-1 describe-function locate-library
8624;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15727 34854)) 8625;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15735 17293))
8625;;; Generated autoloads from help-fns.el 8626;;; Generated autoloads from help-fns.el
8626 8627
8627(autoload (quote help-with-tutorial) "help-fns" "\ 8628(autoload (quote help-with-tutorial) "help-fns" "\
@@ -9057,7 +9058,7 @@ Key bindings:
9057;;;### (autoloads (global-highlight-changes highlight-compare-with-file 9058;;;### (autoloads (global-highlight-changes highlight-compare-with-file
9058;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change 9059;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change
9059;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight) 9060;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight)
9060;;;;;; "hilit-chg" "hilit-chg.el" (15556 56033)) 9061;;;;;; "hilit-chg" "hilit-chg.el" (15738 35316))
9061;;; Generated autoloads from hilit-chg.el 9062;;; Generated autoloads from hilit-chg.el
9062 9063
9063(defvar highlight-changes-mode nil) 9064(defvar highlight-changes-mode nil)
@@ -9113,7 +9114,7 @@ face described by the second element, and so on. Very old changes remain
9113shown in the last face in the list. 9114shown in the last face in the list.
9114 9115
9115You can automatically rotate colours when the buffer is saved 9116You can automatically rotate colours when the buffer is saved
9116by adding the following to `local-write-file-hooks', by evaling it in the 9117by adding the following to `local-write-file-hooks', by evaling it in the
9117buffer to be saved): 9118buffer to be saved):
9118 9119
9119 (add-hook 'local-write-file-hooks 'highlight-changes-rotate-faces)" t nil) 9120 (add-hook 'local-write-file-hooks 'highlight-changes-rotate-faces)" t nil)
@@ -9146,7 +9147,7 @@ When called interactively:
9146 9147
9147When called from a program: 9148When called from a program:
9148- if ARG is nil or omitted, turn it off 9149- if ARG is nil or omitted, turn it off
9149- if ARG is `active', turn it on in active mode 9150- if ARG is `active', turn it on in active mode
9150- if ARG is `passive', turn it on in passive mode 9151- if ARG is `passive', turn it on in passive mode
9151- otherwise just turn it on 9152- otherwise just turn it on
9152 9153
@@ -9303,7 +9304,7 @@ Also see `automatic-hscrolling'." t nil)
9303;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group 9304;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
9304;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group 9305;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
9305;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode 9306;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
9306;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15727 34854)) 9307;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15738 35316))
9307;;; Generated autoloads from ibuf-ext.el 9308;;; Generated autoloads from ibuf-ext.el
9308 9309
9309(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ 9310(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
@@ -9708,7 +9709,7 @@ with no args, if that value is non-nil." t nil)
9708;;;*** 9709;;;***
9709 9710
9710;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 9711;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
9711;;;;;; (15671 13114)) 9712;;;;;; (15738 35332))
9712;;; Generated autoloads from progmodes/idlw-shell.el 9713;;; Generated autoloads from progmodes/idlw-shell.el
9713 9714
9714(autoload (quote idlwave-shell) "idlw-shell" "\ 9715(autoload (quote idlwave-shell) "idlw-shell" "\
@@ -9732,7 +9733,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
9732;;;*** 9733;;;***
9733 9734
9734;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 9735;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
9735;;;;;; (15727 34845)) 9736;;;;;; (15738 35332))
9736;;; Generated autoloads from progmodes/idlwave.el 9737;;; Generated autoloads from progmodes/idlwave.el
9737 9738
9738(autoload (quote idlwave-mode) "idlwave" "\ 9739(autoload (quote idlwave-mode) "idlwave" "\
@@ -9861,7 +9862,7 @@ The main features of this mode are
9861;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame 9862;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame
9862;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 9863;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
9863;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido" 9864;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido"
9864;;;;;; "ido.el" (15683 14753)) 9865;;;;;; "ido.el" (15731 19470))
9865;;; Generated autoloads from ido.el 9866;;; Generated autoloads from ido.el
9866 9867
9867(defvar ido-mode nil "\ 9868(defvar ido-mode nil "\
@@ -11070,7 +11071,7 @@ If non-nil, CONTEXTUAL means that a contextual fontification would be useful." n
11070;;;*** 11071;;;***
11071 11072
11072;;;### (autoloads (with-auto-compression-mode auto-compression-mode) 11073;;;### (autoloads (with-auto-compression-mode auto-compression-mode)
11073;;;;;; "jka-compr" "jka-compr.el" (15623 548)) 11074;;;;;; "jka-compr" "jka-compr.el" (15730 33155))
11074;;; Generated autoloads from jka-compr.el 11075;;; Generated autoloads from jka-compr.el
11075 11076
11076(defvar auto-compression-mode nil "\ 11077(defvar auto-compression-mode nil "\
@@ -11195,13 +11196,14 @@ and the return value is the length of the conversion." t nil)
11195 11196
11196;;;*** 11197;;;***
11197 11198
11198;;;### (autoloads (kmacro-end-call-mouse kmacro-end-or-call-macro 11199;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
11199;;;;;; kmacro-start-macro-or-insert-counter kmacro-call-macro kmacro-end-macro 11200;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
11200;;;;;; kmacro-start-macro) "kmacro" "kmacro.el" (15727 34854)) 11201;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro"
11202;;;;;; "kmacro.el" (15739 48977))
11201;;; Generated autoloads from kmacro.el 11203;;; Generated autoloads from kmacro.el
11202 (global-set-key "\C-x(" 'kmacro-start-macro) 11204 (global-set-key "\C-x(" 'kmacro-start-macro)
11203 (global-set-key "\C-x)" 'kmacro-end-macro) 11205 (global-set-key "\C-x)" 'kmacro-end-macro)
11204 (global-set-key "\C-xe" 'kmacro-end-or-call-macro) 11206 (global-set-key "\C-xe" 'kmacro-end-and-call-macro)
11205 (global-set-key [f3] 'kmacro-start-macro-or-insert-counter) 11207 (global-set-key [f3] 'kmacro-start-macro-or-insert-counter)
11206 (global-set-key [f4] 'kmacro-end-or-call-macro) 11208 (global-set-key [f4] 'kmacro-end-or-call-macro)
11207 (global-set-key "\C-x\C-k" 'kmacro-keymap) 11209 (global-set-key "\C-x\C-k" 'kmacro-keymap)
@@ -11271,6 +11273,10 @@ End kbd macro if currently being defined; else call last kbd macro.
11271With numeric prefix ARG, repeat macro that many times. 11273With numeric prefix ARG, repeat macro that many times.
11272With \\[universal-argument], call second macro in macro ring." t nil) 11274With \\[universal-argument], call second macro in macro ring." t nil)
11273 11275
11276(autoload (quote kmacro-end-and-call-macro) "kmacro" "\
11277Call last keyboard macro, ending it first if currently being defined.
11278With numeric prefix ARG, repeat macro that many times." t nil)
11279
11274(autoload (quote kmacro-end-call-mouse) "kmacro" "\ 11280(autoload (quote kmacro-end-call-mouse) "kmacro" "\
11275Move point to the position clicked with the mouse and call last kbd macro. 11281Move point to the position clicked with the mouse and call last kbd macro.
11276If kbd macro currently being defined end it before activating it." t nil) 11282If kbd macro currently being defined end it before activating it." t nil)
@@ -12862,7 +12868,7 @@ Open a network connection to HOST on PORT." t nil)
12862;;;;;; comment-region uncomment-region comment-kill comment-set-column 12868;;;;;; comment-region uncomment-region comment-kill comment-set-column
12863;;;;;; comment-indent comment-indent-default comment-normalize-vars 12869;;;;;; comment-indent comment-indent-default comment-normalize-vars
12864;;;;;; comment-multi-line comment-padding comment-style comment-column) 12870;;;;;; comment-multi-line comment-padding comment-style comment-column)
12865;;;;;; "newcomment" "newcomment.el" (15704 51484)) 12871;;;;;; "newcomment" "newcomment.el" (15732 40307))
12866;;; Generated autoloads from newcomment.el 12872;;; Generated autoloads from newcomment.el
12867 12873
12868(defalias (quote indent-for-comment) (quote comment-indent)) 12874(defalias (quote indent-for-comment) (quote comment-indent))
@@ -12947,7 +12953,7 @@ comment markers." t nil)
12947 12953
12948(autoload (quote comment-region) "newcomment" "\ 12954(autoload (quote comment-region) "newcomment" "\
12949Comment or uncomment each line in the region. 12955Comment or uncomment each line in the region.
12950With just \\[universal-argument] prefix arg, uncomment each line in region BEG..END. 12956With just \\[universal-argument] prefix arg, uncomment each line in region BEG .. END.
12951Numeric prefix arg ARG means use ARG comment characters. 12957Numeric prefix arg ARG means use ARG comment characters.
12952If ARG is negative, delete that many comment characters instead. 12958If ARG is negative, delete that many comment characters instead.
12953By default, comments start at the left margin, are terminated on each line, 12959By default, comments start at the left margin, are terminated on each line,
@@ -13302,8 +13308,8 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time." t ni
13302 13308
13303;;;*** 13309;;;***
13304 13310
13305;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (15465 13311;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (15738
13306;;;;;; 21182)) 13312;;;;;; 35332))
13307;;; Generated autoloads from progmodes/pascal.el 13313;;; Generated autoloads from progmodes/pascal.el
13308 13314
13309(autoload (quote pascal-mode) "pascal" "\ 13315(autoload (quote pascal-mode) "pascal" "\
@@ -13579,7 +13585,7 @@ Setup shell-mode to use pcomplete." nil nil)
13579 13585
13580;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 13586;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
13581;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 13587;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
13582;;;;;; "pcvs.el" (15640 49860)) 13588;;;;;; "pcvs.el" (15732 40308))
13583;;; Generated autoloads from pcvs.el 13589;;; Generated autoloads from pcvs.el
13584 13590
13585(autoload (quote cvs-checkout) "pcvs" "\ 13591(autoload (quote cvs-checkout) "pcvs" "\
@@ -13962,7 +13968,7 @@ This checks if all multi-byte characters in the region are printable or not." ni
13962;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 13968;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
13963;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 13969;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
13964;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" 13970;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print"
13965;;;;;; "ps-print.el" (15727 45918)) 13971;;;;;; "ps-print.el" (15728 1715))
13966;;; Generated autoloads from ps-print.el 13972;;; Generated autoloads from ps-print.el
13967 13973
13968(defvar ps-paper-type (quote letter) "\ 13974(defvar ps-paper-type (quote letter) "\
@@ -14550,7 +14556,7 @@ refilling if they would cause auto-filling." t nil)
14550;;;*** 14556;;;***
14551 14557
14552;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el" 14558;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el"
14553;;;;;; (15727 34844)) 14559;;;;;; (15738 35332))
14554;;; Generated autoloads from textmodes/reftex.el 14560;;; Generated autoloads from textmodes/reftex.el
14555 14561
14556(autoload (quote turn-on-reftex) "reftex" "\ 14562(autoload (quote turn-on-reftex) "reftex" "\
@@ -15376,8 +15382,8 @@ This function is obsolete." t nil)
15376 15382
15377;;;*** 15383;;;***
15378 15384
15379;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15583 15385;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15730
15380;;;;;; 13479)) 15386;;;;;; 33159))
15381;;; Generated autoloads from ruler-mode.el 15387;;; Generated autoloads from ruler-mode.el
15382 15388
15383(autoload (quote ruler-mode) "ruler-mode" "\ 15389(autoload (quote ruler-mode) "ruler-mode" "\
@@ -15385,8 +15391,8 @@ Display a ruler in the header line if ARG > 0." t nil)
15385 15391
15386;;;*** 15392;;;***
15387 15393
15388;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (15288 15394;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (15738
15389;;;;;; 6955)) 15395;;;;;; 35331))
15390;;; Generated autoloads from emacs-lisp/rx.el 15396;;; Generated autoloads from emacs-lisp/rx.el
15391 15397
15392(autoload (quote rx-to-string) "rx" "\ 15398(autoload (quote rx-to-string) "rx" "\
@@ -15603,7 +15609,7 @@ CHAR
15603 still match. A non-greedy regexp matches as little as possible. 15609 still match. A non-greedy regexp matches as little as possible.
15604 15610
15605`(maximal-match SEXP)' 15611`(maximal-match SEXP)'
15606 produce a greedy regexp for SEXP. This is the default. 15612 produce a greedy regexp for SEXP. This is the default.
15607 15613
15608`(zero-or-more SEXP)' 15614`(zero-or-more SEXP)'
15609 matches zero or more occurrences of what SEXP matches. 15615 matches zero or more occurrences of what SEXP matches.
@@ -15648,7 +15654,7 @@ CHAR
15648 matches N to M occurrences of what SEXP matches. 15654 matches N to M occurrences of what SEXP matches.
15649 15655
15650`(eval FORM)' 15656`(eval FORM)'
15651 evaluate FORM and insert result. If result is a string, 15657 evaluate FORM and insert result. If result is a string,
15652 `regexp-quote' it. 15658 `regexp-quote' it.
15653 15659
15654`(regexp REGEXP)' 15660`(regexp REGEXP)'
@@ -15753,7 +15759,7 @@ use either \\[customize] or the function `scroll-all-mode'.")
15753;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 15759;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
15754;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers 15760;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers
15755;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from 15761;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from
15756;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (15593 24726)) 15762;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (15731 62230))
15757;;; Generated autoloads from mail/sendmail.el 15763;;; Generated autoloads from mail/sendmail.el
15758 15764
15759(defvar mail-from-style (quote angles) "\ 15765(defvar mail-from-style (quote angles) "\
@@ -16001,7 +16007,7 @@ To work around that, do:
16001;;;*** 16007;;;***
16002 16008
16003;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 16009;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
16004;;;;;; (15640 49865)) 16010;;;;;; (15738 35332))
16005;;; Generated autoloads from progmodes/sh-script.el 16011;;; Generated autoloads from progmodes/sh-script.el
16006 16012
16007(put (quote sh-mode) (quote mode-class) (quote special)) 16013(put (quote sh-mode) (quote mode-class) (quote special))
@@ -16350,8 +16356,8 @@ symmetrical ones, and the same character twice for the others." t nil)
16350 16356
16351;;;*** 16357;;;***
16352 16358
16353;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (15707 16359;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (15732
16354;;;;;; 34351)) 16360;;;;;; 40308))
16355;;; Generated autoloads from smerge-mode.el 16361;;; Generated autoloads from smerge-mode.el
16356 16362
16357(autoload (quote smerge-mode) "smerge-mode" "\ 16363(autoload (quote smerge-mode) "smerge-mode" "\
@@ -16373,7 +16379,7 @@ which smileys to operate on and which images to use for them." t nil)
16373;;;*** 16379;;;***
16374 16380
16375;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" 16381;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el"
16376;;;;;; (15727 34847)) 16382;;;;;; (15734 30756))
16377;;; Generated autoloads from mail/smtpmail.el 16383;;; Generated autoloads from mail/smtpmail.el
16378 16384
16379(autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) 16385(autoload (quote smtpmail-send-it) "smtpmail" nil nil nil)
@@ -16429,15 +16435,15 @@ then `snmpv2-mode-hook'." t nil)
16429 16435
16430;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name 16436;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name
16431;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) 16437;;;;;; calendar-longitude calendar-latitude calendar-time-display-form)
16432;;;;;; "solar" "calendar/solar.el" (15683 14756)) 16438;;;;;; "solar" "calendar/solar.el" (15738 35331))
16433;;; Generated autoloads from calendar/solar.el 16439;;; Generated autoloads from calendar/solar.el
16434 16440
16435(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ 16441(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\
16436*The pseudo-pattern that governs the way a time of day is formatted. 16442*The pseudo-pattern that governs the way a time of day is formatted.
16437 16443
16438A pseudo-pattern is a list of expressions that can involve the keywords 16444A pseudo-pattern is a list of expressions that can involve the keywords
16439`12-hours', `24-hours', and `minutes', all numbers in string form, 16445`12-hours', `24-hours', and `minutes', all numbers in string form,
16440and `am-pm' and `time-zone', both alphabetic strings. 16446and `am-pm' and `time-zone', both alphabetic strings.
16441 16447
16442For example, the form 16448For example, the form
16443 16449
@@ -16687,7 +16693,7 @@ From a program takes two point or marker arguments, BEG and END." t nil)
16687;;;*** 16693;;;***
16688 16694
16689;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 16695;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
16690;;;;;; "speedbar.el" (15661 53042)) 16696;;;;;; "speedbar.el" (15738 35331))
16691;;; Generated autoloads from speedbar.el 16697;;; Generated autoloads from speedbar.el
16692 16698
16693(defalias (quote speedbar) (quote speedbar-frame-mode)) 16699(defalias (quote speedbar) (quote speedbar-frame-mode))
@@ -17244,7 +17250,7 @@ The variable `tab-width' controls the spacing of tab stops." t nil)
17244;;;;;; table-recognize table-insert-row-column table-insert-column 17250;;;;;; table-recognize table-insert-row-column table-insert-column
17245;;;;;; table-insert-row table-insert table-point-left-cell-hook 17251;;;;;; table-insert-row table-insert table-point-left-cell-hook
17246;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 17252;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
17247;;;;;; "table" "textmodes/table.el" (15712 16962)) 17253;;;;;; "table" "textmodes/table.el" (15738 35332))
17248;;; Generated autoloads from textmodes/table.el 17254;;; Generated autoloads from textmodes/table.el
17249 17255
17250(defvar table-cell-map-hook nil "\ 17256(defvar table-cell-map-hook nil "\
@@ -18960,7 +18966,7 @@ the window or buffer configuration at all." t nil)
18960;;;*** 18966;;;***
18961 18967
18962;;;### (autoloads (tramp-file-name-handler tramp-file-name-regexp) 18968;;;### (autoloads (tramp-file-name-handler tramp-file-name-regexp)
18963;;;;;; "tramp" "net/tramp.el" (15727 34846)) 18969;;;;;; "tramp" "net/tramp.el" (15731 28628))
18964;;; Generated autoloads from net/tramp.el 18970;;; Generated autoloads from net/tramp.el
18965 18971
18966(defconst tramp-file-name-regexp-unified "\\`/[^/:]+:" "\ 18972(defconst tramp-file-name-regexp-unified "\\`/[^/:]+:" "\
@@ -19282,7 +19288,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil)
19282;;;;;; vc-directory vc-resolve-conflicts vc-merge vc-insert-headers 19288;;;;;; vc-directory vc-resolve-conflicts vc-merge vc-insert-headers
19283;;;;;; vc-version-other-window vc-diff vc-register vc-next-action 19289;;;;;; vc-version-other-window vc-diff vc-register vc-next-action
19284;;;;;; vc-do-command edit-vc-file with-vc-file vc-branch-part vc-before-checkin-hook 19290;;;;;; vc-do-command edit-vc-file with-vc-file vc-branch-part vc-before-checkin-hook
19285;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (15683 14756)) 19291;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (15735 17293))
19286;;; Generated autoloads from vc.el 19292;;; Generated autoloads from vc.el
19287 19293
19288(defvar vc-checkout-hook nil "\ 19294(defvar vc-checkout-hook nil "\
@@ -19526,7 +19532,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
19526;;;*** 19532;;;***
19527 19533
19528;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 19534;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
19529;;;;;; (15672 42728)) 19535;;;;;; (15735 17293))
19530;;; Generated autoloads from vc-rcs.el 19536;;; Generated autoloads from vc-rcs.el
19531 19537
19532(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 19538(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -19555,7 +19561,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
19555;;;*** 19561;;;***
19556 19562
19557;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 19563;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
19558;;;;;; (15440 59334)) 19564;;;;;; (15738 35332))
19559;;; Generated autoloads from progmodes/vhdl-mode.el 19565;;; Generated autoloads from progmodes/vhdl-mode.el
19560 19566
19561(autoload (quote vhdl-mode) "vhdl-mode" "\ 19567(autoload (quote vhdl-mode) "vhdl-mode" "\
@@ -20123,7 +20129,7 @@ Turn on Viper emulation of Vi." t nil)
20123;;;*** 20129;;;***
20124 20130
20125;;;### (autoloads (warn lwarn display-warning) "warnings" "warnings.el" 20131;;;### (autoloads (warn lwarn display-warning) "warnings" "warnings.el"
20126;;;;;; (15727 34850)) 20132;;;;;; (15738 35331))
20127;;; Generated autoloads from warnings.el 20133;;; Generated autoloads from warnings.el
20128 20134
20129(defvar warning-prefix-function nil "\ 20135(defvar warning-prefix-function nil "\
@@ -20687,28 +20693,31 @@ Zone-mode does two things:
20687 20693
20688;;;*** 20694;;;***
20689 20695
20690;;;### (autoloads nil nil ("play/meese.el" "obsolete/hilit19.el" 20696;;;### (autoloads nil nil ("textmodes/text-mode.el" "textmodes/reftex-vars.el"
20697;;;;;; "textmodes/fill.el" "term/x-win.el" "language/european.el"
20698;;;;;; "international/utf-8.el" "international/mule.el" "emacs-lisp/float.el"
20699;;;;;; "gnus/gnus-int.el" "vcursor.el" "vc-hooks.el" "subr.el" "startup.el"
20700;;;;;; "simple.el" "replace.el" "pcvs-parse.el" "menu-bar.el" "font-core.el"
20701;;;;;; "files.el" "faces.el" "play/meese.el" "obsolete/hilit19.el"
20691;;;;;; "eshell/esh-groups.el" "window.el" "uniquify.el" "saveplace.el" 20702;;;;;; "eshell/esh-groups.el" "window.el" "uniquify.el" "saveplace.el"
20692;;;;;; "textmodes/page-ext.el" "term/mac-win.el" "international/mule-cmds.el" 20703;;;;;; "textmodes/page-ext.el" "term/mac-win.el" "international/mule-cmds.el"
20693;;;;;; "eshell/esh-util.el" "eshell/esh-ext.el" "eshell/em-ls.el" 20704;;;;;; "eshell/esh-util.el" "eshell/esh-ext.el" "eshell/em-ls.el"
20694;;;;;; "eshell/em-hist.el" "eshell/em-glob.el" "eshell/em-dirs.el" 20705;;;;;; "eshell/em-hist.el" "eshell/em-glob.el" "eshell/em-dirs.el"
20695;;;;;; "eshell/em-cmpl.el" "simple.el" "select.el" "language/indian.el" 20706;;;;;; "eshell/em-cmpl.el" "select.el" "language/indian.el" "textmodes/reftex-global.el"
20696;;;;;; "textmodes/reftex-global.el" "textmodes/reftex-auc.el" "language/georgian.el" 20707;;;;;; "textmodes/reftex-auc.el" "language/georgian.el" "international/utf-16.el"
20697;;;;;; "language/european.el" "international/utf-8.el" "international/utf-16.el"
20698;;;;;; "international/ucs-tables.el" "international/ja-dic-cnv.el" 20708;;;;;; "international/ucs-tables.el" "international/ja-dic-cnv.el"
20699;;;;;; "ediff-wind.el" "cus-start.el" "progmodes/idlw-toolbar.el" 20709;;;;;; "ediff-wind.el" "cus-start.el" "progmodes/idlw-toolbar.el"
20700;;;;;; "progmodes/idlw-rinfo.el" "language/cyrillic.el" "international/utf-8-subst.el" 20710;;;;;; "progmodes/idlw-rinfo.el" "language/cyrillic.el" "international/utf-8-subst.el"
20701;;;;;; "international/mule-conf.el" "international/characters.el" 20711;;;;;; "international/mule-conf.el" "international/characters.el"
20702;;;;;; "mouse.el" "loadup.el" "help.el" "ediff-ptch.el" "textmodes/text-mode.el" 20712;;;;;; "mouse.el" "loadup.el" "help.el" "ediff-ptch.el" "textmodes/texnfo-upd.el"
20703;;;;;; "textmodes/texnfo-upd.el" "textmodes/refer.el" "textmodes/refbib.el" 20713;;;;;; "textmodes/refer.el" "textmodes/refbib.el" "textmodes/paragraphs.el"
20704;;;;;; "textmodes/paragraphs.el" "textmodes/page.el" "textmodes/makeinfo.el" 20714;;;;;; "textmodes/page.el" "textmodes/makeinfo.el" "textmodes/bib-mode.el"
20705;;;;;; "textmodes/fill.el" "textmodes/bib-mode.el" "term/wyse50.el" 20715;;;;;; "term/wyse50.el" "term/vt420.el" "term/vt400.el" "term/vt320.el"
20706;;;;;; "term/vt420.el" "term/vt400.el" "term/vt320.el" "term/vt300.el" 20716;;;;;; "term/vt300.el" "term/vt240.el" "term/vt220.el" "term/vt201.el"
20707;;;;;; "term/vt240.el" "term/vt220.el" "term/vt201.el" "term/vt200.el" 20717;;;;;; "term/vt200.el" "term/vt125.el" "term/vt102.el" "term/vt100.el"
20708;;;;;; "term/vt125.el" "term/vt102.el" "term/vt100.el" "term/tvi970.el" 20718;;;;;; "term/tvi970.el" "term/sup-mouse.el" "term/sun.el" "term/sun-mouse.el"
20709;;;;;; "term/sup-mouse.el" "term/sun.el" "term/sun-mouse.el" "term/rxvt.el" 20719;;;;;; "term/rxvt.el" "term/pc-win.el" "term/news.el" "term/lk201.el"
20710;;;;;; "term/pc-win.el" "term/news.el" "term/lk201.el" "term/linux.el" 20720;;;;;; "term/linux.el" "term/keyswap.el" "term/iris-ansi.el" "term/internal.el"
20711;;;;;; "term/keyswap.el" "term/iris-ansi.el" "term/internal.el"
20712;;;;;; "term/bobcat.el" "term/bg-mouse.el" "term/apollo.el" "term/AT386.el" 20721;;;;;; "term/bobcat.el" "term/bg-mouse.el" "term/apollo.el" "term/AT386.el"
20713;;;;;; "progmodes/mantemp.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-iso.el" 20722;;;;;; "progmodes/mantemp.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-iso.el"
20714;;;;;; "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el" "progmodes/cc-defs.el" 20723;;;;;; "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el" "progmodes/cc-defs.el"
@@ -20744,25 +20753,24 @@ Zone-mode does two things:
20744;;;;;; "gnus/gnus-uu.el" "gnus/gnus-util.el" "gnus/gnus-undo.el" 20753;;;;;; "gnus/gnus-uu.el" "gnus/gnus-util.el" "gnus/gnus-undo.el"
20745;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-setup.el" "gnus/gnus-score.el" 20754;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-setup.el" "gnus/gnus-score.el"
20746;;;;;; "gnus/gnus-salt.el" "gnus/gnus-range.el" "gnus/gnus-nocem.el" 20755;;;;;; "gnus/gnus-salt.el" "gnus/gnus-range.el" "gnus/gnus-nocem.el"
20747;;;;;; "gnus/gnus-mh.el" "gnus/gnus-logic.el" "gnus/gnus-int.el" 20756;;;;;; "gnus/gnus-mh.el" "gnus/gnus-logic.el" "gnus/gnus-gl.el"
20748;;;;;; "gnus/gnus-gl.el" "gnus/gnus-eform.el" "gnus/gnus-dup.el" 20757;;;;;; "gnus/gnus-eform.el" "gnus/gnus-dup.el" "gnus/gnus-draft.el"
20749;;;;;; "gnus/gnus-draft.el" "gnus/gnus-demon.el" "gnus/gnus-cus.el" 20758;;;;;; "gnus/gnus-demon.el" "gnus/gnus-cus.el" "gnus/gnus-bcklg.el"
20750;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-async.el" "gnus/format-spec.el" 20759;;;;;; "gnus/gnus-async.el" "gnus/format-spec.el" "gnus/flow-fill.el"
20751;;;;;; "gnus/flow-fill.el" "emulation/viper-util.el" "emulation/viper-mous.el" 20760;;;;;; "emulation/viper-util.el" "emulation/viper-mous.el" "emulation/viper-macs.el"
20752;;;;;; "emulation/viper-macs.el" "emulation/viper-keym.el" "emulation/viper-init.el" 20761;;;;;; "emulation/viper-keym.el" "emulation/viper-init.el" "emulation/tpu-mapper.el"
20753;;;;;; "emulation/tpu-mapper.el" "emulation/edt-vt100.el" "emulation/edt-pc.el" 20762;;;;;; "emulation/edt-vt100.el" "emulation/edt-pc.el" "emulation/edt-mapper.el"
20754;;;;;; "emulation/edt-mapper.el" "emulation/edt-lk201.el" "emacs-lisp/sregex.el" 20763;;;;;; "emulation/edt-lk201.el" "emacs-lisp/sregex.el" "emacs-lisp/lucid.el"
20755;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/lselect.el" "emacs-lisp/lmenu.el" 20764;;;;;; "emacs-lisp/lselect.el" "emacs-lisp/lmenu.el" "emacs-lisp/lisp.el"
20756;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/levents.el" 20765;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/levents.el" "emacs-lisp/gulp.el"
20757;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/float.el" "emacs-lisp/find-gc.el" 20766;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/ewoc.el" "emacs-lisp/cust-print.el"
20758;;;;;; "emacs-lisp/ewoc.el" "emacs-lisp/cust-print.el" "emacs-lisp/cl-specs.el" 20767;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-compat.el"
20759;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-compat.el" "emacs-lisp/byte-opt.el" 20768;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/assoc.el" "calendar/parse-time.el"
20760;;;;;; "emacs-lisp/assoc.el" "calendar/parse-time.el" "calendar/cal-x.el" 20769;;;;;; "calendar/cal-x.el" "calendar/cal-tex.el" "calendar/cal-persia.el"
20761;;;;;; "calendar/cal-tex.el" "calendar/cal-persia.el" "calendar/cal-move.el" 20770;;;;;; "calendar/cal-move.el" "calendar/cal-menu.el" "calendar/cal-mayan.el"
20762;;;;;; "calendar/cal-menu.el" "calendar/cal-mayan.el" "calendar/cal-julian.el" 20771;;;;;; "calendar/cal-julian.el" "calendar/cal-iso.el" "calendar/cal-islam.el"
20763;;;;;; "calendar/cal-iso.el" "calendar/cal-islam.el" "calendar/cal-french.el" 20772;;;;;; "calendar/cal-french.el" "calendar/cal-coptic.el" "calendar/cal-china.el"
20764;;;;;; "calendar/cal-coptic.el" "calendar/cal-china.el" "net/netrc.el" 20773;;;;;; "net/netrc.el" "net/eudcb-ph.el" "net/eudcb-ldap.el" "net/eudcb-bbdb.el"
20765;;;;;; "net/eudcb-ph.el" "net/eudcb-ldap.el" "net/eudcb-bbdb.el"
20766;;;;;; "net/eudc-vars.el" "eshell/esh-var.el" "eshell/esh-proc.el" 20774;;;;;; "net/eudc-vars.el" "eshell/esh-var.el" "eshell/esh-proc.el"
20767;;;;;; "eshell/esh-opt.el" "eshell/esh-module.el" "eshell/esh-maint.el" 20775;;;;;; "eshell/esh-opt.el" "eshell/esh-module.el" "eshell/esh-maint.el"
20768;;;;;; "eshell/esh-io.el" "eshell/esh-cmd.el" "eshell/esh-arg.el" 20776;;;;;; "eshell/esh-io.el" "eshell/esh-cmd.el" "eshell/esh-arg.el"
@@ -20782,8 +20790,8 @@ Zone-mode does two things:
20782;;;;;; "calc/calc-fin.el" "calc/calc-embed.el" "calc/calc-cplx.el" 20790;;;;;; "calc/calc-fin.el" "calc/calc-embed.el" "calc/calc-cplx.el"
20783;;;;;; "calc/calc-comb.el" "calc/calc-bin.el" "calc/calc-arith.el" 20791;;;;;; "calc/calc-comb.el" "calc/calc-bin.el" "calc/calc-arith.el"
20784;;;;;; "calc/calc-aent.el" "xml.el" "widget.el" "vt100-led.el" "vt-control.el" 20792;;;;;; "calc/calc-aent.el" "xml.el" "widget.el" "vt100-led.el" "vt-control.el"
20785;;;;;; "vmsproc.el" "vms-patch.el" "vcursor.el" "unused.el" "timezone.el" 20793;;;;;; "vmsproc.el" "vms-patch.el" "unused.el" "timezone.el" "tempo.el"
20786;;;;;; "tempo.el" "soundex.el" "scroll-bar.el" "s-region.el" "register.el" 20794;;;;;; "soundex.el" "scroll-bar.el" "s-region.el" "register.el"
20787;;;;;; "regi.el" "pcvs-util.el" "paths.el" "patcomp.el" "mouse-drag.el" 20795;;;;;; "regi.el" "pcvs-util.el" "paths.el" "patcomp.el" "mouse-drag.el"
20788;;;;;; "misc.el" "map-ynp.el" "kermit.el" "isearch.el" "generic-x.el" 20796;;;;;; "misc.el" "map-ynp.el" "kermit.el" "isearch.el" "generic-x.el"
20789;;;;;; "forms-pass.el" "forms-d2.el" "foldout.el" "float-sup.el" 20797;;;;;; "forms-pass.el" "forms-d2.el" "foldout.el" "float-sup.el"
@@ -20791,25 +20799,22 @@ Zone-mode does two things:
20791;;;;;; "ediff-init.el" "ediff-hook.el" "dos-vars.el" "dos-fns.el" 20799;;;;;; "ediff-init.el" "ediff-hook.el" "dos-vars.el" "dos-fns.el"
20792;;;;;; "cus-dep.el" "cdl.el" "case-table.el" "byte-run.el" "buff-menu.el" 20800;;;;;; "cus-dep.el" "cdl.el" "case-table.el" "byte-run.el" "buff-menu.el"
20793;;;;;; "abbrevlist.el" "abbrev.el" "custom.el" "indent.el" "version.el" 20801;;;;;; "abbrevlist.el" "abbrev.el" "custom.el" "indent.el" "version.el"
20794;;;;;; "w32-vars.el" "xscheme.el" "net/ldap.el" "term/x-win.el" 20802;;;;;; "w32-vars.el" "xscheme.el" "net/ldap.el" "emacs-lisp/cl-extra.el"
20795;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-seq.el" "emulation/cua-gmrk.el" 20803;;;;;; "emacs-lisp/cl-seq.el" "emulation/cua-gmrk.el" "gnus/gnus-cite.el"
20796;;;;;; "gnus/gnus-cite.el" "gnus/nnmail.el" "gnus/nnvirtual.el" 20804;;;;;; "gnus/nnmail.el" "gnus/nnvirtual.el" "language/utf-8-lang.el"
20797;;;;;; "language/utf-8-lang.el" "calc/calc-help.el" "calc/calc-units.el" 20805;;;;;; "calc/calc-help.el" "calc/calc-units.el" "dos-w32.el" "ediff-diff.el"
20798;;;;;; "dos-w32.el" "ediff-diff.el" "faces.el" "filesets.el" "format.el" 20806;;;;;; "filesets.el" "format.el" "pcvs-info.el" "w32-fns.el" "calc/calc-alg.el"
20799;;;;;; "pcvs-info.el" "pcvs-parse.el" "w32-fns.el" "calc/calc-alg.el"
20800;;;;;; "gnus/gnus-ems.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el" 20807;;;;;; "gnus/gnus-ems.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el"
20801;;;;;; "gnus/nnheader.el" "emacs-lisp/bindat.el" "emacs-lisp/lisp-mode.el" 20808;;;;;; "gnus/nnheader.el" "emacs-lisp/bindat.el" "emacs-lisp/lisp-mode.el"
20802;;;;;; "emulation/cua-rect.el" "emulation/viper-cmd.el" "eshell/em-pred.el" 20809;;;;;; "emulation/cua-rect.el" "emulation/viper-cmd.el" "eshell/em-pred.el"
20803;;;;;; "eshell/em-unix.el" "net/tramp-vc.el" "progmodes/ada-prj.el" 20810;;;;;; "eshell/em-unix.el" "net/tramp-vc.el" "progmodes/ada-prj.el"
20804;;;;;; "progmodes/ebnf-yac.el" "term/tty-colors.el" "term/w32-win.el" 20811;;;;;; "progmodes/ebnf-yac.el" "term/tty-colors.el" "term/w32-win.el"
20805;;;;;; "term/xterm.el" "allout.el" "bindings.el" "cus-load.el" "files.el" 20812;;;;;; "term/xterm.el" "allout.el" "bindings.el" "cus-load.el" "finder-inf.el"
20806;;;;;; "finder-inf.el" "font-core.el" "frame.el" "menu-bar.el" "mouse-copy.el" 20813;;;;;; "frame.el" "mouse-copy.el" "emacs-lisp/authors.el" "emulation/viper-ex.el"
20807;;;;;; "replace.el" "startup.el" "subdirs.el" "subr.el" "vc-hooks.el" 20814;;;;;; "gnus/imap.el" "gnus/nnbabyl.el" "gnus/nnmbox.el" "gnus/nnmh.el"
20808;;;;;; "emacs-lisp/authors.el" "emulation/viper-ex.el" "gnus/imap.el"
20809;;;;;; "gnus/nnbabyl.el" "gnus/nnmbox.el" "gnus/nnmh.el" "international/mule.el"
20810;;;;;; "progmodes/cc-engine.el" "textmodes/reftex-dcr.el" "textmodes/reftex-parse.el" 20815;;;;;; "progmodes/cc-engine.el" "textmodes/reftex-dcr.el" "textmodes/reftex-parse.el"
20811;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" 20816;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el"
20812;;;;;; "textmodes/reftex-vars.el") (15729 24393 206661)) 20817;;;;;; "subdirs.el") (15739 50398 369119))
20813 20818
20814;;;*** 20819;;;***
20815 20820