diff options
| author | Eli Zaretskii | 2002-03-15 13:47:46 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-03-15 13:47:46 +0000 |
| commit | 8d89e048cc2cd3991a882d305d05a37a6b18407a (patch) | |
| tree | f568e165fb7a413cf3739740f91992f2731eb1ee | |
| parent | f6e2875153dd585d62b238794b8ef073ba0537f7 (diff) | |
| download | emacs-8d89e048cc2cd3991a882d305d05a37a6b18407a.tar.gz emacs-8d89e048cc2cd3991a882d305d05a37a6b18407a.zip | |
Regenerated.
| -rw-r--r-- | lisp/finder-inf.el | 6 | ||||
| -rw-r--r-- | lisp/loaddefs.el | 232 |
2 files changed, 127 insertions, 111 deletions
diff --git a/lisp/finder-inf.el b/lisp/finder-inf.el index bed3f2a9a37..7172fea3c2f 100644 --- a/lisp/finder-inf.el +++ b/lisp/finder-inf.el | |||
| @@ -2230,6 +2230,9 @@ | |||
| 2230 | ("picture.el" | 2230 | ("picture.el" |
| 2231 | "\"Picture mode\" -- editing using quarter-plane screen model" | 2231 | "\"Picture mode\" -- editing using quarter-plane screen model" |
| 2232 | (convenience wp)) | 2232 | (convenience wp)) |
| 2233 | ("po.el" | ||
| 2234 | "basic support of PO translation files" | ||
| 2235 | (i18n files)) | ||
| 2233 | ("refbib.el" | 2236 | ("refbib.el" |
| 2234 | "convert refer-style references to ones usable by Latex bib" | 2237 | "convert refer-style references to ones usable by Latex bib" |
| 2235 | (bib tex)) | 2238 | (bib tex)) |
| @@ -2305,6 +2308,9 @@ | |||
| 2305 | ("underline.el" | 2308 | ("underline.el" |
| 2306 | "insert/remove underlining (done by overstriking) in Emacs" | 2309 | "insert/remove underlining (done by overstriking) in Emacs" |
| 2307 | (wp)) | 2310 | (wp)) |
| 2311 | ("xml-lite.el" | ||
| 2312 | "an indentation-engine for XML" | ||
| 2313 | (xml)) | ||
| 2308 | ("tool-bar.el" | 2314 | ("tool-bar.el" |
| 2309 | "setting up the tool bar" | 2315 | "setting up the tool bar" |
| 2310 | (mouse frames)) | 2316 | (mouse frames)) |
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index 63ca57c2ff8..565e6b7ca85 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -586,8 +586,8 @@ Returns list of symbols and documentation found." t nil) | |||
| 586 | 586 | ||
| 587 | ;;;*** | 587 | ;;;*** |
| 588 | 588 | ||
| 589 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15490 | 589 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15505 |
| 590 | ;;;;;; 49403)) | 590 | ;;;;;; 59084)) |
| 591 | ;;; Generated autoloads from arc-mode.el | 591 | ;;; Generated autoloads from arc-mode.el |
| 592 | 592 | ||
| 593 | (autoload (quote archive-mode) "arc-mode" "\ | 593 | (autoload (quote archive-mode) "arc-mode" "\ |
| @@ -674,8 +674,8 @@ Entering array mode calls the function `array-mode-hook'." t nil) | |||
| 674 | 674 | ||
| 675 | ;;;*** | 675 | ;;;*** |
| 676 | 676 | ||
| 677 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15490 | 677 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15505 |
| 678 | ;;;;;; 49404)) | 678 | ;;;;;; 59092)) |
| 679 | ;;; Generated autoloads from textmodes/artist.el | 679 | ;;; Generated autoloads from textmodes/artist.el |
| 680 | 680 | ||
| 681 | (autoload (quote artist-mode) "artist" "\ | 681 | (autoload (quote artist-mode) "artist" "\ |
| @@ -1173,8 +1173,8 @@ seconds." t nil) | |||
| 1173 | 1173 | ||
| 1174 | ;;;*** | 1174 | ;;;*** |
| 1175 | 1175 | ||
| 1176 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15494 | 1176 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15505 |
| 1177 | ;;;;;; 46931)) | 1177 | ;;;;;; 59092)) |
| 1178 | ;;; Generated autoloads from textmodes/bibtex.el | 1178 | ;;; Generated autoloads from textmodes/bibtex.el |
| 1179 | 1179 | ||
| 1180 | (autoload (quote bibtex-mode) "bibtex" "\ | 1180 | (autoload (quote bibtex-mode) "bibtex" "\ |
| @@ -1668,7 +1668,7 @@ corresponding bookmark function from Lisp (the one without the | |||
| 1668 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program | 1668 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program |
| 1669 | ;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program | 1669 | ;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program |
| 1670 | ;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url" | 1670 | ;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url" |
| 1671 | ;;;;;; "net/browse-url.el" (15500 565)) | 1671 | ;;;;;; "net/browse-url.el" (15505 59088)) |
| 1672 | ;;; Generated autoloads from net/browse-url.el | 1672 | ;;; Generated autoloads from net/browse-url.el |
| 1673 | 1673 | ||
| 1674 | (defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\ | 1674 | (defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\ |
| @@ -2205,7 +2205,7 @@ Also looks for the equivalent TeX words, \\gets and \\evalto." t nil) | |||
| 2205 | ;;;*** | 2205 | ;;;*** |
| 2206 | 2206 | ||
| 2207 | ;;;### (autoloads (calc-extensions) "calc-ext" "calc/calc-ext.el" | 2207 | ;;;### (autoloads (calc-extensions) "calc-ext" "calc/calc-ext.el" |
| 2208 | ;;;;;; (15484 11831)) | 2208 | ;;;;;; (15488 49716)) |
| 2209 | ;;; Generated autoloads from calc/calc-ext.el | 2209 | ;;; Generated autoloads from calc/calc-ext.el |
| 2210 | 2210 | ||
| 2211 | (autoload (quote calc-extensions) "calc-ext" "\ | 2211 | (autoload (quote calc-extensions) "calc-ext" "\ |
| @@ -3341,7 +3341,7 @@ a future Emacs interpreter will be able to use it.") | |||
| 3341 | ;;;*** | 3341 | ;;;*** |
| 3342 | 3342 | ||
| 3343 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" | 3343 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" |
| 3344 | ;;;;;; (15502 42024)) | 3344 | ;;;;;; (15505 59087)) |
| 3345 | ;;; Generated autoloads from emacs-lisp/cl-indent.el | 3345 | ;;; Generated autoloads from emacs-lisp/cl-indent.el |
| 3346 | 3346 | ||
| 3347 | (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) | 3347 | (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) |
| @@ -3443,7 +3443,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil) | |||
| 3443 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 3443 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 3444 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 3444 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 3445 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 3445 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 3446 | ;;;;;; (15501 19351)) | 3446 | ;;;;;; (15505 59085)) |
| 3447 | ;;; Generated autoloads from comint.el | 3447 | ;;; Generated autoloads from comint.el |
| 3448 | 3448 | ||
| 3449 | (autoload (quote make-comint-in-buffer) "comint" "\ | 3449 | (autoload (quote make-comint-in-buffer) "comint" "\ |
| @@ -3929,7 +3929,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil) | |||
| 3929 | ;;;*** | 3929 | ;;;*** |
| 3930 | 3930 | ||
| 3931 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" | 3931 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" |
| 3932 | ;;;;;; (15492 4787)) | 3932 | ;;;;;; (15505 59091)) |
| 3933 | ;;; Generated autoloads from progmodes/cperl-mode.el | 3933 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 3934 | 3934 | ||
| 3935 | (autoload (quote cperl-mode) "cperl-mode" "\ | 3935 | (autoload (quote cperl-mode) "cperl-mode" "\ |
| @@ -4181,7 +4181,7 @@ INHERIT-INPUT-METHOD." nil nil) | |||
| 4181 | ;;;;;; customize-option-other-window customize-changed-options customize-option | 4181 | ;;;;;; customize-option-other-window customize-changed-options customize-option |
| 4182 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable | 4182 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable |
| 4183 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" | 4183 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" |
| 4184 | ;;;;;; (15481 36014)) | 4184 | ;;;;;; (15483 47733)) |
| 4185 | ;;; Generated autoloads from cus-edit.el | 4185 | ;;; Generated autoloads from cus-edit.el |
| 4186 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") | 4186 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") |
| 4187 | 4187 | ||
| @@ -4615,7 +4615,7 @@ $ | |||
| 4615 | ;;;*** | 4615 | ;;;*** |
| 4616 | 4616 | ||
| 4617 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" | 4617 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" |
| 4618 | ;;;;;; "emacs-lisp/debug.el" (15464 26327)) | 4618 | ;;;;;; "emacs-lisp/debug.el" (15505 59087)) |
| 4619 | ;;; Generated autoloads from emacs-lisp/debug.el | 4619 | ;;; Generated autoloads from emacs-lisp/debug.el |
| 4620 | 4620 | ||
| 4621 | (setq debugger (quote debug)) | 4621 | (setq debugger (quote debug)) |
| @@ -4810,7 +4810,7 @@ the first time the mode is used." nil nil) | |||
| 4810 | ;;;*** | 4810 | ;;;*** |
| 4811 | 4811 | ||
| 4812 | ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" | 4812 | ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" |
| 4813 | ;;;;;; (15501 19351)) | 4813 | ;;;;;; (15505 59085)) |
| 4814 | ;;; Generated autoloads from desktop.el | 4814 | ;;; Generated autoloads from desktop.el |
| 4815 | 4815 | ||
| 4816 | (autoload (quote desktop-read) "desktop" "\ | 4816 | (autoload (quote desktop-read) "desktop" "\ |
| @@ -4833,7 +4833,7 @@ to provide correct modes for autoloaded files." nil nil) | |||
| 4833 | ;;;*** | 4833 | ;;;*** |
| 4834 | 4834 | ||
| 4835 | ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" | 4835 | ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" |
| 4836 | ;;;;;; (15490 49404)) | 4836 | ;;;;;; (15505 59087)) |
| 4837 | ;;; Generated autoloads from calendar/diary-lib.el | 4837 | ;;; Generated autoloads from calendar/diary-lib.el |
| 4838 | 4838 | ||
| 4839 | (autoload (quote diary) "diary-lib" "\ | 4839 | (autoload (quote diary) "diary-lib" "\ |
| @@ -4911,7 +4911,7 @@ Minor mode for viewing/editing context diffs. | |||
| 4911 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink | 4911 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink |
| 4912 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename | 4912 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename |
| 4913 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) | 4913 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) |
| 4914 | ;;;;;; "dired" "dired.el" (15464 26323)) | 4914 | ;;;;;; "dired" "dired.el" (15505 59085)) |
| 4915 | ;;; Generated autoloads from dired.el | 4915 | ;;; Generated autoloads from dired.el |
| 4916 | 4916 | ||
| 4917 | (defvar dired-listing-switches "-al" "\ | 4917 | (defvar dired-listing-switches "-al" "\ |
| @@ -5018,7 +5018,7 @@ Like `dired' but returns the dired buffer as value, does not select it." nil nil | |||
| 5018 | ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines | 5018 | ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines |
| 5019 | ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp | 5019 | ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp |
| 5020 | ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" | 5020 | ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" |
| 5021 | ;;;;;; "dired-aux.el" (15427 61500)) | 5021 | ;;;;;; "dired-aux.el" (15505 59085)) |
| 5022 | ;;; Generated autoloads from dired-aux.el | 5022 | ;;; Generated autoloads from dired-aux.el |
| 5023 | 5023 | ||
| 5024 | (autoload (quote dired-diff) "dired-aux" "\ | 5024 | (autoload (quote dired-diff) "dired-aux" "\ |
| @@ -5444,7 +5444,7 @@ Play sounds in message buffers." t nil) | |||
| 5444 | 5444 | ||
| 5445 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap | 5445 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap |
| 5446 | ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" | 5446 | ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" |
| 5447 | ;;;;;; "emacs-lisp/easy-mmode.el" (15492 4731)) | 5447 | ;;;;;; "emacs-lisp/easy-mmode.el" (15505 59087)) |
| 5448 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el | 5448 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el |
| 5449 | 5449 | ||
| 5450 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) | 5450 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) |
| @@ -5745,7 +5745,7 @@ It returns the old style symbol." t nil) | |||
| 5745 | ;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use | 5745 | ;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use |
| 5746 | ;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol | 5746 | ;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol |
| 5747 | ;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse" | 5747 | ;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse" |
| 5748 | ;;;;;; "progmodes/ebrowse.el" (15496 3650)) | 5748 | ;;;;;; "progmodes/ebrowse.el" (15505 59091)) |
| 5749 | ;;; Generated autoloads from progmodes/ebrowse.el | 5749 | ;;; Generated autoloads from progmodes/ebrowse.el |
| 5750 | 5750 | ||
| 5751 | (autoload (quote ebrowse-tree-mode) "ebrowse" "\ | 5751 | (autoload (quote ebrowse-tree-mode) "ebrowse" "\ |
| @@ -5884,7 +5884,7 @@ or if an error occurs, leave point after it with mark at the original point." t | |||
| 5884 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor | 5884 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor |
| 5885 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions | 5885 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions |
| 5886 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3 | 5886 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3 |
| 5887 | ;;;;;; ediff-files) "ediff" "ediff.el" (15493 27495)) | 5887 | ;;;;;; ediff-files) "ediff" "ediff.el" (15505 59085)) |
| 5888 | ;;; Generated autoloads from ediff.el | 5888 | ;;; Generated autoloads from ediff.el |
| 5889 | 5889 | ||
| 5890 | (autoload (quote ediff-files) "ediff" "\ | 5890 | (autoload (quote ediff-files) "ediff" "\ |
| @@ -6067,7 +6067,7 @@ With optional NODE, goes to that node." t nil) | |||
| 6067 | ;;;*** | 6067 | ;;;*** |
| 6068 | 6068 | ||
| 6069 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" | 6069 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" |
| 6070 | ;;;;;; (15493 27494)) | 6070 | ;;;;;; (15505 59085)) |
| 6071 | ;;; Generated autoloads from ediff-mult.el | 6071 | ;;; Generated autoloads from ediff-mult.el |
| 6072 | 6072 | ||
| 6073 | (autoload (quote ediff-show-registry) "ediff-mult" "\ | 6073 | (autoload (quote ediff-show-registry) "ediff-mult" "\ |
| @@ -6078,7 +6078,7 @@ Display Ediff's registry." t nil) | |||
| 6078 | ;;;*** | 6078 | ;;;*** |
| 6079 | 6079 | ||
| 6080 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) | 6080 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) |
| 6081 | ;;;;;; "ediff-util" "ediff-util.el" (15493 27494)) | 6081 | ;;;;;; "ediff-util" "ediff-util.el" (15505 59085)) |
| 6082 | ;;; Generated autoloads from ediff-util.el | 6082 | ;;; Generated autoloads from ediff-util.el |
| 6083 | 6083 | ||
| 6084 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ | 6084 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ |
| @@ -6434,7 +6434,7 @@ Please include any configuration details that might be involved." t nil) | |||
| 6434 | ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table | 6434 | ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table |
| 6435 | ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list | 6435 | ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list |
| 6436 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" | 6436 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" |
| 6437 | ;;;;;; (15503 62961)) | 6437 | ;;;;;; (15505 59091)) |
| 6438 | ;;; Generated autoloads from progmodes/etags.el | 6438 | ;;; Generated autoloads from progmodes/etags.el |
| 6439 | 6439 | ||
| 6440 | (defvar tags-file-name nil "\ | 6440 | (defvar tags-file-name nil "\ |
| @@ -7050,7 +7050,7 @@ with no args, if that value is non-nil." t nil) | |||
| 7050 | ;;;;;; facemenu-remove-face-props facemenu-set-read-only facemenu-set-intangible | 7050 | ;;;;;; facemenu-remove-face-props facemenu-set-read-only facemenu-set-intangible |
| 7051 | ;;;;;; facemenu-set-invisible facemenu-set-face-from-menu facemenu-set-background | 7051 | ;;;;;; facemenu-set-invisible facemenu-set-face-from-menu facemenu-set-background |
| 7052 | ;;;;;; facemenu-set-foreground facemenu-set-face) "facemenu" "facemenu.el" | 7052 | ;;;;;; facemenu-set-foreground facemenu-set-face) "facemenu" "facemenu.el" |
| 7053 | ;;;;;; (15474 62302)) | 7053 | ;;;;;; (15505 59085)) |
| 7054 | ;;; Generated autoloads from facemenu.el | 7054 | ;;; Generated autoloads from facemenu.el |
| 7055 | (define-key global-map "\M-g" 'facemenu-keymap) | 7055 | (define-key global-map "\M-g" 'facemenu-keymap) |
| 7056 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) | 7056 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) |
| @@ -7113,7 +7113,7 @@ typing a character to insert cancels the specification." t nil) | |||
| 7113 | 7113 | ||
| 7114 | (autoload (quote facemenu-set-foreground) "facemenu" "\ | 7114 | (autoload (quote facemenu-set-foreground) "facemenu" "\ |
| 7115 | Set the foreground COLOR of the region or next character typed. | 7115 | Set the foreground COLOR of the region or next character typed. |
| 7116 | The color is prompted for. A face named `fg:color' is used (or created). | 7116 | This command reads the color in the minibuffer. |
| 7117 | 7117 | ||
| 7118 | If the region is active (normally true except in Transient Mark mode) | 7118 | If the region is active (normally true except in Transient Mark mode) |
| 7119 | and there is no prefix argument, this command sets the region to the | 7119 | and there is no prefix argument, this command sets the region to the |
| @@ -7125,7 +7125,7 @@ typing a character to insert cancels the specification." t nil) | |||
| 7125 | 7125 | ||
| 7126 | (autoload (quote facemenu-set-background) "facemenu" "\ | 7126 | (autoload (quote facemenu-set-background) "facemenu" "\ |
| 7127 | Set the background COLOR of the region or next character typed. | 7127 | Set the background COLOR of the region or next character typed. |
| 7128 | Reads the color in the minibuffer. | 7128 | This command reads the color in the minibuffer. |
| 7129 | 7129 | ||
| 7130 | If the region is active (normally true except in Transient Mark mode) | 7130 | If the region is active (normally true except in Transient Mark mode) |
| 7131 | and there is no prefix argument, this command sets the region to the | 7131 | and there is no prefix argument, this command sets the region to the |
| @@ -7335,7 +7335,7 @@ the name is considered already unique; only the second substitution | |||
| 7335 | ;;;*** | 7335 | ;;;*** |
| 7336 | 7336 | ||
| 7337 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options | 7337 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options |
| 7338 | ;;;;;; find-ls-option) "find-dired" "find-dired.el" (15500 564)) | 7338 | ;;;;;; find-ls-option) "find-dired" "find-dired.el" (15505 59086)) |
| 7339 | ;;; Generated autoloads from find-dired.el | 7339 | ;;; Generated autoloads from find-dired.el |
| 7340 | 7340 | ||
| 7341 | (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ | 7341 | (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ |
| @@ -7587,7 +7587,7 @@ to get the effect of a C-q." nil nil) | |||
| 7587 | 7587 | ||
| 7588 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off | 7588 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off |
| 7589 | ;;;;;; flyspell-version flyspell-mode flyspell-prog-mode flyspell-mode-line-string) | 7589 | ;;;;;; flyspell-version flyspell-mode flyspell-prog-mode flyspell-mode-line-string) |
| 7590 | ;;;;;; "flyspell" "textmodes/flyspell.el" (15477 39079)) | 7590 | ;;;;;; "flyspell" "textmodes/flyspell.el" (15478 22406)) |
| 7591 | ;;; Generated autoloads from textmodes/flyspell.el | 7591 | ;;; Generated autoloads from textmodes/flyspell.el |
| 7592 | 7592 | ||
| 7593 | (defvar flyspell-mode-line-string " Fly" "\ | 7593 | (defvar flyspell-mode-line-string " Fly" "\ |
| @@ -7715,7 +7715,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key: | |||
| 7715 | 7715 | ||
| 7716 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode | 7716 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode |
| 7717 | ;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock | 7717 | ;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock |
| 7718 | ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15501 19353)) | 7718 | ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15505 59086)) |
| 7719 | ;;; Generated autoloads from font-lock.el | 7719 | ;;; Generated autoloads from font-lock.el |
| 7720 | 7720 | ||
| 7721 | (make-variable-buffer-local (quote font-lock-defaults)) | 7721 | (make-variable-buffer-local (quote font-lock-defaults)) |
| @@ -7910,7 +7910,7 @@ Visit a file in Forms mode in other window." t nil) | |||
| 7910 | ;;;*** | 7910 | ;;;*** |
| 7911 | 7911 | ||
| 7912 | ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" | 7912 | ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" |
| 7913 | ;;;;;; "progmodes/fortran.el" (15503 62961)) | 7913 | ;;;;;; "progmodes/fortran.el" (15505 59091)) |
| 7914 | ;;; Generated autoloads from progmodes/fortran.el | 7914 | ;;; Generated autoloads from progmodes/fortran.el |
| 7915 | 7915 | ||
| 7916 | (defvar fortran-tab-mode-default nil "\ | 7916 | (defvar fortran-tab-mode-default nil "\ |
| @@ -8146,7 +8146,7 @@ Start Gnus and fetch session." t nil) | |||
| 8146 | ;;;*** | 8146 | ;;;*** |
| 8147 | 8147 | ||
| 8148 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" | 8148 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" |
| 8149 | ;;;;;; (15477 39075)) | 8149 | ;;;;;; (15478 22405)) |
| 8150 | ;;; Generated autoloads from gnus/gnus-art.el | 8150 | ;;; Generated autoloads from gnus/gnus-art.el |
| 8151 | 8151 | ||
| 8152 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ | 8152 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ |
| @@ -8559,7 +8559,7 @@ to be updated." t nil) | |||
| 8559 | 8559 | ||
| 8560 | ;;;### (autoloads (describe-categories describe-syntax describe-variable | 8560 | ;;;### (autoloads (describe-categories describe-syntax describe-variable |
| 8561 | ;;;;;; variable-at-point describe-function-1 describe-function locate-library | 8561 | ;;;;;; variable-at-point describe-function-1 describe-function locate-library |
| 8562 | ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15481 36019)) | 8562 | ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15483 47733)) |
| 8563 | ;;; Generated autoloads from help-fns.el | 8563 | ;;; Generated autoloads from help-fns.el |
| 8564 | 8564 | ||
| 8565 | (autoload (quote help-with-tutorial) "help-fns" "\ | 8565 | (autoload (quote help-with-tutorial) "help-fns" "\ |
| @@ -8699,7 +8699,7 @@ Provide help for current mode." t nil) | |||
| 8699 | ;;;*** | 8699 | ;;;*** |
| 8700 | 8700 | ||
| 8701 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" | 8701 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" |
| 8702 | ;;;;;; "hexl.el" (15492 4718)) | 8702 | ;;;;;; "hexl.el" (15505 59086)) |
| 8703 | ;;; Generated autoloads from hexl.el | 8703 | ;;; Generated autoloads from hexl.el |
| 8704 | 8704 | ||
| 8705 | (autoload (quote hexl-mode) "hexl" "\ | 8705 | (autoload (quote hexl-mode) "hexl" "\ |
| @@ -8892,7 +8892,7 @@ be found in variable `hi-lock-interactive-patterns'." t nil) | |||
| 8892 | ;;;*** | 8892 | ;;;*** |
| 8893 | 8893 | ||
| 8894 | ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially | 8894 | ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially |
| 8895 | ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (15494 46928)) | 8895 | ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (15505 59091)) |
| 8896 | ;;; Generated autoloads from progmodes/hideif.el | 8896 | ;;; Generated autoloads from progmodes/hideif.el |
| 8897 | 8897 | ||
| 8898 | (autoload (quote hide-ifdef-mode) "hideif" "\ | 8898 | (autoload (quote hide-ifdef-mode) "hideif" "\ |
| @@ -9235,7 +9235,7 @@ Also see `automatic-hscrolling'." t nil) | |||
| 9235 | ;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable | 9235 | ;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable |
| 9236 | ;;;;;; ibuffer-included-in-filters-p ibuffer-interactive-filter-by-mode | 9236 | ;;;;;; ibuffer-included-in-filters-p ibuffer-interactive-filter-by-mode |
| 9237 | ;;;;;; ibuffer-mouse-filter-by-mode ibuffer-auto-mode) "ibuf-ext" | 9237 | ;;;;;; ibuffer-mouse-filter-by-mode ibuffer-auto-mode) "ibuf-ext" |
| 9238 | ;;;;;; "ibuf-ext.el" (15500 564)) | 9238 | ;;;;;; "ibuf-ext.el" (15505 59086)) |
| 9239 | ;;; Generated autoloads from ibuf-ext.el | 9239 | ;;; Generated autoloads from ibuf-ext.el |
| 9240 | 9240 | ||
| 9241 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ | 9241 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ |
| @@ -9393,8 +9393,8 @@ defaults to one." t nil) | |||
| 9393 | ;;;*** | 9393 | ;;;*** |
| 9394 | 9394 | ||
| 9395 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter | 9395 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter |
| 9396 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15500 | 9396 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15505 |
| 9397 | ;;;;;; 564)) | 9397 | ;;;;;; 59086)) |
| 9398 | ;;; Generated autoloads from ibuf-macs.el | 9398 | ;;; Generated autoloads from ibuf-macs.el |
| 9399 | 9399 | ||
| 9400 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ | 9400 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ |
| @@ -9470,7 +9470,7 @@ bound to the current value of the filter." nil (quote macro)) | |||
| 9470 | ;;;*** | 9470 | ;;;*** |
| 9471 | 9471 | ||
| 9472 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) | 9472 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) |
| 9473 | ;;;;;; "ibuffer" "ibuffer.el" (15503 62955)) | 9473 | ;;;;;; "ibuffer" "ibuffer.el" (15505 59086)) |
| 9474 | ;;; Generated autoloads from ibuffer.el | 9474 | ;;; Generated autoloads from ibuffer.el |
| 9475 | 9475 | ||
| 9476 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ | 9476 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ |
| @@ -9692,7 +9692,7 @@ The main features of this mode are | |||
| 9692 | 9692 | ||
| 9693 | ;;;*** | 9693 | ;;;*** |
| 9694 | 9694 | ||
| 9695 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (15482 55795)) | 9695 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (15483 47733)) |
| 9696 | ;;; Generated autoloads from ielm.el | 9696 | ;;; Generated autoloads from ielm.el |
| 9697 | (add-hook 'same-window-buffer-names "*ielm*") | 9697 | (add-hook 'same-window-buffer-names "*ielm*") |
| 9698 | 9698 | ||
| @@ -9704,7 +9704,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist." t nil) | |||
| 9704 | 9704 | ||
| 9705 | ;;;### (autoloads (defimage find-image remove-images insert-image | 9705 | ;;;### (autoloads (defimage find-image remove-images insert-image |
| 9706 | ;;;;;; put-image create-image image-type-available-p image-type-from-file-header | 9706 | ;;;;;; put-image create-image image-type-available-p image-type-from-file-header |
| 9707 | ;;;;;; image-type-from-data) "image" "image.el" (15501 19354)) | 9707 | ;;;;;; image-type-from-data) "image" "image.el" (15505 59086)) |
| 9708 | ;;; Generated autoloads from image.el | 9708 | ;;; Generated autoloads from image.el |
| 9709 | 9709 | ||
| 9710 | (autoload (quote image-type-from-data) "image" "\ | 9710 | (autoload (quote image-type-from-data) "image" "\ |
| @@ -9854,7 +9854,7 @@ Image files are those whose name has an extension in | |||
| 9854 | ;;;*** | 9854 | ;;;*** |
| 9855 | 9855 | ||
| 9856 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar | 9856 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar |
| 9857 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (15501 19355)) | 9857 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (15505 59086)) |
| 9858 | ;;; Generated autoloads from imenu.el | 9858 | ;;; Generated autoloads from imenu.el |
| 9859 | 9859 | ||
| 9860 | (defvar imenu-sort-function nil "\ | 9860 | (defvar imenu-sort-function nil "\ |
| @@ -10082,7 +10082,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 10082 | 10082 | ||
| 10083 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 10083 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 10084 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone | 10084 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone |
| 10085 | ;;;;;; info info-other-window) "info" "info.el" (15500 564)) | 10085 | ;;;;;; info info-other-window) "info" "info.el" (15505 59086)) |
| 10086 | ;;; Generated autoloads from info.el | 10086 | ;;; Generated autoloads from info.el |
| 10087 | 10087 | ||
| 10088 | (autoload (quote info-other-window) "info" "\ | 10088 | (autoload (quote info-other-window) "info" "\ |
| @@ -11992,7 +11992,7 @@ primary selection and region." t nil) | |||
| 11992 | 11992 | ||
| 11993 | ;;;*** | 11993 | ;;;*** |
| 11994 | 11994 | ||
| 11995 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (15500 565)) | 11995 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (15505 59091)) |
| 11996 | ;;; Generated autoloads from play/mpuz.el | 11996 | ;;; Generated autoloads from play/mpuz.el |
| 11997 | 11997 | ||
| 11998 | (autoload (quote mpuz) "mpuz" "\ | 11998 | (autoload (quote mpuz) "mpuz" "\ |
| @@ -12330,7 +12330,7 @@ Open a network connection to HOST on PORT." t nil) | |||
| 12330 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent | 12330 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent |
| 12331 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line | 12331 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line |
| 12332 | ;;;;;; comment-padding comment-style comment-column) "newcomment" | 12332 | ;;;;;; comment-padding comment-style comment-column) "newcomment" |
| 12333 | ;;;;;; "newcomment.el" (15492 4721)) | 12333 | ;;;;;; "newcomment.el" (15505 59086)) |
| 12334 | ;;; Generated autoloads from newcomment.el | 12334 | ;;; Generated autoloads from newcomment.el |
| 12335 | 12335 | ||
| 12336 | (defalias (quote indent-for-comment) (quote comment-indent)) | 12336 | (defalias (quote indent-for-comment) (quote comment-indent)) |
| @@ -12741,7 +12741,7 @@ See the command `outline-mode' for more information on this mode." t nil) | |||
| 12741 | 12741 | ||
| 12742 | ;;;*** | 12742 | ;;;*** |
| 12743 | 12743 | ||
| 12744 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15501 19357)) | 12744 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15505 59086)) |
| 12745 | ;;; Generated autoloads from paren.el | 12745 | ;;; Generated autoloads from paren.el |
| 12746 | 12746 | ||
| 12747 | (defvar show-paren-mode nil "\ | 12747 | (defvar show-paren-mode nil "\ |
| @@ -12999,8 +12999,8 @@ Completion for the `chgrp' command." nil nil) | |||
| 12999 | 12999 | ||
| 13000 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list | 13000 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list |
| 13001 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete | 13001 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete |
| 13002 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15494 | 13002 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15505 |
| 13003 | ;;;;;; 51613)) | 13003 | ;;;;;; 59086)) |
| 13004 | ;;; Generated autoloads from pcomplete.el | 13004 | ;;; Generated autoloads from pcomplete.el |
| 13005 | 13005 | ||
| 13006 | (autoload (quote pcomplete) "pcomplete" "\ | 13006 | (autoload (quote pcomplete) "pcomplete" "\ |
| @@ -13164,7 +13164,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'." t nil) | |||
| 13164 | ;;;*** | 13164 | ;;;*** |
| 13165 | 13165 | ||
| 13166 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" | 13166 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" |
| 13167 | ;;;;;; (15500 565)) | 13167 | ;;;;;; (15505 59092)) |
| 13168 | ;;; Generated autoloads from textmodes/picture.el | 13168 | ;;; Generated autoloads from textmodes/picture.el |
| 13169 | 13169 | ||
| 13170 | (autoload (quote picture-mode) "picture" "\ | 13170 | (autoload (quote picture-mode) "picture" "\ |
| @@ -13233,6 +13233,16 @@ they are not defaultly assigned to keys." t nil) | |||
| 13233 | 13233 | ||
| 13234 | ;;;*** | 13234 | ;;;*** |
| 13235 | 13235 | ||
| 13236 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" | ||
| 13237 | ;;;;;; (15505 62853)) | ||
| 13238 | ;;; Generated autoloads from textmodes/po.el | ||
| 13239 | |||
| 13240 | (autoload (quote po-find-file-coding-system) "po" "\ | ||
| 13241 | Return a Mule (DECODING . ENCODING) pair, according to PO file charset. | ||
| 13242 | Called through file-coding-system-alist, before the file is visited for real." nil nil) | ||
| 13243 | |||
| 13244 | ;;;*** | ||
| 13245 | |||
| 13236 | ;;;### (autoloads (pong) "pong" "play/pong.el" (15464 26331)) | 13246 | ;;;### (autoloads (pong) "pong" "play/pong.el" (15464 26331)) |
| 13237 | ;;; Generated autoloads from play/pong.el | 13247 | ;;; Generated autoloads from play/pong.el |
| 13238 | 13248 | ||
| @@ -13301,7 +13311,7 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") | |||
| 13301 | 13311 | ||
| 13302 | ;;;*** | 13312 | ;;;*** |
| 13303 | 13313 | ||
| 13304 | ;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (15490 49404)) | 13314 | ;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (15505 59092)) |
| 13305 | ;;; Generated autoloads from progmodes/ps-mode.el | 13315 | ;;; Generated autoloads from progmodes/ps-mode.el |
| 13306 | (autoload (quote ps-mode) "ps-mode" "Major mode for editing PostScript with GNU Emacs.\n" t) | 13316 | (autoload (quote ps-mode) "ps-mode" "Major mode for editing PostScript with GNU Emacs.\n" t) |
| 13307 | 13317 | ||
| @@ -13414,7 +13424,7 @@ This checks if all multi-byte characters in the region are printable or not." ni | |||
| 13414 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 13424 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
| 13415 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 13425 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
| 13416 | ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" | 13426 | ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" |
| 13417 | ;;;;;; "ps-print.el" (15482 55795)) | 13427 | ;;;;;; "ps-print.el" (15483 47733)) |
| 13418 | ;;; Generated autoloads from ps-print.el | 13428 | ;;; Generated autoloads from ps-print.el |
| 13419 | 13429 | ||
| 13420 | (defvar ps-paper-type (quote letter) "\ | 13430 | (defvar ps-paper-type (quote letter) "\ |
| @@ -14233,7 +14243,7 @@ With zero or negative ARG turn mode off." t nil) | |||
| 14233 | 14243 | ||
| 14234 | ;;;### (autoloads (read-file-name-electric-shadow-mode read-file-name-electric-shadow-tty-properties | 14244 | ;;;### (autoloads (read-file-name-electric-shadow-mode read-file-name-electric-shadow-tty-properties |
| 14235 | ;;;;;; read-file-name-electric-shadow-properties) "rfn-eshadow" | 14245 | ;;;;;; read-file-name-electric-shadow-properties) "rfn-eshadow" |
| 14236 | ;;;;;; "rfn-eshadow.el" (15504 22714)) | 14246 | ;;;;;; "rfn-eshadow.el" (15505 59086)) |
| 14237 | ;;; Generated autoloads from rfn-eshadow.el | 14247 | ;;; Generated autoloads from rfn-eshadow.el |
| 14238 | 14248 | ||
| 14239 | (defvar read-file-name-electric-shadow-properties (quote (face read-file-name-electric-shadow field shadow)) "\ | 14249 | (defvar read-file-name-electric-shadow-properties (quote (face read-file-name-electric-shadow field shadow)) "\ |
| @@ -14283,7 +14293,7 @@ Make a ring that can contain SIZE elements." nil nil) | |||
| 14283 | 14293 | ||
| 14284 | ;;;*** | 14294 | ;;;*** |
| 14285 | 14295 | ||
| 14286 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (15504 25759)) | 14296 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (15505 59088)) |
| 14287 | ;;; Generated autoloads from net/rlogin.el | 14297 | ;;; Generated autoloads from net/rlogin.el |
| 14288 | (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") | 14298 | (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") |
| 14289 | 14299 | ||
| @@ -14690,7 +14700,7 @@ KEYWORDS is a comma-separated list of labels." t nil) | |||
| 14690 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp | 14700 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp |
| 14691 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary | 14701 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary |
| 14692 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) | 14702 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) |
| 14693 | ;;;;;; "rmailsum" "mail/rmailsum.el" (15481 36053)) | 14703 | ;;;;;; "rmailsum" "mail/rmailsum.el" (15483 47733)) |
| 14694 | ;;; Generated autoloads from mail/rmailsum.el | 14704 | ;;; Generated autoloads from mail/rmailsum.el |
| 14695 | 14705 | ||
| 14696 | (defvar rmail-summary-scroll-between-messages t "\ | 14706 | (defvar rmail-summary-scroll-between-messages t "\ |
| @@ -15192,7 +15202,7 @@ Toggle Scroll-All minor mode." t nil) | |||
| 15192 | ;;;;;; mail-archive-file-name mail-header-separator send-mail-function | 15202 | ;;;;;; mail-archive-file-name mail-header-separator send-mail-function |
| 15193 | ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind | 15203 | ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind |
| 15194 | ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" | 15204 | ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" |
| 15195 | ;;;;;; (15490 49404)) | 15205 | ;;;;;; (15505 59088)) |
| 15196 | ;;; Generated autoloads from mail/sendmail.el | 15206 | ;;; Generated autoloads from mail/sendmail.el |
| 15197 | 15207 | ||
| 15198 | (defvar mail-from-style (quote angles) "\ | 15208 | (defvar mail-from-style (quote angles) "\ |
| @@ -15373,7 +15383,7 @@ Prefix arg means just kill any existing server communications subprocess." t nil | |||
| 15373 | ;;;*** | 15383 | ;;;*** |
| 15374 | 15384 | ||
| 15375 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" | 15385 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" |
| 15376 | ;;;;;; (15492 4787)) | 15386 | ;;;;;; (15505 59092)) |
| 15377 | ;;; Generated autoloads from textmodes/sgml-mode.el | 15387 | ;;; Generated autoloads from textmodes/sgml-mode.el |
| 15378 | 15388 | ||
| 15379 | (autoload (quote sgml-mode) "sgml-mode" "\ | 15389 | (autoload (quote sgml-mode) "sgml-mode" "\ |
| @@ -15576,7 +15586,7 @@ Set up file shadowing." t nil) | |||
| 15576 | ;;;*** | 15586 | ;;;*** |
| 15577 | 15587 | ||
| 15578 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" | 15588 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
| 15579 | ;;;;;; (15501 19357)) | 15589 | ;;;;;; (15505 59086)) |
| 15580 | ;;; Generated autoloads from shell.el | 15590 | ;;; Generated autoloads from shell.el |
| 15581 | 15591 | ||
| 15582 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ | 15592 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ |
| @@ -15814,7 +15824,7 @@ which smileys to operate on and which images to use for them." t nil) | |||
| 15814 | 15824 | ||
| 15815 | ;;;*** | 15825 | ;;;*** |
| 15816 | 15826 | ||
| 15817 | ;;;### (autoloads (snake) "snake" "play/snake.el" (15490 49404)) | 15827 | ;;;### (autoloads (snake) "snake" "play/snake.el" (15505 59091)) |
| 15818 | ;;; Generated autoloads from play/snake.el | 15828 | ;;; Generated autoloads from play/snake.el |
| 15819 | 15829 | ||
| 15820 | (autoload (quote snake) "snake" "\ | 15830 | (autoload (quote snake) "snake" "\ |
| @@ -15836,7 +15846,7 @@ Snake mode keybindings: | |||
| 15836 | ;;;*** | 15846 | ;;;*** |
| 15837 | 15847 | ||
| 15838 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" | 15848 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" |
| 15839 | ;;;;;; (15492 4787)) | 15849 | ;;;;;; (15505 59088)) |
| 15840 | ;;; Generated autoloads from net/snmp-mode.el | 15850 | ;;; Generated autoloads from net/snmp-mode.el |
| 15841 | 15851 | ||
| 15842 | (autoload (quote snmp-mode) "snmp-mode" "\ | 15852 | (autoload (quote snmp-mode) "snmp-mode" "\ |
| @@ -16609,7 +16619,7 @@ Studlify-case the current buffer." t nil) | |||
| 16609 | ;;;*** | 16619 | ;;;*** |
| 16610 | 16620 | ||
| 16611 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" | 16621 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" |
| 16612 | ;;;;;; (15500 565)) | 16622 | ;;;;;; (15505 59088)) |
| 16613 | ;;; Generated autoloads from mail/supercite.el | 16623 | ;;; Generated autoloads from mail/supercite.el |
| 16614 | 16624 | ||
| 16615 | (autoload (quote sc-cite-original) "supercite" "\ | 16625 | (autoload (quote sc-cite-original) "supercite" "\ |
| @@ -16681,7 +16691,7 @@ Connect to display DISPLAY for the Emacs talk group." t nil) | |||
| 16681 | 16691 | ||
| 16682 | ;;;*** | 16692 | ;;;*** |
| 16683 | 16693 | ||
| 16684 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15500 564)) | 16694 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15505 59086)) |
| 16685 | ;;; Generated autoloads from tar-mode.el | 16695 | ;;; Generated autoloads from tar-mode.el |
| 16686 | 16696 | ||
| 16687 | (autoload (quote tar-mode) "tar-mode" "\ | 16697 | (autoload (quote tar-mode) "tar-mode" "\ |
| @@ -16703,7 +16713,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | |||
| 16703 | ;;;*** | 16713 | ;;;*** |
| 16704 | 16714 | ||
| 16705 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" | 16715 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" |
| 16706 | ;;;;;; "progmodes/tcl.el" (15476 16561)) | 16716 | ;;;;;; "progmodes/tcl.el" (15478 22406)) |
| 16707 | ;;; Generated autoloads from progmodes/tcl.el | 16717 | ;;; Generated autoloads from progmodes/tcl.el |
| 16708 | 16718 | ||
| 16709 | (autoload (quote tcl-mode) "tcl" "\ | 16719 | (autoload (quote tcl-mode) "tcl" "\ |
| @@ -16790,8 +16800,8 @@ Start a terminal-emulator in a new buffer." t nil) | |||
| 16790 | 16800 | ||
| 16791 | ;;;*** | 16801 | ;;;*** |
| 16792 | 16802 | ||
| 16793 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15490 | 16803 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15505 |
| 16794 | ;;;;;; 49404)) | 16804 | ;;;;;; 59087)) |
| 16795 | ;;; Generated autoloads from terminal.el | 16805 | ;;; Generated autoloads from terminal.el |
| 16796 | 16806 | ||
| 16797 | (autoload (quote terminal-emulator) "terminal" "\ | 16807 | (autoload (quote terminal-emulator) "terminal" "\ |
| @@ -16825,7 +16835,7 @@ subprocess started." t nil) | |||
| 16825 | 16835 | ||
| 16826 | ;;;*** | 16836 | ;;;*** |
| 16827 | 16837 | ||
| 16828 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15490 49404)) | 16838 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15505 59091)) |
| 16829 | ;;; Generated autoloads from play/tetris.el | 16839 | ;;; Generated autoloads from play/tetris.el |
| 16830 | 16840 | ||
| 16831 | (autoload (quote tetris) "tetris" "\ | 16841 | (autoload (quote tetris) "tetris" "\ |
| @@ -16856,7 +16866,7 @@ tetris-mode keybindings: | |||
| 16856 | ;;;;;; tex-start-options-string slitex-run-command latex-run-command | 16866 | ;;;;;; tex-start-options-string slitex-run-command latex-run-command |
| 16857 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp | 16867 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp |
| 16858 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" | 16868 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" |
| 16859 | ;;;;;; (15492 4790)) | 16869 | ;;;;;; (15505 59092)) |
| 16860 | ;;; Generated autoloads from textmodes/tex-mode.el | 16870 | ;;; Generated autoloads from textmodes/tex-mode.el |
| 16861 | 16871 | ||
| 16862 | (defvar tex-shell-file-name nil "\ | 16872 | (defvar tex-shell-file-name nil "\ |
| @@ -17104,7 +17114,7 @@ Entering SliTeX mode runs the hook `text-mode-hook', then the hook | |||
| 17104 | ;;;*** | 17114 | ;;;*** |
| 17105 | 17115 | ||
| 17106 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) | 17116 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) |
| 17107 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (15500 565)) | 17117 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (15505 59092)) |
| 17108 | ;;; Generated autoloads from textmodes/texinfmt.el | 17118 | ;;; Generated autoloads from textmodes/texinfmt.el |
| 17109 | 17119 | ||
| 17110 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ | 17120 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ |
| @@ -17138,7 +17148,7 @@ if large. You can use Info-split to do this manually." t nil) | |||
| 17138 | ;;;*** | 17148 | ;;;*** |
| 17139 | 17149 | ||
| 17140 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) | 17150 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) |
| 17141 | ;;;;;; "texinfo" "textmodes/texinfo.el" (15500 565)) | 17151 | ;;;;;; "texinfo" "textmodes/texinfo.el" (15505 59092)) |
| 17142 | ;;; Generated autoloads from textmodes/texinfo.el | 17152 | ;;; Generated autoloads from textmodes/texinfo.el |
| 17143 | 17153 | ||
| 17144 | (defvar texinfo-open-quote "``" "\ | 17154 | (defvar texinfo-open-quote "``" "\ |
| @@ -17335,7 +17345,7 @@ See also docstring of the function tibetan-compose-region." t nil) | |||
| 17335 | ;;;*** | 17345 | ;;;*** |
| 17336 | 17346 | ||
| 17337 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" | 17347 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" |
| 17338 | ;;;;;; (15490 49404)) | 17348 | ;;;;;; (15505 59092)) |
| 17339 | ;;; Generated autoloads from textmodes/tildify.el | 17349 | ;;; Generated autoloads from textmodes/tildify.el |
| 17340 | 17350 | ||
| 17341 | (autoload (quote tildify-region) "tildify" "\ | 17351 | (autoload (quote tildify-region) "tildify" "\ |
| @@ -17712,7 +17722,7 @@ Show TODO list." t nil) | |||
| 17712 | ;;;*** | 17722 | ;;;*** |
| 17713 | 17723 | ||
| 17714 | ;;;### (autoloads (tool-bar-add-item-from-menu tool-bar-add-item | 17724 | ;;;### (autoloads (tool-bar-add-item-from-menu tool-bar-add-item |
| 17715 | ;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (15477 39079)) | 17725 | ;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (15478 22406)) |
| 17716 | ;;; Generated autoloads from toolbar/tool-bar.el | 17726 | ;;; Generated autoloads from toolbar/tool-bar.el |
| 17717 | 17727 | ||
| 17718 | (defvar tool-bar-mode nil "\ | 17728 | (defvar tool-bar-mode nil "\ |
| @@ -18191,7 +18201,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil) | |||
| 18191 | ;;;;;; vc-directory vc-resolve-conflicts vc-merge vc-insert-headers | 18201 | ;;;;;; vc-directory vc-resolve-conflicts vc-merge vc-insert-headers |
| 18192 | ;;;;;; vc-version-other-window vc-diff vc-register vc-next-action | 18202 | ;;;;;; vc-version-other-window vc-diff vc-register vc-next-action |
| 18193 | ;;;;;; vc-do-command edit-vc-file with-vc-file vc-branch-part vc-before-checkin-hook | 18203 | ;;;;;; vc-do-command edit-vc-file with-vc-file vc-branch-part vc-before-checkin-hook |
| 18194 | ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (15494 46908)) | 18204 | ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (15505 59087)) |
| 18195 | ;;; Generated autoloads from vc.el | 18205 | ;;; Generated autoloads from vc.el |
| 18196 | 18206 | ||
| 18197 | (defvar vc-checkout-hook nil "\ | 18207 | (defvar vc-checkout-hook nil "\ |
| @@ -18424,7 +18434,7 @@ colors. `vc-annotate-background' specifies the background color." t nil) | |||
| 18424 | 18434 | ||
| 18425 | ;;;*** | 18435 | ;;;*** |
| 18426 | 18436 | ||
| 18427 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15493 27496)) | 18437 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15505 59087)) |
| 18428 | ;;; Generated autoloads from vc-cvs.el | 18438 | ;;; Generated autoloads from vc-cvs.el |
| 18429 | (defun vc-cvs-registered (f) | 18439 | (defun vc-cvs-registered (f) |
| 18430 | (when (file-readable-p (expand-file-name | 18440 | (when (file-readable-p (expand-file-name |
| @@ -18435,7 +18445,7 @@ colors. `vc-annotate-background' specifies the background color." t nil) | |||
| 18435 | ;;;*** | 18445 | ;;;*** |
| 18436 | 18446 | ||
| 18437 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" | 18447 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" |
| 18438 | ;;;;;; (15482 55795)) | 18448 | ;;;;;; (15483 47733)) |
| 18439 | ;;; Generated autoloads from vc-rcs.el | 18449 | ;;; Generated autoloads from vc-rcs.el |
| 18440 | 18450 | ||
| 18441 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ | 18451 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ |
| @@ -18447,7 +18457,7 @@ For a description of possible values, see `vc-check-master-templates'.") | |||
| 18447 | ;;;*** | 18457 | ;;;*** |
| 18448 | 18458 | ||
| 18449 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" | 18459 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" |
| 18450 | ;;;;;; (15482 55795)) | 18460 | ;;;;;; (15483 47733)) |
| 18451 | ;;; Generated autoloads from vc-sccs.el | 18461 | ;;; Generated autoloads from vc-sccs.el |
| 18452 | 18462 | ||
| 18453 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ | 18463 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ |
| @@ -19526,35 +19536,40 @@ Zone-mode does two things: | |||
| 19526 | 19536 | ||
| 19527 | ;;;*** | 19537 | ;;;*** |
| 19528 | 19538 | ||
| 19529 | ;;;### (autoloads nil nil ("calc/calcalg3.el" "calc/calcalg2.el" | 19539 | ;;;### (autoloads nil nil ("textmodes/texnfo-upd.el" "term/x-win.el" |
| 19530 | ;;;;;; "calc/calc-maint.el" "calc/calc-macs.el" "textmodes/reftex-sel.el" | 19540 | ;;;;;; "play/gamegrid.el" "language/slovak.el" "language/european.el" |
| 19531 | ;;;;;; "textmodes/paragraphs.el" "international/mule-cmds.el" "eshell/esh-io.el" | 19541 | ;;;;;; "language/czech.el" "gnus/qp.el" "xml.el" "w32-fns.el" "subr.el" |
| 19532 | ;;;;;; "eshell/esh-ext.el" "eshell/esh-cmd.el" "eshell/em-unix.el" | 19542 | ;;;;;; "startup.el" "simple.el" "mouse.el" "help.el" "frame.el" |
| 19533 | ;;;;;; "eshell/em-smart.el" "eshell/em-rebind.el" "eshell/em-prompt.el" | 19543 | ;;;;;; "files.el" "faces.el" "ediff-init.el" "dos-fns.el" "cus-start.el" |
| 19534 | ;;;;;; "eshell/em-pred.el" "eshell/em-hist.el" "eshell/em-glob.el" | 19544 | ;;;;;; "calc/calcalg3.el" "calc/calcalg2.el" "calc/calc-maint.el" |
| 19535 | ;;;;;; "eshell/em-dirs.el" "eshell/em-cmpl.el" "eshell/em-alias.el" | 19545 | ;;;;;; "calc/calc-macs.el" "textmodes/reftex-sel.el" "textmodes/paragraphs.el" |
| 19536 | ;;;;;; "emacs-lisp/lisp.el" "mail/uce.el" "gnus/mm-encode.el" "gnus/mail-source.el" | 19546 | ;;;;;; "international/mule-cmds.el" "eshell/esh-io.el" "eshell/esh-ext.el" |
| 19537 | ;;;;;; "gnus/gnus-sum.el" "tempo.el" "replace.el" "menu-bar.el" | 19547 | ;;;;;; "eshell/esh-cmd.el" "eshell/em-unix.el" "eshell/em-smart.el" |
| 19538 | ;;;;;; "emulation/viper-util.el" "gnus/mml.el" "gnus/mm-view.el" | 19548 | ;;;;;; "eshell/em-rebind.el" "eshell/em-prompt.el" "eshell/em-pred.el" |
| 19539 | ;;;;;; "calendar/cal-menu.el" "window.el" "isearch.el" "indent.el" | 19549 | ;;;;;; "eshell/em-hist.el" "eshell/em-glob.el" "eshell/em-dirs.el" |
| 19540 | ;;;;;; "finder-inf.el" "ediff-wind.el" "ediff-hook.el" "term/sun-mouse.el" | 19550 | ;;;;;; "eshell/em-cmpl.el" "eshell/em-alias.el" "emacs-lisp/lisp.el" |
| 19541 | ;;;;;; "emacs-lisp/lisp-mode.el" "progmodes/mantemp.el" "progmodes/idlw-toolbar.el" | 19551 | ;;;;;; "mail/uce.el" "gnus/mm-encode.el" "gnus/mail-source.el" "gnus/gnus-sum.el" |
| 19542 | ;;;;;; "progmodes/idlw-rinfo.el" "progmodes/ebnf-yac.el" "progmodes/ebnf-otz.el" | 19552 | ;;;;;; "tempo.el" "replace.el" "menu-bar.el" "emulation/viper-util.el" |
| 19543 | ;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el" | 19553 | ;;;;;; "gnus/mml.el" "gnus/mm-view.el" "calendar/cal-menu.el" "window.el" |
| 19544 | ;;;;;; "progmodes/cc-engine.el" "progmodes/cc-defs.el" "progmodes/cc-compat.el" | 19554 | ;;;;;; "isearch.el" "indent.el" "finder-inf.el" "ediff-wind.el" |
| 19545 | ;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-bytecomp.el" "progmodes/cc-align.el" | 19555 | ;;;;;; "ediff-hook.el" "term/sun-mouse.el" "emacs-lisp/lisp-mode.el" |
| 19546 | ;;;;;; "progmodes/ada-xref.el" "progmodes/ada-prj.el" "play/meese.el" | 19556 | ;;;;;; "progmodes/mantemp.el" "progmodes/idlw-toolbar.el" "progmodes/idlw-rinfo.el" |
| 19547 | ;;;;;; "play/gametree.el" "obsolete/x-menu.el" "obsolete/x-apollo.el" | 19557 | ;;;;;; "progmodes/ebnf-yac.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-iso.el" |
| 19548 | ;;;;;; "obsolete/uncompress.el" "obsolete/sun-fns.el" "obsolete/sun-curs.el" | 19558 | ;;;;;; "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el" "progmodes/cc-engine.el" |
| 19549 | ;;;;;; "obsolete/sc.el" "obsolete/rnews.el" "obsolete/profile.el" | 19559 | ;;;;;; "progmodes/cc-defs.el" "progmodes/cc-compat.el" "progmodes/cc-cmds.el" |
| 19550 | ;;;;;; "obsolete/ooutline.el" "obsolete/c-mode.el" "mail/vms-pmail.el" | 19560 | ;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-align.el" "progmodes/ada-xref.el" |
| 19551 | ;;;;;; "mail/rfc822.el" "mail/rfc2368.el" "mail/mspools.el" "mail/mh-seq.el" | 19561 | ;;;;;; "progmodes/ada-prj.el" "play/meese.el" "play/gametree.el" |
| 19552 | ;;;;;; "mail/mh-funcs.el" "mail/mailpost.el" "mail/mailheader.el" | 19562 | ;;;;;; "obsolete/x-menu.el" "obsolete/x-apollo.el" "obsolete/uncompress.el" |
| 19553 | ;;;;;; "mail/blessmail.el" "language/romanian.el" "language/misc-lang.el" | 19563 | ;;;;;; "obsolete/sun-fns.el" "obsolete/sun-curs.el" "obsolete/sc.el" |
| 19554 | ;;;;;; "language/ethiopic.el" "language/english.el" "language/devanagari.el" | 19564 | ;;;;;; "obsolete/rnews.el" "obsolete/profile.el" "obsolete/ooutline.el" |
| 19555 | ;;;;;; "international/swedish.el" "international/latin-9.el" "international/latin-8.el" | 19565 | ;;;;;; "obsolete/c-mode.el" "mail/vms-pmail.el" "mail/rfc822.el" |
| 19556 | ;;;;;; "international/latin-5.el" "international/latin-4.el" "international/latin-3.el" | 19566 | ;;;;;; "mail/rfc2368.el" "mail/mspools.el" "mail/mh-seq.el" "mail/mh-funcs.el" |
| 19557 | ;;;;;; "international/latin-2.el" "international/latin-1.el" "international/ja-dic-utl.el" | 19567 | ;;;;;; "mail/mailpost.el" "mail/mailheader.el" "mail/blessmail.el" |
| 19568 | ;;;;;; "language/romanian.el" "language/misc-lang.el" "language/ethiopic.el" | ||
| 19569 | ;;;;;; "language/english.el" "language/devanagari.el" "international/swedish.el" | ||
| 19570 | ;;;;;; "international/latin-9.el" "international/latin-8.el" "international/latin-5.el" | ||
| 19571 | ;;;;;; "international/latin-4.el" "international/latin-3.el" "international/latin-2.el" | ||
| 19572 | ;;;;;; "international/latin-1.el" "international/ja-dic-utl.el" | ||
| 19558 | ;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el" | 19573 | ;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el" |
| 19559 | ;;;;;; "international/iso-ascii.el" "calc/calcsel2.el" "calc/calccomp.el" | 19574 | ;;;;;; "international/iso-ascii.el" "calc/calcsel2.el" "calc/calccomp.el" |
| 19560 | ;;;;;; "calc/calc-yank.el" "calc/calc-vec.el" "calc/calc-units.el" | 19575 | ;;;;;; "calc/calc-yank.el" "calc/calc-vec.el" "calc/calc-units.el" |
| @@ -19637,15 +19652,10 @@ Zone-mode does two things: | |||
| 19637 | ;;;;;; "emacs-lisp/cl-seq.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" | 19652 | ;;;;;; "emacs-lisp/cl-seq.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" |
| 19638 | ;;;;;; "net/eudcb-ldap.el" "net/eudcb-ph.el" "net/ldap.el" "term/pc-win.el" | 19653 | ;;;;;; "net/eudcb-ldap.el" "net/eudcb-ph.el" "net/ldap.el" "term/pc-win.el" |
| 19639 | ;;;;;; "term/rxvt.el" "term/tty-colors.el" "term/xterm.el" "bindings.el" | 19654 | ;;;;;; "term/rxvt.el" "term/tty-colors.el" "term/xterm.el" "bindings.el" |
| 19640 | ;;;;;; "register.el" "textmodes/text-mode.el" "cus-start.el" "dos-fns.el" | 19655 | ;;;;;; "register.el" "textmodes/text-mode.el" "paths.el" "vc-hooks.el" |
| 19641 | ;;;;;; "ediff-init.el" "faces.el" "files.el" "frame.el" "help.el" | 19656 | ;;;;;; "w32-vars.el" "eshell/esh-var.el" "international/mule-conf.el" |
| 19642 | ;;;;;; "mouse.el" "paths.el" "simple.el" "startup.el" "subr.el" | 19657 | ;;;;;; "international/mule.el" "language/japanese.el" "term/w32-win.el" |
| 19643 | ;;;;;; "vc-hooks.el" "w32-fns.el" "w32-vars.el" "xml.el" "gnus/qp.el" | 19658 | ;;;;;; "calc/calc-graph.el") (15505 63231 751722)) |
| 19644 | ;;;;;; "eshell/esh-var.el" "international/mule-conf.el" "international/mule.el" | ||
| 19645 | ;;;;;; "language/czech.el" "language/european.el" "language/japanese.el" | ||
| 19646 | ;;;;;; "language/slovak.el" "play/gamegrid.el" "term/w32-win.el" | ||
| 19647 | ;;;;;; "term/x-win.el" "textmodes/texnfo-upd.el" "calc/calc-graph.el") | ||
| 19648 | ;;;;;; (15504 25928 992600)) | ||
| 19649 | 19659 | ||
| 19650 | ;;;*** | 19660 | ;;;*** |
| 19651 | 19661 | ||