comparison lisp/loaddefs.el @ 44698:4cd9b1a46f5e

Regenerated.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 19 Apr 2002 12:48:57 +0000
parents 26bb1129889d
children f6f3b9551c29
comparison
equal deleted inserted replaced
44697:21cae71e2d9c 44698:4cd9b1a46f5e
2147 2147
2148 ;;;*** 2148 ;;;***
2149 2149
2150 ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2150 ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2151 ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2151 ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2152 ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15525 2152 ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15548
2153 ;;;;;; 27359)) 2153 ;;;;;; 17734))
2154 ;;; Generated autoloads from calc/calc.el 2154 ;;; Generated autoloads from calc/calc.el
2155 2155
2156 (defvar calc-info-filename "calc.info" "\ 2156 (defvar calc-info-filename "calc.info" "\
2157 *File name in which to look for the Calculator's Info documentation.") 2157 *File name in which to look for the Calculator's Info documentation.")
2158 2158
3459 ;;;*** 3459 ;;;***
3460 3460
3461 ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3461 ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3462 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3462 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3463 ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3463 ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3464 ;;;;;; (15542 65290)) 3464 ;;;;;; (15551 61805))
3465 ;;; Generated autoloads from comint.el 3465 ;;; Generated autoloads from comint.el
3466 3466
3467 (autoload (quote make-comint-in-buffer) "comint" "\ 3467 (autoload (quote make-comint-in-buffer) "comint" "\
3468 Make a comint process NAME in BUFFER, running PROGRAM. 3468 Make a comint process NAME in BUFFER, running PROGRAM.
3469 If BUFFER is nil, it defaults to NAME surrounded by `*'s. 3469 If BUFFER is nil, it defaults to NAME surrounded by `*'s.
4188 PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, HIST, DEF, and 4188 PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, HIST, DEF, and
4189 INHERIT-INPUT-METHOD." nil nil) 4189 INHERIT-INPUT-METHOD." nil nil)
4190 4190
4191 ;;;*** 4191 ;;;***
4192 4192
4193 ;;;### (autoloads (customize-menu-create custom-menu-create customize-mark-as-set 4193 ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all
4194 ;;;;;; customize-mark-to-save custom-save-all customize-save-customized 4194 ;;;;;; customize-save-customized custom-file custom-load-symbol
4195 ;;;;;; custom-file custom-load-symbol customize-browse custom-buffer-create-other-window 4195 ;;;;;; customize-browse custom-buffer-create-other-window custom-buffer-create
4196 ;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces 4196 ;;;;;; customize-apropos-groups customize-apropos-faces customize-apropos-options
4197 ;;;;;; customize-apropos-options customize-apropos customize-saved 4197 ;;;;;; customize-apropos customize-saved customize-customized customize-face-other-window
4198 ;;;;;; customize-customized customize-face-other-window customize-face 4198 ;;;;;; customize-face customize-option-other-window customize-changed-options
4199 ;;;;;; customize-option-other-window customize-changed-options customize-option 4199 ;;;;;; customize-option customize-group-other-window customize-group
4200 ;;;;;; customize-group-other-window customize-group customize customize-save-variable 4200 ;;;;;; customize customize-save-variable customize-set-variable
4201 ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" 4201 ;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (15551 61805))
4202 ;;;;;; (15483 47733))
4203 ;;; Generated autoloads from cus-edit.el 4202 ;;; Generated autoloads from cus-edit.el
4204 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 4203 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
4205 4204
4206 (autoload (quote customize-set-value) "cus-edit" "\ 4205 (autoload (quote customize-set-value) "cus-edit" "\
4207 Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object. 4206 Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object.
4348 (autoload (quote customize-save-customized) "cus-edit" "\ 4347 (autoload (quote customize-save-customized) "cus-edit" "\
4349 Save all user options which have been set in this session." t nil) 4348 Save all user options which have been set in this session." t nil)
4350 4349
4351 (autoload (quote custom-save-all) "cus-edit" "\ 4350 (autoload (quote custom-save-all) "cus-edit" "\
4352 Save all customizations in `custom-file'." nil nil) 4351 Save all customizations in `custom-file'." nil nil)
4353
4354 (autoload (quote customize-mark-to-save) "cus-edit" "\
4355 Mark SYMBOL for later saving.
4356
4357 If the default value of SYMBOL is different from the standard value,
4358 set the `saved-value' property to a list whose car evaluates to the
4359 default value. Otherwise, set it til nil.
4360
4361 To actually save the value, call `custom-save-all'.
4362
4363 Return non-nil iff the `saved-value' property actually changed." nil nil)
4364
4365 (autoload (quote customize-mark-as-set) "cus-edit" "\
4366 Mark current value of SYMBOL as being set from customize.
4367
4368 If the default value of SYMBOL is different from the saved value if any,
4369 or else if it is different from the standard value, set the
4370 `customized-value' property to a list whose car evaluates to the
4371 default value. Otherwise, set it til nil.
4372
4373 Return non-nil iff the `customized-value' property actually changed." nil nil)
4374 4352
4375 (autoload (quote custom-menu-create) "cus-edit" "\ 4353 (autoload (quote custom-menu-create) "cus-edit" "\
4376 Create menu for customization group SYMBOL. 4354 Create menu for customization group SYMBOL.
4377 The menu is in a format applicable to `easy-menu-define'." nil nil) 4355 The menu is in a format applicable to `easy-menu-define'." nil nil)
4378 4356
5045 ;;;;;; dired-rename-file dired-copy-file dired-relist-file dired-remove-file 5023 ;;;;;; dired-rename-file dired-copy-file dired-relist-file dired-remove-file
5046 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile 5024 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile
5047 ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines 5025 ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines
5048 ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp 5026 ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp
5049 ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" 5027 ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux"
5050 ;;;;;; "dired-aux.el" (15525 27358)) 5028 ;;;;;; "dired-aux.el" (15551 61808))
5051 ;;; Generated autoloads from dired-aux.el 5029 ;;; Generated autoloads from dired-aux.el
5052 5030
5053 (autoload (quote dired-diff) "dired-aux" "\ 5031 (autoload (quote dired-diff) "dired-aux" "\
5054 Compare file at point with file FILE using `diff'. 5032 Compare file at point with file FILE using `diff'.
5055 FILE defaults to the file at the mark. (That's the mark set by 5033 FILE defaults to the file at the mark. (That's the mark set by
6105 (defalias (quote eregistry) (quote ediff-show-registry)) 6083 (defalias (quote eregistry) (quote ediff-show-registry))
6106 6084
6107 ;;;*** 6085 ;;;***
6108 6086
6109 ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 6087 ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
6110 ;;;;;; "ediff-util" "ediff-util.el" (15517 64421)) 6088 ;;;;;; "ediff-util" "ediff-util.el" (15548 17734))
6111 ;;; Generated autoloads from ediff-util.el 6089 ;;; Generated autoloads from ediff-util.el
6112 6090
6113 (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ 6091 (autoload (quote ediff-toggle-multiframe) "ediff-util" "\
6114 Switch from multiframe display to single-frame display and back. 6092 Switch from multiframe display to single-frame display and back.
6115 To change the default, set the variable `ediff-window-setup-function', 6093 To change the default, set the variable `ediff-window-setup-function',
7072 Turning on F90 mode calls the value of the variable `f90-mode-hook' 7050 Turning on F90 mode calls the value of the variable `f90-mode-hook'
7073 with no args, if that value is non-nil." t nil) 7051 with no args, if that value is non-nil." t nil)
7074 7052
7075 ;;;*** 7053 ;;;***
7076 7054
7077 ;;;### (autoloads (list-colors-display facemenu-read-color list-text-properties-at 7055 ;;;### (autoloads (list-colors-display facemenu-read-color describe-text-at
7078 ;;;;;; describe-text-at facemenu-remove-special facemenu-remove-all 7056 ;;;;;; facemenu-remove-special facemenu-remove-all facemenu-remove-face-props
7079 ;;;;;; facemenu-remove-face-props facemenu-set-read-only facemenu-set-intangible 7057 ;;;;;; facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible
7080 ;;;;;; facemenu-set-invisible facemenu-set-face-from-menu facemenu-set-background 7058 ;;;;;; facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground
7081 ;;;;;; facemenu-set-foreground facemenu-set-face) "facemenu" "facemenu.el" 7059 ;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (15551 61810))
7082 ;;;;;; (15521 59035))
7083 ;;; Generated autoloads from facemenu.el 7060 ;;; Generated autoloads from facemenu.el
7084 (define-key global-map "\M-g" 'facemenu-keymap) 7061 (define-key global-map "\M-g" 'facemenu-keymap)
7085 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) 7062 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
7086 7063
7087 (defvar facemenu-face-menu (let ((map (make-sparse-keymap "Face"))) (define-key map "o" (cons "Other..." (quote facemenu-set-face))) map) "\ 7064 (defvar facemenu-face-menu (let ((map (make-sparse-keymap "Face"))) (define-key map "o" (cons "Other..." (quote facemenu-set-face))) map) "\
7202 Remove all the \"special\" text properties from the region. 7179 Remove all the \"special\" text properties from the region.
7203 These special properties include `invisible', `intangible' and `read-only'." t nil) 7180 These special properties include `invisible', `intangible' and `read-only'." t nil)
7204 7181
7205 (autoload (quote describe-text-at) "facemenu" "\ 7182 (autoload (quote describe-text-at) "facemenu" "\
7206 Describe widgets, buttons, overlays and text properties at POS." t nil) 7183 Describe widgets, buttons, overlays and text properties at POS." t nil)
7207
7208 (autoload (quote list-text-properties-at) "facemenu" "\
7209 Pop up a buffer listing text-properties at LOCATION." t nil)
7210 7184
7211 (autoload (quote facemenu-read-color) "facemenu" "\ 7185 (autoload (quote facemenu-read-color) "facemenu" "\
7212 Read a color using the minibuffer." nil nil) 7186 Read a color using the minibuffer." nil nil)
7213 7187
7214 (autoload (quote list-colors-display) "facemenu" "\ 7188 (autoload (quote list-colors-display) "facemenu" "\
9262 ;;;;;; ibuffer-add-saved-filters ibuffer-delete-saved-filters ibuffer-save-filters 9236 ;;;;;; ibuffer-add-saved-filters ibuffer-delete-saved-filters ibuffer-save-filters
9263 ;;;;;; ibuffer-or-filter ibuffer-negate-filter ibuffer-exchange-filters 9237 ;;;;;; ibuffer-or-filter ibuffer-negate-filter ibuffer-exchange-filters
9264 ;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable 9238 ;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable
9265 ;;;;;; ibuffer-included-in-filters-p ibuffer-interactive-filter-by-mode 9239 ;;;;;; ibuffer-included-in-filters-p ibuffer-interactive-filter-by-mode
9266 ;;;;;; ibuffer-mouse-filter-by-mode ibuffer-auto-mode) "ibuf-ext" 9240 ;;;;;; ibuffer-mouse-filter-by-mode ibuffer-auto-mode) "ibuf-ext"
9267 ;;;;;; "ibuf-ext.el" (15525 27358)) 9241 ;;;;;; "ibuf-ext.el" (15548 17734))
9268 ;;; Generated autoloads from ibuf-ext.el 9242 ;;; Generated autoloads from ibuf-ext.el
9269 9243
9270 (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ 9244 (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
9271 Toggle use of Ibuffer's auto-update facility. 9245 Toggle use of Ibuffer's auto-update facility.
9272 With numeric ARG, enable auto-update if and only if ARG is positive." t nil) 9246 With numeric ARG, enable auto-update if and only if ARG is positive." t nil)
9420 defaults to one." t nil) 9394 defaults to one." t nil)
9421 9395
9422 ;;;*** 9396 ;;;***
9423 9397
9424 ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 9398 ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
9425 ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15505 9399 ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15548
9426 ;;;;;; 59086)) 9400 ;;;;;; 17734))
9427 ;;; Generated autoloads from ibuf-macs.el 9401 ;;; Generated autoloads from ibuf-macs.el
9428 9402
9429 (autoload (quote define-ibuffer-column) "ibuf-macs" "\ 9403 (autoload (quote define-ibuffer-column) "ibuf-macs" "\
9430 Define a column SYMBOL for use with `ibuffer-formats'. 9404 Define a column SYMBOL for use with `ibuffer-formats'.
9431 9405
9497 bound to the current value of the filter." nil (quote macro)) 9471 bound to the current value of the filter." nil (quote macro))
9498 9472
9499 ;;;*** 9473 ;;;***
9500 9474
9501 ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 9475 ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
9502 ;;;;;; "ibuffer" "ibuffer.el" (15542 65291)) 9476 ;;;;;; "ibuffer" "ibuffer.el" (15551 61814))
9503 ;;; Generated autoloads from ibuffer.el 9477 ;;; Generated autoloads from ibuffer.el
9504 9478
9505 (autoload (quote ibuffer-list-buffers) "ibuffer" "\ 9479 (autoload (quote ibuffer-list-buffers) "ibuffer" "\
9506 Display a list of buffers, in another window. 9480 Display a list of buffers, in another window.
9507 If optional argument FILES-ONLY is non-nil, then add a filter for 9481 If optional argument FILES-ONLY is non-nil, then add a filter for
10593 10567
10594 ;;;*** 10568 ;;;***
10595 10569
10596 ;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer 10570 ;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer
10597 ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings 10571 ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings
10598 ;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (15391 60517)) 10572 ;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (15548 17734))
10599 ;;; Generated autoloads from iswitchb.el 10573 ;;; Generated autoloads from iswitchb.el
10600 10574
10601 (autoload (quote iswitchb-read-buffer) "iswitchb" "\ 10575 (autoload (quote iswitchb-read-buffer) "iswitchb" "\
10602 Replacement for the built-in `read-buffer'. 10576 Replacement for the built-in `read-buffer'.
10603 Return the name of a buffer selected. 10577 Return the name of a buffer selected.
11347 If 4th arg LIST is non-nil, return a list of all such fields." nil nil) 11321 If 4th arg LIST is non-nil, return a list of all such fields." nil nil)
11348 11322
11349 ;;;*** 11323 ;;;***
11350 11324
11351 ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) 11325 ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
11352 ;;;;;; "mailabbrev" "mail/mailabbrev.el" (15533 36827)) 11326 ;;;;;; "mailabbrev" "mail/mailabbrev.el" (15551 61867))
11353 ;;; Generated autoloads from mail/mailabbrev.el 11327 ;;; Generated autoloads from mail/mailabbrev.el
11354 11328
11355 (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ 11329 (autoload (quote mail-abbrevs-setup) "mailabbrev" "\
11356 Initialize use of the `mailabbrev' package." nil nil) 11330 Initialize use of the `mailabbrev' package." nil nil)
11357 11331
13926 ;;;*** 13900 ;;;***
13927 13901
13928 ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 13902 ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
13929 ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 13903 ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
13930 ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 13904 ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
13931 ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15525 13905 ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15551
13932 ;;;;;; 27358)) 13906 ;;;;;; 61820))
13933 ;;; Generated autoloads from rect.el 13907 ;;; Generated autoloads from rect.el
13934 13908
13935 (autoload (quote move-to-column-force) "rect" "\ 13909 (autoload (quote move-to-column-force) "rect" "\
13936 Obsolete. Use `move-to-column'. 13910 Obsolete. Use `move-to-column'.
13937 If COLUMN is within a multi-column character, replace it by spaces and tab. 13911 If COLUMN is within a multi-column character, replace it by spaces and tab.
15413 Prefix arg means just kill any existing server communications subprocess." t nil) 15387 Prefix arg means just kill any existing server communications subprocess." t nil)
15414 15388
15415 ;;;*** 15389 ;;;***
15416 15390
15417 ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 15391 ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
15418 ;;;;;; (15542 65299)) 15392 ;;;;;; (15548 17734))
15419 ;;; Generated autoloads from textmodes/sgml-mode.el 15393 ;;; Generated autoloads from textmodes/sgml-mode.el
15420 15394
15421 (autoload (quote sgml-mode) "sgml-mode" "\ 15395 (autoload (quote sgml-mode) "sgml-mode" "\
15422 Major mode for editing SGML documents. 15396 Major mode for editing SGML documents.
15423 Makes > match <. 15397 Makes > match <.
15962 *local* date and time of equinoxes and solstices, if visible in the calendar window. 15936 *local* date and time of equinoxes and solstices, if visible in the calendar window.
15963 Requires floating point." nil nil) 15937 Requires floating point." nil nil)
15964 15938
15965 ;;;*** 15939 ;;;***
15966 15940
15967 ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (15371 15941 ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (15544
15968 ;;;;;; 46425)) 15942 ;;;;;; 1297))
15969 ;;; Generated autoloads from play/solitaire.el 15943 ;;; Generated autoloads from play/solitaire.el
15970 15944
15971 (autoload (quote solitaire) "solitaire" "\ 15945 (autoload (quote solitaire) "solitaire" "\
15972 Play Solitaire. 15946 Play Solitaire.
15973 15947
16161 From a program takes two point or marker arguments, BEG and END." t nil) 16135 From a program takes two point or marker arguments, BEG and END." t nil)
16162 16136
16163 ;;;*** 16137 ;;;***
16164 16138
16165 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 16139 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
16166 ;;;;;; "speedbar.el" (15525 27358)) 16140 ;;;;;; "speedbar.el" (15548 17734))
16167 ;;; Generated autoloads from speedbar.el 16141 ;;; Generated autoloads from speedbar.el
16168 16142
16169 (defalias (quote speedbar) (quote speedbar-frame-mode)) 16143 (defalias (quote speedbar) (quote speedbar-frame-mode))
16170 16144
16171 (autoload (quote speedbar-frame-mode) "speedbar" "\ 16145 (autoload (quote speedbar-frame-mode) "speedbar" "\
16809 Communication with HOST is recorded in a buffer `*rsh-HOST*'. 16783 Communication with HOST is recorded in a buffer `*rsh-HOST*'.
16810 Normally input is edited in Emacs and sent a line at a time." t nil) 16784 Normally input is edited in Emacs and sent a line at a time." t nil)
16811 16785
16812 ;;;*** 16786 ;;;***
16813 16787
16814 ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15455 16788 ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15549
16815 ;;;;;; 18400)) 16789 ;;;;;; 1344))
16816 ;;; Generated autoloads from term.el 16790 ;;; Generated autoloads from term.el
16817 16791
16818 (autoload (quote make-term) "term" "\ 16792 (autoload (quote make-term) "term" "\
16819 Make a term process NAME in a buffer, running PROGRAM. 16793 Make a term process NAME in a buffer, running PROGRAM.
16820 The name of the buffer is made by surrounding NAME with `*'s. 16794 The name of the buffer is made by surrounding NAME with `*'s.
17751 17725
17752 ;;;*** 17726 ;;;***
17753 17727
17754 ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 17728 ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
17755 ;;;;;; tool-bar-local-item tool-bar-add-item tool-bar-mode) "tool-bar" 17729 ;;;;;; tool-bar-local-item tool-bar-add-item tool-bar-mode) "tool-bar"
17756 ;;;;;; "toolbar/tool-bar.el" (15531 2353)) 17730 ;;;;;; "toolbar/tool-bar.el" (15551 61904))
17757 ;;; Generated autoloads from toolbar/tool-bar.el 17731 ;;; Generated autoloads from toolbar/tool-bar.el
17758 17732
17759 (defvar tool-bar-mode nil "\ 17733 (defvar tool-bar-mode nil "\
17760 Non-nil if Tool-Bar mode is enabled. 17734 Non-nil if Tool-Bar mode is enabled.
17761 See the command `tool-bar-mode' for a description of this minor-mode. 17735 See the command `tool-bar-mode' for a description of this minor-mode.
19020 Turn on VIP emulation of VI." t nil) 18994 Turn on VIP emulation of VI." t nil)
19021 18995
19022 ;;;*** 18996 ;;;***
19023 18997
19024 ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 18998 ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
19025 ;;;;;; (15464 26328)) 18999 ;;;;;; (15548 17734))
19026 ;;; Generated autoloads from emulation/viper.el 19000 ;;; Generated autoloads from emulation/viper.el
19027 19001
19028 (autoload (quote toggle-viper-mode) "viper" "\ 19002 (autoload (quote toggle-viper-mode) "viper" "\
19029 Toggle Viper on/off. 19003 Toggle Viper on/off.
19030 If Viper is enabled, turn it off. Otherwise, turn it on." t nil) 19004 If Viper is enabled, turn it off. Otherwise, turn it on." t nil)
19217 With arg, turn widget mode on if and only if arg is positive." t nil) 19191 With arg, turn widget mode on if and only if arg is positive." t nil)
19218 19192
19219 ;;;*** 19193 ;;;***
19220 19194
19221 ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 19195 ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
19222 ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15472 19196 ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15548
19223 ;;;;;; 20889)) 19197 ;;;;;; 17734))
19224 ;;; Generated autoloads from wid-edit.el 19198 ;;; Generated autoloads from wid-edit.el
19225 19199
19226 (autoload (quote widgetp) "wid-edit" "\ 19200 (autoload (quote widgetp) "wid-edit" "\
19227 Return non-nil iff WIDGET is a widget." nil nil) 19201 Return non-nil iff WIDGET is a widget." nil nil)
19228 19202
19509 19483
19510 - fontification" t nil) 19484 - fontification" t nil)
19511 19485
19512 ;;;*** 19486 ;;;***
19513 19487
19514 ;;;### (autoloads nil nil ("subdirs.el" "international/mule-conf.el" 19488 ;;;### (autoloads nil nil ("textmodes/fill.el" "progmodes/idlw-rinfo.el"
19515 ;;;;;; "calendar/cal-french.el" "textmodes/texnfo-upd.el" "term/x-win.el" 19489 ;;;;;; "progmodes/cc-engine.el" "progmodes/ada-prj.el" "international/utf-8.el"
19516 ;;;;;; "language/slovak.el" "language/european.el" "language/czech.el" 19490 ;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/byte-opt.el" "calendar/cal-tex.el"
19517 ;;;;;; "gnus/qp.el" "xml.el" "w32-fns.el" "faces.el" "dos-fns.el" 19491 ;;;;;; "gnus/pop3.el" "gnus/nnwarchive.el" "gnus/nnmbox.el" "gnus/nnimap.el"
19518 ;;;;;; "calc/calcalg3.el" "calc/calcalg2.el" "calc/calc-maint.el" 19492 ;;;;;; "gnus/gnus-uu.el" "gnus/gnus-sum.el" "gnus/gnus-ems.el" "calc/calc-misc.el"
19519 ;;;;;; "calc/calc-macs.el" "textmodes/reftex-sel.el" "textmodes/paragraphs.el" 19493 ;;;;;; "window.el" "startup.el" "pcvs-info.el" "mouse.el" "menu-bar.el"
19520 ;;;;;; "eshell/esh-io.el" "eshell/esh-cmd.el" "eshell/em-unix.el" 19494 ;;;;;; "isearch.el" "help.el" "format.el" "finder-inf.el" "files.el"
19521 ;;;;;; "eshell/em-smart.el" "eshell/em-rebind.el" "eshell/em-prompt.el" 19495 ;;;;;; "cus-start.el" "cus-load.el" "allout.el" "international/ucs-tables.el"
19522 ;;;;;; "eshell/em-pred.el" "eshell/em-hist.el" "eshell/em-glob.el" 19496 ;;;;;; "gnus/nneething.el" "gnus/mm-util.el" "gnus/mm-decode.el"
19523 ;;;;;; "eshell/em-dirs.el" "eshell/em-cmpl.el" "eshell/em-alias.el" 19497 ;;;;;; "gnus/mail-source.el" "replace.el" "pcvs-parse.el" "ediff-ptch.el"
19524 ;;;;;; "emacs-lisp/lisp.el" "mail/uce.el" "gnus/mm-encode.el" "tempo.el" 19498 ;;;;;; "ediff-diff.el" "calc/calc-graph.el" "term/w32-win.el" "language/japanese.el"
19525 ;;;;;; "emulation/viper-util.el" "gnus/mml.el" "gnus/mm-view.el" 19499 ;;;;;; "international/mule.el" "eshell/esh-var.el" "w32-vars.el"
19526 ;;;;;; "calendar/cal-menu.el" "indent.el" "ediff-wind.el" "ediff-hook.el" 19500 ;;;;;; "vc-hooks.el" "paths.el" "textmodes/text-mode.el" "term/xterm.el"
19527 ;;;;;; "term/sun-mouse.el" "emacs-lisp/lisp-mode.el" "progmodes/mantemp.el" 19501 ;;;;;; "term/tty-colors.el" "term/rxvt.el" "term/pc-win.el" "net/ldap.el"
19528 ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/ebnf-yac.el" "progmodes/ebnf-otz.el" 19502 ;;;;;; "net/eudcb-ph.el" "net/eudcb-ldap.el" "net/eudcb-bbdb.el"
19529 ;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el" 19503 ;;;;;; "net/eudc-vars.el" "emacs-lisp/cl-seq.el" "calendar/parse-time.el"
19530 ;;;;;; "progmodes/cc-defs.el" "progmodes/cc-compat.el" "progmodes/cc-cmds.el" 19504 ;;;;;; "scroll-bar.el" "generic-x.el" "obsolete/mlsupport.el" "obsolete/hilit19.el"
19531 ;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-align.el" "play/meese.el" 19505 ;;;;;; "obsolete/cplus-md.el" "mail/mh-pick.el" "language/vietnamese.el"
19532 ;;;;;; "play/gametree.el" "obsolete/x-menu.el" "obsolete/x-apollo.el" 19506 ;;;;;; "language/utf-8-lang.el" "language/tibetan.el" "language/thai.el"
19533 ;;;;;; "obsolete/uncompress.el" "obsolete/sun-fns.el" "obsolete/sun-curs.el" 19507 ;;;;;; "language/lao.el" "language/korean.el" "language/indian.el"
19534 ;;;;;; "obsolete/sc.el" "obsolete/rnews.el" "obsolete/profile.el" 19508 ;;;;;; "language/hebrew.el" "language/greek.el" "language/georgian.el"
19535 ;;;;;; "obsolete/ooutline.el" "obsolete/c-mode.el" "mail/vms-pmail.el" 19509 ;;;;;; "language/cyrillic.el" "language/chinese.el" "international/utf-8-subst.el"
19536 ;;;;;; "mail/rfc822.el" "mail/rfc2368.el" "mail/mspools.el" "mail/mh-seq.el" 19510 ;;;;;; "international/ogonek.el" "international/iso-insert.el" "international/characters.el"
19537 ;;;;;; "mail/mh-funcs.el" "mail/mailpost.el" "mail/mailheader.el" 19511 ;;;;;; "calc/calc-mtx.el" "calc/calc-math.el" "calc/calc-forms.el"
19538 ;;;;;; "mail/blessmail.el" "language/romanian.el" "language/misc-lang.el" 19512 ;;;;;; "gnus/nntp.el" "gnus/nnspool.el" "gnus/nnmail.el" "gnus/mailcap.el"
19539 ;;;;;; "language/ethiopic.el" "language/english.el" "language/devanagari.el" 19513 ;;;;;; "gnus/imap.el" "gnus/gnus-cite.el" "eshell/em-ls.el" "emulation/viper-mous.el"
19540 ;;;;;; "international/swedish.el" "international/latin-9.el" "international/latin-8.el" 19514 ;;;;;; "emulation/viper-macs.el" "emulation/viper-keym.el" "emulation/viper-init.el"
19541 ;;;;;; "international/latin-5.el" "international/latin-4.el" "international/latin-3.el" 19515 ;;;;;; "emulation/viper-cmd.el" "emulation/tpu-mapper.el" "emulation/edt-mapper.el"
19542 ;;;;;; "international/latin-2.el" "international/latin-1.el" "international/ja-dic-utl.el" 19516 ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/find-gc.el" "emacs-lisp/ewoc.el"
19543 ;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el" 19517 ;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/authors.el" "textmodes/reftex-global.el"
19544 ;;;;;; "international/iso-ascii.el" "calc/calcsel2.el" "calc/calccomp.el" 19518 ;;;;;; "textmodes/makeinfo.el" "term/internal.el" "xscheme.el" "vt-control.el"
19545 ;;;;;; "calc/calc-yank.el" "calc/calc-vec.el" "calc/calc-units.el" 19519 ;;;;;; "version.el" "select.el" "pcvs-util.el" "foldout.el" "float-sup.el"
19546 ;;;;;; "calc/calc-undo.el" "calc/calc-trail.el" "calc/calc-stuff.el" 19520 ;;;;;; "ediff-vers.el" "ediff-merg.el" "case-table.el" "buff-menu.el"
19547 ;;;;;; "calc/calc-store.el" "calc/calc-stat.el" "calc/calc-sel.el" 19521 ;;;;;; "abbrevlist.el" "abbrev.el" "byte-run.el" "cdl.el" "cus-dep.el"
19548 ;;;;;; "calc/calc-rules.el" "calc/calc-rewr.el" "calc/calc-prog.el" 19522 ;;;;;; "dos-vars.el" "dos-w32.el" "electric.el" "emacs-lock.el"
19549 ;;;;;; "calc/calc-poly.el" "calc/calc-mode.el" "calc/calc-map.el" 19523 ;;;;;; "env.el" "forms-d2.el" "forms-pass.el" "kermit.el" "map-ynp.el"
19550 ;;;;;; "calc/calc-lang.el" "calc/calc-keypd.el" "calc/calc-incom.el" 19524 ;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "patcomp.el" "regi.el"
19551 ;;;;;; "calc/calc-help.el" "calc/calc-funcs.el" "calc/calc-frac.el" 19525 ;;;;;; "s-region.el" "saveplace.el" "soundex.el" "tcp.el" "timezone.el"
19552 ;;;;;; "calc/calc-fin.el" "calc/calc-embed.el" "calc/calc-cplx.el" 19526 ;;;;;; "uniquify.el" "unused.el" "vcursor.el" "vms-patch.el" "vmsproc.el"
19553 ;;;;;; "calc/calc-comb.el" "calc/calc-bin.el" "calc/calc-arith.el" 19527 ;;;;;; "vt100-led.el" "widget.el" "term/AT386.el" "term/apollo.el"
19554 ;;;;;; "calc/calc-alg.el" "calc/calc-aent.el" "gnus/webmail.el" 19528 ;;;;;; "term/bg-mouse.el" "term/bobcat.el" "term/iris-ansi.el" "term/keyswap.el"
19555 ;;;;;; "gnus/utf7.el" "gnus/starttls.el" "gnus/rfc2231.el" "gnus/rfc2104.el" 19529 ;;;;;; "term/linux.el" "term/lk201.el" "term/mac-win.el" "term/news.el"
19556 ;;;;;; "gnus/rfc2047.el" "gnus/rfc2045.el" "gnus/rfc1843.el" "gnus/nnweb.el" 19530 ;;;;;; "term/sun.el" "term/sup-mouse.el" "term/tvi970.el" "term/vt100.el"
19557 ;;;;;; "gnus/nnvirtual.el" "gnus/nnultimate.el" "gnus/nnslashdot.el" 19531 ;;;;;; "term/vt102.el" "term/vt125.el" "term/vt200.el" "term/vt201.el"
19558 ;;;;;; "gnus/nnoo.el" "gnus/nnmh.el" "gnus/nnlistserv.el" "gnus/nnheader.el" 19532 ;;;;;; "term/vt220.el" "term/vt240.el" "term/vt300.el" "term/vt320.el"
19559 ;;;;;; "gnus/nngateway.el" "gnus/nndraft.el" "gnus/nndir.el" "gnus/nnbabyl.el" 19533 ;;;;;; "term/vt400.el" "term/vt420.el" "term/wyse50.el" "textmodes/bib-mode.el"
19560 ;;;;;; "gnus/nnagent.el" "gnus/mm-bodies.el" "gnus/messcompat.el" 19534 ;;;;;; "textmodes/page-ext.el" "textmodes/page.el" "textmodes/refbib.el"
19561 ;;;;;; "gnus/mail-prsvr.el" "gnus/mail-parse.el" "gnus/ietf-drums.el" 19535 ;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el"
19562 ;;;;;; "gnus/gnus-vm.el" "gnus/gnus-util.el" "gnus/gnus-undo.el" 19536 ;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-ref.el" "textmodes/reftex-toc.el"
19563 ;;;;;; "gnus/gnus-topic.el" "gnus/gnus-srvr.el" "gnus/gnus-setup.el" 19537 ;;;;;; "textmodes/reftex-vars.el" "calendar/cal-china.el" "calendar/cal-coptic.el"
19564 ;;;;;; "gnus/gnus-score.el" "gnus/gnus-salt.el" "gnus/gnus-range.el" 19538 ;;;;;; "calendar/cal-islam.el" "calendar/cal-iso.el" "calendar/cal-julian.el"
19565 ;;;;;; "gnus/gnus-nocem.el" "gnus/gnus-mh.el" "gnus/gnus-logic.el" 19539 ;;;;;; "calendar/cal-mayan.el" "calendar/cal-move.el" "calendar/cal-persia.el"
19566 ;;;;;; "gnus/gnus-int.el" "gnus/gnus-gl.el" "gnus/gnus-eform.el" 19540 ;;;;;; "calendar/cal-x.el" "emacs-lisp/assoc.el" "emacs-lisp/cl-compat.el"
19567 ;;;;;; "gnus/gnus-dup.el" "gnus/gnus-draft.el" "gnus/gnus-demon.el" 19541 ;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el"
19568 ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-bcklg.el" "gnus/gnus-async.el" 19542 ;;;;;; "emacs-lisp/float.el" "emacs-lisp/gulp.el" "emacs-lisp/levents.el"
19569 ;;;;;; "gnus/format-spec.el" "gnus/flow-fill.el" "eshell/esh-util.el" 19543 ;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el" "emacs-lisp/sregex.el"
19570 ;;;;;; "eshell/esh-proc.el" "eshell/esh-opt.el" "eshell/esh-module.el" 19544 ;;;;;; "emulation/edt-lk201.el" "emulation/edt-pc.el" "emulation/edt-vt100.el"
19571 ;;;;;; "eshell/esh-maint.el" "eshell/esh-arg.el" "eshell/em-xtra.el" 19545 ;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-script.el"
19572 ;;;;;; "eshell/em-term.el" "eshell/em-script.el" "eshell/em-basic.el" 19546 ;;;;;; "eshell/em-term.el" "eshell/em-xtra.el" "eshell/esh-arg.el"
19573 ;;;;;; "eshell/em-banner.el" "emulation/edt-vt100.el" "emulation/edt-pc.el" 19547 ;;;;;; "eshell/esh-maint.el" "eshell/esh-module.el" "eshell/esh-opt.el"
19574 ;;;;;; "emulation/edt-lk201.el" "emacs-lisp/sregex.el" "emacs-lisp/lselect.el" 19548 ;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "gnus/flow-fill.el"
19575 ;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/levents.el" "emacs-lisp/gulp.el" 19549 ;;;;;; "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el"
19576 ;;;;;; "emacs-lisp/float.el" "emacs-lisp/cust-print.el" "emacs-lisp/cl-specs.el" 19550 ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-draft.el"
19577 ;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-compat.el" "emacs-lisp/assoc.el" 19551 ;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-gl.el"
19578 ;;;;;; "calendar/cal-x.el" "calendar/cal-persia.el" "calendar/cal-move.el" 19552 ;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el"
19579 ;;;;;; "calendar/cal-mayan.el" "calendar/cal-julian.el" "calendar/cal-iso.el" 19553 ;;;;;; "gnus/gnus-nocem.el" "gnus/gnus-range.el" "gnus/gnus-salt.el"
19580 ;;;;;; "calendar/cal-islam.el" "calendar/cal-coptic.el" "calendar/cal-china.el" 19554 ;;;;;; "gnus/gnus-score.el" "gnus/gnus-setup.el" "gnus/gnus-srvr.el"
19581 ;;;;;; "textmodes/reftex-vars.el" "textmodes/reftex-toc.el" "textmodes/reftex-ref.el" 19555 ;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el"
19582 ;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-dcr.el" "textmodes/reftex-auc.el" 19556 ;;;;;; "gnus/gnus-vm.el" "gnus/ietf-drums.el" "gnus/mail-parse.el"
19583 ;;;;;; "textmodes/refer.el" "textmodes/refbib.el" "textmodes/page.el" 19557 ;;;;;; "gnus/mail-prsvr.el" "gnus/messcompat.el" "gnus/mm-bodies.el"
19584 ;;;;;; "textmodes/page-ext.el" "textmodes/bib-mode.el" "term/wyse50.el" 19558 ;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el"
19585 ;;;;;; "term/vt420.el" "term/vt400.el" "term/vt320.el" "term/vt300.el" 19559 ;;;;;; "gnus/nngateway.el" "gnus/nnheader.el" "gnus/nnlistserv.el"
19586 ;;;;;; "term/vt240.el" "term/vt220.el" "term/vt201.el" "term/vt200.el" 19560 ;;;;;; "gnus/nnmh.el" "gnus/nnoo.el" "gnus/nnslashdot.el" "gnus/nnultimate.el"
19587 ;;;;;; "term/vt125.el" "term/vt102.el" "term/vt100.el" "term/tvi970.el" 19561 ;;;;;; "gnus/nnvirtual.el" "gnus/nnweb.el" "gnus/rfc1843.el" "gnus/rfc2045.el"
19588 ;;;;;; "term/sup-mouse.el" "term/sun.el" "term/news.el" "term/mac-win.el" 19562 ;;;;;; "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/starttls.el"
19589 ;;;;;; "term/lk201.el" "term/linux.el" "term/keyswap.el" "term/iris-ansi.el" 19563 ;;;;;; "gnus/utf7.el" "gnus/webmail.el" "calc/calc-aent.el" "calc/calc-alg.el"
19590 ;;;;;; "term/bobcat.el" "term/bg-mouse.el" "term/apollo.el" "term/AT386.el" 19564 ;;;;;; "calc/calc-arith.el" "calc/calc-comb.el" "calc/calc-cplx.el"
19591 ;;;;;; "widget.el" "vt100-led.el" "vmsproc.el" "vms-patch.el" "vcursor.el" 19565 ;;;;;; "calc/calc-embed.el" "calc/calc-fin.el" "calc/calc-frac.el"
19592 ;;;;;; "unused.el" "uniquify.el" "timezone.el" "tcp.el" "soundex.el" 19566 ;;;;;; "calc/calc-funcs.el" "calc/calc-help.el" "calc/calc-incom.el"
19593 ;;;;;; "saveplace.el" "s-region.el" "regi.el" "patcomp.el" "mouse-drag.el" 19567 ;;;;;; "calc/calc-keypd.el" "calc/calc-lang.el" "calc/calc-map.el"
19594 ;;;;;; "mouse-copy.el" "misc.el" "map-ynp.el" "kermit.el" "forms-pass.el" 19568 ;;;;;; "calc/calc-mode.el" "calc/calc-poly.el" "calc/calc-prog.el"
19595 ;;;;;; "forms-d2.el" "env.el" "emacs-lock.el" "electric.el" "dos-w32.el" 19569 ;;;;;; "calc/calc-rewr.el" "calc/calc-rules.el" "calc/calc-sel.el"
19596 ;;;;;; "dos-vars.el" "cus-dep.el" "cdl.el" "byte-run.el" "abbrev.el" 19570 ;;;;;; "calc/calc-stat.el" "calc/calc-store.el" "calc/calc-stuff.el"
19597 ;;;;;; "abbrevlist.el" "buff-menu.el" "case-table.el" "custom.el" 19571 ;;;;;; "calc/calc-trail.el" "calc/calc-undo.el" "calc/calc-units.el"
19598 ;;;;;; "ediff-merg.el" "ediff-vers.el" "float-sup.el" "foldout.el" 19572 ;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calccomp.el"
19599 ;;;;;; "pcvs-util.el" "select.el" "version.el" "vt-control.el" "xscheme.el" 19573 ;;;;;; "calc/calcsel2.el" "international/iso-ascii.el" "international/iso-swed.el"
19600 ;;;;;; "term/internal.el" "textmodes/makeinfo.el" "textmodes/reftex-global.el" 19574 ;;;;;; "international/ja-dic-cnv.el" "international/ja-dic-utl.el"
19601 ;;;;;; "emacs-lisp/authors.el" "emacs-lisp/cl-macs.el" "emacs-lisp/ewoc.el" 19575 ;;;;;; "international/latin-1.el" "international/latin-2.el" "international/latin-3.el"
19602 ;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/lisp-mnt.el" "emulation/edt-mapper.el" 19576 ;;;;;; "international/latin-4.el" "international/latin-5.el" "international/latin-8.el"
19603 ;;;;;; "emulation/tpu-mapper.el" "emulation/viper-cmd.el" "emulation/viper-ex.el" 19577 ;;;;;; "international/latin-9.el" "international/swedish.el" "language/devanagari.el"
19604 ;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el" 19578 ;;;;;; "language/english.el" "language/ethiopic.el" "language/misc-lang.el"
19605 ;;;;;; "emulation/viper-mous.el" "eshell/em-ls.el" "gnus/gnus-cite.el" 19579 ;;;;;; "language/romanian.el" "mail/blessmail.el" "mail/mailheader.el"
19606 ;;;;;; "gnus/imap.el" "gnus/mailcap.el" "gnus/nnmail.el" "gnus/nnspool.el" 19580 ;;;;;; "mail/mailpost.el" "mail/mh-funcs.el" "mail/mh-seq.el" "mail/mspools.el"
19607 ;;;;;; "gnus/nntp.el" "calc/calc-forms.el" "calc/calc-math.el" "calc/calc-mtx.el" 19581 ;;;;;; "mail/rfc2368.el" "mail/rfc822.el" "mail/vms-pmail.el" "obsolete/c-mode.el"
19608 ;;;;;; "international/characters.el" "international/iso-insert.el" 19582 ;;;;;; "obsolete/ooutline.el" "obsolete/profile.el" "obsolete/rnews.el"
19609 ;;;;;; "international/ogonek.el" "international/utf-8-subst.el" 19583 ;;;;;; "obsolete/sc.el" "obsolete/sun-curs.el" "obsolete/sun-fns.el"
19610 ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/georgian.el" 19584 ;;;;;; "obsolete/uncompress.el" "obsolete/x-apollo.el" "obsolete/x-menu.el"
19611 ;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el" 19585 ;;;;;; "play/gametree.el" "play/meese.el" "progmodes/cc-align.el"
19612 ;;;;;; "language/korean.el" "language/lao.el" "language/thai.el" 19586 ;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" "progmodes/cc-compat.el"
19613 ;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el" 19587 ;;;;;; "progmodes/cc-defs.el" "progmodes/cc-menus.el" "progmodes/ebnf-bnf.el"
19614 ;;;;;; "mail/mh-pick.el" "obsolete/cplus-md.el" "obsolete/hilit19.el" 19588 ;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el"
19615 ;;;;;; "obsolete/mlsupport.el" "generic-x.el" "scroll-bar.el" "calendar/parse-time.el" 19589 ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "emacs-lisp/lisp-mode.el"
19616 ;;;;;; "emacs-lisp/cl-seq.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" 19590 ;;;;;; "term/sun-mouse.el" "ediff-hook.el" "ediff-wind.el" "indent.el"
19617 ;;;;;; "net/eudcb-ldap.el" "net/eudcb-ph.el" "net/ldap.el" "term/pc-win.el" 19591 ;;;;;; "calendar/cal-menu.el" "gnus/mm-view.el" "gnus/mml.el" "emulation/viper-util.el"
19618 ;;;;;; "term/rxvt.el" "term/tty-colors.el" "term/xterm.el" "register.el" 19592 ;;;;;; "tempo.el" "gnus/mm-encode.el" "mail/uce.el" "emacs-lisp/lisp.el"
19619 ;;;;;; "textmodes/text-mode.el" "paths.el" "vc-hooks.el" "w32-vars.el" 19593 ;;;;;; "eshell/em-alias.el" "eshell/em-cmpl.el" "eshell/em-dirs.el"
19620 ;;;;;; "eshell/esh-var.el" "international/mule.el" "language/japanese.el" 19594 ;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-pred.el"
19621 ;;;;;; "term/w32-win.el" "calc/calc-graph.el" "ediff-diff.el" "ediff-init.el" 19595 ;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-smart.el"
19622 ;;;;;; "ediff-ptch.el" "frame.el" "pcvs-parse.el" "replace.el" "gnus/mail-source.el" 19596 ;;;;;; "eshell/em-unix.el" "eshell/esh-cmd.el" "eshell/esh-io.el"
19623 ;;;;;; "gnus/mm-decode.el" "gnus/mm-util.el" "gnus/nneething.el" 19597 ;;;;;; "textmodes/paragraphs.el" "textmodes/reftex-sel.el" "calc/calc-macs.el"
19624 ;;;;;; "eshell/esh-ext.el" "international/ucs-tables.el" "allout.el" 19598 ;;;;;; "calc/calc-maint.el" "calc/calcalg2.el" "calc/calcalg3.el"
19625 ;;;;;; "bindings.el" "cus-load.el" "cus-start.el" "files.el" "finder-inf.el" 19599 ;;;;;; "dos-fns.el" "w32-fns.el" "xml.el" "gnus/qp.el" "language/czech.el"
19626 ;;;;;; "format.el" "help.el" "isearch.el" "loadup.el" "menu-bar.el" 19600 ;;;;;; "language/european.el" "language/slovak.el" "term/x-win.el"
19627 ;;;;;; "mouse.el" "pcvs-info.el" "simple.el" "startup.el" "subr.el" 19601 ;;;;;; "textmodes/texnfo-upd.el" "calendar/cal-french.el" "international/mule-conf.el"
19628 ;;;;;; "window.el" "calc/calc-misc.el" "gnus/gnus-ems.el" "gnus/gnus-sum.el" 19602 ;;;;;; "subdirs.el" "bindings.el" "custom.el" "ediff-init.el" "faces.el"
19629 ;;;;;; "gnus/gnus-uu.el" "gnus/nnimap.el" "gnus/nnmbox.el" "gnus/nnwarchive.el" 19603 ;;;;;; "frame.el" "loadup.el" "register.el" "simple.el" "subr.el"
19630 ;;;;;; "gnus/pop3.el" "calendar/cal-tex.el" "emacs-lisp/byte-opt.el" 19604 ;;;;;; "calc/calc-bin.el" "emulation/viper-ex.el" "eshell/esh-ext.el"
19631 ;;;;;; "emacs-lisp/lucid.el" "international/mule-cmds.el" "international/utf-8.el" 19605 ;;;;;; "international/mule-cmds.el" "play/gamegrid.el") (15552 4588
19632 ;;;;;; "play/gamegrid.el" "progmodes/ada-prj.el" "progmodes/cc-engine.el" 19606 ;;;;;; 230729))
19633 ;;;;;; "progmodes/idlw-rinfo.el" "textmodes/fill.el") (15543 176
19634 ;;;;;; 188530))
19635 19607
19636 ;;;*** 19608 ;;;***
19637 19609
19638 ;; Local Variables: 19610 ;; Local Variables:
19639 ;; version-control: never 19611 ;; version-control: never