aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2001-10-09 12:11:50 +0000
committerMiles Bader2001-10-09 12:11:50 +0000
commit55e9efba211da344e3010f05c1d678d2997aa94a (patch)
tree27db682ff358e744a0e3c1c65b0cfecd0f015aab
parent4f4ff50ac9329365c095566b871d918575c92ff8 (diff)
downloademacs-55e9efba211da344e3010f05c1d678d2997aa94a.tar.gz
emacs-55e9efba211da344e3010f05c1d678d2997aa94a.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog28
-rw-r--r--lisp/loaddefs.el441
2 files changed, 343 insertions, 126 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1842f047e5f..19daf5b6e24 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,33 @@
12001-10-09 Miles Bader <miles@gnu.org> 12001-10-09 Miles Bader <miles@gnu.org>
2 2
3 * help-funs.el: New file, contents mostly from `help.el'.
4 (describe-variable): Use `condition-case' instead of `ignore-errors'.
5 * help-mode.el: New file, contents mostly from `help.el'.
6 * help.el: Don't require `view' when compiling.
7 (help-with-tutorial, describe-function, describe-function-1)
8 (variable-at-point, describe-variable, locate-library):
9 Functions moved into `help-funs.el'.
10 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
11 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
12 (help-setup-xref, help-xref-following, help-make-xrefs)
13 (help-xref-button, help-insert-xref-button, help-xref-interned)
14 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
15 (help-xref-on-pp): Functions moved into `help-mode.el'
16 (help-mode-map, help-xref-stack, help-xref-stack-item)
17 (help-highlight-p, help-highlight-face, help-back-label)
18 (help-xref-symbol-regexp, help-xref-mule-regexp)
19 (help-xref-info-regexp): Variables moved into `help-mode.el'.
20 (help-symbol, help-back, help-info, help-customize-variable)
21 (help-function-def, help-variable-def):
22 Button-types moved into `help-mode.el'.
23 (load-symbol-file-load-history, symbol-file):
24 Functions moved into `subr.el'.
25 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
26 (view-lossage): Call `help-setup-xref' instead of doing it manually.
27 * subr.el (symbol-file-load-history-loaded)
28 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
29 * loadup.el ("button"): Load removed.
30
3 * button.el (define-button-type): Respect any `supertype' property. 31 * button.el (define-button-type): Respect any `supertype' property.
4 (button-type-subtype-p, button-has-type-p): New functions. 32 (button-type-subtype-p, button-has-type-p): New functions.
5 33
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index c9c3d248fc4..b958e1c57a2 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -119,7 +119,7 @@ Insert a descriptive header at the top of the file." t nil)
119;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun 119;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun
120;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry 120;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry
121;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address 121;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address
122;;;;;; add-log-full-name) "add-log" "add-log.el" (15223 37886)) 122;;;;;; add-log-full-name) "add-log" "add-log.el" (15294 47094))
123;;; Generated autoloads from add-log.el 123;;; Generated autoloads from add-log.el
124 124
125(defvar add-log-full-name nil "\ 125(defvar add-log-full-name nil "\
@@ -150,27 +150,30 @@ current buffer to the complete file name.
150Optional arg BUFFER-FILE overrides `buffer-file-name'." nil nil) 150Optional arg BUFFER-FILE overrides `buffer-file-name'." nil nil)
151 151
152(autoload (quote add-change-log-entry) "add-log" "\ 152(autoload (quote add-change-log-entry) "add-log" "\
153Find change log file and add an entry for today. 153Find change log file, and add an entry for today and an item for this file.
154Optional arg WHOAMI (interactive prefix) non-nil means prompt for user 154Optional arg WHOAMI (interactive prefix) non-nil means prompt for user
155name and site. 155name and site.
156 156
157Second arg is FILE-NAME of change log. If nil, uses `change-log-default-name'. 157Second arg FILE-NAME is file name of the change log.
158If nil, use the value of `change-log-default-name'.
159
158Third arg OTHER-WINDOW non-nil means visit in other window. 160Third arg OTHER-WINDOW non-nil means visit in other window.
161
159Fourth arg NEW-ENTRY non-nil means always create a new entry at the front; 162Fourth arg NEW-ENTRY non-nil means always create a new entry at the front;
160never append to an existing entry. Option `add-log-keep-changes-together' 163never append to an existing entry. Option `add-log-keep-changes-together'
161otherwise affects whether a new entry is created. 164otherwise affects whether a new entry is created.
162 165
166The change log file can start with a copyright notice and a copying
167permission notice. The first blank line indicates the end of these
168notices.
169
163Today's date is calculated according to `change-log-time-zone-rule' if 170Today's date is calculated according to `change-log-time-zone-rule' if
164non-nil, otherwise in local time." t nil) 171non-nil, otherwise in local time." t nil)
165 172
166(autoload (quote add-change-log-entry-other-window) "add-log" "\ 173(autoload (quote add-change-log-entry-other-window) "add-log" "\
167Find change log file in other window and add an entry for today. 174Find change log file in other window and add entry and item.
168Optional arg WHOAMI (interactive prefix) non-nil means prompt for user 175This is just like `add-change-log-entry' except that it displays
169name and site. 176the change log file in another window." t nil)
170Second optional arg FILE-NAME is file name of change log.
171If nil, use `change-log-default-name'.
172
173Affected by the same options as `add-change-log-entry'." t nil)
174 (define-key ctl-x-4-map "a" 'add-change-log-entry-other-window) 177 (define-key ctl-x-4-map "a" 'add-change-log-entry-other-window)
175 178
176(autoload (quote change-log-mode) "add-log" "\ 179(autoload (quote change-log-mode) "add-log" "\
@@ -533,8 +536,8 @@ They specify the range of dates that the diary is being processed for." nil nil)
533;;;*** 536;;;***
534 537
535;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command 538;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command
536;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15292 539;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15298
537;;;;;; 25967)) 540;;;;;; 59296))
538;;; Generated autoloads from apropos.el 541;;; Generated autoloads from apropos.el
539 542
540(autoload (quote apropos-mode) "apropos" "\ 543(autoload (quote apropos-mode) "apropos" "\
@@ -1400,7 +1403,7 @@ a reflection." t nil)
1400;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete 1403;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete
1401;;;;;; bookmark-insert bookmark-rename bookmark-insert-location 1404;;;;;; bookmark-insert bookmark-rename bookmark-insert-location
1402;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark" 1405;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark"
1403;;;;;; "bookmark.el" (15254 8040)) 1406;;;;;; "bookmark.el" (15296 35571))
1404;;; Generated autoloads from bookmark.el 1407;;; Generated autoloads from bookmark.el
1405 (define-key ctl-x-map "rb" 'bookmark-jump) 1408 (define-key ctl-x-map "rb" 'bookmark-jump)
1406 (define-key ctl-x-map "rm" 'bookmark-set) 1409 (define-key ctl-x-map "rm" 'bookmark-set)
@@ -1908,10 +1911,82 @@ name of buffer configuration." t nil)
1908 1911
1909;;;*** 1912;;;***
1910 1913
1914;;;### (autoloads (insert-text-button make-text-button insert-button
1915;;;;;; make-button define-button-type) "button" "button.el" (15298
1916;;;;;; 53572))
1917;;; Generated autoloads from button.el
1918
1919(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
1920Keymap used by buttons.")
1921
1922(defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] (quote forward-button)) (define-key map [backtab] (quote backward-button)) map) "\
1923Keymap useful for buffers containing buttons.
1924Mode-specific keymaps may want to use this as their parent keymap.")
1925
1926(autoload (quote define-button-type) "button" "\
1927Define a `button type' called NAME.
1928The remaining arguments form a sequence of PROPERTY VALUE pairs,
1929specifying properties to use as defaults for buttons with this type
1930\(a button's type may be set by giving it a `type' property when
1931creating the button).
1932
1933The property `supertype' may be used to specify a button-type from which
1934NAME inherits its default property values (however, the inheritance
1935happens only when NAME is defined; subsequent changes to a supertype are
1936not reflected in its subtypes)." nil nil)
1937
1938(autoload (quote make-button) "button" "\
1939Make a button from BEG to END in the current buffer.
1940The remaining arguments form a sequence of PROPERTY VALUE pairs,
1941specifying properties to add to the button. In particular, the `type'
1942property may be used to specify a button-type from which to inherit
1943other properties; see `define-button-type'.
1944
1945Also see `make-text-button', `insert-button'." nil nil)
1946
1947(autoload (quote insert-button) "button" "\
1948Insert a button with the label LABEL.
1949The remaining arguments form a sequence of PROPERTY VALUE pairs,
1950specifying properties to add to the button. In particular, the `type'
1951property may be used to specify a button-type from which to inherit
1952other properties; see `define-button-type'.
1953
1954Also see `insert-text-button', `make-button'." nil nil)
1955
1956(autoload (quote make-text-button) "button" "\
1957Make a button from BEG to END in the current buffer.
1958The remaining arguments form a sequence of PROPERTY VALUE pairs,
1959specifying properties to add to the button. In particular, the `type'
1960property may be used to specify a button-type from which to inherit
1961other properties; see `define-button-type'.
1962
1963This function is like `make-button', except that the button is actually
1964part of the text instead of being a property of the buffer. Creating
1965large numbers of buttons can also be somewhat faster using
1966`make-text-button'.
1967
1968Also see `insert-text-button'." nil nil)
1969
1970(autoload (quote insert-text-button) "button" "\
1971Insert a button with the label LABEL.
1972The remaining arguments form a sequence of PROPERTY VALUE pairs,
1973specifying properties to add to the button. In particular, the `type'
1974property may be used to specify a button-type from which to inherit
1975other properties; see `define-button-type'.
1976
1977This function is like `insert-button', except that the button is
1978actually part of the text instead of being a property of the buffer.
1979Creating large numbers of buttons can also be somewhat faster using
1980`insert-text-button'.
1981
1982Also see `make-text-button'." nil nil)
1983
1984;;;***
1985
1911;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 1986;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
1912;;;;;; display-call-tree byte-compile compile-defun byte-compile-file 1987;;;;;; display-call-tree byte-compile compile-defun byte-compile-file
1913;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" 1988;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp"
1914;;;;;; "emacs-lisp/bytecomp.el" (15293 42341)) 1989;;;;;; "emacs-lisp/bytecomp.el" (15297 12856))
1915;;; Generated autoloads from emacs-lisp/bytecomp.el 1990;;; Generated autoloads from emacs-lisp/bytecomp.el
1916 1991
1917(autoload (quote byte-force-recompile) "bytecomp" "\ 1992(autoload (quote byte-force-recompile) "bytecomp" "\
@@ -3109,7 +3184,7 @@ and runs the normal hook `command-history-hook'." t nil)
3109 3184
3110;;;*** 3185;;;***
3111 3186
3112;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15054 32554)) 3187;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15295 53549))
3113;;; Generated autoloads from emacs-lisp/cl.el 3188;;; Generated autoloads from emacs-lisp/cl.el
3114 3189
3115(defvar custom-print-functions nil "\ 3190(defvar custom-print-functions nil "\
@@ -3214,7 +3289,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil)
3214;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3289;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3215;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3290;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3216;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3291;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3217;;;;;; (15263 18995)) 3292;;;;;; (15298 53573))
3218;;; Generated autoloads from comint.el 3293;;; Generated autoloads from comint.el
3219 3294
3220(autoload (quote make-comint-in-buffer) "comint" "\ 3295(autoload (quote make-comint-in-buffer) "comint" "\
@@ -4626,7 +4701,7 @@ Decompose Devanagari characters in the region to IS 13194 characters." t nil)
4626;;;*** 4701;;;***
4627 4702
4628;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" 4703;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el"
4629;;;;;; (15192 12221)) 4704;;;;;; (15293 58088))
4630;;; Generated autoloads from calendar/diary-lib.el 4705;;; Generated autoloads from calendar/diary-lib.el
4631 4706
4632(autoload (quote diary) "diary-lib" "\ 4707(autoload (quote diary) "diary-lib" "\
@@ -4650,7 +4725,7 @@ emacs -batch \\
4650-eval \"(setq diary-mail-days 3 \\ 4725-eval \"(setq diary-mail-days 3 \\
4651 european-calendar-style t \\ 4726 european-calendar-style t \\
4652 diary-mail-addr \\\"user@host.name\\\" )\" \\ 4727 diary-mail-addr \\\"user@host.name\\\" )\" \\
4653-l diary-lib -f diary-mail-entries 4728-l diary-lib -f diary-mail-entries
4654at -f diary-rem.sh 0200 tomorrow 4729at -f diary-rem.sh 0200 tomorrow
4655 4730
4656You may have to tweak the syntax of the `at' command to suit your 4731You may have to tweak the syntax of the `at' command to suit your
@@ -8312,6 +8387,60 @@ to be updated." t nil)
8312 8387
8313;;;*** 8388;;;***
8314 8389
8390;;;### (autoloads (describe-mode) "help" "help.el" (15298 55781))
8391;;; Generated autoloads from help.el
8392
8393(autoload (quote describe-mode) "help" "\
8394Display documentation of current major mode and minor modes.
8395The major mode description comes first, followed by the minor modes,
8396each on a separate page.
8397For this to work correctly for a minor mode, the mode's indicator variable
8398\(listed in `minor-mode-alist') must also be a function whose documentation
8399describes the minor mode." t nil)
8400
8401;;;***
8402
8403;;;### (autoloads (describe-variable variable-at-point describe-function
8404;;;;;; locate-library help-with-tutorial) "help-funs" "help-funs.el"
8405;;;;;; (15298 55608))
8406;;; Generated autoloads from help-funs.el
8407
8408(autoload (quote help-with-tutorial) "help-funs" "\
8409Select the Emacs learn-by-doing tutorial.
8410If there is a tutorial version written in the language
8411of the selected language environment, that version is used.
8412If there's no tutorial in that language, `TUTORIAL' is selected.
8413With arg, you are asked to choose which language." t nil)
8414
8415(autoload (quote locate-library) "help-funs" "\
8416Show the precise file name of Emacs library LIBRARY.
8417This command searches the directories in `load-path' like `M-x load-library'
8418to find the file that `M-x load-library RET LIBRARY RET' would load.
8419Optional second arg NOSUFFIX non-nil means don't add suffixes `.elc' or `.el'
8420to the specified name LIBRARY.
8421
8422If the optional third arg PATH is specified, that list of directories
8423is used instead of `load-path'.
8424
8425When called from a program, the file name is normaly returned as a
8426string. When run interactively, the argument INTERACTIVE-CALL is t,
8427and the file name is displayed in the echo area." t nil)
8428
8429(autoload (quote describe-function) "help-funs" "\
8430Display the full documentation of FUNCTION (a symbol)." t nil)
8431
8432(autoload (quote variable-at-point) "help-funs" "\
8433Return the bound variable symbol found around point.
8434Return 0 if there is no such symbol." nil nil)
8435
8436(autoload (quote describe-variable) "help-funs" "\
8437Display the full documentation of VARIABLE (a symbol).
8438Returns the documentation as a string, also.
8439If VARIABLE has a buffer-local value in BUFFER (default to the current buffer),
8440it is displayed along with the global value." t nil)
8441
8442;;;***
8443
8315;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 8444;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
8316;;;;;; (15192 12211)) 8445;;;;;; (15192 12211))
8317;;; Generated autoloads from help-macro.el 8446;;; Generated autoloads from help-macro.el
@@ -8325,6 +8454,66 @@ A value of nil means skip the middle step, so that
8325 8454
8326;;;*** 8455;;;***
8327 8456
8457;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
8458;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
8459;;;;;; help-mode) "help-mode" "help-mode.el" (15298 54621))
8460;;; Generated autoloads from help-mode.el
8461
8462(autoload (quote help-mode) "help-mode" "\
8463Major mode for viewing help text and navigating references in it.
8464Entry to this mode runs the normal hook `help-mode-hook'.
8465Commands:
8466\\{help-mode-map}" t nil)
8467
8468(autoload (quote help-mode-setup) "help-mode" nil nil nil)
8469
8470(autoload (quote help-mode-finish) "help-mode" nil nil nil)
8471
8472(autoload (quote help-setup-xref) "help-mode" "\
8473Invoked from commands using the \"*Help*\" buffer to install some xref info.
8474
8475ITEM is a (FUNCTION . ARGS) pair appropriate for recreating the help
8476buffer after following a reference. INTERACTIVE-P is non-nil if the
8477calling command was invoked interactively. In this case the stack of
8478items for help buffer \"back\" buttons is cleared." nil nil)
8479
8480(autoload (quote help-make-xrefs) "help-mode" "\
8481Parse and hyperlink documentation cross-references in the given BUFFER.
8482
8483Find cross-reference information in a buffer and, if
8484`help-highlight-p' is non-nil, highlight it with face defined by
8485`help-highlight-face'; activate such cross references for selection
8486with `help-follow'. Cross-references have the canonical form `...'
8487and the type of reference may be disambiguated by the preceding
8488word(s) used in `help-xref-symbol-regexp'.
8489
8490If the variable `help-xref-mule-regexp' is non-nil, find also
8491cross-reference information related to multilingual environment
8492\(e.g., coding-systems). This variable is also used to disambiguate
8493the type of reference as the same way as `help-xref-symbol-regexp'.
8494
8495A special reference `back' is made to return back through a stack of
8496help buffers. Variable `help-back-label' specifies the text for
8497that." t nil)
8498
8499(autoload (quote help-xref-button) "help-mode" "\
8500Make a hyperlink for cross-reference text previously matched.
8501MATCH-NUMBER is the subexpression of interest in the last matched
8502regexp. TYPE is the type of button to use. Any remaining arguments are
8503passed to the button's help-function when it is invoked.
8504See `help-make-xrefs'." nil nil)
8505
8506(autoload (quote help-insert-xref-button) "help-mode" "\
8507Insert STRING and make a hyperlink from cross-reference text on it.
8508TYPE is the type of button to use. Any remaining arguments are passed
8509to the button's help-function when it is invoked.
8510See `help-make-xrefs'." nil nil)
8511
8512(autoload (quote help-xref-on-pp) "help-mode" "\
8513Add xrefs for symbols in `pp's output between FROM and TO." nil nil)
8514
8515;;;***
8516
8328;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 8517;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
8329;;;;;; "emacs-lisp/helper.el" (15192 12223)) 8518;;;;;; "emacs-lisp/helper.el" (15192 12223))
8330;;; Generated autoloads from emacs-lisp/helper.el 8519;;; Generated autoloads from emacs-lisp/helper.el
@@ -13530,7 +13719,7 @@ Clear out the file used for transmitting args when Emacs resumes." nil nil)
13530 13719
13531;;;### (autoloads (read-file-name-electric-shadow-mode read-file-name-electric-shadow-tty-properties 13720;;;### (autoloads (read-file-name-electric-shadow-mode read-file-name-electric-shadow-tty-properties
13532;;;;;; read-file-name-electric-shadow-properties) "rfn-eshadow" 13721;;;;;; read-file-name-electric-shadow-properties) "rfn-eshadow"
13533;;;;;; "rfn-eshadow.el" (15293 57160)) 13722;;;;;; "rfn-eshadow.el" (15298 53573))
13534;;; Generated autoloads from rfn-eshadow.el 13723;;; Generated autoloads from rfn-eshadow.el
13535 13724
13536(defvar read-file-name-electric-shadow-properties (quote (face read-file-name-electric-shadow field shadow)) "\ 13725(defvar read-file-name-electric-shadow-properties (quote (face read-file-name-electric-shadow field shadow)) "\
@@ -14660,7 +14849,7 @@ Prefix arg means just kill any existing server communications subprocess." t nil
14660;;;*** 14849;;;***
14661 14850
14662;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 14851;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
14663;;;;;; (15192 12248)) 14852;;;;;; (15293 58088))
14664;;; Generated autoloads from textmodes/sgml-mode.el 14853;;; Generated autoloads from textmodes/sgml-mode.el
14665 14854
14666(autoload (quote sgml-mode) "sgml-mode" "\ 14855(autoload (quote sgml-mode) "sgml-mode" "\
@@ -18446,7 +18635,7 @@ With arg, turn Winner mode on if and only if arg is positive." t nil)
18446;;;*** 18635;;;***
18447 18636
18448;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" 18637;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
18449;;;;;; "woman.el" (15192 12220)) 18638;;;;;; "woman.el" (15296 19686))
18450;;; Generated autoloads from woman.el 18639;;; Generated autoloads from woman.el
18451 18640
18452(autoload (quote woman) "woman" "\ 18641(autoload (quote woman) "woman" "\
@@ -18645,111 +18834,111 @@ Zone-mode does two things:
18645 18834
18646;;;*** 18835;;;***
18647 18836
18648;;;### (autoloads nil nil ("simple.el" "abbrev.el" "abbrevlist.el" 18837;;;### (autoloads nil nil ("emacs-lisp/lselect.el" "emacs-lisp/lisp-mode.el"
18649;;;;;; "allout.el" "buff-menu.el" "byte-run.el" "case-table.el" 18838;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/cl-macs.el" "uniquify.el"
18650;;;;;; "cdl.el" "cus-dep.el" "cus-load.el" "cus-start.el" "custom.el" 18839;;;;;; "startup.el" "isearch.el" "files.el" "env.el" "bindings.el"
18651;;;;;; "dos-fns.el" "dos-vars.el" "dos-w32.el" "ediff-diff.el" "ediff-init.el" 18840;;;;;; "textmodes/text-mode.el" "textmodes/texnfo-upd.el" "textmodes/reftex-vars.el"
18652;;;;;; "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" 18841;;;;;; "textmodes/reftex-toc.el" "textmodes/reftex-sel.el" "textmodes/reftex-ref.el"
18653;;;;;; "electric.el" "emacs-lock.el" "finder-inf.el" "float-sup.el" 18842;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-global.el"
18654;;;;;; "foldout.el" "format.el" "forms-d2.el" "forms-pass.el" "frame.el" 18843;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-auc.el" "textmodes/refer.el"
18655;;;;;; "generic-x.el" "help.el" "indent.el" "kermit.el" "loadup.el" 18844;;;;;; "textmodes/refbib.el" "textmodes/paragraphs.el" "textmodes/page.el"
18656;;;;;; "map-ynp.el" "menu-bar.el" "misc.el" "mouse-copy.el" "mouse-drag.el" 18845;;;;;; "textmodes/page-ext.el" "textmodes/makeinfo.el" "textmodes/fill.el"
18657;;;;;; "mouse.el" "patcomp.el" "paths.el" "pcvs-info.el" "pcvs-parse.el" 18846;;;;;; "textmodes/bib-mode.el" "term/xterm.el" "term/x-win.el" "term/wyse50.el"
18658;;;;;; "pcvs-util.el" "regi.el" "register.el" "replace.el" "s-region.el" 18847;;;;;; "term/w32-win.el" "term/vt420.el" "term/vt400.el" "term/vt320.el"
18659;;;;;; "saveplace.el" "scroll-bar.el" "select.el" "soundex.el" "subdirs.el" 18848;;;;;; "term/vt300.el" "term/vt240.el" "term/vt220.el" "term/vt201.el"
18660;;;;;; "tcp.el" "tempo.el" "timezone.el" "unused.el" "vc-hooks.el" 18849;;;;;; "term/vt200.el" "term/vt125.el" "term/vt102.el" "term/vt100.el"
18661;;;;;; "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el" 18850;;;;;; "term/tvi970.el" "term/tty-colors.el" "term/sup-mouse.el"
18662;;;;;; "vt100-led.el" "w32-fns.el" "widget.el" "window.el" "xml.el" 18851;;;;;; "term/sun.el" "term/sun-mouse.el" "term/pc-win.el" "term/news.el"
18663;;;;;; "xscheme.el" "international/characters.el" "international/iso-ascii.el" 18852;;;;;; "term/mac-win.el" "term/lk201.el" "term/linux.el" "term/keyswap.el"
18664;;;;;; "international/iso-insert.el" "international/iso-swed.el" 18853;;;;;; "term/iris-ansi.el" "term/internal.el" "term/bobcat.el" "term/bg-mouse.el"
18665;;;;;; "international/ja-dic-cnv.el" "international/ja-dic-utl.el" 18854;;;;;; "term/apollo.el" "term/AT386.el" "progmodes/mantemp.el" "progmodes/idlw-toolbar.el"
18666;;;;;; "international/latin-1.el" "international/latin-2.el" "international/latin-3.el" 18855;;;;;; "progmodes/idlw-rinfo.el" "progmodes/ebnf-yac.el" "progmodes/ebnf-otz.el"
18667;;;;;; "international/latin-4.el" "international/latin-5.el" "international/latin-8.el" 18856;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el"
18668;;;;;; "international/latin-9.el" "international/mule-cmds.el" "international/mule-conf.el" 18857;;;;;; "progmodes/cc-engine.el" "progmodes/cc-defs.el" "progmodes/cc-compat.el"
18669;;;;;; "international/mule.el" "international/ogonek.el" "international/swedish.el" 18858;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-bytecomp.el" "progmodes/cc-align.el"
18670;;;;;; "international/utf-8.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" 18859;;;;;; "progmodes/ada-xref.el" "progmodes/ada-prj.el" "play/meese.el"
18671;;;;;; "net/eudcb-ldap.el" "net/eudcb-ph.el" "net/ldap.el" "calendar/cal-china.el" 18860;;;;;; "play/gametree.el" "play/gamegrid.el" "obsolete/x-menu.el"
18672;;;;;; "calendar/cal-coptic.el" "calendar/cal-french.el" "calendar/cal-islam.el" 18861;;;;;; "obsolete/x-apollo.el" "obsolete/uncompress.el" "obsolete/sun-fns.el"
18673;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-mayan.el" 18862;;;;;; "obsolete/sun-curs.el" "obsolete/sc.el" "obsolete/rnews.el"
18674;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el" 18863;;;;;; "obsolete/profile.el" "obsolete/ooutline.el" "obsolete/hilit19.el"
18675;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "emacs-lisp/assoc.el" 18864;;;;;; "obsolete/cplus-md.el" "obsolete/c-mode.el" "mail/vms-pmail.el"
18676;;;;;; "emacs-lisp/authors.el" "emacs-lisp/byte-opt.el" "emacs-lisp/cl-compat.el" 18865;;;;;; "mail/uce.el" "mail/rfc822.el" "mail/rfc2368.el" "mail/mspools.el"
18677;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" 18866;;;;;; "mail/mh-seq.el" "mail/mh-pick.el" "mail/mh-funcs.el" "mail/mailpost.el"
18678;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/ewoc.el" "emacs-lisp/find-gc.el" 18867;;;;;; "mail/mailheader.el" "mail/blessmail.el" "language/vietnamese.el"
18679;;;;;; "emacs-lisp/float.el" "emacs-lisp/gulp.el" "emacs-lisp/levents.el" 18868;;;;;; "language/tibetan.el" "language/thai.el" "language/slovak.el"
18680;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" "emacs-lisp/lucid.el" 18869;;;;;; "language/romanian.el" "language/misc-lang.el" "language/lao.el"
18681;;;;;; "emacs-lisp/sregex.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el" 18870;;;;;; "language/korean.el" "language/japanese.el" "language/indian.el"
18682;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/mlsupport.el" 18871;;;;;; "language/hebrew.el" "language/greek.el" "language/european.el"
18683;;;;;; "emulation/tpu-mapper.el" "emulation/viper-cmd.el" "emulation/viper-ex.el" 18872;;;;;; "language/ethiopic.el" "language/english.el" "language/devanagari.el"
18684;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el" 18873;;;;;; "language/czech.el" "language/cyrillic.el" "language/chinese.el"
18685;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "eshell/em-alias.el" 18874;;;;;; "gnus/webmail.el" "gnus/utf7.el" "gnus/starttls.el" "gnus/rfc2231.el"
18686;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el" 18875;;;;;; "gnus/rfc2104.el" "gnus/rfc2047.el" "gnus/rfc2045.el" "gnus/rfc1843.el"
18687;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el" 18876;;;;;; "gnus/qp.el" "gnus/pop3.el" "gnus/parse-time.el" "gnus/nnweb.el"
18688;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el" 18877;;;;;; "gnus/nnwarchive.el" "gnus/nnvirtual.el" "gnus/nnultimate.el"
18689;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el" 18878;;;;;; "gnus/nntp.el" "gnus/nnspool.el" "gnus/nnslashdot.el" "gnus/nnoo.el"
18690;;;;;; "eshell/em-term.el" "eshell/em-unix.el" "eshell/em-xtra.el" 18879;;;;;; "gnus/nnmh.el" "gnus/nnmbox.el" "gnus/nnmail.el" "gnus/nnlistserv.el"
18691;;;;;; "eshell/esh-arg.el" "eshell/esh-cmd.el" "eshell/esh-ext.el" 18880;;;;;; "gnus/nnimap.el" "gnus/nnheader.el" "gnus/nngateway.el" "gnus/nneething.el"
18692;;;;;; "eshell/esh-groups.el" "eshell/esh-io.el" "eshell/esh-maint.el" 18881;;;;;; "gnus/nndraft.el" "gnus/nndir.el" "gnus/nnbabyl.el" "gnus/nnagent.el"
18693;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el" 18882;;;;;; "gnus/mml.el" "gnus/mm-view.el" "gnus/mm-util.el" "gnus/mm-encode.el"
18694;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "gnus/flow-fill.el" 18883;;;;;; "gnus/mm-decode.el" "gnus/mm-bodies.el" "gnus/messcompat.el"
18695;;;;;; "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" 18884;;;;;; "gnus/mailcap.el" "gnus/mail-source.el" "gnus/mail-prsvr.el"
18696;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el" 18885;;;;;; "gnus/mail-parse.el" "gnus/imap.el" "gnus/ietf-drums.el"
18697;;;;;; "gnus/gnus-draft.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" 18886;;;;;; "gnus/gnus-vm.el" "gnus/gnus-uu.el" "gnus/gnus-util.el" "gnus/gnus-undo.el"
18698;;;;;; "gnus/gnus-ems.el" "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" 18887;;;;;; "gnus/gnus-topic.el" "gnus/gnus-sum.el" "gnus/gnus-srvr.el"
18699;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el" 18888;;;;;; "gnus/gnus-setup.el" "gnus/gnus-score.el" "gnus/gnus-salt.el"
18700;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" 18889;;;;;; "gnus/gnus-range.el" "gnus/gnus-nocem.el" "gnus/gnus-mh.el"
18701;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el" 18890;;;;;; "gnus/gnus-logic.el" "gnus/gnus-int.el" "gnus/gnus-gl.el"
18702;;;;;; "gnus/gnus-undo.el" "gnus/gnus-util.el" "gnus/gnus-uu.el" 18891;;;;;; "gnus/gnus-ems.el" "gnus/gnus-eform.el" "gnus/gnus-dup.el"
18703;;;;;; "gnus/gnus-vm.el" "gnus/ietf-drums.el" "gnus/imap.el" "gnus/mail-parse.el" 18892;;;;;; "gnus/gnus-draft.el" "gnus/gnus-demon.el" "gnus/gnus-cus.el"
18704;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el" 18893;;;;;; "gnus/gnus-cite.el" "gnus/gnus-bcklg.el" "gnus/gnus-async.el"
18705;;;;;; "gnus/messcompat.el" "gnus/mm-bodies.el" "gnus/mm-decode.el" 18894;;;;;; "gnus/format-spec.el" "gnus/flow-fill.el" "eshell/esh-var.el"
18706;;;;;; "gnus/mm-encode.el" "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml.el" 18895;;;;;; "eshell/esh-util.el" "eshell/esh-proc.el" "eshell/esh-opt.el"
18707;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" 18896;;;;;; "eshell/esh-module.el" "eshell/esh-maint.el" "eshell/esh-io.el"
18708;;;;;; "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el" 18897;;;;;; "eshell/esh-groups.el" "eshell/esh-ext.el" "eshell/esh-cmd.el"
18709;;;;;; "gnus/nnimap.el" "gnus/nnlistserv.el" "gnus/nnmail.el" "gnus/nnmbox.el" 18898;;;;;; "eshell/esh-arg.el" "eshell/em-xtra.el" "eshell/em-unix.el"
18710;;;;;; "gnus/nnmh.el" "gnus/nnoo.el" "gnus/nnslashdot.el" "gnus/nnspool.el" 18899;;;;;; "eshell/em-term.el" "eshell/em-smart.el" "eshell/em-script.el"
18711;;;;;; "gnus/nntp.el" "gnus/nnultimate.el" "gnus/nnvirtual.el" "gnus/nnwarchive.el" 18900;;;;;; "eshell/em-rebind.el" "eshell/em-prompt.el" "eshell/em-pred.el"
18712;;;;;; "gnus/nnweb.el" "gnus/parse-time.el" "gnus/pop3.el" "gnus/qp.el" 18901;;;;;; "eshell/em-ls.el" "eshell/em-hist.el" "eshell/em-glob.el"
18713;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" 18902;;;;;; "eshell/em-dirs.el" "eshell/em-cmpl.el" "eshell/em-basic.el"
18714;;;;;; "gnus/rfc2231.el" "gnus/starttls.el" "gnus/utf7.el" "gnus/webmail.el" 18903;;;;;; "eshell/em-banner.el" "eshell/em-alias.el" "emulation/viper-util.el"
18715;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" 18904;;;;;; "emulation/viper-mous.el" "emulation/viper-macs.el" "emulation/viper-keym.el"
18716;;;;;; "language/devanagari.el" "language/english.el" "language/ethiopic.el" 18905;;;;;; "emulation/viper-init.el" "emulation/viper-ex.el" "emulation/viper-cmd.el"
18717;;;;;; "language/european.el" "language/greek.el" "language/hebrew.el" 18906;;;;;; "emulation/tpu-mapper.el" "emulation/mlsupport.el" "emulation/edt-vt100.el"
18718;;;;;; "language/indian.el" "language/japanese.el" "language/korean.el" 18907;;;;;; "emulation/edt-pc.el" "emulation/edt-mapper.el" "emulation/edt-lk201.el"
18719;;;;;; "language/lao.el" "language/misc-lang.el" "language/romanian.el" 18908;;;;;; "emacs-lisp/sregex.el" "emacs-lisp/lucid.el" "emacs-lisp/lmenu.el"
18720;;;;;; "language/slovak.el" "language/thai.el" "language/tibetan.el" 18909;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/levents.el" "emacs-lisp/gulp.el"
18721;;;;;; "language/vietnamese.el" "mail/blessmail.el" "mail/mailheader.el" 18910;;;;;; "emacs-lisp/float.el" "emacs-lisp/find-gc.el" "emacs-lisp/ewoc.el"
18722;;;;;; "mail/mailpost.el" "mail/mh-funcs.el" "mail/mh-pick.el" "mail/mh-seq.el" 18911;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cl-seq.el"
18723;;;;;; "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" "mail/uce.el" 18912;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-compat.el" "emacs-lisp/byte-opt.el"
18724;;;;;; "mail/vms-pmail.el" "obsolete/c-mode.el" "obsolete/cplus-md.el" 18913;;;;;; "emacs-lisp/authors.el" "emacs-lisp/assoc.el" "calendar/cal-x.el"
18725;;;;;; "obsolete/hilit19.el" "obsolete/ooutline.el" "obsolete/profile.el" 18914;;;;;; "calendar/cal-tex.el" "calendar/cal-persia.el" "calendar/cal-move.el"
18726;;;;;; "obsolete/rnews.el" "obsolete/sc.el" "obsolete/sun-curs.el" 18915;;;;;; "calendar/cal-menu.el" "calendar/cal-mayan.el" "calendar/cal-julian.el"
18727;;;;;; "obsolete/sun-fns.el" "obsolete/uncompress.el" "obsolete/x-apollo.el" 18916;;;;;; "calendar/cal-iso.el" "calendar/cal-islam.el" "calendar/cal-french.el"
18728;;;;;; "obsolete/x-menu.el" "play/gamegrid.el" "play/gametree.el" 18917;;;;;; "calendar/cal-coptic.el" "calendar/cal-china.el" "net/ldap.el"
18729;;;;;; "play/meese.el" "progmodes/ada-prj.el" "progmodes/ada-xref.el" 18918;;;;;; "net/eudcb-ph.el" "net/eudcb-ldap.el" "net/eudcb-bbdb.el"
18730;;;;;; "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" 18919;;;;;; "net/eudc-vars.el" "international/utf-8.el" "international/swedish.el"
18731;;;;;; "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-engine.el" 18920;;;;;; "international/ogonek.el" "international/mule.el" "international/mule-conf.el"
18732;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el" 18921;;;;;; "international/mule-cmds.el" "international/latin-9.el" "international/latin-8.el"
18733;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el" 18922;;;;;; "international/latin-5.el" "international/latin-4.el" "international/latin-3.el"
18734;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "term/AT386.el" 18923;;;;;; "international/latin-2.el" "international/latin-1.el" "international/ja-dic-utl.el"
18735;;;;;; "term/apollo.el" "term/bg-mouse.el" "term/bobcat.el" "term/internal.el" 18924;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el"
18736;;;;;; "term/iris-ansi.el" "term/keyswap.el" "term/linux.el" "term/lk201.el" 18925;;;;;; "international/iso-insert.el" "international/iso-ascii.el"
18737;;;;;; "term/mac-win.el" "term/news.el" "term/pc-win.el" "term/sun-mouse.el" 18926;;;;;; "international/characters.el" "xscheme.el" "xml.el" "window.el"
18738;;;;;; "term/sun.el" "term/sup-mouse.el" "term/tty-colors.el" "term/tvi970.el" 18927;;;;;; "widget.el" "w32-fns.el" "vt100-led.el" "vt-control.el" "vmsproc.el"
18739;;;;;; "term/vt100.el" "term/vt102.el" "term/vt125.el" "term/vt200.el" 18928;;;;;; "vms-patch.el" "version.el" "vcursor.el" "vc-hooks.el" "unused.el"
18740;;;;;; "term/vt201.el" "term/vt220.el" "term/vt240.el" "term/vt300.el" 18929;;;;;; "timezone.el" "tempo.el" "tcp.el" "subdirs.el" "soundex.el"
18741;;;;;; "term/vt320.el" "term/vt400.el" "term/vt420.el" "term/w32-win.el" 18930;;;;;; "select.el" "scroll-bar.el" "saveplace.el" "s-region.el"
18742;;;;;; "term/wyse50.el" "term/x-win.el" "term/xterm.el" "textmodes/bib-mode.el" 18931;;;;;; "replace.el" "register.el" "regi.el" "pcvs-util.el" "pcvs-parse.el"
18743;;;;;; "textmodes/fill.el" "textmodes/makeinfo.el" "textmodes/page-ext.el" 18932;;;;;; "pcvs-info.el" "paths.el" "patcomp.el" "mouse.el" "mouse-drag.el"
18744;;;;;; "textmodes/page.el" "textmodes/paragraphs.el" "textmodes/refbib.el" 18933;;;;;; "mouse-copy.el" "misc.el" "menu-bar.el" "map-ynp.el" "kermit.el"
18745;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" 18934;;;;;; "indent.el" "generic-x.el" "frame.el" "forms-pass.el" "forms-d2.el"
18746;;;;;; "textmodes/reftex-global.el" "textmodes/reftex-parse.el" 18935;;;;;; "format.el" "foldout.el" "float-sup.el" "finder-inf.el" "emacs-lock.el"
18747;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" 18936;;;;;; "electric.el" "ediff-wind.el" "ediff-vers.el" "ediff-ptch.el"
18748;;;;;; "textmodes/reftex-vars.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el" 18937;;;;;; "ediff-merg.el" "ediff-init.el" "ediff-diff.el" "dos-w32.el"
18749;;;;;; "bindings.el" "env.el" "faces.el" "files.el" "isearch.el" 18938;;;;;; "dos-vars.el" "dos-fns.el" "custom.el" "cus-start.el" "cus-load.el"
18750;;;;;; "startup.el" "subr.el" "uniquify.el" "emacs-lisp/cl-macs.el" 18939;;;;;; "cus-dep.el" "cdl.el" "case-table.el" "byte-run.el" "buff-menu.el"
18751;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" "emacs-lisp/lselect.el") 18940;;;;;; "allout.el" "abbrevlist.el" "abbrev.el" "simple.el" "faces.el"
18752;;;;;; (15293 57174 471791)) 18941;;;;;; "loadup.el" "subr.el") (15298 59409 341466))
18753 18942
18754;;;*** 18943;;;***
18755 18944