diff options
| author | Eli Zaretskii | 2002-02-01 18:31:48 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-02-01 18:31:48 +0000 |
| commit | 662c9e53fe1e14a18db748945c68b4903e3ffdc3 (patch) | |
| tree | 4cded110e1c2f4ab329e6435c4e0160fd5843e41 | |
| parent | cbd5582a9a9cc039e4ea785fbcf173172c36a52f (diff) | |
| download | emacs-662c9e53fe1e14a18db748945c68b4903e3ffdc3.tar.gz emacs-662c9e53fe1e14a18db748945c68b4903e3ffdc3.zip | |
Regenerated.
| -rw-r--r-- | lisp/finder-inf.el | 23 | ||||
| -rw-r--r-- | lisp/loaddefs.el | 580 |
2 files changed, 332 insertions, 271 deletions
diff --git a/lisp/finder-inf.el b/lisp/finder-inf.el index 256da9c5ffc..bed3f2a9a37 100644 --- a/lisp/finder-inf.el +++ b/lisp/finder-inf.el | |||
| @@ -335,7 +335,7 @@ | |||
| 335 | "highlight the current line" | 335 | "highlight the current line" |
| 336 | (faces frames emulation)) | 336 | (faces frames emulation)) |
| 337 | ("ibuf-ext.el" | 337 | ("ibuf-ext.el" |
| 338 | "extended features for ibuffer" | 338 | "extensions for ibuffer" |
| 339 | (buffer convenience)) | 339 | (buffer convenience)) |
| 340 | ("ibuf-macs.el" | 340 | ("ibuf-macs.el" |
| 341 | "macros for ibuffer" | 341 | "macros for ibuffer" |
| @@ -554,8 +554,8 @@ | |||
| 554 | "display a buffer in rot13" | 554 | "display a buffer in rot13" |
| 555 | nil) | 555 | nil) |
| 556 | ("ruler-mode.el" | 556 | ("ruler-mode.el" |
| 557 | "Display a ruler in the header line" | 557 | "display a ruler in the header line" |
| 558 | (environment)) | 558 | (environment convenience)) |
| 559 | ("s-region.el" | 559 | ("s-region.el" |
| 560 | "set region using shift key" | 560 | "set region using shift key" |
| 561 | (terminals)) | 561 | (terminals)) |
| @@ -648,7 +648,7 @@ | |||
| 648 | (news)) | 648 | (news)) |
| 649 | ("tmm.el" | 649 | ("tmm.el" |
| 650 | "text mode access to menu-bar" | 650 | "text mode access to menu-bar" |
| 651 | nil) | 651 | (convenience)) |
| 652 | ("tooltip.el" | 652 | ("tooltip.el" |
| 653 | "Show tooltip windows" | 653 | "Show tooltip windows" |
| 654 | (help c mouse tools)) | 654 | (help c mouse tools)) |
| @@ -703,6 +703,9 @@ | |||
| 703 | ("w32-fns.el" | 703 | ("w32-fns.el" |
| 704 | "Lisp routines for Windows NT" | 704 | "Lisp routines for Windows NT" |
| 705 | (internal)) | 705 | (internal)) |
| 706 | ("w32-vars.el" | ||
| 707 | "MS-Windows specific user options" | ||
| 708 | (internal)) | ||
| 706 | ("which-func.el" | 709 | ("which-func.el" |
| 707 | "print current function in mode line" | 710 | "print current function in mode line" |
| 708 | (mode-line imenu tools)) | 711 | (mode-line imenu tools)) |
| @@ -1123,9 +1126,6 @@ | |||
| 1123 | ("nnweb.el" | 1126 | ("nnweb.el" |
| 1124 | "retrieving articles via web search engines" | 1127 | "retrieving articles via web search engines" |
| 1125 | (news)) | 1128 | (news)) |
| 1126 | ("parse-time.el" | ||
| 1127 | "parsing time strings" | ||
| 1128 | (util)) | ||
| 1129 | ("pop3.el" | 1129 | ("pop3.el" |
| 1130 | "Post Office Protocol (RFC 1460) interface" | 1130 | "Post Office Protocol (RFC 1460) interface" |
| 1131 | (mail)) | 1131 | (mail)) |
| @@ -1156,9 +1156,6 @@ | |||
| 1156 | ("starttls.el" | 1156 | ("starttls.el" |
| 1157 | "STARTTLS functions" | 1157 | "STARTTLS functions" |
| 1158 | (tls ssl openssl mail news)) | 1158 | (tls ssl openssl mail news)) |
| 1159 | ("time-date.el" | ||
| 1160 | "date and time handling functions" | ||
| 1161 | (mail news util)) | ||
| 1162 | ("utf7.el" | 1159 | ("utf7.el" |
| 1163 | "UTF-7 encoding/decoding for Emacs" | 1160 | "UTF-7 encoding/decoding for Emacs" |
| 1164 | (mail)) | 1161 | (mail)) |
| @@ -1225,9 +1222,15 @@ | |||
| 1225 | ("lunar.el" | 1222 | ("lunar.el" |
| 1226 | "calendar functions for phases of the moon" | 1223 | "calendar functions for phases of the moon" |
| 1227 | (calendar)) | 1224 | (calendar)) |
| 1225 | ("parse-time.el" | ||
| 1226 | "parsing time strings" | ||
| 1227 | (util)) | ||
| 1228 | ("solar.el" | 1228 | ("solar.el" |
| 1229 | "calendar functions for solar events" | 1229 | "calendar functions for solar events" |
| 1230 | (calendar)) | 1230 | (calendar)) |
| 1231 | ("time-date.el" | ||
| 1232 | "date and time handling functions" | ||
| 1233 | (mail news util)) | ||
| 1231 | ("timeclock.el" | 1234 | ("timeclock.el" |
| 1232 | "mode for keeping track of how much you work" | 1235 | "mode for keeping track of how much you work" |
| 1233 | (calendar data)) | 1236 | (calendar data)) |
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index 16b0ac66283..54735b5d797 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -53,7 +53,7 @@ should return a grid vector array that is the new solution." t nil) | |||
| 53 | ;;;*** | 53 | ;;;*** |
| 54 | 54 | ||
| 55 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" | 55 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" |
| 56 | ;;;;;; (15421 61650)) | 56 | ;;;;;; (15425 28364)) |
| 57 | ;;; Generated autoloads from progmodes/ada-mode.el | 57 | ;;; Generated autoloads from progmodes/ada-mode.el |
| 58 | 58 | ||
| 59 | (autoload (quote ada-add-extensions) "ada-mode" "\ | 59 | (autoload (quote ada-add-extensions) "ada-mode" "\ |
| @@ -393,7 +393,7 @@ A replacement function for `newline-and-indent', aligning as it goes." t nil) | |||
| 393 | ;;;*** | 393 | ;;;*** |
| 394 | 394 | ||
| 395 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" | 395 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" |
| 396 | ;;;;;; "net/ange-ftp.el" (15431 8678)) | 396 | ;;;;;; "net/ange-ftp.el" (15441 20096)) |
| 397 | ;;; Generated autoloads from net/ange-ftp.el | 397 | ;;; Generated autoloads from net/ange-ftp.el |
| 398 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) | 398 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) |
| 399 | 399 | ||
| @@ -434,7 +434,7 @@ Display Sarah's birthday present in a new buffer." t nil) | |||
| 434 | ;;;*** | 434 | ;;;*** |
| 435 | 435 | ||
| 436 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) | 436 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) |
| 437 | ;;;;;; "ansi-color" "ansi-color.el" (15371 46415)) | 437 | ;;;;;; "ansi-color" "ansi-color.el" (15384 21740)) |
| 438 | ;;; Generated autoloads from ansi-color.el | 438 | ;;; Generated autoloads from ansi-color.el |
| 439 | 439 | ||
| 440 | (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ | 440 | (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ |
| @@ -489,7 +489,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'." nil nil) | |||
| 489 | ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary | 489 | ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary |
| 490 | ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line | 490 | ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line |
| 491 | ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) | 491 | ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) |
| 492 | ;;;;;; "appt" "calendar/appt.el" (15371 46418)) | 492 | ;;;;;; "appt" "calendar/appt.el" (15384 21744)) |
| 493 | ;;; Generated autoloads from calendar/appt.el | 493 | ;;; Generated autoloads from calendar/appt.el |
| 494 | 494 | ||
| 495 | (defvar appt-issue-message t "\ | 495 | (defvar appt-issue-message t "\ |
| @@ -541,8 +541,8 @@ They specify the range of dates that the diary is being processed for." nil nil) | |||
| 541 | ;;;*** | 541 | ;;;*** |
| 542 | 542 | ||
| 543 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command | 543 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command |
| 544 | ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15417 | 544 | ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15425 |
| 545 | ;;;;;; 4923)) | 545 | ;;;;;; 28360)) |
| 546 | ;;; Generated autoloads from apropos.el | 546 | ;;; Generated autoloads from apropos.el |
| 547 | 547 | ||
| 548 | (autoload (quote apropos-mode) "apropos" "\ | 548 | (autoload (quote apropos-mode) "apropos" "\ |
| @@ -1016,7 +1016,7 @@ insert a template for the file depending on the mode of the buffer." t nil) | |||
| 1016 | 1016 | ||
| 1017 | ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories | 1017 | ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories |
| 1018 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" | 1018 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" |
| 1019 | ;;;;;; (15429 52066)) | 1019 | ;;;;;; (15441 20092)) |
| 1020 | ;;; Generated autoloads from emacs-lisp/autoload.el | 1020 | ;;; Generated autoloads from emacs-lisp/autoload.el |
| 1021 | 1021 | ||
| 1022 | (autoload (quote update-file-autoloads) "autoload" "\ | 1022 | (autoload (quote update-file-autoloads) "autoload" "\ |
| @@ -1156,7 +1156,7 @@ Vectors work just like lists. Nested backquotes are permitted." nil (quote macr | |||
| 1156 | ;;;*** | 1156 | ;;;*** |
| 1157 | 1157 | ||
| 1158 | ;;;### (autoloads (display-battery battery) "battery" "battery.el" | 1158 | ;;;### (autoloads (display-battery battery) "battery" "battery.el" |
| 1159 | ;;;;;; (15381 49863)) | 1159 | ;;;;;; (15384 21740)) |
| 1160 | ;;; Generated autoloads from battery.el | 1160 | ;;; Generated autoloads from battery.el |
| 1161 | 1161 | ||
| 1162 | (autoload (quote battery) "battery" "\ | 1162 | (autoload (quote battery) "battery" "\ |
| @@ -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" (15425 25184)) | 1671 | ;;;;;; "net/browse-url.el" (15425 28364)) |
| 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)) "\ |
| @@ -1962,8 +1962,8 @@ name of buffer configuration." t nil) | |||
| 1962 | ;;;*** | 1962 | ;;;*** |
| 1963 | 1963 | ||
| 1964 | ;;;### (autoloads (insert-text-button make-text-button insert-button | 1964 | ;;;### (autoloads (insert-text-button make-text-button insert-button |
| 1965 | ;;;;;; make-button define-button-type) "button" "button.el" (15414 | 1965 | ;;;;;; make-button define-button-type) "button" "button.el" (15425 |
| 1966 | ;;;;;; 16309)) | 1966 | ;;;;;; 28360)) |
| 1967 | ;;; Generated autoloads from button.el | 1967 | ;;; Generated autoloads from button.el |
| 1968 | 1968 | ||
| 1969 | (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ | 1969 | (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ |
| @@ -2040,7 +2040,7 @@ Also see `make-text-button'." nil nil) | |||
| 2040 | ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile | 2040 | ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile |
| 2041 | ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file | 2041 | ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file |
| 2042 | ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" | 2042 | ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" |
| 2043 | ;;;;;; "emacs-lisp/bytecomp.el" (15371 46419)) | 2043 | ;;;;;; "emacs-lisp/bytecomp.el" (15450 56540)) |
| 2044 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2044 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 2045 | 2045 | ||
| 2046 | (autoload (quote byte-force-recompile) "bytecomp" "\ | 2046 | (autoload (quote byte-force-recompile) "bytecomp" "\ |
| @@ -2097,7 +2097,9 @@ Run `byte-compile-file' on the files remaining on the command line. | |||
| 2097 | Use this from the command line, with `-batch'; | 2097 | Use this from the command line, with `-batch'; |
| 2098 | it won't work in an interactive Emacs. | 2098 | it won't work in an interactive Emacs. |
| 2099 | Each file is processed even if an error occurred previously. | 2099 | Each file is processed even if an error occurred previously. |
| 2100 | For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\"" nil nil) | 2100 | For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\". |
| 2101 | If NOFORCE is non-nil, don't recompile a file that seems to be | ||
| 2102 | already up-to-date." nil nil) | ||
| 2101 | 2103 | ||
| 2102 | (autoload (quote batch-byte-recompile-directory) "bytecomp" "\ | 2104 | (autoload (quote batch-byte-recompile-directory) "bytecomp" "\ |
| 2103 | Runs `byte-recompile-directory' on the dirs remaining on the command line. | 2105 | Runs `byte-recompile-directory' on the dirs remaining on the command line. |
| @@ -2233,7 +2235,7 @@ See the documentation for `calculator-mode' for more information." t nil) | |||
| 2233 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar | 2235 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar |
| 2234 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset | 2236 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset |
| 2235 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" | 2237 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" |
| 2236 | ;;;;;; (15429 52065)) | 2238 | ;;;;;; (15445 42111)) |
| 2237 | ;;; Generated autoloads from calendar/calendar.el | 2239 | ;;; Generated autoloads from calendar/calendar.el |
| 2238 | 2240 | ||
| 2239 | (defvar calendar-week-start-day 0 "\ | 2241 | (defvar calendar-week-start-day 0 "\ |
| @@ -3319,7 +3321,7 @@ and runs the normal hook `command-history-hook'." t nil) | |||
| 3319 | 3321 | ||
| 3320 | ;;;*** | 3322 | ;;;*** |
| 3321 | 3323 | ||
| 3322 | ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15371 46419)) | 3324 | ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15384 21745)) |
| 3323 | ;;; Generated autoloads from emacs-lisp/cl.el | 3325 | ;;; Generated autoloads from emacs-lisp/cl.el |
| 3324 | 3326 | ||
| 3325 | (defvar custom-print-functions nil "\ | 3327 | (defvar custom-print-functions nil "\ |
| @@ -3335,7 +3337,7 @@ a future Emacs interpreter will be able to use it.") | |||
| 3335 | ;;;*** | 3337 | ;;;*** |
| 3336 | 3338 | ||
| 3337 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" | 3339 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" |
| 3338 | ;;;;;; (15400 1474)) | 3340 | ;;;;;; (15401 43552)) |
| 3339 | ;;; Generated autoloads from emacs-lisp/cl-indent.el | 3341 | ;;; Generated autoloads from emacs-lisp/cl-indent.el |
| 3340 | 3342 | ||
| 3341 | (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) | 3343 | (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) |
| @@ -3437,7 +3439,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil) | |||
| 3437 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 3439 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 3438 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 3440 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 3439 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 3441 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 3440 | ;;;;;; (15433 15822)) | 3442 | ;;;;;; (15450 56540)) |
| 3441 | ;;; Generated autoloads from comint.el | 3443 | ;;; Generated autoloads from comint.el |
| 3442 | 3444 | ||
| 3443 | (autoload (quote make-comint-in-buffer) "comint" "\ | 3445 | (autoload (quote make-comint-in-buffer) "comint" "\ |
| @@ -3517,7 +3519,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil) | |||
| 3517 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode | 3519 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode |
| 3518 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path | 3520 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path |
| 3519 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) | 3521 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) |
| 3520 | ;;;;;; "compile" "progmodes/compile.el" (15413 39896)) | 3522 | ;;;;;; "compile" "progmodes/compile.el" (15441 20096)) |
| 3521 | ;;; Generated autoloads from progmodes/compile.el | 3523 | ;;; Generated autoloads from progmodes/compile.el |
| 3522 | 3524 | ||
| 3523 | (defvar compilation-mode-hook nil "\ | 3525 | (defvar compilation-mode-hook nil "\ |
| @@ -3883,7 +3885,7 @@ vector of CHAR respectively." nil nil) | |||
| 3883 | ;;;*** | 3885 | ;;;*** |
| 3884 | 3886 | ||
| 3885 | ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) | 3887 | ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) |
| 3886 | ;;;;;; "cookie1" "play/cookie1.el" (15371 46425)) | 3888 | ;;;;;; "cookie1" "play/cookie1.el" (15384 21747)) |
| 3887 | ;;; Generated autoloads from play/cookie1.el | 3889 | ;;; Generated autoloads from play/cookie1.el |
| 3888 | 3890 | ||
| 3889 | (autoload (quote cookie) "cookie1" "\ | 3891 | (autoload (quote cookie) "cookie1" "\ |
| @@ -3907,7 +3909,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely)." nil | |||
| 3907 | ;;;*** | 3909 | ;;;*** |
| 3908 | 3910 | ||
| 3909 | ;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el" | 3911 | ;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el" |
| 3910 | ;;;;;; (15427 18595)) | 3912 | ;;;;;; (15441 20092)) |
| 3911 | ;;; Generated autoloads from emacs-lisp/copyright.el | 3913 | ;;; Generated autoloads from emacs-lisp/copyright.el |
| 3912 | 3914 | ||
| 3913 | (autoload (quote copyright-update) "copyright" "\ | 3915 | (autoload (quote copyright-update) "copyright" "\ |
| @@ -4133,7 +4135,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise." t nil) | |||
| 4133 | ;;;*** | 4135 | ;;;*** |
| 4134 | 4136 | ||
| 4135 | ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" | 4137 | ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" |
| 4136 | ;;;;;; (15371 46419)) | 4138 | ;;;;;; (15384 21745)) |
| 4137 | ;;; Generated autoloads from emacs-lisp/crm.el | 4139 | ;;; Generated autoloads from emacs-lisp/crm.el |
| 4138 | 4140 | ||
| 4139 | (autoload (quote completing-read-multiple) "crm" "\ | 4141 | (autoload (quote completing-read-multiple) "crm" "\ |
| @@ -4174,7 +4176,7 @@ INHERIT-INPUT-METHOD." nil nil) | |||
| 4174 | ;;;;;; customize-option-other-window customize-changed-options customize-option | 4176 | ;;;;;; customize-option-other-window customize-changed-options customize-option |
| 4175 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable | 4177 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable |
| 4176 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" | 4178 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" |
| 4177 | ;;;;;; (15413 39886)) | 4179 | ;;;;;; (15441 20086)) |
| 4178 | ;;; Generated autoloads from cus-edit.el | 4180 | ;;; Generated autoloads from cus-edit.el |
| 4179 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") | 4181 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") |
| 4180 | 4182 | ||
| @@ -4354,7 +4356,7 @@ See `defface' for the format of SPEC." nil nil) | |||
| 4354 | ;;;*** | 4356 | ;;;*** |
| 4355 | 4357 | ||
| 4356 | ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" | 4358 | ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" |
| 4357 | ;;;;;; (15417 4923)) | 4359 | ;;;;;; (15425 28361)) |
| 4358 | ;;; Generated autoloads from cvs-status.el | 4360 | ;;; Generated autoloads from cvs-status.el |
| 4359 | 4361 | ||
| 4360 | (autoload (quote cvs-status-mode) "cvs-status" "\ | 4362 | (autoload (quote cvs-status-mode) "cvs-status" "\ |
| @@ -4363,7 +4365,7 @@ Mode used for cvs status output." t nil) | |||
| 4363 | ;;;*** | 4365 | ;;;*** |
| 4364 | 4366 | ||
| 4365 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) | 4367 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) |
| 4366 | ;;;;;; "cwarn" "progmodes/cwarn.el" (15377 19528)) | 4368 | ;;;;;; "cwarn" "progmodes/cwarn.el" (15384 21747)) |
| 4367 | ;;; Generated autoloads from progmodes/cwarn.el | 4369 | ;;; Generated autoloads from progmodes/cwarn.el |
| 4368 | 4370 | ||
| 4369 | (autoload (quote cwarn-mode) "cwarn" "\ | 4371 | (autoload (quote cwarn-mode) "cwarn" "\ |
| @@ -4458,8 +4460,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil) | |||
| 4458 | 4460 | ||
| 4459 | ;;;*** | 4461 | ;;;*** |
| 4460 | 4462 | ||
| 4461 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15371 | 4463 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15384 |
| 4462 | ;;;;;; 46426)) | 4464 | ;;;;;; 21747)) |
| 4463 | ;;; Generated autoloads from progmodes/dcl-mode.el | 4465 | ;;; Generated autoloads from progmodes/dcl-mode.el |
| 4464 | 4466 | ||
| 4465 | (autoload (quote dcl-mode) "dcl-mode" "\ | 4467 | (autoload (quote dcl-mode) "dcl-mode" "\ |
| @@ -4581,7 +4583,7 @@ $ | |||
| 4581 | ;;;*** | 4583 | ;;;*** |
| 4582 | 4584 | ||
| 4583 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" | 4585 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" |
| 4584 | ;;;;;; "emacs-lisp/debug.el" (15402 32084)) | 4586 | ;;;;;; "emacs-lisp/debug.el" (15450 56540)) |
| 4585 | ;;; Generated autoloads from emacs-lisp/debug.el | 4587 | ;;; Generated autoloads from emacs-lisp/debug.el |
| 4586 | 4588 | ||
| 4587 | (setq debugger (quote debug)) | 4589 | (setq debugger (quote debug)) |
| @@ -4654,8 +4656,8 @@ START and END delimits the corners of text rectangle." t nil) | |||
| 4654 | 4656 | ||
| 4655 | ;;;*** | 4657 | ;;;*** |
| 4656 | 4658 | ||
| 4657 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (15373 | 4659 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (15384 |
| 4658 | ;;;;;; 8004)) | 4660 | ;;;;;; 21747)) |
| 4659 | ;;; Generated autoloads from progmodes/delphi.el | 4661 | ;;; Generated autoloads from progmodes/delphi.el |
| 4660 | 4662 | ||
| 4661 | (autoload (quote delphi-mode) "delphi" "\ | 4663 | (autoload (quote delphi-mode) "delphi" "\ |
| @@ -4799,7 +4801,7 @@ to provide correct modes for autoloaded files." nil nil) | |||
| 4799 | ;;;*** | 4801 | ;;;*** |
| 4800 | 4802 | ||
| 4801 | ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" | 4803 | ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" |
| 4802 | ;;;;;; (15414 16315)) | 4804 | ;;;;;; (15425 28362)) |
| 4803 | ;;; Generated autoloads from calendar/diary-lib.el | 4805 | ;;; Generated autoloads from calendar/diary-lib.el |
| 4804 | 4806 | ||
| 4805 | (autoload (quote diary) "diary-lib" "\ | 4807 | (autoload (quote diary) "diary-lib" "\ |
| @@ -4877,7 +4879,7 @@ Minor mode for viewing/editing context diffs. | |||
| 4877 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink | 4879 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink |
| 4878 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename | 4880 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename |
| 4879 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) | 4881 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) |
| 4880 | ;;;;;; "dired" "dired.el" (15425 25183)) | 4882 | ;;;;;; "dired" "dired.el" (15425 28361)) |
| 4881 | ;;; Generated autoloads from dired.el | 4883 | ;;; Generated autoloads from dired.el |
| 4882 | 4884 | ||
| 4883 | (defvar dired-listing-switches "-al" "\ | 4885 | (defvar dired-listing-switches "-al" "\ |
| @@ -5225,7 +5227,7 @@ true then the type of the file linked to by FILE is printed instead." t nil) | |||
| 5225 | 5227 | ||
| 5226 | ;;;*** | 5228 | ;;;*** |
| 5227 | 5229 | ||
| 5228 | ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (15417 4923)) | 5230 | ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (15425 28361)) |
| 5229 | ;;; Generated autoloads from dired-x.el | 5231 | ;;; Generated autoloads from dired-x.el |
| 5230 | 5232 | ||
| 5231 | (autoload (quote dired-jump) "dired-x" "\ | 5233 | (autoload (quote dired-jump) "dired-x" "\ |
| @@ -5272,7 +5274,7 @@ redefine OBJECT if it is a symbol." t nil) | |||
| 5272 | ;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii | 5274 | ;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii |
| 5273 | ;;;;;; standard-display-default standard-display-8bit describe-current-display-table | 5275 | ;;;;;; standard-display-default standard-display-8bit describe-current-display-table |
| 5274 | ;;;;;; describe-display-table set-display-table-slot display-table-slot | 5276 | ;;;;;; describe-display-table set-display-table-slot display-table-slot |
| 5275 | ;;;;;; make-display-table) "disp-table" "disp-table.el" (15371 46416)) | 5277 | ;;;;;; make-display-table) "disp-table" "disp-table.el" (15384 21741)) |
| 5276 | ;;; Generated autoloads from disp-table.el | 5278 | ;;; Generated autoloads from disp-table.el |
| 5277 | 5279 | ||
| 5278 | (autoload (quote make-display-table) "disp-table" "\ | 5280 | (autoload (quote make-display-table) "disp-table" "\ |
| @@ -5410,7 +5412,7 @@ Play sounds in message buffers." t nil) | |||
| 5410 | 5412 | ||
| 5411 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap | 5413 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap |
| 5412 | ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" | 5414 | ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" |
| 5413 | ;;;;;; "emacs-lisp/easy-mmode.el" (15400 1475)) | 5415 | ;;;;;; "emacs-lisp/easy-mmode.el" (15401 43552)) |
| 5414 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el | 5416 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el |
| 5415 | 5417 | ||
| 5416 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) | 5418 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) |
| @@ -6025,7 +6027,7 @@ With optional NODE, goes to that node." t nil) | |||
| 6025 | ;;;*** | 6027 | ;;;*** |
| 6026 | 6028 | ||
| 6027 | ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" | 6029 | ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" |
| 6028 | ;;;;;; (15419 18608)) | 6030 | ;;;;;; (15425 28361)) |
| 6029 | ;;; Generated autoloads from ediff-help.el | 6031 | ;;; Generated autoloads from ediff-help.el |
| 6030 | 6032 | ||
| 6031 | (autoload (quote ediff-customize) "ediff-help" nil t nil) | 6033 | (autoload (quote ediff-customize) "ediff-help" nil t nil) |
| @@ -6033,7 +6035,7 @@ With optional NODE, goes to that node." t nil) | |||
| 6033 | ;;;*** | 6035 | ;;;*** |
| 6034 | 6036 | ||
| 6035 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" | 6037 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" |
| 6036 | ;;;;;; (15419 18610)) | 6038 | ;;;;;; (15425 28361)) |
| 6037 | ;;; Generated autoloads from ediff-mult.el | 6039 | ;;; Generated autoloads from ediff-mult.el |
| 6038 | 6040 | ||
| 6039 | (autoload (quote ediff-show-registry) "ediff-mult" "\ | 6041 | (autoload (quote ediff-show-registry) "ediff-mult" "\ |
| @@ -6044,7 +6046,7 @@ Display Ediff's registry." t nil) | |||
| 6044 | ;;;*** | 6046 | ;;;*** |
| 6045 | 6047 | ||
| 6046 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) | 6048 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) |
| 6047 | ;;;;;; "ediff-util" "ediff-util.el" (15419 18612)) | 6049 | ;;;;;; "ediff-util" "ediff-util.el" (15425 28361)) |
| 6048 | ;;; Generated autoloads from ediff-util.el | 6050 | ;;; Generated autoloads from ediff-util.el |
| 6049 | 6051 | ||
| 6050 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ | 6052 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ |
| @@ -6105,7 +6107,7 @@ or nil, use a compact 80-column format." nil nil) | |||
| 6105 | ;;;*** | 6107 | ;;;*** |
| 6106 | 6108 | ||
| 6107 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" | 6109 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" |
| 6108 | ;;;;;; "emulation/edt.el" (15425 25184)) | 6110 | ;;;;;; "emulation/edt.el" (15425 28363)) |
| 6109 | ;;; Generated autoloads from emulation/edt.el | 6111 | ;;; Generated autoloads from emulation/edt.el |
| 6110 | 6112 | ||
| 6111 | (autoload (quote edt-set-scroll-margins) "edt" "\ | 6113 | (autoload (quote edt-set-scroll-margins) "edt" "\ |
| @@ -6152,7 +6154,7 @@ BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit." n | |||
| 6152 | ;;;*** | 6154 | ;;;*** |
| 6153 | 6155 | ||
| 6154 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) | 6156 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) |
| 6155 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (15421 61623)) | 6157 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (15425 28363)) |
| 6156 | ;;; Generated autoloads from emacs-lisp/eldoc.el | 6158 | ;;; Generated autoloads from emacs-lisp/eldoc.el |
| 6157 | 6159 | ||
| 6158 | (defvar eldoc-minor-mode-string " ElDoc" "\ | 6160 | (defvar eldoc-minor-mode-string " ElDoc" "\ |
| @@ -6193,7 +6195,7 @@ This is suitable as an entry on `find-file-hooks' or appropriate mode hooks." t | |||
| 6193 | ;;;*** | 6195 | ;;;*** |
| 6194 | 6196 | ||
| 6195 | ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" | 6197 | ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" |
| 6196 | ;;;;;; (15400 1475)) | 6198 | ;;;;;; (15401 43552)) |
| 6197 | ;;; Generated autoloads from emacs-lisp/elint.el | 6199 | ;;; Generated autoloads from emacs-lisp/elint.el |
| 6198 | 6200 | ||
| 6199 | (autoload (quote elint-initialize) "elint" "\ | 6201 | (autoload (quote elint-initialize) "elint" "\ |
| @@ -6294,7 +6296,7 @@ Emerge two RCS revisions of a file, with another revision as ancestor." t nil) | |||
| 6294 | ;;;*** | 6296 | ;;;*** |
| 6295 | 6297 | ||
| 6296 | ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" | 6298 | ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" |
| 6297 | ;;;;;; (15371 46423)) | 6299 | ;;;;;; (15384 21745)) |
| 6298 | ;;; Generated autoloads from international/encoded-kb.el | 6300 | ;;; Generated autoloads from international/encoded-kb.el |
| 6299 | 6301 | ||
| 6300 | (defvar encoded-kbd-mode nil "\ | 6302 | (defvar encoded-kbd-mode nil "\ |
| @@ -6322,7 +6324,7 @@ as a multilingual text encoded in a coding system set by | |||
| 6322 | ;;;*** | 6324 | ;;;*** |
| 6323 | 6325 | ||
| 6324 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) | 6326 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) |
| 6325 | ;;;;;; "enriched" "enriched.el" (15421 61605)) | 6327 | ;;;;;; "enriched" "enriched.el" (15425 28361)) |
| 6326 | ;;; Generated autoloads from enriched.el | 6328 | ;;; Generated autoloads from enriched.el |
| 6327 | 6329 | ||
| 6328 | (autoload (quote enriched-mode) "enriched" "\ | 6330 | (autoload (quote enriched-mode) "enriched" "\ |
| @@ -6365,7 +6367,7 @@ Test Eshell to verify that it works as expected." t nil) | |||
| 6365 | ;;;*** | 6367 | ;;;*** |
| 6366 | 6368 | ||
| 6367 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command | 6369 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command |
| 6368 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (15425 25184)) | 6370 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (15425 28363)) |
| 6369 | ;;; Generated autoloads from eshell/eshell.el | 6371 | ;;; Generated autoloads from eshell/eshell.el |
| 6370 | 6372 | ||
| 6371 | (autoload (quote eshell) "eshell" "\ | 6373 | (autoload (quote eshell) "eshell" "\ |
| @@ -6795,7 +6797,7 @@ Transcribe Ethiopic characters in ASCII depending on the file extension." nil ni | |||
| 6795 | 6797 | ||
| 6796 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline | 6798 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline |
| 6797 | ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" | 6799 | ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" |
| 6798 | ;;;;;; (15429 64367)) | 6800 | ;;;;;; (15441 20096)) |
| 6799 | ;;; Generated autoloads from net/eudc.el | 6801 | ;;; Generated autoloads from net/eudc.el |
| 6800 | 6802 | ||
| 6801 | (autoload (quote eudc-set-server) "eudc" "\ | 6803 | (autoload (quote eudc-set-server) "eudc" "\ |
| @@ -6837,7 +6839,7 @@ This does nothing except loading eudc by autoload side-effect." t nil) | |||
| 6837 | 6839 | ||
| 6838 | ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline | 6840 | ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline |
| 6839 | ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) | 6841 | ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) |
| 6840 | ;;;;;; "eudc-bob" "net/eudc-bob.el" (15429 64367)) | 6842 | ;;;;;; "eudc-bob" "net/eudc-bob.el" (15441 20096)) |
| 6841 | ;;; Generated autoloads from net/eudc-bob.el | 6843 | ;;; Generated autoloads from net/eudc-bob.el |
| 6842 | 6844 | ||
| 6843 | (autoload (quote eudc-display-generic-binary) "eudc-bob" "\ | 6845 | (autoload (quote eudc-display-generic-binary) "eudc-bob" "\ |
| @@ -6861,7 +6863,7 @@ Display a button for the JPEG DATA." nil nil) | |||
| 6861 | ;;;*** | 6863 | ;;;*** |
| 6862 | 6864 | ||
| 6863 | ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) | 6865 | ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) |
| 6864 | ;;;;;; "eudc-export" "net/eudc-export.el" (15429 64367)) | 6866 | ;;;;;; "eudc-export" "net/eudc-export.el" (15441 20096)) |
| 6865 | ;;; Generated autoloads from net/eudc-export.el | 6867 | ;;; Generated autoloads from net/eudc-export.el |
| 6866 | 6868 | ||
| 6867 | (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ | 6869 | (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ |
| @@ -6874,7 +6876,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record." t nil) | |||
| 6874 | ;;;*** | 6876 | ;;;*** |
| 6875 | 6877 | ||
| 6876 | ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" | 6878 | ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" |
| 6877 | ;;;;;; (15429 64367)) | 6879 | ;;;;;; (15441 20096)) |
| 6878 | ;;; Generated autoloads from net/eudc-hotlist.el | 6880 | ;;; Generated autoloads from net/eudc-hotlist.el |
| 6879 | 6881 | ||
| 6880 | (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ | 6882 | (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ |
| @@ -6910,7 +6912,7 @@ file modes." nil nil) | |||
| 6910 | ;;;*** | 6912 | ;;;*** |
| 6911 | 6913 | ||
| 6912 | ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot | 6914 | ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot |
| 6913 | ;;;;;; expand-add-abbrevs) "expand" "expand.el" (15371 46415)) | 6915 | ;;;;;; expand-add-abbrevs) "expand" "expand.el" (15384 21741)) |
| 6914 | ;;; Generated autoloads from expand.el | 6916 | ;;; Generated autoloads from expand.el |
| 6915 | 6917 | ||
| 6916 | (autoload (quote expand-add-abbrevs) "expand" "\ | 6918 | (autoload (quote expand-add-abbrevs) "expand" "\ |
| @@ -7015,7 +7017,7 @@ with no args, if that value is non-nil." t nil) | |||
| 7015 | ;;;;;; facemenu-remove-special facemenu-remove-all facemenu-remove-face-props | 7017 | ;;;;;; facemenu-remove-special facemenu-remove-all facemenu-remove-face-props |
| 7016 | ;;;;;; facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible | 7018 | ;;;;;; facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible |
| 7017 | ;;;;;; facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground | 7019 | ;;;;;; facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground |
| 7018 | ;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (15414 16309)) | 7020 | ;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (15441 20529)) |
| 7019 | ;;; Generated autoloads from facemenu.el | 7021 | ;;; Generated autoloads from facemenu.el |
| 7020 | (define-key global-map "\M-g" 'facemenu-keymap) | 7022 | (define-key global-map "\M-g" 'facemenu-keymap) |
| 7021 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) | 7023 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) |
| @@ -7153,7 +7155,7 @@ of colors that the current display can handle." t nil) | |||
| 7153 | ;;;*** | 7155 | ;;;*** |
| 7154 | 7156 | ||
| 7155 | ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" | 7157 | ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" |
| 7156 | ;;;;;; "fast-lock.el" (15371 46415)) | 7158 | ;;;;;; "fast-lock.el" (15384 21741)) |
| 7157 | ;;; Generated autoloads from fast-lock.el | 7159 | ;;; Generated autoloads from fast-lock.el |
| 7158 | 7160 | ||
| 7159 | (autoload (quote fast-lock-mode) "fast-lock" "\ | 7161 | (autoload (quote fast-lock-mode) "fast-lock" "\ |
| @@ -7190,7 +7192,7 @@ Unconditionally turn on Fast Lock mode." nil nil) | |||
| 7190 | 7192 | ||
| 7191 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue | 7193 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue |
| 7192 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts | 7194 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts |
| 7193 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15429 64367)) | 7195 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15441 20095)) |
| 7194 | ;;; Generated autoloads from mail/feedmail.el | 7196 | ;;; Generated autoloads from mail/feedmail.el |
| 7195 | 7197 | ||
| 7196 | (autoload (quote feedmail-send-it) "feedmail" "\ | 7198 | (autoload (quote feedmail-send-it) "feedmail" "\ |
| @@ -7280,7 +7282,7 @@ Evaluate the forms in variable `ffap-bindings'." t nil) | |||
| 7280 | ;;;*** | 7282 | ;;;*** |
| 7281 | 7283 | ||
| 7282 | ;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" | 7284 | ;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" |
| 7283 | ;;;;;; (15371 46415)) | 7285 | ;;;;;; (15384 21741)) |
| 7284 | ;;; Generated autoloads from filecache.el | 7286 | ;;; Generated autoloads from filecache.el |
| 7285 | 7287 | ||
| 7286 | (autoload (quote file-cache-minibuffer-complete) "filecache" "\ | 7288 | (autoload (quote file-cache-minibuffer-complete) "filecache" "\ |
| @@ -7549,7 +7551,7 @@ to get the effect of a C-q." nil nil) | |||
| 7549 | 7551 | ||
| 7550 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off | 7552 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off |
| 7551 | ;;;;;; flyspell-mode flyspell-prog-mode flyspell-mode-line-string) | 7553 | ;;;;;; flyspell-mode flyspell-prog-mode flyspell-mode-line-string) |
| 7552 | ;;;;;; "flyspell" "textmodes/flyspell.el" (15425 25185)) | 7554 | ;;;;;; "flyspell" "textmodes/flyspell.el" (15450 56540)) |
| 7553 | ;;; Generated autoloads from textmodes/flyspell.el | 7555 | ;;; Generated autoloads from textmodes/flyspell.el |
| 7554 | 7556 | ||
| 7555 | (defvar flyspell-mode-line-string " Fly" "\ | 7557 | (defvar flyspell-mode-line-string " Fly" "\ |
| @@ -7567,7 +7569,7 @@ Ispell is automatically spawned on background for each entered words. | |||
| 7567 | The default flyspell behavior is to highlight incorrect words. | 7569 | The default flyspell behavior is to highlight incorrect words. |
| 7568 | With no argument, this command toggles Flyspell mode. | 7570 | With no argument, this command toggles Flyspell mode. |
| 7569 | With a prefix argument ARG, turn Flyspell minor mode on iff ARG is positive. | 7571 | With a prefix argument ARG, turn Flyspell minor mode on iff ARG is positive. |
| 7570 | 7572 | ||
| 7571 | Bindings: | 7573 | Bindings: |
| 7572 | \\[ispell-word]: correct words (using Ispell). | 7574 | \\[ispell-word]: correct words (using Ispell). |
| 7573 | \\[flyspell-auto-correct-word]: automatically correct word. | 7575 | \\[flyspell-auto-correct-word]: automatically correct word. |
| @@ -7604,7 +7606,7 @@ Flyspell whole buffer." t nil) | |||
| 7604 | 7606 | ||
| 7605 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode | 7607 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode |
| 7606 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" | 7608 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" |
| 7607 | ;;;;;; (15427 41589)) | 7609 | ;;;;;; (15441 20087)) |
| 7608 | ;;; Generated autoloads from follow.el | 7610 | ;;; Generated autoloads from follow.el |
| 7609 | 7611 | ||
| 7610 | (autoload (quote turn-on-follow-mode) "follow" "\ | 7612 | (autoload (quote turn-on-follow-mode) "follow" "\ |
| @@ -8140,7 +8142,7 @@ Generate NOV files recursively starting in DIR." t nil) | |||
| 8140 | ;;;*** | 8142 | ;;;*** |
| 8141 | 8143 | ||
| 8142 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) | 8144 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) |
| 8143 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (15377 9264)) | 8145 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (15384 21745)) |
| 8144 | ;;; Generated autoloads from gnus/gnus-group.el | 8146 | ;;; Generated autoloads from gnus/gnus-group.el |
| 8145 | 8147 | ||
| 8146 | (autoload (quote gnus-fetch-group) "gnus-group" "\ | 8148 | (autoload (quote gnus-fetch-group) "gnus-group" "\ |
| @@ -8337,7 +8339,7 @@ Update the format specification near point." t nil) | |||
| 8337 | ;;;*** | 8339 | ;;;*** |
| 8338 | 8340 | ||
| 8339 | ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" | 8341 | ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" |
| 8340 | ;;;;;; "gnus/gnus-start.el" (15421 61632)) | 8342 | ;;;;;; "gnus/gnus-start.el" (15425 28363)) |
| 8341 | ;;; Generated autoloads from gnus/gnus-start.el | 8343 | ;;; Generated autoloads from gnus/gnus-start.el |
| 8342 | 8344 | ||
| 8343 | (autoload (quote gnus-unload) "gnus-start" "\ | 8345 | (autoload (quote gnus-unload) "gnus-start" "\ |
| @@ -8423,7 +8425,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil) | |||
| 8423 | ;;;*** | 8425 | ;;;*** |
| 8424 | 8426 | ||
| 8425 | ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" | 8427 | ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" |
| 8426 | ;;;;;; (15433 15825)) | 8428 | ;;;;;; (15441 20087)) |
| 8427 | ;;; Generated autoloads from gud.el | 8429 | ;;; Generated autoloads from gud.el |
| 8428 | 8430 | ||
| 8429 | (autoload (quote gdb) "gud" "\ | 8431 | (autoload (quote gdb) "gud" "\ |
| @@ -8516,7 +8518,7 @@ to be updated." t nil) | |||
| 8516 | 8518 | ||
| 8517 | ;;;### (autoloads (describe-categories describe-syntax describe-variable | 8519 | ;;;### (autoloads (describe-categories describe-syntax describe-variable |
| 8518 | ;;;;;; variable-at-point describe-function-1 describe-function locate-library | 8520 | ;;;;;; variable-at-point describe-function-1 describe-function locate-library |
| 8519 | ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15421 61607)) | 8521 | ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15425 28361)) |
| 8520 | ;;; Generated autoloads from help-fns.el | 8522 | ;;; Generated autoloads from help-fns.el |
| 8521 | 8523 | ||
| 8522 | (autoload (quote help-with-tutorial) "help-fns" "\ | 8524 | (autoload (quote help-with-tutorial) "help-fns" "\ |
| @@ -8581,7 +8583,7 @@ A value of nil means skip the middle step, so that | |||
| 8581 | 8583 | ||
| 8582 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button | 8584 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button |
| 8583 | ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup | 8585 | ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup |
| 8584 | ;;;;;; help-mode) "help-mode" "help-mode.el" (15425 25183)) | 8586 | ;;;;;; help-mode) "help-mode" "help-mode.el" (15425 28362)) |
| 8585 | ;;; Generated autoloads from help-mode.el | 8587 | ;;; Generated autoloads from help-mode.el |
| 8586 | 8588 | ||
| 8587 | (autoload (quote help-mode) "help-mode" "\ | 8589 | (autoload (quote help-mode) "help-mode" "\ |
| @@ -8656,7 +8658,7 @@ Provide help for current mode." t nil) | |||
| 8656 | ;;;*** | 8658 | ;;;*** |
| 8657 | 8659 | ||
| 8658 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" | 8660 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" |
| 8659 | ;;;;;; "hexl.el" (15371 46415)) | 8661 | ;;;;;; "hexl.el" (15384 21741)) |
| 8660 | ;;; Generated autoloads from hexl.el | 8662 | ;;; Generated autoloads from hexl.el |
| 8661 | 8663 | ||
| 8662 | (autoload (quote hexl-mode) "hexl" "\ | 8664 | (autoload (quote hexl-mode) "hexl" "\ |
| @@ -8849,7 +8851,7 @@ be found in variable `hi-lock-interactive-patterns'." t nil) | |||
| 8849 | ;;;*** | 8851 | ;;;*** |
| 8850 | 8852 | ||
| 8851 | ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially | 8853 | ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially |
| 8852 | ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (15371 46426)) | 8854 | ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (15384 21747)) |
| 8853 | ;;; Generated autoloads from progmodes/hideif.el | 8855 | ;;; Generated autoloads from progmodes/hideif.el |
| 8854 | 8856 | ||
| 8855 | (autoload (quote hide-ifdef-mode) "hideif" "\ | 8857 | (autoload (quote hide-ifdef-mode) "hideif" "\ |
| @@ -8953,7 +8955,7 @@ Key bindings: | |||
| 8953 | ;;;### (autoloads (global-highlight-changes highlight-compare-with-file | 8955 | ;;;### (autoloads (global-highlight-changes highlight-compare-with-file |
| 8954 | ;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change | 8956 | ;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change |
| 8955 | ;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight) | 8957 | ;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight) |
| 8956 | ;;;;;; "hilit-chg" "hilit-chg.el" (15371 46415)) | 8958 | ;;;;;; "hilit-chg" "hilit-chg.el" (15450 56540)) |
| 8957 | ;;; Generated autoloads from hilit-chg.el | 8959 | ;;; Generated autoloads from hilit-chg.el |
| 8958 | 8960 | ||
| 8959 | (defvar highlight-changes-mode nil) | 8961 | (defvar highlight-changes-mode nil) |
| @@ -9110,7 +9112,7 @@ argument VERBOSE non-nil makes the function verbose." nil (quote macro)) | |||
| 9110 | ;;;*** | 9112 | ;;;*** |
| 9111 | 9113 | ||
| 9112 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" | 9114 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" |
| 9113 | ;;;;;; (15434 54698)) | 9115 | ;;;;;; (15450 56540)) |
| 9114 | ;;; Generated autoloads from hl-line.el | 9116 | ;;; Generated autoloads from hl-line.el |
| 9115 | 9117 | ||
| 9116 | (autoload (quote hl-line-mode) "hl-line" "\ | 9118 | (autoload (quote hl-line-mode) "hl-line" "\ |
| @@ -9192,7 +9194,7 @@ Also see `automatic-hscrolling'." t nil) | |||
| 9192 | ;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable | 9194 | ;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable |
| 9193 | ;;;;;; ibuffer-included-in-filters-p ibuffer-interactive-filter-by-mode | 9195 | ;;;;;; ibuffer-included-in-filters-p ibuffer-interactive-filter-by-mode |
| 9194 | ;;;;;; ibuffer-mouse-filter-by-mode ibuffer-auto-mode) "ibuf-ext" | 9196 | ;;;;;; ibuffer-mouse-filter-by-mode ibuffer-auto-mode) "ibuf-ext" |
| 9195 | ;;;;;; "ibuf-ext.el" (15431 12536)) | 9197 | ;;;;;; "ibuf-ext.el" (15441 20088)) |
| 9196 | ;;; Generated autoloads from ibuf-ext.el | 9198 | ;;; Generated autoloads from ibuf-ext.el |
| 9197 | 9199 | ||
| 9198 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ | 9200 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ |
| @@ -9350,8 +9352,8 @@ defaults to one." t nil) | |||
| 9350 | ;;;*** | 9352 | ;;;*** |
| 9351 | 9353 | ||
| 9352 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter | 9354 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter |
| 9353 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15429 | 9355 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15441 |
| 9354 | ;;;;;; 64367)) | 9356 | ;;;;;; 20088)) |
| 9355 | ;;; Generated autoloads from ibuf-macs.el | 9357 | ;;; Generated autoloads from ibuf-macs.el |
| 9356 | 9358 | ||
| 9357 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ | 9359 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ |
| @@ -9425,7 +9427,7 @@ bound to the current value of the filter." nil (quote macro)) | |||
| 9425 | ;;;*** | 9427 | ;;;*** |
| 9426 | 9428 | ||
| 9427 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) | 9429 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) |
| 9428 | ;;;;;; "ibuffer" "ibuffer.el" (15429 64367)) | 9430 | ;;;;;; "ibuffer" "ibuffer.el" (15441 20088)) |
| 9429 | ;;; Generated autoloads from ibuffer.el | 9431 | ;;; Generated autoloads from ibuffer.el |
| 9430 | 9432 | ||
| 9431 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ | 9433 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ |
| @@ -9454,7 +9456,7 @@ special value `onewindow' means always use another window." t nil) | |||
| 9454 | ;;;*** | 9456 | ;;;*** |
| 9455 | 9457 | ||
| 9456 | ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" | 9458 | ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" |
| 9457 | ;;;;;; "icomplete.el" (15371 46416)) | 9459 | ;;;;;; "icomplete.el" (15384 21741)) |
| 9458 | ;;; Generated autoloads from icomplete.el | 9460 | ;;; Generated autoloads from icomplete.el |
| 9459 | 9461 | ||
| 9460 | (autoload (quote icomplete-mode) "icomplete" "\ | 9462 | (autoload (quote icomplete-mode) "icomplete" "\ |
| @@ -9506,7 +9508,7 @@ with no args, if that value is non-nil." t nil) | |||
| 9506 | ;;;*** | 9508 | ;;;*** |
| 9507 | 9509 | ||
| 9508 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" | 9510 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" |
| 9509 | ;;;;;; (15371 46426)) | 9511 | ;;;;;; (15384 21747)) |
| 9510 | ;;; Generated autoloads from progmodes/idlw-shell.el | 9512 | ;;; Generated autoloads from progmodes/idlw-shell.el |
| 9511 | 9513 | ||
| 9512 | (autoload (quote idlwave-shell) "idlw-shell" "\ | 9514 | (autoload (quote idlwave-shell) "idlw-shell" "\ |
| @@ -9756,7 +9758,7 @@ Example: | |||
| 9756 | 9758 | ||
| 9757 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp | 9759 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp |
| 9758 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" | 9760 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" |
| 9759 | ;;;;;; "image-file.el" (15417 4924)) | 9761 | ;;;;;; "image-file.el" (15425 28362)) |
| 9760 | ;;; Generated autoloads from image-file.el | 9762 | ;;; Generated autoloads from image-file.el |
| 9761 | 9763 | ||
| 9762 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ | 9764 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ |
| @@ -10088,7 +10090,7 @@ This will add a speedbar major display mode." t nil) | |||
| 10088 | 10090 | ||
| 10089 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file | 10091 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file |
| 10090 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" | 10092 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" |
| 10091 | ;;;;;; (15371 46416)) | 10093 | ;;;;;; (15441 20088)) |
| 10092 | ;;; Generated autoloads from info-look.el | 10094 | ;;; Generated autoloads from info-look.el |
| 10093 | 10095 | ||
| 10094 | (autoload (quote info-lookup-reset) "info-look" "\ | 10096 | (autoload (quote info-lookup-reset) "info-look" "\ |
| @@ -10171,7 +10173,7 @@ Toggle input method in interactive search." t nil) | |||
| 10171 | ;;;*** | 10173 | ;;;*** |
| 10172 | 10174 | ||
| 10173 | ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" | 10175 | ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" |
| 10174 | ;;;;;; (15371 46423)) | 10176 | ;;;;;; (15450 56540)) |
| 10175 | ;;; Generated autoloads from international/iso-acc.el | 10177 | ;;; Generated autoloads from international/iso-acc.el |
| 10176 | 10178 | ||
| 10177 | (autoload (quote iso-accents-mode) "iso-acc" "\ | 10179 | (autoload (quote iso-accents-mode) "iso-acc" "\ |
| @@ -10275,7 +10277,7 @@ Add submenus to the Files menu, to convert to and from various formats." t nil) | |||
| 10275 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell | 10277 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell |
| 10276 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist | 10278 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist |
| 10277 | ;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) | 10279 | ;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) |
| 10278 | ;;;;;; "ispell" "textmodes/ispell.el" (15400 1481)) | 10280 | ;;;;;; "ispell" "textmodes/ispell.el" (15441 20097)) |
| 10279 | ;;; Generated autoloads from textmodes/ispell.el | 10281 | ;;; Generated autoloads from textmodes/ispell.el |
| 10280 | 10282 | ||
| 10281 | (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ | 10283 | (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ |
| @@ -10521,7 +10523,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to | |||
| 10521 | 10523 | ||
| 10522 | ;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer | 10524 | ;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer |
| 10523 | ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings | 10525 | ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings |
| 10524 | ;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (15381 49864)) | 10526 | ;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (15384 21741)) |
| 10525 | ;;; Generated autoloads from iswitchb.el | 10527 | ;;; Generated autoloads from iswitchb.el |
| 10526 | 10528 | ||
| 10527 | (autoload (quote iswitchb-read-buffer) "iswitchb" "\ | 10529 | (autoload (quote iswitchb-read-buffer) "iswitchb" "\ |
| @@ -10639,8 +10641,8 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil | |||
| 10639 | 10641 | ||
| 10640 | ;;;*** | 10642 | ;;;*** |
| 10641 | 10643 | ||
| 10642 | ;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (15371 | 10644 | ;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (15384 |
| 10643 | ;;;;;; 46416)) | 10645 | ;;;;;; 21741)) |
| 10644 | ;;; Generated autoloads from jit-lock.el | 10646 | ;;; Generated autoloads from jit-lock.el |
| 10645 | 10647 | ||
| 10646 | (autoload (quote jit-lock-register) "jit-lock" "\ | 10648 | (autoload (quote jit-lock-register) "jit-lock" "\ |
| @@ -10759,8 +10761,8 @@ Use \\[describe-mode] for more info." t nil) | |||
| 10759 | 10761 | ||
| 10760 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion | 10762 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion |
| 10761 | ;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao | 10763 | ;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao |
| 10762 | ;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (15378 | 10764 | ;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (15384 |
| 10763 | ;;;;;; 54908)) | 10765 | ;;;;;; 21746)) |
| 10764 | ;;; Generated autoloads from language/lao-util.el | 10766 | ;;; Generated autoloads from language/lao-util.el |
| 10765 | 10767 | ||
| 10766 | (autoload (quote lao-compose-string) "lao-util" nil nil nil) | 10768 | (autoload (quote lao-compose-string) "lao-util" nil nil nil) |
| @@ -10793,7 +10795,7 @@ The return value is number of composed characters." nil nil) | |||
| 10793 | ;;;*** | 10795 | ;;;*** |
| 10794 | 10796 | ||
| 10795 | ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) | 10797 | ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) |
| 10796 | ;;;;;; "latin1-disp" "international/latin1-disp.el" (15378 54817)) | 10798 | ;;;;;; "latin1-disp" "international/latin1-disp.el" (15384 21745)) |
| 10797 | ;;; Generated autoloads from international/latin1-disp.el | 10799 | ;;; Generated autoloads from international/latin1-disp.el |
| 10798 | 10800 | ||
| 10799 | (defvar latin1-display nil "\ | 10801 | (defvar latin1-display nil "\ |
| @@ -10839,7 +10841,7 @@ use either M-x customize of the function `latin1-display'.") | |||
| 10839 | ;;;*** | 10841 | ;;;*** |
| 10840 | 10842 | ||
| 10841 | ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" | 10843 | ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" |
| 10842 | ;;;;;; "lazy-lock.el" (15371 46415)) | 10844 | ;;;;;; "lazy-lock.el" (15443 53096)) |
| 10843 | ;;; Generated autoloads from lazy-lock.el | 10845 | ;;; Generated autoloads from lazy-lock.el |
| 10844 | 10846 | ||
| 10845 | (autoload (quote lazy-lock-mode) "lazy-lock" "\ | 10847 | (autoload (quote lazy-lock-mode) "lazy-lock" "\ |
| @@ -10849,6 +10851,10 @@ automatically in your `~/.emacs' by: | |||
| 10849 | 10851 | ||
| 10850 | (setq font-lock-support-mode 'lazy-lock-mode) | 10852 | (setq font-lock-support-mode 'lazy-lock-mode) |
| 10851 | 10853 | ||
| 10854 | For a newer font-lock support mode with similar functionality, see | ||
| 10855 | `jit-lock-mode'. Eventually, Lazy Lock mode will be deprecated in | ||
| 10856 | JIT Lock's favor. | ||
| 10857 | |||
| 10852 | When Lazy Lock mode is enabled, fontification can be lazy in a number of ways: | 10858 | When Lazy Lock mode is enabled, fontification can be lazy in a number of ways: |
| 10853 | 10859 | ||
| 10854 | - Demand-driven buffer fontification if `lazy-lock-minimum-size' is non-nil. | 10860 | - Demand-driven buffer fontification if `lazy-lock-minimum-size' is non-nil. |
| @@ -11327,7 +11333,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any." t | |||
| 11327 | ;;;*** | 11333 | ;;;*** |
| 11328 | 11334 | ||
| 11329 | ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" | 11335 | ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" |
| 11330 | ;;;;;; (15371 46426)) | 11336 | ;;;;;; (15384 21747)) |
| 11331 | ;;; Generated autoloads from progmodes/make-mode.el | 11337 | ;;; Generated autoloads from progmodes/make-mode.el |
| 11332 | 11338 | ||
| 11333 | (autoload (quote makefile-mode) "make-mode" "\ | 11339 | (autoload (quote makefile-mode) "make-mode" "\ |
| @@ -11901,8 +11907,8 @@ Convert morse coded text in region to ordinary ASCII text." t nil) | |||
| 11901 | 11907 | ||
| 11902 | ;;;*** | 11908 | ;;;*** |
| 11903 | 11909 | ||
| 11904 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15371 | 11910 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15384 |
| 11905 | ;;;;;; 46417)) | 11911 | ;;;;;; 21743)) |
| 11906 | ;;; Generated autoloads from mouse-sel.el | 11912 | ;;; Generated autoloads from mouse-sel.el |
| 11907 | 11913 | ||
| 11908 | (autoload (quote mouse-sel-mode) "mouse-sel" "\ | 11914 | (autoload (quote mouse-sel-mode) "mouse-sel" "\ |
| @@ -12227,7 +12233,7 @@ Enable mouse wheel support." nil nil) | |||
| 12227 | ;;;### (autoloads (network-connection network-connection-to-service | 12233 | ;;;### (autoloads (network-connection network-connection-to-service |
| 12228 | ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host | 12234 | ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host |
| 12229 | ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el" | 12235 | ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el" |
| 12230 | ;;;;;; (15421 61646)) | 12236 | ;;;;;; (15425 28364)) |
| 12231 | ;;; Generated autoloads from net/net-utils.el | 12237 | ;;; Generated autoloads from net/net-utils.el |
| 12232 | 12238 | ||
| 12233 | (autoload (quote traceroute) "net-utils" "\ | 12239 | (autoload (quote traceroute) "net-utils" "\ |
| @@ -12647,7 +12653,7 @@ The Custom feature is intended to make this obsolete." t nil) | |||
| 12647 | ;;;*** | 12653 | ;;;*** |
| 12648 | 12654 | ||
| 12649 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" | 12655 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" |
| 12650 | ;;;;;; (15371 46416)) | 12656 | ;;;;;; (15384 21747)) |
| 12651 | ;;; Generated autoloads from textmodes/outline.el | 12657 | ;;; Generated autoloads from textmodes/outline.el |
| 12652 | 12658 | ||
| 12653 | (autoload (quote outline-mode) "outline" "\ | 12659 | (autoload (quote outline-mode) "outline" "\ |
| @@ -12788,9 +12794,19 @@ C-Escape does list-buffers." t nil) | |||
| 12788 | ;;;*** | 12794 | ;;;*** |
| 12789 | 12795 | ||
| 12790 | ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" | 12796 | ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" |
| 12791 | ;;;;;; "emulation/pc-select.el" (15371 46419)) | 12797 | ;;;;;; "emulation/pc-select.el" (15450 56540)) |
| 12792 | ;;; Generated autoloads from emulation/pc-select.el | 12798 | ;;; Generated autoloads from emulation/pc-select.el |
| 12793 | 12799 | ||
| 12800 | (defvar pc-selection-mode nil "\ | ||
| 12801 | Non-nil if Pc-Selection mode is enabled. | ||
| 12802 | See the command `pc-selection-mode' for a description of this minor-mode. | ||
| 12803 | Setting this variable directly does not take effect; | ||
| 12804 | use either \\[customize] or the function `pc-selection-mode'.") | ||
| 12805 | |||
| 12806 | (custom-add-to-group (quote pc-select) (quote pc-selection-mode) (quote custom-variable)) | ||
| 12807 | |||
| 12808 | (custom-add-load (quote pc-selection-mode) (quote pc-select)) | ||
| 12809 | |||
| 12794 | (autoload (quote pc-selection-mode) "pc-select" "\ | 12810 | (autoload (quote pc-selection-mode) "pc-select" "\ |
| 12795 | Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style. | 12811 | Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style. |
| 12796 | 12812 | ||
| @@ -12833,13 +12849,13 @@ In addition, certain other PC bindings are imitated (to avoid this, set | |||
| 12833 | the variable `pc-select-selection-keys-only' to t after loading pc-select.el | 12849 | the variable `pc-select-selection-keys-only' to t after loading pc-select.el |
| 12834 | but before calling `pc-selection-mode'): | 12850 | but before calling `pc-selection-mode'): |
| 12835 | 12851 | ||
| 12836 | F6 `other-window' | 12852 | F6 other-window |
| 12837 | DELETE `delete-char' | 12853 | DELETE delete-char |
| 12838 | C-DELETE `kill-line' | 12854 | C-DELETE kill-line |
| 12839 | M-DELETE `kill-word' | 12855 | M-DELETE kill-word |
| 12840 | C-M-DELETE `kill-sexp' | 12856 | C-M-DELETE kill-sexp |
| 12841 | C-BACKSPACE `backward-kill-word' | 12857 | C-BACKSPACE backward-kill-word |
| 12842 | M-BACKSPACE `undo'" t nil) | 12858 | M-BACKSPACE undo" t nil) |
| 12843 | 12859 | ||
| 12844 | (defvar pc-selection-mode nil "\ | 12860 | (defvar pc-selection-mode nil "\ |
| 12845 | Toggle PC Selection mode. | 12861 | Toggle PC Selection mode. |
| @@ -12987,7 +13003,7 @@ Setup shell-mode to use pcomplete." nil nil) | |||
| 12987 | 13003 | ||
| 12988 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status | 13004 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status |
| 12989 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" | 13005 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" |
| 12990 | ;;;;;; "pcvs.el" (15400 1473)) | 13006 | ;;;;;; "pcvs.el" (15443 53097)) |
| 12991 | ;;; Generated autoloads from pcvs.el | 13007 | ;;; Generated autoloads from pcvs.el |
| 12992 | 13008 | ||
| 12993 | (autoload (quote cvs-checkout) "pcvs" "\ | 13009 | (autoload (quote cvs-checkout) "pcvs" "\ |
| @@ -13056,7 +13072,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 13056 | ;;;*** | 13072 | ;;;*** |
| 13057 | 13073 | ||
| 13058 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" | 13074 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" |
| 13059 | ;;;;;; (15371 46426)) | 13075 | ;;;;;; (15441 20097)) |
| 13060 | ;;; Generated autoloads from progmodes/perl-mode.el | 13076 | ;;; Generated autoloads from progmodes/perl-mode.el |
| 13061 | 13077 | ||
| 13062 | (autoload (quote perl-mode) "perl-mode" "\ | 13078 | (autoload (quote perl-mode) "perl-mode" "\ |
| @@ -13110,7 +13126,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'." t nil) | |||
| 13110 | ;;;*** | 13126 | ;;;*** |
| 13111 | 13127 | ||
| 13112 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" | 13128 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" |
| 13113 | ;;;;;; (15371 46416)) | 13129 | ;;;;;; (15384 21747)) |
| 13114 | ;;; Generated autoloads from textmodes/picture.el | 13130 | ;;; Generated autoloads from textmodes/picture.el |
| 13115 | 13131 | ||
| 13116 | (autoload (quote picture-mode) "picture" "\ | 13132 | (autoload (quote picture-mode) "picture" "\ |
| @@ -13179,7 +13195,7 @@ they are not defaultly assigned to keys." t nil) | |||
| 13179 | 13195 | ||
| 13180 | ;;;*** | 13196 | ;;;*** |
| 13181 | 13197 | ||
| 13182 | ;;;### (autoloads (pong) "pong" "play/pong.el" (15371 46425)) | 13198 | ;;;### (autoloads (pong) "pong" "play/pong.el" (15448 56548)) |
| 13183 | ;;; Generated autoloads from play/pong.el | 13199 | ;;; Generated autoloads from play/pong.el |
| 13184 | 13200 | ||
| 13185 | (autoload (quote pong) "pong" "\ | 13201 | (autoload (quote pong) "pong" "\ |
| @@ -13499,7 +13515,7 @@ If EXTENSION is any other symbol, it is ignored." nil nil) | |||
| 13499 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map | 13515 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map |
| 13500 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout | 13516 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout |
| 13501 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" | 13517 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" |
| 13502 | ;;;;;; "international/quail.el" (15421 61639)) | 13518 | ;;;;;; "international/quail.el" (15425 28363)) |
| 13503 | ;;; Generated autoloads from international/quail.el | 13519 | ;;; Generated autoloads from international/quail.el |
| 13504 | 13520 | ||
| 13505 | (autoload (quote quail-title) "quail" "\ | 13521 | (autoload (quote quail-title) "quail" "\ |
| @@ -13924,8 +13940,8 @@ rectangle which were empty." t nil) | |||
| 13924 | 13940 | ||
| 13925 | ;;;*** | 13941 | ;;;*** |
| 13926 | 13942 | ||
| 13927 | ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15400 | 13943 | ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15401 |
| 13928 | ;;;;;; 1481)) | 13944 | ;;;;;; 43553)) |
| 13929 | ;;; Generated autoloads from textmodes/refill.el | 13945 | ;;; Generated autoloads from textmodes/refill.el |
| 13930 | 13946 | ||
| 13931 | (autoload (quote refill-mode) "refill" "\ | 13947 | (autoload (quote refill-mode) "refill" "\ |
| @@ -14006,7 +14022,7 @@ While entering the regexp, completion on knows citation keys is possible. | |||
| 14006 | ;;;*** | 14022 | ;;;*** |
| 14007 | 14023 | ||
| 14008 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" | 14024 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" |
| 14009 | ;;;;;; (15371 46417)) | 14025 | ;;;;;; (15384 21747)) |
| 14010 | ;;; Generated autoloads from textmodes/reftex-index.el | 14026 | ;;; Generated autoloads from textmodes/reftex-index.el |
| 14011 | 14027 | ||
| 14012 | (autoload (quote reftex-index-phrases-mode) "reftex-index" "\ | 14028 | (autoload (quote reftex-index-phrases-mode) "reftex-index" "\ |
| @@ -14037,7 +14053,7 @@ Here are all local bindings. | |||
| 14037 | ;;;*** | 14053 | ;;;*** |
| 14038 | 14054 | ||
| 14039 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" | 14055 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" |
| 14040 | ;;;;;; (15421 61624)) | 14056 | ;;;;;; (15425 28363)) |
| 14041 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el | 14057 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el |
| 14042 | 14058 | ||
| 14043 | (autoload (quote regexp-opt) "regexp-opt" "\ | 14059 | (autoload (quote regexp-opt) "regexp-opt" "\ |
| @@ -14106,7 +14122,7 @@ mail-sending package is used for editing and sending the message." nil nil) | |||
| 14106 | ;;;*** | 14122 | ;;;*** |
| 14107 | 14123 | ||
| 14108 | ;;;### (autoloads (reposition-window) "reposition" "reposition.el" | 14124 | ;;;### (autoloads (reposition-window) "reposition" "reposition.el" |
| 14109 | ;;;;;; (15371 46418)) | 14125 | ;;;;;; (15384 21743)) |
| 14110 | ;;; Generated autoloads from reposition.el | 14126 | ;;; Generated autoloads from reposition.el |
| 14111 | 14127 | ||
| 14112 | (autoload (quote reposition-window) "reposition" "\ | 14128 | (autoload (quote reposition-window) "reposition" "\ |
| @@ -14273,7 +14289,7 @@ variable." t nil) | |||
| 14273 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output | 14289 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output |
| 14274 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers | 14290 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers |
| 14275 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) | 14291 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) |
| 14276 | ;;;;;; "rmail" "mail/rmail.el" (15425 25184)) | 14292 | ;;;;;; "rmail" "mail/rmail.el" (15425 28363)) |
| 14277 | ;;; Generated autoloads from mail/rmail.el | 14293 | ;;; Generated autoloads from mail/rmail.el |
| 14278 | 14294 | ||
| 14279 | (defvar rmail-dont-reply-to-names nil "\ | 14295 | (defvar rmail-dont-reply-to-names nil "\ |
| @@ -14756,8 +14772,8 @@ This function is obsolete." t nil) | |||
| 14756 | 14772 | ||
| 14757 | ;;;*** | 14773 | ;;;*** |
| 14758 | 14774 | ||
| 14759 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15434 | 14775 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15441 |
| 14760 | ;;;;;; 54698)) | 14776 | ;;;;;; 20091)) |
| 14761 | ;;; Generated autoloads from ruler-mode.el | 14777 | ;;; Generated autoloads from ruler-mode.el |
| 14762 | 14778 | ||
| 14763 | (autoload (quote ruler-mode) "ruler-mode" "\ | 14779 | (autoload (quote ruler-mode) "ruler-mode" "\ |
| @@ -15133,7 +15149,7 @@ Toggle Scroll-All minor mode." t nil) | |||
| 15133 | ;;;;;; mail-archive-file-name mail-header-separator send-mail-function | 15149 | ;;;;;; mail-archive-file-name mail-header-separator send-mail-function |
| 15134 | ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind | 15150 | ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind |
| 15135 | ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" | 15151 | ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" |
| 15136 | ;;;;;; (15414 16316)) | 15152 | ;;;;;; (15441 20095)) |
| 15137 | ;;; Generated autoloads from mail/sendmail.el | 15153 | ;;; Generated autoloads from mail/sendmail.el |
| 15138 | 15154 | ||
| 15139 | (defvar mail-from-style (quote angles) "\ | 15155 | (defvar mail-from-style (quote angles) "\ |
| @@ -15376,7 +15392,7 @@ To work around that, do: | |||
| 15376 | ;;;*** | 15392 | ;;;*** |
| 15377 | 15393 | ||
| 15378 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" | 15394 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" |
| 15379 | ;;;;;; (15413 39896)) | 15395 | ;;;;;; (15441 20097)) |
| 15380 | ;;; Generated autoloads from progmodes/sh-script.el | 15396 | ;;; Generated autoloads from progmodes/sh-script.el |
| 15381 | 15397 | ||
| 15382 | (put (quote sh-mode) (quote mode-class) (quote special)) | 15398 | (put (quote sh-mode) (quote mode-class) (quote special)) |
| @@ -15517,7 +15533,7 @@ Set up file shadowing." t nil) | |||
| 15517 | ;;;*** | 15533 | ;;;*** |
| 15518 | 15534 | ||
| 15519 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" | 15535 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
| 15520 | ;;;;;; (15371 46425)) | 15536 | ;;;;;; (15384 21743)) |
| 15521 | ;;; Generated autoloads from shell.el | 15537 | ;;; Generated autoloads from shell.el |
| 15522 | 15538 | ||
| 15523 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ | 15539 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ |
| @@ -15748,14 +15764,14 @@ which smileys to operate on and which images to use for them." t nil) | |||
| 15748 | ;;;*** | 15764 | ;;;*** |
| 15749 | 15765 | ||
| 15750 | ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" | 15766 | ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" |
| 15751 | ;;;;;; (15400 1478)) | 15767 | ;;;;;; (15401 43553)) |
| 15752 | ;;; Generated autoloads from mail/smtpmail.el | 15768 | ;;; Generated autoloads from mail/smtpmail.el |
| 15753 | 15769 | ||
| 15754 | (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) | 15770 | (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) |
| 15755 | 15771 | ||
| 15756 | ;;;*** | 15772 | ;;;*** |
| 15757 | 15773 | ||
| 15758 | ;;;### (autoloads (snake) "snake" "play/snake.el" (15371 46425)) | 15774 | ;;;### (autoloads (snake) "snake" "play/snake.el" (15384 21747)) |
| 15759 | ;;; Generated autoloads from play/snake.el | 15775 | ;;; Generated autoloads from play/snake.el |
| 15760 | 15776 | ||
| 15761 | (autoload (quote snake) "snake" "\ | 15777 | (autoload (quote snake) "snake" "\ |
| @@ -15941,7 +15957,7 @@ Pick your favourite shortcuts: | |||
| 15941 | 15957 | ||
| 15942 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields | 15958 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields |
| 15943 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs | 15959 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs |
| 15944 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (15400 1473)) | 15960 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (15401 43552)) |
| 15945 | ;;; Generated autoloads from sort.el | 15961 | ;;; Generated autoloads from sort.el |
| 15946 | 15962 | ||
| 15947 | (autoload (quote sort-subr) "sort" "\ | 15963 | (autoload (quote sort-subr) "sort" "\ |
| @@ -16127,7 +16143,7 @@ Return a vector containing the lines from `spook-phrases-file'." nil nil) | |||
| 16127 | 16143 | ||
| 16128 | ;;;### (autoloads (sql-db2 sql-interbase sql-postgres sql-ms sql-ingres | 16144 | ;;;### (autoloads (sql-db2 sql-interbase sql-postgres sql-ms sql-ingres |
| 16129 | ;;;;;; sql-solid sql-mysql sql-informix sql-sybase sql-oracle sql-mode | 16145 | ;;;;;; sql-solid sql-mysql sql-informix sql-sybase sql-oracle sql-mode |
| 16130 | ;;;;;; sql-help) "sql" "progmodes/sql.el" (15431 8678)) | 16146 | ;;;;;; sql-help) "sql" "progmodes/sql.el" (15441 20097)) |
| 16131 | ;;; Generated autoloads from progmodes/sql.el | 16147 | ;;; Generated autoloads from progmodes/sql.el |
| 16132 | 16148 | ||
| 16133 | (autoload (quote sql-help) "sql" "\ | 16149 | (autoload (quote sql-help) "sql" "\ |
| @@ -16445,7 +16461,7 @@ The default comes from `process-coding-system-alist' and | |||
| 16445 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke | 16461 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke |
| 16446 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke | 16462 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke |
| 16447 | ;;;;;; strokes-global-set-stroke strokes-mode) "strokes" "strokes.el" | 16463 | ;;;;;; strokes-global-set-stroke strokes-mode) "strokes" "strokes.el" |
| 16448 | ;;;;;; (15371 46416)) | 16464 | ;;;;;; (15384 21744)) |
| 16449 | ;;; Generated autoloads from strokes.el | 16465 | ;;; Generated autoloads from strokes.el |
| 16450 | 16466 | ||
| 16451 | (defvar strokes-mode nil "\ | 16467 | (defvar strokes-mode nil "\ |
| @@ -16537,7 +16553,7 @@ Read a complex stroke and insert its glyph into the current buffer." t nil) | |||
| 16537 | ;;;*** | 16553 | ;;;*** |
| 16538 | 16554 | ||
| 16539 | ;;;### (autoloads (studlify-buffer studlify-word studlify-region) | 16555 | ;;;### (autoloads (studlify-buffer studlify-word studlify-region) |
| 16540 | ;;;;;; "studly" "play/studly.el" (15371 46425)) | 16556 | ;;;;;; "studly" "play/studly.el" (15384 21747)) |
| 16541 | ;;; Generated autoloads from play/studly.el | 16557 | ;;; Generated autoloads from play/studly.el |
| 16542 | 16558 | ||
| 16543 | (autoload (quote studlify-region) "studly" "\ | 16559 | (autoload (quote studlify-region) "studly" "\ |
| @@ -16581,8 +16597,8 @@ before, and `sc-post-hook' is run after the guts of this function." nil nil) | |||
| 16581 | 16597 | ||
| 16582 | ;;;*** | 16598 | ;;;*** |
| 16583 | 16599 | ||
| 16584 | ;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (15371 | 16600 | ;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (15384 |
| 16585 | ;;;;;; 46419)) | 16601 | ;;;;;; 21745)) |
| 16586 | ;;; Generated autoloads from emacs-lisp/syntax.el | 16602 | ;;; Generated autoloads from emacs-lisp/syntax.el |
| 16587 | 16603 | ||
| 16588 | (autoload (quote syntax-ppss) "syntax" "\ | 16604 | (autoload (quote syntax-ppss) "syntax" "\ |
| @@ -16694,7 +16710,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'." t nil) | |||
| 16694 | 16710 | ||
| 16695 | ;;;*** | 16711 | ;;;*** |
| 16696 | 16712 | ||
| 16697 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (15431 8678)) | 16713 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (15441 20096)) |
| 16698 | ;;; Generated autoloads from net/telnet.el | 16714 | ;;; Generated autoloads from net/telnet.el |
| 16699 | (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") | 16715 | (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") |
| 16700 | 16716 | ||
| @@ -16768,7 +16784,7 @@ subprocess started." t nil) | |||
| 16768 | 16784 | ||
| 16769 | ;;;*** | 16785 | ;;;*** |
| 16770 | 16786 | ||
| 16771 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15371 46425)) | 16787 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15441 20096)) |
| 16772 | ;;; Generated autoloads from play/tetris.el | 16788 | ;;; Generated autoloads from play/tetris.el |
| 16773 | 16789 | ||
| 16774 | (autoload (quote tetris) "tetris" "\ | 16790 | (autoload (quote tetris) "tetris" "\ |
| @@ -17081,7 +17097,7 @@ if large. You can use Info-split to do this manually." t nil) | |||
| 17081 | ;;;*** | 17097 | ;;;*** |
| 17082 | 17098 | ||
| 17083 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) | 17099 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) |
| 17084 | ;;;;;; "texinfo" "textmodes/texinfo.el" (15415 16933)) | 17100 | ;;;;;; "texinfo" "textmodes/texinfo.el" (15425 28364)) |
| 17085 | ;;; Generated autoloads from textmodes/texinfo.el | 17101 | ;;; Generated autoloads from textmodes/texinfo.el |
| 17086 | 17102 | ||
| 17087 | (defvar texinfo-open-quote "``" "\ | 17103 | (defvar texinfo-open-quote "``" "\ |
| @@ -17230,8 +17246,8 @@ a symbol as a valid THING." nil nil) | |||
| 17230 | ;;;;;; tibetan-compose-buffer tibetan-decompose-buffer tibetan-composition-function | 17246 | ;;;;;; tibetan-compose-buffer tibetan-decompose-buffer tibetan-composition-function |
| 17231 | ;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region | 17247 | ;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region |
| 17232 | ;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription | 17248 | ;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription |
| 17233 | ;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (15434 | 17249 | ;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (15441 |
| 17234 | ;;;;;; 54698)) | 17250 | ;;;;;; 20095)) |
| 17235 | ;;; Generated autoloads from language/tibet-util.el | 17251 | ;;; Generated autoloads from language/tibet-util.el |
| 17236 | 17252 | ||
| 17237 | (autoload (quote tibetan-char-p) "tibet-util" "\ | 17253 | (autoload (quote tibetan-char-p) "tibet-util" "\ |
| @@ -17298,7 +17314,7 @@ This function performs no refilling of the changed text." t nil) | |||
| 17298 | ;;;*** | 17314 | ;;;*** |
| 17299 | 17315 | ||
| 17300 | ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) | 17316 | ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) |
| 17301 | ;;;;;; "time" "time.el" (15434 54698)) | 17317 | ;;;;;; "time" "time.el" (15450 56540)) |
| 17302 | ;;; Generated autoloads from time.el | 17318 | ;;; Generated autoloads from time.el |
| 17303 | 17319 | ||
| 17304 | (defvar display-time-day-and-date nil "\ | 17320 | (defvar display-time-day-and-date nil "\ |
| @@ -17332,16 +17348,59 @@ This runs the normal hook `display-time-hook' after each update." t nil) | |||
| 17332 | 17348 | ||
| 17333 | ;;;*** | 17349 | ;;;*** |
| 17334 | 17350 | ||
| 17335 | ;;;### (autoloads (safe-date-to-time date-to-time) "time-date" "gnus/time-date.el" | 17351 | ;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year |
| 17336 | ;;;;;; (15371 46421)) | 17352 | ;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract |
| 17337 | ;;; Generated autoloads from gnus/time-date.el | 17353 | ;;;;;; time-since days-to-time time-less-p seconds-to-time date-to-time) |
| 17354 | ;;;;;; "time-date" "calendar/time-date.el" (15450 56230)) | ||
| 17355 | ;;; Generated autoloads from calendar/time-date.el | ||
| 17338 | 17356 | ||
| 17339 | (autoload (quote date-to-time) "time-date" "\ | 17357 | (autoload (quote date-to-time) "time-date" "\ |
| 17340 | Convert DATE into time." nil nil) | 17358 | Parse a string that represents a date-time and return a time value." nil nil) |
| 17359 | |||
| 17360 | (autoload (quote seconds-to-time) "time-date" "\ | ||
| 17361 | Convert SECONDS (a floating point number) to a time value." nil nil) | ||
| 17362 | |||
| 17363 | (autoload (quote time-less-p) "time-date" "\ | ||
| 17364 | Say whether time value T1 is less than time value T2." nil nil) | ||
| 17365 | |||
| 17366 | (autoload (quote days-to-time) "time-date" "\ | ||
| 17367 | Convert DAYS into a time value." nil nil) | ||
| 17368 | |||
| 17369 | (autoload (quote time-since) "time-date" "\ | ||
| 17370 | Return the time elapsed since TIME. | ||
| 17371 | TIME should be either a time value or a date-time string." nil nil) | ||
| 17372 | |||
| 17373 | (defalias (quote subtract-time) (quote time-subtract)) | ||
| 17374 | |||
| 17375 | (autoload (quote time-subtract) "time-date" "\ | ||
| 17376 | Subtract two time values. | ||
| 17377 | Return the difference in the format of a time value." nil nil) | ||
| 17378 | |||
| 17379 | (autoload (quote time-add) "time-date" "\ | ||
| 17380 | Add two time values. One should represent a time difference." nil nil) | ||
| 17381 | |||
| 17382 | (autoload (quote date-to-day) "time-date" "\ | ||
| 17383 | Return the number of days between year 1 and DATE. | ||
| 17384 | DATE should be a date-time string." nil nil) | ||
| 17385 | |||
| 17386 | (autoload (quote days-between) "time-date" "\ | ||
| 17387 | Return the number of days between DATE1 and DATE2. | ||
| 17388 | DATE1 and DATE2 should be date-time strings." nil nil) | ||
| 17389 | |||
| 17390 | (autoload (quote date-leap-year-p) "time-date" "\ | ||
| 17391 | Return t if YEAR is a leap year." nil nil) | ||
| 17392 | |||
| 17393 | (autoload (quote time-to-day-in-year) "time-date" "\ | ||
| 17394 | Return the day number within the year of the date month/day/year." nil nil) | ||
| 17395 | |||
| 17396 | (autoload (quote time-to-days) "time-date" "\ | ||
| 17397 | The number of days between the Gregorian date 0001-12-31bce and TIME. | ||
| 17398 | TIME should be a time value. | ||
| 17399 | The Gregorian date Sunday, December 31, 1bce is imaginary." nil nil) | ||
| 17341 | 17400 | ||
| 17342 | (autoload (quote safe-date-to-time) "time-date" "\ | 17401 | (autoload (quote safe-date-to-time) "time-date" "\ |
| 17343 | Parse DATE and return a time structure. | 17402 | Parse a string that represents a date-time and return a time value. |
| 17344 | If DATE is malformed, a zero time will be returned." nil nil) | 17403 | If DATE is malformed, return a time value of zeros." nil nil) |
| 17345 | 17404 | ||
| 17346 | ;;;*** | 17405 | ;;;*** |
| 17347 | 17406 | ||
| @@ -17533,7 +17592,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." nil | |||
| 17533 | ;;;*** | 17592 | ;;;*** |
| 17534 | 17593 | ||
| 17535 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" | 17594 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" |
| 17536 | ;;;;;; "tmm.el" (15371 46418)) | 17595 | ;;;;;; "tmm.el" (15450 56540)) |
| 17537 | ;;; Generated autoloads from tmm.el | 17596 | ;;; Generated autoloads from tmm.el |
| 17538 | (define-key global-map "\M-`" 'tmm-menubar) | 17597 | (define-key global-map "\M-`" 'tmm-menubar) |
| 17539 | (define-key global-map [f10] 'tmm-menubar) | 17598 | (define-key global-map [f10] 'tmm-menubar) |
| @@ -17937,7 +17996,7 @@ FRAC should be the inverse of the fractional value; for example, a value of | |||
| 17937 | ;;;*** | 17996 | ;;;*** |
| 17938 | 17997 | ||
| 17939 | ;;;### (autoloads (unify-8859-on-decoding-mode unify-8859-on-encoding-mode) | 17998 | ;;;### (autoloads (unify-8859-on-decoding-mode unify-8859-on-encoding-mode) |
| 17940 | ;;;;;; "ucs-tables" "international/ucs-tables.el" (15421 61640)) | 17999 | ;;;;;; "ucs-tables" "international/ucs-tables.el" (15425 28363)) |
| 17941 | ;;; Generated autoloads from international/ucs-tables.el | 18000 | ;;; Generated autoloads from international/ucs-tables.el |
| 17942 | 18001 | ||
| 17943 | (defvar unify-8859-on-encoding-mode nil "\ | 18002 | (defvar unify-8859-on-encoding-mode nil "\ |
| @@ -18089,7 +18148,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil) | |||
| 18089 | ;;;;;; vc-resolve-conflicts vc-merge vc-insert-headers vc-version-other-window | 18148 | ;;;;;; vc-resolve-conflicts vc-merge vc-insert-headers vc-version-other-window |
| 18090 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file | 18149 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file |
| 18091 | ;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) | 18150 | ;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) |
| 18092 | ;;;;;; "vc" "vc.el" (15417 4924)) | 18151 | ;;;;;; "vc" "vc.el" (15425 28362)) |
| 18093 | ;;; Generated autoloads from vc.el | 18152 | ;;; Generated autoloads from vc.el |
| 18094 | 18153 | ||
| 18095 | (defvar vc-checkout-hook nil "\ | 18154 | (defvar vc-checkout-hook nil "\ |
| @@ -18312,7 +18371,7 @@ colors. `vc-annotate-background' specifies the background color." t nil) | |||
| 18312 | 18371 | ||
| 18313 | ;;;*** | 18372 | ;;;*** |
| 18314 | 18373 | ||
| 18315 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15425 25184)) | 18374 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15425 28362)) |
| 18316 | ;;; Generated autoloads from vc-cvs.el | 18375 | ;;; Generated autoloads from vc-cvs.el |
| 18317 | (defun vc-cvs-registered (f) | 18376 | (defun vc-cvs-registered (f) |
| 18318 | (when (file-readable-p (expand-file-name | 18377 | (when (file-readable-p (expand-file-name |
| @@ -18323,7 +18382,7 @@ colors. `vc-annotate-background' specifies the background color." t nil) | |||
| 18323 | ;;;*** | 18382 | ;;;*** |
| 18324 | 18383 | ||
| 18325 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" | 18384 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" |
| 18326 | ;;;;;; (15417 4924)) | 18385 | ;;;;;; (15425 28362)) |
| 18327 | ;;; Generated autoloads from vc-rcs.el | 18386 | ;;; Generated autoloads from vc-rcs.el |
| 18328 | 18387 | ||
| 18329 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ | 18388 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ |
| @@ -18352,7 +18411,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 18352 | ;;;*** | 18411 | ;;;*** |
| 18353 | 18412 | ||
| 18354 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" | 18413 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" |
| 18355 | ;;;;;; (15413 39896)) | 18414 | ;;;;;; (15441 20097)) |
| 18356 | ;;; Generated autoloads from progmodes/vhdl-mode.el | 18415 | ;;; Generated autoloads from progmodes/vhdl-mode.el |
| 18357 | 18416 | ||
| 18358 | (autoload (quote vhdl-mode) "vhdl-mode" "\ | 18417 | (autoload (quote vhdl-mode) "vhdl-mode" "\ |
| @@ -18907,7 +18966,7 @@ Turn on VIP emulation of VI." t nil) | |||
| 18907 | ;;;*** | 18966 | ;;;*** |
| 18908 | 18967 | ||
| 18909 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" | 18968 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" |
| 18910 | ;;;;;; (15421 61627)) | 18969 | ;;;;;; (15425 28363)) |
| 18911 | ;;; Generated autoloads from emulation/viper.el | 18970 | ;;; Generated autoloads from emulation/viper.el |
| 18912 | 18971 | ||
| 18913 | (autoload (quote toggle-viper-mode) "viper" "\ | 18972 | (autoload (quote toggle-viper-mode) "viper" "\ |
| @@ -19323,8 +19382,8 @@ The key bindings are: | |||
| 19323 | 19382 | ||
| 19324 | ;;;*** | 19383 | ;;;*** |
| 19325 | 19384 | ||
| 19326 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15374 | 19385 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15384 |
| 19327 | ;;;;;; 23509)) | 19386 | ;;;;;; 21744)) |
| 19328 | ;;; Generated autoloads from xt-mouse.el | 19387 | ;;; Generated autoloads from xt-mouse.el |
| 19329 | 19388 | ||
| 19330 | (autoload (quote xterm-mouse-mode) "xt-mouse" "\ | 19389 | (autoload (quote xterm-mouse-mode) "xt-mouse" "\ |
| @@ -19336,7 +19395,7 @@ Turn it on to use emacs mouse commands, and off to use xterm mouse commands." t | |||
| 19336 | ;;;*** | 19395 | ;;;*** |
| 19337 | 19396 | ||
| 19338 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism | 19397 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism |
| 19339 | ;;;;;; yow) "yow" "play/yow.el" (15400 1479)) | 19398 | ;;;;;; yow) "yow" "play/yow.el" (15401 43553)) |
| 19340 | ;;; Generated autoloads from play/yow.el | 19399 | ;;; Generated autoloads from play/yow.el |
| 19341 | 19400 | ||
| 19342 | (autoload (quote yow) "yow" "\ | 19401 | (autoload (quote yow) "yow" "\ |
| @@ -19354,7 +19413,7 @@ Zippy goes to the analyst." t nil) | |||
| 19354 | 19413 | ||
| 19355 | ;;;*** | 19414 | ;;;*** |
| 19356 | 19415 | ||
| 19357 | ;;;### (autoloads (zone) "zone" "play/zone.el" (15425 1691)) | 19416 | ;;;### (autoloads (zone) "zone" "play/zone.el" (15425 28364)) |
| 19358 | ;;; Generated autoloads from play/zone.el | 19417 | ;;; Generated autoloads from play/zone.el |
| 19359 | 19418 | ||
| 19360 | (autoload (quote zone) "zone" "\ | 19419 | (autoload (quote zone) "zone" "\ |
| @@ -19381,126 +19440,125 @@ Zone-mode does two things: | |||
| 19381 | 19440 | ||
| 19382 | ;;;*** | 19441 | ;;;*** |
| 19383 | 19442 | ||
| 19384 | ;;;### (autoloads nil nil ("mouse.el" "obsolete/mlsupport.el" "obsolete/hilit19.el" | 19443 | ;;;### (autoloads nil nil ("w32-vars.el" "term/sun-mouse.el" "international/mule-cmds.el" |
| 19385 | ;;;;;; "obsolete/cplus-md.el" "mail/mh-pick.el" "language/vietnamese.el" | 19444 | ;;;;;; "emacs-lisp/lisp-mode.el" "finder-inf.el" "progmodes/mantemp.el" |
| 19386 | ;;;;;; "language/utf-8-lang.el" "language/tibetan.el" "language/thai.el" | 19445 | ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/idlw-rinfo.el" "progmodes/ebnf-yac.el" |
| 19387 | ;;;;;; "language/slovak.el" "language/lao.el" "language/korean.el" | 19446 | ;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-iso.el" "progmodes/ebnf-bnf.el" |
| 19388 | ;;;;;; "language/japanese.el" "language/indian.el" "language/hebrew.el" | 19447 | ;;;;;; "progmodes/cc-menus.el" "progmodes/cc-engine.el" "progmodes/cc-defs.el" |
| 19389 | ;;;;;; "language/greek.el" "language/georgian.el" "language/european.el" | 19448 | ;;;;;; "progmodes/cc-compat.el" "progmodes/cc-cmds.el" "progmodes/cc-bytecomp.el" |
| 19390 | ;;;;;; "language/czech.el" "language/cyrillic.el" "language/chinese.el" | 19449 | ;;;;;; "progmodes/cc-align.el" "progmodes/ada-xref.el" "progmodes/ada-prj.el" |
| 19391 | ;;;;;; "international/utf-8.el" "international/utf-8-subst.el" "international/ogonek.el" | 19450 | ;;;;;; "play/meese.el" "play/gametree.el" "obsolete/x-menu.el" "obsolete/x-apollo.el" |
| 19392 | ;;;;;; "international/mule.el" "international/mule-conf.el" "international/iso-insert.el" | 19451 | ;;;;;; "obsolete/uncompress.el" "obsolete/sun-fns.el" "obsolete/sun-curs.el" |
| 19393 | ;;;;;; "international/characters.el" "calc/calc-mtx.el" "calc/calc-math.el" | 19452 | ;;;;;; "obsolete/sc.el" "obsolete/rnews.el" "obsolete/profile.el" |
| 19394 | ;;;;;; "calc/calc-maint.el" "calc/calc-forms.el" "gnus/nntp.el" | 19453 | ;;;;;; "obsolete/ooutline.el" "obsolete/c-mode.el" "mail/vms-pmail.el" |
| 19395 | ;;;;;; "gnus/nnspool.el" "gnus/nnmail.el" "gnus/mm-view.el" "gnus/mm-util.el" | 19454 | ;;;;;; "mail/uce.el" "mail/rfc822.el" "mail/rfc2368.el" "mail/mspools.el" |
| 19396 | ;;;;;; "gnus/mailcap.el" "gnus/imap.el" "gnus/gnus-sum.el" "gnus/gnus-cite.el" | 19455 | ;;;;;; "mail/mh-seq.el" "mail/mh-funcs.el" "mail/mailpost.el" "mail/mailheader.el" |
| 19397 | ;;;;;; "eshell/esh-groups.el" "eshell/em-ls.el" "emulation/viper-util.el" | 19456 | ;;;;;; "mail/blessmail.el" "language/romanian.el" "language/misc-lang.el" |
| 19398 | ;;;;;; "emulation/viper-mous.el" "emulation/viper-macs.el" "emulation/viper-keym.el" | 19457 | ;;;;;; "language/ethiopic.el" "language/english.el" "language/devanagari.el" |
| 19399 | ;;;;;; "emulation/viper-init.el" "emulation/viper-ex.el" "emulation/viper-cmd.el" | 19458 | ;;;;;; "international/swedish.el" "international/latin-9.el" "international/latin-8.el" |
| 19400 | ;;;;;; "emulation/tpu-mapper.el" "emulation/edt-mapper.el" "emacs-lisp/lisp.el" | 19459 | ;;;;;; "international/latin-5.el" "international/latin-4.el" "international/latin-3.el" |
| 19401 | ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/find-gc.el" "emacs-lisp/ewoc.el" | 19460 | ;;;;;; "international/latin-2.el" "international/latin-1.el" "international/ja-dic-utl.el" |
| 19402 | ;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/byte-opt.el" "emacs-lisp/authors.el" | 19461 | ;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el" |
| 19403 | ;;;;;; "textmodes/reftex-global.el" "textmodes/makeinfo.el" "textmodes/fill.el" | 19462 | ;;;;;; "international/iso-ascii.el" "calc/calcsel2.el" "calc/calccomp.el" |
| 19404 | ;;;;;; "term/internal.el" "xscheme.el" "xml.el" "vt-control.el" | 19463 | ;;;;;; "calc/calcalg3.el" "calc/calcalg2.el" "calc/calc-yank.el" |
| 19405 | ;;;;;; "version.el" "vc-hooks.el" "tempo.el" "subr.el" "simple.el" | 19464 | ;;;;;; "calc/calc-vec.el" "calc/calc-units.el" "calc/calc-undo.el" |
| 19406 | ;;;;;; "select.el" "replace.el" "pcvs-util.el" "pcvs-info.el" "menu-bar.el" | 19465 | ;;;;;; "calc/calc-trail.el" "calc/calc-stuff.el" "calc/calc-store.el" |
| 19407 | ;;;;;; "isearch.el" "indent.el" "generic-x.el" "format.el" "foldout.el" | 19466 | ;;;;;; "calc/calc-stat.el" "calc/calc-sel.el" "calc/calc-rules.el" |
| 19408 | ;;;;;; "float-sup.el" "files.el" "ediff-wind.el" "ediff-vers.el" | 19467 | ;;;;;; "calc/calc-rewr.el" "calc/calc-prog.el" "calc/calc-poly.el" |
| 19409 | ;;;;;; "ediff-ptch.el" "ediff-merg.el" "ediff-init.el" "ediff-diff.el" | 19468 | ;;;;;; "calc/calc-mode.el" "calc/calc-misc.el" "calc/calc-map.el" |
| 19410 | ;;;;;; "custom.el" "case-table.el" "buff-menu.el" "bindings.el" | 19469 | ;;;;;; "calc/calc-macs.el" "calc/calc-lang.el" "calc/calc-keypd.el" |
| 19411 | ;;;;;; "allout.el" "abbrevlist.el" "abbrev.el" "byte-run.el" "cdl.el" | 19470 | ;;;;;; "calc/calc-incom.el" "calc/calc-help.el" "calc/calc-graph.el" |
| 19412 | ;;;;;; "cus-dep.el" "cus-load.el" "cus-start.el" "dos-fns.el" "dos-vars.el" | 19471 | ;;;;;; "calc/calc-funcs.el" "calc/calc-frac.el" "calc/calc-fin.el" |
| 19413 | ;;;;;; "dos-w32.el" "electric.el" "emacs-lock.el" "env.el" "forms-d2.el" | 19472 | ;;;;;; "calc/calc-embed.el" "calc/calc-cplx.el" "calc/calc-comb.el" |
| 19414 | ;;;;;; "forms-pass.el" "frame.el" "kermit.el" "map-ynp.el" "misc.el" | 19473 | ;;;;;; "calc/calc-bin.el" "calc/calc-arith.el" "calc/calc-alg.el" |
| 19415 | ;;;;;; "mouse-copy.el" "mouse-drag.el" "patcomp.el" "paths.el" "pcvs-parse.el" | 19474 | ;;;;;; "calc/calc-aent.el" "gnus/webmail.el" "gnus/utf7.el" "gnus/starttls.el" |
| 19416 | ;;;;;; "regi.el" "register.el" "s-region.el" "saveplace.el" "scroll-bar.el" | 19475 | ;;;;;; "gnus/rfc2231.el" "gnus/rfc2104.el" "gnus/rfc2047.el" "gnus/rfc2045.el" |
| 19417 | ;;;;;; "soundex.el" "subdirs.el" "tcp.el" "timezone.el" "uniquify.el" | 19476 | ;;;;;; "gnus/rfc1843.el" "gnus/qp.el" "gnus/pop3.el" "gnus/nnweb.el" |
| 19418 | ;;;;;; "unused.el" "vcursor.el" "vms-patch.el" "vmsproc.el" "vt100-led.el" | 19477 | ;;;;;; "gnus/nnwarchive.el" "gnus/nnvirtual.el" "gnus/nnultimate.el" |
| 19419 | ;;;;;; "widget.el" "term/AT386.el" "term/apollo.el" "term/bg-mouse.el" | 19478 | ;;;;;; "gnus/nnslashdot.el" "gnus/nnoo.el" "gnus/nnmh.el" "gnus/nnmbox.el" |
| 19420 | ;;;;;; "term/bobcat.el" "term/iris-ansi.el" "term/keyswap.el" "term/linux.el" | 19479 | ;;;;;; "gnus/nnlistserv.el" "gnus/nnimap.el" "gnus/nnheader.el" |
| 19421 | ;;;;;; "term/lk201.el" "term/mac-win.el" "term/news.el" "term/pc-win.el" | 19480 | ;;;;;; "gnus/nngateway.el" "gnus/nneething.el" "gnus/nndraft.el" |
| 19422 | ;;;;;; "term/sun.el" "term/sup-mouse.el" "term/tvi970.el" "term/vt100.el" | 19481 | ;;;;;; "gnus/nndir.el" "gnus/nnbabyl.el" "gnus/nnagent.el" "gnus/mml.el" |
| 19423 | ;;;;;; "term/vt102.el" "term/vt125.el" "term/vt200.el" "term/vt201.el" | 19482 | ;;;;;; "gnus/mm-encode.el" "gnus/mm-decode.el" "gnus/mm-bodies.el" |
| 19424 | ;;;;;; "term/vt220.el" "term/vt240.el" "term/vt300.el" "term/vt320.el" | 19483 | ;;;;;; "gnus/messcompat.el" "gnus/mail-source.el" "gnus/mail-prsvr.el" |
| 19425 | ;;;;;; "term/vt400.el" "term/vt420.el" "term/wyse50.el" "term/xterm.el" | 19484 | ;;;;;; "gnus/mail-parse.el" "gnus/ietf-drums.el" "gnus/gnus-vm.el" |
| 19426 | ;;;;;; "textmodes/bib-mode.el" "textmodes/page-ext.el" "textmodes/page.el" | 19485 | ;;;;;; "gnus/gnus-uu.el" "gnus/gnus-util.el" "gnus/gnus-undo.el" |
| 19427 | ;;;;;; "textmodes/paragraphs.el" "textmodes/refbib.el" "textmodes/refer.el" | 19486 | ;;;;;; "gnus/gnus-topic.el" "gnus/gnus-srvr.el" "gnus/gnus-setup.el" |
| 19428 | ;;;;;; "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" "textmodes/reftex-parse.el" | 19487 | ;;;;;; "gnus/gnus-score.el" "gnus/gnus-salt.el" "gnus/gnus-range.el" |
| 19429 | ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" | 19488 | ;;;;;; "gnus/gnus-nocem.el" "gnus/gnus-mh.el" "gnus/gnus-logic.el" |
| 19430 | ;;;;;; "textmodes/reftex-vars.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el" | 19489 | ;;;;;; "gnus/gnus-int.el" "gnus/gnus-gl.el" "gnus/gnus-ems.el" "gnus/gnus-eform.el" |
| 19431 | ;;;;;; "calendar/cal-china.el" "calendar/cal-coptic.el" "calendar/cal-french.el" | 19490 | ;;;;;; "gnus/gnus-dup.el" "gnus/gnus-draft.el" "gnus/gnus-demon.el" |
| 19432 | ;;;;;; "calendar/cal-islam.el" "calendar/cal-iso.el" "calendar/cal-julian.el" | 19491 | ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-bcklg.el" "gnus/gnus-async.el" |
| 19433 | ;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el" | 19492 | ;;;;;; "gnus/format-spec.el" "gnus/flow-fill.el" "eshell/esh-var.el" |
| 19434 | ;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el" | 19493 | ;;;;;; "eshell/esh-util.el" "eshell/esh-proc.el" "eshell/esh-opt.el" |
| 19435 | ;;;;;; "emacs-lisp/assoc.el" "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" | 19494 | ;;;;;; "eshell/esh-module.el" "eshell/esh-maint.el" "eshell/esh-io.el" |
| 19436 | ;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" | 19495 | ;;;;;; "eshell/esh-ext.el" "eshell/esh-arg.el" "eshell/em-xtra.el" |
| 19437 | ;;;;;; "emacs-lisp/float.el" "emacs-lisp/gulp.el" "emacs-lisp/levents.el" | 19496 | ;;;;;; "eshell/em-unix.el" "eshell/em-term.el" "eshell/em-smart.el" |
| 19438 | ;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" | 19497 | ;;;;;; "eshell/em-script.el" "eshell/em-rebind.el" "eshell/em-prompt.el" |
| 19439 | ;;;;;; "emacs-lisp/sregex.el" "emulation/edt-lk201.el" "emulation/edt-pc.el" | 19498 | ;;;;;; "eshell/em-pred.el" "eshell/em-hist.el" "eshell/em-glob.el" |
| 19440 | ;;;;;; "emulation/edt-vt100.el" "eshell/em-alias.el" "eshell/em-banner.el" | 19499 | ;;;;;; "eshell/em-dirs.el" "eshell/em-cmpl.el" "eshell/em-basic.el" |
| 19441 | ;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el" | 19500 | ;;;;;; "eshell/em-banner.el" "eshell/em-alias.el" "emulation/edt-vt100.el" |
| 19442 | ;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-pred.el" | 19501 | ;;;;;; "emulation/edt-pc.el" "emulation/edt-lk201.el" "emacs-lisp/sregex.el" |
| 19443 | ;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" | 19502 | ;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/lselect.el" "emacs-lisp/lmenu.el" |
| 19444 | ;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el" | 19503 | ;;;;;; "emacs-lisp/levents.el" "emacs-lisp/gulp.el" "emacs-lisp/float.el" |
| 19445 | ;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el" | 19504 | ;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cl-extra.el" |
| 19446 | ;;;;;; "eshell/esh-ext.el" "eshell/esh-io.el" "eshell/esh-maint.el" | 19505 | ;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/assoc.el" "calendar/cal-x.el" |
| 19447 | ;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el" | 19506 | ;;;;;; "calendar/cal-tex.el" "calendar/cal-persia.el" "calendar/cal-move.el" |
| 19448 | ;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "gnus/flow-fill.el" | 19507 | ;;;;;; "calendar/cal-menu.el" "calendar/cal-mayan.el" "calendar/cal-julian.el" |
| 19449 | ;;;;;; "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" | 19508 | ;;;;;; "calendar/cal-iso.el" "calendar/cal-islam.el" "calendar/cal-french.el" |
| 19450 | ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-draft.el" | 19509 | ;;;;;; "calendar/cal-coptic.el" "calendar/cal-china.el" "textmodes/text-mode.el" |
| 19451 | ;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el" | 19510 | ;;;;;; "textmodes/texnfo-upd.el" "textmodes/reftex-vars.el" "textmodes/reftex-toc.el" |
| 19452 | ;;;;;; "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" | 19511 | ;;;;;; "textmodes/reftex-sel.el" "textmodes/reftex-ref.el" "textmodes/reftex-parse.el" |
| 19453 | ;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el" | 19512 | ;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-auc.el" "textmodes/refer.el" |
| 19454 | ;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" | 19513 | ;;;;;; "textmodes/refbib.el" "textmodes/paragraphs.el" "textmodes/page.el" |
| 19455 | ;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el" | 19514 | ;;;;;; "textmodes/page-ext.el" "textmodes/bib-mode.el" "term/wyse50.el" |
| 19456 | ;;;;;; "gnus/gnus-util.el" "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/ietf-drums.el" | 19515 | ;;;;;; "term/vt420.el" "term/vt400.el" "term/vt320.el" "term/vt300.el" |
| 19457 | ;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/mail-source.el" | 19516 | ;;;;;; "term/vt240.el" "term/vt220.el" "term/vt201.el" "term/vt200.el" |
| 19458 | ;;;;;; "gnus/messcompat.el" "gnus/mm-bodies.el" "gnus/mm-decode.el" | 19517 | ;;;;;; "term/vt125.el" "term/vt102.el" "term/vt100.el" "term/tvi970.el" |
| 19459 | ;;;;;; "gnus/mm-encode.el" "gnus/mml.el" "gnus/nnagent.el" "gnus/nnbabyl.el" | 19518 | ;;;;;; "term/sup-mouse.el" "term/sun.el" "term/news.el" "term/mac-win.el" |
| 19460 | ;;;;;; "gnus/nndir.el" "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el" | 19519 | ;;;;;; "term/lk201.el" "term/linux.el" "term/keyswap.el" "term/iris-ansi.el" |
| 19461 | ;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnlistserv.el" | 19520 | ;;;;;; "term/bobcat.el" "term/bg-mouse.el" "term/apollo.el" "term/AT386.el" |
| 19462 | ;;;;;; "gnus/nnmbox.el" "gnus/nnmh.el" "gnus/nnoo.el" "gnus/nnslashdot.el" | 19521 | ;;;;;; "widget.el" "vt100-led.el" "vmsproc.el" "vms-patch.el" "vcursor.el" |
| 19463 | ;;;;;; "gnus/nnultimate.el" "gnus/nnvirtual.el" "gnus/nnwarchive.el" | 19522 | ;;;;;; "unused.el" "uniquify.el" "timezone.el" "tcp.el" "subdirs.el" |
| 19464 | ;;;;;; "gnus/nnweb.el" "gnus/parse-time.el" "gnus/pop3.el" "gnus/qp.el" | 19523 | ;;;;;; "soundex.el" "saveplace.el" "s-region.el" "register.el" "regi.el" |
| 19465 | ;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" | 19524 | ;;;;;; "pcvs-parse.el" "paths.el" "patcomp.el" "mouse-drag.el" "mouse-copy.el" |
| 19466 | ;;;;;; "gnus/rfc2231.el" "gnus/starttls.el" "gnus/utf7.el" "gnus/webmail.el" | 19525 | ;;;;;; "misc.el" "map-ynp.el" "kermit.el" "forms-pass.el" "forms-d2.el" |
| 19467 | ;;;;;; "calc/calc-aent.el" "calc/calc-alg.el" "calc/calc-arith.el" | 19526 | ;;;;;; "env.el" "emacs-lock.el" "electric.el" "dos-w32.el" "dos-vars.el" |
| 19468 | ;;;;;; "calc/calc-bin.el" "calc/calc-comb.el" "calc/calc-cplx.el" | 19527 | ;;;;;; "dos-fns.el" "cus-dep.el" "cdl.el" "byte-run.el" "abbrev.el" |
| 19469 | ;;;;;; "calc/calc-embed.el" "calc/calc-fin.el" "calc/calc-frac.el" | 19528 | ;;;;;; "abbrevlist.el" "allout.el" "buff-menu.el" "case-table.el" |
| 19470 | ;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" | 19529 | ;;;;;; "custom.el" "ediff-diff.el" "ediff-init.el" "ediff-merg.el" |
| 19471 | ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" | 19530 | ;;;;;; "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" "float-sup.el" |
| 19472 | ;;;;;; "calc/calc-macs.el" "calc/calc-map.el" "calc/calc-misc.el" | 19531 | ;;;;;; "foldout.el" "format.el" "indent.el" "isearch.el" "pcvs-info.el" |
| 19473 | ;;;;;; "calc/calc-mode.el" "calc/calc-poly.el" "calc/calc-prog.el" | 19532 | ;;;;;; "pcvs-util.el" "select.el" "vc-hooks.el" "version.el" "vt-control.el" |
| 19474 | ;;;;;; "calc/calc-rewr.el" "calc/calc-rules.el" "calc/calc-sel.el" | 19533 | ;;;;;; "xml.el" "xscheme.el" "term/internal.el" "textmodes/fill.el" |
| 19475 | ;;;;;; "calc/calc-stat.el" "calc/calc-store.el" "calc/calc-stuff.el" | 19534 | ;;;;;; "textmodes/makeinfo.el" "textmodes/reftex-global.el" "emacs-lisp/authors.el" |
| 19476 | ;;;;;; "calc/calc-trail.el" "calc/calc-undo.el" "calc/calc-units.el" | 19535 | ;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/cl-macs.el" "emacs-lisp/ewoc.el" |
| 19477 | ;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el" | 19536 | ;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp.el" |
| 19478 | ;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el" | 19537 | ;;;;;; "emulation/edt-mapper.el" "emulation/tpu-mapper.el" "emulation/viper-cmd.el" |
| 19479 | ;;;;;; "international/iso-ascii.el" "international/iso-swed.el" | 19538 | ;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" |
| 19480 | ;;;;;; "international/ja-dic-cnv.el" "international/ja-dic-utl.el" | 19539 | ;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el" |
| 19481 | ;;;;;; "international/latin-1.el" "international/latin-2.el" "international/latin-3.el" | 19540 | ;;;;;; "eshell/em-ls.el" "eshell/esh-groups.el" "gnus/gnus-cite.el" |
| 19482 | ;;;;;; "international/latin-4.el" "international/latin-5.el" "international/latin-8.el" | 19541 | ;;;;;; "gnus/gnus-sum.el" "gnus/imap.el" "gnus/mailcap.el" "gnus/mm-util.el" |
| 19483 | ;;;;;; "international/latin-9.el" "international/swedish.el" "language/devanagari.el" | 19542 | ;;;;;; "gnus/mm-view.el" "gnus/nnmail.el" "gnus/nnspool.el" "gnus/nntp.el" |
| 19484 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/misc-lang.el" | 19543 | ;;;;;; "calc/calc-forms.el" "calc/calc-maint.el" "calc/calc-math.el" |
| 19485 | ;;;;;; "language/romanian.el" "mail/blessmail.el" "mail/mailheader.el" | 19544 | ;;;;;; "calc/calc-mtx.el" "international/characters.el" "international/iso-insert.el" |
| 19486 | ;;;;;; "mail/mailpost.el" "mail/mh-funcs.el" "mail/mh-seq.el" "mail/mspools.el" | 19545 | ;;;;;; "international/mule-conf.el" "international/mule.el" "international/ogonek.el" |
| 19487 | ;;;;;; "mail/rfc2368.el" "mail/rfc822.el" "mail/uce.el" "mail/vms-pmail.el" | 19546 | ;;;;;; "international/utf-8-subst.el" "international/utf-8.el" "language/chinese.el" |
| 19488 | ;;;;;; "obsolete/c-mode.el" "obsolete/ooutline.el" "obsolete/profile.el" | 19547 | ;;;;;; "language/cyrillic.el" "language/czech.el" "language/european.el" |
| 19489 | ;;;;;; "obsolete/rnews.el" "obsolete/sc.el" "obsolete/sun-curs.el" | 19548 | ;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" |
| 19490 | ;;;;;; "obsolete/sun-fns.el" "obsolete/uncompress.el" "obsolete/x-apollo.el" | 19549 | ;;;;;; "language/indian.el" "language/japanese.el" "language/korean.el" |
| 19491 | ;;;;;; "obsolete/x-menu.el" "play/gamegrid.el" "play/gametree.el" | 19550 | ;;;;;; "language/lao.el" "language/slovak.el" "language/thai.el" |
| 19492 | ;;;;;; "play/meese.el" "progmodes/ada-prj.el" "progmodes/ada-xref.el" | 19551 | ;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el" |
| 19493 | ;;;;;; "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" | 19552 | ;;;;;; "mail/mh-pick.el" "obsolete/cplus-md.el" "obsolete/hilit19.el" |
| 19494 | ;;;;;; "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-engine.el" | 19553 | ;;;;;; "obsolete/mlsupport.el" "bindings.el" "cus-load.el" "cus-start.el" |
| 19495 | ;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el" | 19554 | ;;;;;; "ediff-hook.el" "faces.el" "files.el" "frame.el" "generic-x.el" |
| 19496 | ;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el" | 19555 | ;;;;;; "help.el" "loadup.el" "menu-bar.el" "mouse.el" "replace.el" |
| 19497 | ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "faces.el" | 19556 | ;;;;;; "scroll-bar.el" "simple.el" "startup.el" "subr.el" "tempo.el" |
| 19498 | ;;;;;; "finder-inf.el" "startup.el" "emacs-lisp/lisp-mode.el" "international/mule-cmds.el" | 19557 | ;;;;;; "w32-fns.el" "window.el" "calendar/parse-time.el" "emacs-lisp/cl-seq.el" |
| 19499 | ;;;;;; "net/eudc-vars.el" "net/eudcb-bbdb.el" "net/eudcb-ldap.el" | 19558 | ;;;;;; "eshell/esh-cmd.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" |
| 19500 | ;;;;;; "net/eudcb-ph.el" "net/ldap.el" "term/sun-mouse.el" "term/tty-colors.el" | 19559 | ;;;;;; "net/eudcb-ldap.el" "net/eudcb-ph.el" "net/ldap.el" "play/gamegrid.el" |
| 19501 | ;;;;;; "term/x-win.el" "ediff-hook.el" "help.el" "loadup.el" "w32-fns.el" | 19560 | ;;;;;; "term/pc-win.el" "term/rxvt.el" "term/tty-colors.el" "term/w32-win.el" |
| 19502 | ;;;;;; "w32-vars.el" "window.el" "term/w32-win.el") (15434 58567 | 19561 | ;;;;;; "term/x-win.el" "term/xterm.el") (15450 56890 602)) |
| 19503 | ;;;;;; 893452)) | ||
| 19504 | 19562 | ||
| 19505 | ;;;*** | 19563 | ;;;*** |
| 19506 | 19564 | ||