comparison lisp/loaddefs.el @ 39732:23994b3c14a7

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Tue, 09 Oct 2001 12:11:50 +0000
parents 9bdef8d72924
children 5b92a648a267
comparison
equal deleted inserted replaced
39731:0fbd04880396 39732:23994b3c14a7
117 ;;;*** 117 ;;;***
118 118
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 "\
126 *Full name of user, for inclusion in ChangeLog daily headers. 126 *Full name of user, for inclusion in ChangeLog daily headers.
127 This defaults to the value returned by the function `user-full-name'.") 127 This defaults to the value returned by the function `user-full-name'.")
148 Once a file is found, `change-log-default-name' is set locally in the 148 Once a file is found, `change-log-default-name' is set locally in the
149 current buffer to the complete file name. 149 current buffer to the complete file name.
150 Optional arg BUFFER-FILE overrides `buffer-file-name'." nil nil) 150 Optional 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" "\
153 Find change log file and add an entry for today. 153 Find change log file, and add an entry for today and an item for this file.
154 Optional arg WHOAMI (interactive prefix) non-nil means prompt for user 154 Optional arg WHOAMI (interactive prefix) non-nil means prompt for user
155 name and site. 155 name and site.
156 156
157 Second arg is FILE-NAME of change log. If nil, uses `change-log-default-name'. 157 Second arg FILE-NAME is file name of the change log.
158 If nil, use the value of `change-log-default-name'.
159
158 Third arg OTHER-WINDOW non-nil means visit in other window. 160 Third arg OTHER-WINDOW non-nil means visit in other window.
161
159 Fourth arg NEW-ENTRY non-nil means always create a new entry at the front; 162 Fourth arg NEW-ENTRY non-nil means always create a new entry at the front;
160 never append to an existing entry. Option `add-log-keep-changes-together' 163 never append to an existing entry. Option `add-log-keep-changes-together'
161 otherwise affects whether a new entry is created. 164 otherwise affects whether a new entry is created.
162 165
166 The change log file can start with a copyright notice and a copying
167 permission notice. The first blank line indicates the end of these
168 notices.
169
163 Today's date is calculated according to `change-log-time-zone-rule' if 170 Today's date is calculated according to `change-log-time-zone-rule' if
164 non-nil, otherwise in local time." t nil) 171 non-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" "\
167 Find change log file in other window and add an entry for today. 174 Find change log file in other window and add entry and item.
168 Optional arg WHOAMI (interactive prefix) non-nil means prompt for user 175 This is just like `add-change-log-entry' except that it displays
169 name and site. 176 the change log file in another window." t nil)
170 Second optional arg FILE-NAME is file name of change log.
171 If nil, use `change-log-default-name'.
172
173 Affected 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" "\
177 Major mode for editing change logs; like Indented Text Mode. 180 Major mode for editing change logs; like Indented Text Mode.
178 Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74. 181 Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74.
531 They specify the range of dates that the diary is being processed for." nil nil) 534 They specify the range of dates that the diary is being processed for." nil nil)
532 535
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" "\
541 Major mode for following hyperlinks in output of apropos commands. 544 Major mode for following hyperlinks in output of apropos commands.
542 545
1398 ;;;### (autoloads (bookmark-menu-delete bookmark-menu-rename bookmark-menu-locate 1401 ;;;### (autoloads (bookmark-menu-delete bookmark-menu-rename bookmark-menu-locate
1399 ;;;;;; bookmark-menu-jump bookmark-menu-insert bookmark-bmenu-list 1402 ;;;;;; bookmark-menu-jump bookmark-menu-insert bookmark-bmenu-list
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)
1407 (define-key ctl-x-map "rl" 'bookmark-bmenu-list) 1410 (define-key ctl-x-map "rl" 'bookmark-bmenu-list)
1408 1411
1906 `bs--configuration-name-for-prefix-arg' determine accordingly 1909 `bs--configuration-name-for-prefix-arg' determine accordingly
1907 name of buffer configuration." t nil) 1910 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 "
1920 " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
1921 Keymap used by buttons.")
1922
1923 (defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] (quote forward-button)) (define-key map [backtab] (quote backward-button)) map) "\
1924 Keymap useful for buffers containing buttons.
1925 Mode-specific keymaps may want to use this as their parent keymap.")
1926
1927 (autoload (quote define-button-type) "button" "\
1928 Define a `button type' called NAME.
1929 The remaining arguments form a sequence of PROPERTY VALUE pairs,
1930 specifying properties to use as defaults for buttons with this type
1931 \(a button's type may be set by giving it a `type' property when
1932 creating the button).
1933
1934 The property `supertype' may be used to specify a button-type from which
1935 NAME inherits its default property values (however, the inheritance
1936 happens only when NAME is defined; subsequent changes to a supertype are
1937 not reflected in its subtypes)." nil nil)
1938
1939 (autoload (quote make-button) "button" "\
1940 Make a button from BEG to END in the current buffer.
1941 The remaining arguments form a sequence of PROPERTY VALUE pairs,
1942 specifying properties to add to the button. In particular, the `type'
1943 property may be used to specify a button-type from which to inherit
1944 other properties; see `define-button-type'.
1945
1946 Also see `make-text-button', `insert-button'." nil nil)
1947
1948 (autoload (quote insert-button) "button" "\
1949 Insert a button with the label LABEL.
1950 The remaining arguments form a sequence of PROPERTY VALUE pairs,
1951 specifying properties to add to the button. In particular, the `type'
1952 property may be used to specify a button-type from which to inherit
1953 other properties; see `define-button-type'.
1954
1955 Also see `insert-text-button', `make-button'." nil nil)
1956
1957 (autoload (quote make-text-button) "button" "\
1958 Make a button from BEG to END in the current buffer.
1959 The remaining arguments form a sequence of PROPERTY VALUE pairs,
1960 specifying properties to add to the button. In particular, the `type'
1961 property may be used to specify a button-type from which to inherit
1962 other properties; see `define-button-type'.
1963
1964 This function is like `make-button', except that the button is actually
1965 part of the text instead of being a property of the buffer. Creating
1966 large numbers of buttons can also be somewhat faster using
1967 `make-text-button'.
1968
1969 Also see `insert-text-button'." nil nil)
1970
1971 (autoload (quote insert-text-button) "button" "\
1972 Insert a button with the label LABEL.
1973 The remaining arguments form a sequence of PROPERTY VALUE pairs,
1974 specifying properties to add to the button. In particular, the `type'
1975 property may be used to specify a button-type from which to inherit
1976 other properties; see `define-button-type'.
1977
1978 This function is like `insert-button', except that the button is
1979 actually part of the text instead of being a property of the buffer.
1980 Creating large numbers of buttons can also be somewhat faster using
1981 `insert-text-button'.
1982
1983 Also see `make-text-button'." nil nil)
1984
1985 ;;;***
1986
1911 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 1987 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
1912 ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file 1988 ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file
1913 ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" 1989 ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp"
1914 ;;;;;; "emacs-lisp/bytecomp.el" (15293 42341)) 1990 ;;;;;; "emacs-lisp/bytecomp.el" (15297 12856))
1915 ;;; Generated autoloads from emacs-lisp/bytecomp.el 1991 ;;; Generated autoloads from emacs-lisp/bytecomp.el
1916 1992
1917 (autoload (quote byte-force-recompile) "bytecomp" "\ 1993 (autoload (quote byte-force-recompile) "bytecomp" "\
1918 Recompile every `.el' file in DIRECTORY that already has a `.elc' file. 1994 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
1919 Files in subdirectories of DIRECTORY are processed also." t nil) 1995 Files in subdirectories of DIRECTORY are processed also." t nil)
3107 This command always recompiles the Command History listing 3183 This command always recompiles the Command History listing
3108 and runs the normal hook `command-history-hook'." t nil) 3184 and runs the normal hook `command-history-hook'." t nil)
3109 3185
3110 ;;;*** 3186 ;;;***
3111 3187
3112 ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15054 32554)) 3188 ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15295 53549))
3113 ;;; Generated autoloads from emacs-lisp/cl.el 3189 ;;; Generated autoloads from emacs-lisp/cl.el
3114 3190
3115 (defvar custom-print-functions nil "\ 3191 (defvar custom-print-functions nil "\
3116 This is a list of functions that format user objects for printing. 3192 This is a list of functions that format user objects for printing.
3117 Each function is called in turn with three arguments: the object, the 3193 Each function is called in turn with three arguments: the object, the
3212 ;;;*** 3288 ;;;***
3213 3289
3214 ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3290 ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3215 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3291 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3216 ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3292 ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3217 ;;;;;; (15263 18995)) 3293 ;;;;;; (15298 53573))
3218 ;;; Generated autoloads from comint.el 3294 ;;; Generated autoloads from comint.el
3219 3295
3220 (autoload (quote make-comint-in-buffer) "comint" "\ 3296 (autoload (quote make-comint-in-buffer) "comint" "\
3221 Make a comint process NAME in BUFFER, running PROGRAM. 3297 Make a comint process NAME in BUFFER, running PROGRAM.
3222 If BUFFER is nil, it defaults to NAME surrounded by `*'s. 3298 If BUFFER is nil, it defaults to NAME surrounded by `*'s.
4624 (autoload (quote devanagari-decode-itrans-region) "devan-util" nil t nil) 4700 (autoload (quote devanagari-decode-itrans-region) "devan-util" nil t nil)
4625 4701
4626 ;;;*** 4702 ;;;***
4627 4703
4628 ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" 4704 ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el"
4629 ;;;;;; (15192 12221)) 4705 ;;;;;; (15293 58088))
4630 ;;; Generated autoloads from calendar/diary-lib.el 4706 ;;; Generated autoloads from calendar/diary-lib.el
4631 4707
4632 (autoload (quote diary) "diary-lib" "\ 4708 (autoload (quote diary) "diary-lib" "\
4633 Generate the diary window for ARG days starting with the current date. 4709 Generate the diary window for ARG days starting with the current date.
4634 If no argument is provided, the number of days of diary entries is governed 4710 If no argument is provided, the number of days of diary entries is governed
4648 # diary-rem.sh -- repeatedly run the Emacs diary-reminder 4724 # diary-rem.sh -- repeatedly run the Emacs diary-reminder
4649 emacs -batch \\ 4725 emacs -batch \\
4650 -eval \"(setq diary-mail-days 3 \\ 4726 -eval \"(setq diary-mail-days 3 \\
4651 european-calendar-style t \\ 4727 european-calendar-style t \\
4652 diary-mail-addr \\\"user@host.name\\\" )\" \\ 4728 diary-mail-addr \\\"user@host.name\\\" )\" \\
4653 -l diary-lib -f diary-mail-entries 4729 -l diary-lib -f diary-mail-entries
4654 at -f diary-rem.sh 0200 tomorrow 4730 at -f diary-rem.sh 0200 tomorrow
4655 4731
4656 You may have to tweak the syntax of the `at' command to suit your 4732 You may have to tweak the syntax of the `at' command to suit your
4657 system. Alternatively, you can specify a cron entry: 4733 system. Alternatively, you can specify a cron entry:
4658 0 1 * * * diary-rem.sh 4734 0 1 * * * diary-rem.sh
8310 current-time interface is made s2G-compliant, hanoi.el will need 8386 current-time interface is made s2G-compliant, hanoi.el will need
8311 to be updated." t nil) 8387 to be updated." t nil)
8312 8388
8313 ;;;*** 8389 ;;;***
8314 8390
8391 ;;;### (autoloads (describe-mode) "help" "help.el" (15298 55781))
8392 ;;; Generated autoloads from help.el
8393
8394 (autoload (quote describe-mode) "help" "\
8395 Display documentation of current major mode and minor modes.
8396 The major mode description comes first, followed by the minor modes,
8397 each on a separate page.
8398 For this to work correctly for a minor mode, the mode's indicator variable
8399 \(listed in `minor-mode-alist') must also be a function whose documentation
8400 describes the minor mode." t nil)
8401
8402 ;;;***
8403
8404 ;;;### (autoloads (describe-variable variable-at-point describe-function
8405 ;;;;;; locate-library help-with-tutorial) "help-funs" "help-funs.el"
8406 ;;;;;; (15298 55608))
8407 ;;; Generated autoloads from help-funs.el
8408
8409 (autoload (quote help-with-tutorial) "help-funs" "\
8410 Select the Emacs learn-by-doing tutorial.
8411 If there is a tutorial version written in the language
8412 of the selected language environment, that version is used.
8413 If there's no tutorial in that language, `TUTORIAL' is selected.
8414 With arg, you are asked to choose which language." t nil)
8415
8416 (autoload (quote locate-library) "help-funs" "\
8417 Show the precise file name of Emacs library LIBRARY.
8418 This command searches the directories in `load-path' like `M-x load-library'
8419 to find the file that `M-x load-library RET LIBRARY RET' would load.
8420 Optional second arg NOSUFFIX non-nil means don't add suffixes `.elc' or `.el'
8421 to the specified name LIBRARY.
8422
8423 If the optional third arg PATH is specified, that list of directories
8424 is used instead of `load-path'.
8425
8426 When called from a program, the file name is normaly returned as a
8427 string. When run interactively, the argument INTERACTIVE-CALL is t,
8428 and the file name is displayed in the echo area." t nil)
8429
8430 (autoload (quote describe-function) "help-funs" "\
8431 Display the full documentation of FUNCTION (a symbol)." t nil)
8432
8433 (autoload (quote variable-at-point) "help-funs" "\
8434 Return the bound variable symbol found around point.
8435 Return 0 if there is no such symbol." nil nil)
8436
8437 (autoload (quote describe-variable) "help-funs" "\
8438 Display the full documentation of VARIABLE (a symbol).
8439 Returns the documentation as a string, also.
8440 If VARIABLE has a buffer-local value in BUFFER (default to the current buffer),
8441 it is displayed along with the global value." t nil)
8442
8443 ;;;***
8444
8315 ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 8445 ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
8316 ;;;;;; (15192 12211)) 8446 ;;;;;; (15192 12211))
8317 ;;; Generated autoloads from help-macro.el 8447 ;;; Generated autoloads from help-macro.el
8318 8448
8319 (defvar three-step-help nil "\ 8449 (defvar three-step-help nil "\
8320 *Non-nil means give more info about Help command in three steps. 8450 *Non-nil means give more info about Help command in three steps.
8321 The three steps are simple prompt, prompt with all options, 8451 The three steps are simple prompt, prompt with all options,
8322 and window listing and describing the options. 8452 and window listing and describing the options.
8323 A value of nil means skip the middle step, so that 8453 A value of nil means skip the middle step, so that
8324 \\[help-command] \\[help-command] gives the window that lists the options.") 8454 \\[help-command] \\[help-command] gives the window that lists the options.")
8455
8456 ;;;***
8457
8458 ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
8459 ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
8460 ;;;;;; help-mode) "help-mode" "help-mode.el" (15298 54621))
8461 ;;; Generated autoloads from help-mode.el
8462
8463 (autoload (quote help-mode) "help-mode" "\
8464 Major mode for viewing help text and navigating references in it.
8465 Entry to this mode runs the normal hook `help-mode-hook'.
8466 Commands:
8467 \\{help-mode-map}" t nil)
8468
8469 (autoload (quote help-mode-setup) "help-mode" nil nil nil)
8470
8471 (autoload (quote help-mode-finish) "help-mode" nil nil nil)
8472
8473 (autoload (quote help-setup-xref) "help-mode" "\
8474 Invoked from commands using the \"*Help*\" buffer to install some xref info.
8475
8476 ITEM is a (FUNCTION . ARGS) pair appropriate for recreating the help
8477 buffer after following a reference. INTERACTIVE-P is non-nil if the
8478 calling command was invoked interactively. In this case the stack of
8479 items for help buffer \"back\" buttons is cleared." nil nil)
8480
8481 (autoload (quote help-make-xrefs) "help-mode" "\
8482 Parse and hyperlink documentation cross-references in the given BUFFER.
8483
8484 Find cross-reference information in a buffer and, if
8485 `help-highlight-p' is non-nil, highlight it with face defined by
8486 `help-highlight-face'; activate such cross references for selection
8487 with `help-follow'. Cross-references have the canonical form `...'
8488 and the type of reference may be disambiguated by the preceding
8489 word(s) used in `help-xref-symbol-regexp'.
8490
8491 If the variable `help-xref-mule-regexp' is non-nil, find also
8492 cross-reference information related to multilingual environment
8493 \(e.g., coding-systems). This variable is also used to disambiguate
8494 the type of reference as the same way as `help-xref-symbol-regexp'.
8495
8496 A special reference `back' is made to return back through a stack of
8497 help buffers. Variable `help-back-label' specifies the text for
8498 that." t nil)
8499
8500 (autoload (quote help-xref-button) "help-mode" "\
8501 Make a hyperlink for cross-reference text previously matched.
8502 MATCH-NUMBER is the subexpression of interest in the last matched
8503 regexp. TYPE is the type of button to use. Any remaining arguments are
8504 passed to the button's help-function when it is invoked.
8505 See `help-make-xrefs'." nil nil)
8506
8507 (autoload (quote help-insert-xref-button) "help-mode" "\
8508 Insert STRING and make a hyperlink from cross-reference text on it.
8509 TYPE is the type of button to use. Any remaining arguments are passed
8510 to the button's help-function when it is invoked.
8511 See `help-make-xrefs'." nil nil)
8512
8513 (autoload (quote help-xref-on-pp) "help-mode" "\
8514 Add xrefs for symbols in `pp's output between FROM and TO." nil nil)
8325 8515
8326 ;;;*** 8516 ;;;***
8327 8517
8328 ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 8518 ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
8329 ;;;;;; "emacs-lisp/helper.el" (15192 12223)) 8519 ;;;;;; "emacs-lisp/helper.el" (15192 12223))
13528 13718
13529 ;;;*** 13719 ;;;***
13530 13720
13531 ;;;### (autoloads (read-file-name-electric-shadow-mode read-file-name-electric-shadow-tty-properties 13721 ;;;### (autoloads (read-file-name-electric-shadow-mode read-file-name-electric-shadow-tty-properties
13532 ;;;;;; read-file-name-electric-shadow-properties) "rfn-eshadow" 13722 ;;;;;; read-file-name-electric-shadow-properties) "rfn-eshadow"
13533 ;;;;;; "rfn-eshadow.el" (15293 57160)) 13723 ;;;;;; "rfn-eshadow.el" (15298 53573))
13534 ;;; Generated autoloads from rfn-eshadow.el 13724 ;;; Generated autoloads from rfn-eshadow.el
13535 13725
13536 (defvar read-file-name-electric-shadow-properties (quote (face read-file-name-electric-shadow field shadow)) "\ 13726 (defvar read-file-name-electric-shadow-properties (quote (face read-file-name-electric-shadow field shadow)) "\
13537 Properties given to the `shadowed' part of a filename in the minibuffer. 13727 Properties given to the `shadowed' part of a filename in the minibuffer.
13538 Only used when `read-file-name-electric-shadow-mode' is active. 13728 Only used when `read-file-name-electric-shadow-mode' is active.
14658 Prefix arg means just kill any existing server communications subprocess." t nil) 14848 Prefix arg means just kill any existing server communications subprocess." t nil)
14659 14849
14660 ;;;*** 14850 ;;;***
14661 14851
14662 ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 14852 ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
14663 ;;;;;; (15192 12248)) 14853 ;;;;;; (15293 58088))
14664 ;;; Generated autoloads from textmodes/sgml-mode.el 14854 ;;; Generated autoloads from textmodes/sgml-mode.el
14665 14855
14666 (autoload (quote sgml-mode) "sgml-mode" "\ 14856 (autoload (quote sgml-mode) "sgml-mode" "\
14667 Major mode for editing SGML documents. 14857 Major mode for editing SGML documents.
14668 Makes > match <. Makes / blink matching /. 14858 Makes > match <. Makes / blink matching /.
18444 With arg, turn Winner mode on if and only if arg is positive." t nil) 18634 With arg, turn Winner mode on if and only if arg is positive." t nil)
18445 18635
18446 ;;;*** 18636 ;;;***
18447 18637
18448 ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" 18638 ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
18449 ;;;;;; "woman.el" (15192 12220)) 18639 ;;;;;; "woman.el" (15296 19686))
18450 ;;; Generated autoloads from woman.el 18640 ;;; Generated autoloads from woman.el
18451 18641
18452 (autoload (quote woman) "woman" "\ 18642 (autoload (quote woman) "woman" "\
18453 Browse UN*X man page for TOPIC (Without using external Man program). 18643 Browse UN*X man page for TOPIC (Without using external Man program).
18454 The major browsing mode used is essentially the standard Man mode. 18644 The major browsing mode used is essentially the standard Man mode.
18643 18833
18644 - fontification" t nil) 18834 - fontification" t nil)
18645 18835
18646 ;;;*** 18836 ;;;***
18647 18837
18648 ;;;### (autoloads nil nil ("simple.el" "abbrev.el" "abbrevlist.el" 18838 ;;;### (autoloads nil nil ("emacs-lisp/lselect.el" "emacs-lisp/lisp-mode.el"
18649 ;;;;;; "allout.el" "buff-menu.el" "byte-run.el" "case-table.el" 18839 ;;;;;; "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" 18840 ;;;;;; "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" 18841 ;;;;;; "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" 18842 ;;;;;; "textmodes/reftex-toc.el" "textmodes/reftex-sel.el" "textmodes/reftex-ref.el"
18653 ;;;;;; "electric.el" "emacs-lock.el" "finder-inf.el" "float-sup.el" 18843 ;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-global.el"
18654 ;;;;;; "foldout.el" "format.el" "forms-d2.el" "forms-pass.el" "frame.el" 18844 ;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-auc.el" "textmodes/refer.el"
18655 ;;;;;; "generic-x.el" "help.el" "indent.el" "kermit.el" "loadup.el" 18845 ;;;;;; "textmodes/refbib.el" "textmodes/paragraphs.el" "textmodes/page.el"
18656 ;;;;;; "map-ynp.el" "menu-bar.el" "misc.el" "mouse-copy.el" "mouse-drag.el" 18846 ;;;;;; "textmodes/page-ext.el" "textmodes/makeinfo.el" "textmodes/fill.el"
18657 ;;;;;; "mouse.el" "patcomp.el" "paths.el" "pcvs-info.el" "pcvs-parse.el" 18847 ;;;;;; "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" 18848 ;;;;;; "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" 18849 ;;;;;; "term/vt300.el" "term/vt240.el" "term/vt220.el" "term/vt201.el"
18660 ;;;;;; "tcp.el" "tempo.el" "timezone.el" "unused.el" "vc-hooks.el" 18850 ;;;;;; "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" 18851 ;;;;;; "term/tvi970.el" "term/tty-colors.el" "term/sup-mouse.el"
18662 ;;;;;; "vt100-led.el" "w32-fns.el" "widget.el" "window.el" "xml.el" 18852 ;;;;;; "term/sun.el" "term/sun-mouse.el" "term/pc-win.el" "term/news.el"
18663 ;;;;;; "xscheme.el" "international/characters.el" "international/iso-ascii.el" 18853 ;;;;;; "term/mac-win.el" "term/lk201.el" "term/linux.el" "term/keyswap.el"
18664 ;;;;;; "international/iso-insert.el" "international/iso-swed.el" 18854 ;;;;;; "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" 18855 ;;;;;; "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" 18856 ;;;;;; "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" 18857 ;;;;;; "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" 18858 ;;;;;; "progmodes/cc-engine.el" "progmodes/cc-defs.el" "progmodes/cc-compat.el"
18669 ;;;;;; "international/mule.el" "international/ogonek.el" "international/swedish.el" 18859 ;;;;;; "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" 18860 ;;;;;; "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" 18861 ;;;;;; "play/gametree.el" "play/gamegrid.el" "obsolete/x-menu.el"
18672 ;;;;;; "calendar/cal-coptic.el" "calendar/cal-french.el" "calendar/cal-islam.el" 18862 ;;;;;; "obsolete/x-apollo.el" "obsolete/uncompress.el" "obsolete/sun-fns.el"
18673 ;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-mayan.el" 18863 ;;;;;; "obsolete/sun-curs.el" "obsolete/sc.el" "obsolete/rnews.el"
18674 ;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el" 18864 ;;;;;; "obsolete/profile.el" "obsolete/ooutline.el" "obsolete/hilit19.el"
18675 ;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "emacs-lisp/assoc.el" 18865 ;;;;;; "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" 18866 ;;;;;; "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" 18867 ;;;;;; "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" 18868 ;;;;;; "mail/mailheader.el" "mail/blessmail.el" "language/vietnamese.el"
18679 ;;;;;; "emacs-lisp/float.el" "emacs-lisp/gulp.el" "emacs-lisp/levents.el" 18869 ;;;;;; "language/tibetan.el" "language/thai.el" "language/slovak.el"
18680 ;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" "emacs-lisp/lucid.el" 18870 ;;;;;; "language/romanian.el" "language/misc-lang.el" "language/lao.el"
18681 ;;;;;; "emacs-lisp/sregex.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el" 18871 ;;;;;; "language/korean.el" "language/japanese.el" "language/indian.el"
18682 ;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/mlsupport.el" 18872 ;;;;;; "language/hebrew.el" "language/greek.el" "language/european.el"
18683 ;;;;;; "emulation/tpu-mapper.el" "emulation/viper-cmd.el" "emulation/viper-ex.el" 18873 ;;;;;; "language/ethiopic.el" "language/english.el" "language/devanagari.el"
18684 ;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el" 18874 ;;;;;; "language/czech.el" "language/cyrillic.el" "language/chinese.el"
18685 ;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "eshell/em-alias.el" 18875 ;;;;;; "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" 18876 ;;;;;; "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" 18877 ;;;;;; "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" 18878 ;;;;;; "gnus/nnwarchive.el" "gnus/nnvirtual.el" "gnus/nnultimate.el"
18689 ;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el" 18879 ;;;;;; "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" 18880 ;;;;;; "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" 18881 ;;;;;; "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" 18882 ;;;;;; "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" 18883 ;;;;;; "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" 18884 ;;;;;; "gnus/mm-decode.el" "gnus/mm-bodies.el" "gnus/messcompat.el"
18695 ;;;;;; "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" 18885 ;;;;;; "gnus/mailcap.el" "gnus/mail-source.el" "gnus/mail-prsvr.el"
18696 ;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el" 18886 ;;;;;; "gnus/mail-parse.el" "gnus/imap.el" "gnus/ietf-drums.el"
18697 ;;;;;; "gnus/gnus-draft.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" 18887 ;;;;;; "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" 18888 ;;;;;; "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" 18889 ;;;;;; "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" 18890 ;;;;;; "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" 18891 ;;;;;; "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" 18892 ;;;;;; "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" 18893 ;;;;;; "gnus/gnus-draft.el" "gnus/gnus-demon.el" "gnus/gnus-cus.el"
18704 ;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el" 18894 ;;;;;; "gnus/gnus-cite.el" "gnus/gnus-bcklg.el" "gnus/gnus-async.el"
18705 ;;;;;; "gnus/messcompat.el" "gnus/mm-bodies.el" "gnus/mm-decode.el" 18895 ;;;;;; "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" 18896 ;;;;;; "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" 18897 ;;;;;; "eshell/esh-module.el" "eshell/esh-maint.el" "eshell/esh-io.el"
18708 ;;;;;; "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el" 18898 ;;;;;; "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" 18899 ;;;;;; "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" 18900 ;;;;;; "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" 18901 ;;;;;; "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" 18902 ;;;;;; "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" 18903 ;;;;;; "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" 18904 ;;;;;; "eshell/em-banner.el" "eshell/em-alias.el" "emulation/viper-util.el"
18715 ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" 18905 ;;;;;; "emulation/viper-mous.el" "emulation/viper-macs.el" "emulation/viper-keym.el"
18716 ;;;;;; "language/devanagari.el" "language/english.el" "language/ethiopic.el" 18906 ;;;;;; "emulation/viper-init.el" "emulation/viper-ex.el" "emulation/viper-cmd.el"
18717 ;;;;;; "language/european.el" "language/greek.el" "language/hebrew.el" 18907 ;;;;;; "emulation/tpu-mapper.el" "emulation/mlsupport.el" "emulation/edt-vt100.el"
18718 ;;;;;; "language/indian.el" "language/japanese.el" "language/korean.el" 18908 ;;;;;; "emulation/edt-pc.el" "emulation/edt-mapper.el" "emulation/edt-lk201.el"
18719 ;;;;;; "language/lao.el" "language/misc-lang.el" "language/romanian.el" 18909 ;;;;;; "emacs-lisp/sregex.el" "emacs-lisp/lucid.el" "emacs-lisp/lmenu.el"
18720 ;;;;;; "language/slovak.el" "language/thai.el" "language/tibetan.el" 18910 ;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/levents.el" "emacs-lisp/gulp.el"
18721 ;;;;;; "language/vietnamese.el" "mail/blessmail.el" "mail/mailheader.el" 18911 ;;;;;; "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" 18912 ;;;;;; "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" 18913 ;;;;;; "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" 18914 ;;;;;; "emacs-lisp/authors.el" "emacs-lisp/assoc.el" "calendar/cal-x.el"
18725 ;;;;;; "obsolete/hilit19.el" "obsolete/ooutline.el" "obsolete/profile.el" 18915 ;;;;;; "calendar/cal-tex.el" "calendar/cal-persia.el" "calendar/cal-move.el"
18726 ;;;;;; "obsolete/rnews.el" "obsolete/sc.el" "obsolete/sun-curs.el" 18916 ;;;;;; "calendar/cal-menu.el" "calendar/cal-mayan.el" "calendar/cal-julian.el"
18727 ;;;;;; "obsolete/sun-fns.el" "obsolete/uncompress.el" "obsolete/x-apollo.el" 18917 ;;;;;; "calendar/cal-iso.el" "calendar/cal-islam.el" "calendar/cal-french.el"
18728 ;;;;;; "obsolete/x-menu.el" "play/gamegrid.el" "play/gametree.el" 18918 ;;;;;; "calendar/cal-coptic.el" "calendar/cal-china.el" "net/ldap.el"
18729 ;;;;;; "play/meese.el" "progmodes/ada-prj.el" "progmodes/ada-xref.el" 18919 ;;;;;; "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" 18920 ;;;;;; "net/eudc-vars.el" "international/utf-8.el" "international/swedish.el"
18731 ;;;;;; "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-engine.el" 18921 ;;;;;; "international/ogonek.el" "international/mule.el" "international/mule-conf.el"
18732 ;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el" 18922 ;;;;;; "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" 18923 ;;;;;; "international/latin-5.el" "international/latin-4.el" "international/latin-3.el"
18734 ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "term/AT386.el" 18924 ;;;;;; "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" 18925 ;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el"
18736 ;;;;;; "term/iris-ansi.el" "term/keyswap.el" "term/linux.el" "term/lk201.el" 18926 ;;;;;; "international/iso-insert.el" "international/iso-ascii.el"
18737 ;;;;;; "term/mac-win.el" "term/news.el" "term/pc-win.el" "term/sun-mouse.el" 18927 ;;;;;; "international/characters.el" "xscheme.el" "xml.el" "window.el"
18738 ;;;;;; "term/sun.el" "term/sup-mouse.el" "term/tty-colors.el" "term/tvi970.el" 18928 ;;;;;; "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" 18929 ;;;;;; "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" 18930 ;;;;;; "timezone.el" "tempo.el" "tcp.el" "subdirs.el" "soundex.el"
18741 ;;;;;; "term/vt320.el" "term/vt400.el" "term/vt420.el" "term/w32-win.el" 18931 ;;;;;; "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" 18932 ;;;;;; "replace.el" "register.el" "regi.el" "pcvs-util.el" "pcvs-parse.el"
18743 ;;;;;; "textmodes/fill.el" "textmodes/makeinfo.el" "textmodes/page-ext.el" 18933 ;;;;;; "pcvs-info.el" "paths.el" "patcomp.el" "mouse.el" "mouse-drag.el"
18744 ;;;;;; "textmodes/page.el" "textmodes/paragraphs.el" "textmodes/refbib.el" 18934 ;;;;;; "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" 18935 ;;;;;; "indent.el" "generic-x.el" "frame.el" "forms-pass.el" "forms-d2.el"
18746 ;;;;;; "textmodes/reftex-global.el" "textmodes/reftex-parse.el" 18936 ;;;;;; "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" 18937 ;;;;;; "electric.el" "ediff-wind.el" "ediff-vers.el" "ediff-ptch.el"
18748 ;;;;;; "textmodes/reftex-vars.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el" 18938 ;;;;;; "ediff-merg.el" "ediff-init.el" "ediff-diff.el" "dos-w32.el"
18749 ;;;;;; "bindings.el" "env.el" "faces.el" "files.el" "isearch.el" 18939 ;;;;;; "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" 18940 ;;;;;; "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") 18941 ;;;;;; "allout.el" "abbrevlist.el" "abbrev.el" "simple.el" "faces.el"
18752 ;;;;;; (15293 57174 471791)) 18942 ;;;;;; "loadup.el" "subr.el") (15298 59409 341466))
18753 18943
18754 ;;;*** 18944 ;;;***
18755 18945
18756 ;;; Local Variables: 18946 ;;; Local Variables:
18757 ;;; version-control: never 18947 ;;; version-control: never