diff options
| author | Markus Rost | 2002-12-16 01:22:06 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-12-16 01:22:06 +0000 |
| commit | 11254e5ee8e1f7f6ddff11843d0e61679185fac0 (patch) | |
| tree | 1ab2f57388297f161b0de14319dc4dd5294a910c | |
| parent | 9471aeec5c0fc7645d270c3e1e08b4605fc68a03 (diff) | |
| download | emacs-11254e5ee8e1f7f6ddff11843d0e61679185fac0.tar.gz emacs-11254e5ee8e1f7f6ddff11843d0e61679185fac0.zip | |
Regenerated.
| -rw-r--r-- | lisp/loaddefs.el | 534 |
1 files changed, 286 insertions, 248 deletions
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index e2c19d93f00..0f731ebbc57 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -126,7 +126,7 @@ If you use ada-xref.el: | |||
| 126 | ;;;*** | 126 | ;;;*** |
| 127 | 127 | ||
| 128 | ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" | 128 | ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" |
| 129 | ;;;;;; (15775 20994)) | 129 | ;;;;;; (15772 35435)) |
| 130 | ;;; Generated autoloads from progmodes/ada-stmt.el | 130 | ;;; Generated autoloads from progmodes/ada-stmt.el |
| 131 | 131 | ||
| 132 | (autoload (quote ada-header) "ada-stmt" "\ | 132 | (autoload (quote ada-header) "ada-stmt" "\ |
| @@ -137,7 +137,7 @@ Insert a descriptive header at the top of the file. | |||
| 137 | ;;;*** | 137 | ;;;*** |
| 138 | 138 | ||
| 139 | ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" | 139 | ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" |
| 140 | ;;;;;; (15775 20994)) | 140 | ;;;;;; (15824 17536)) |
| 141 | ;;; Generated autoloads from progmodes/ada-xref.el | 141 | ;;; Generated autoloads from progmodes/ada-xref.el |
| 142 | 142 | ||
| 143 | (autoload (quote ada-find-file) "ada-xref" "\ | 143 | (autoload (quote ada-find-file) "ada-xref" "\ |
| @@ -151,7 +151,7 @@ Completion is available. | |||
| 151 | ;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun | 151 | ;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun |
| 152 | ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry | 152 | ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry |
| 153 | ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address | 153 | ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address |
| 154 | ;;;;;; add-log-full-name) "add-log" "add-log.el" (15852 39765)) | 154 | ;;;;;; add-log-full-name) "add-log" "add-log.el" (15851 40734)) |
| 155 | ;;; Generated autoloads from add-log.el | 155 | ;;; Generated autoloads from add-log.el |
| 156 | 156 | ||
| 157 | (defvar add-log-full-name nil "\ | 157 | (defvar add-log-full-name nil "\ |
| @@ -370,7 +370,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation. | |||
| 370 | 370 | ||
| 371 | ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule | 371 | ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule |
| 372 | ;;;;;; align-highlight-rule align-current align-entire align-regexp | 372 | ;;;;;; align-highlight-rule align-current align-entire align-regexp |
| 373 | ;;;;;; align) "align" "align.el" (15792 4535)) | 373 | ;;;;;; align) "align" "align.el" (15793 40965)) |
| 374 | ;;; Generated autoloads from align.el | 374 | ;;; Generated autoloads from align.el |
| 375 | 375 | ||
| 376 | (autoload (quote align) "align" "\ | 376 | (autoload (quote align) "align" "\ |
| @@ -459,6 +459,41 @@ A replacement function for `newline-and-indent', aligning as it goes. | |||
| 459 | 459 | ||
| 460 | ;;;*** | 460 | ;;;*** |
| 461 | 461 | ||
| 462 | ;;;### (autoloads (allout-init) "allout" "allout.el" (15869 9800)) | ||
| 463 | ;;; Generated autoloads from allout.el | ||
| 464 | |||
| 465 | (autoload (quote allout-init) "allout" "\ | ||
| 466 | Prime `allout-mode' to enable/disable auto-activation, wrt `allout-layout'. | ||
| 467 | |||
| 468 | MODE is one of the following symbols: | ||
| 469 | |||
| 470 | - nil (or no argument) deactivate auto-activation/layout; | ||
| 471 | - `activate', enable auto-activation only; | ||
| 472 | - `ask', enable auto-activation, and enable auto-layout but with | ||
| 473 | confirmation for layout operation solicited from user each time; | ||
| 474 | - `report', just report and return the current auto-activation state; | ||
| 475 | - anything else (eg, t) for auto-activation and auto-layout, without | ||
| 476 | any confirmation check. | ||
| 477 | |||
| 478 | Use this function to setup your emacs session for automatic activation | ||
| 479 | of allout outline mode, contingent to the buffer-specific setting of | ||
| 480 | the `allout-layout' variable. (See `allout-layout' and | ||
| 481 | `allout-expose-topic' docstrings for more details on auto layout). | ||
| 482 | |||
| 483 | `allout-init' works by setting up (or removing) | ||
| 484 | `allout-find-file-hook' in `find-file-hooks', and giving | ||
| 485 | `allout-auto-activation' a suitable setting. | ||
| 486 | |||
| 487 | To prime your emacs session for full auto-outline operation, include | ||
| 488 | the following two lines in your emacs init file: | ||
| 489 | |||
| 490 | \(require 'allout) | ||
| 491 | \(allout-init t) | ||
| 492 | |||
| 493 | \(fn &optional MODE)" t nil) | ||
| 494 | |||
| 495 | ;;;*** | ||
| 496 | |||
| 462 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" | 497 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" |
| 463 | ;;;;;; "net/ange-ftp.el" (15757 48918)) | 498 | ;;;;;; "net/ange-ftp.el" (15757 48918)) |
| 464 | ;;; Generated autoloads from net/ange-ftp.el | 499 | ;;; Generated autoloads from net/ange-ftp.el |
| @@ -537,7 +572,7 @@ This is a good function to put in `comint-output-filter-functions'. | |||
| 537 | ;;;*** | 572 | ;;;*** |
| 538 | 573 | ||
| 539 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) | 574 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) |
| 540 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (15408 52215)) | 575 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (15863 37417)) |
| 541 | ;;; Generated autoloads from progmodes/antlr-mode.el | 576 | ;;; Generated autoloads from progmodes/antlr-mode.el |
| 542 | 577 | ||
| 543 | (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ | 578 | (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ |
| @@ -634,8 +669,8 @@ They specify the range of dates that the diary is being processed for. | |||
| 634 | ;;;*** | 669 | ;;;*** |
| 635 | 670 | ||
| 636 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command | 671 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command |
| 637 | ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15796 | 672 | ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15806 |
| 638 | ;;;;;; 6102)) | 673 | ;;;;;; 54403)) |
| 639 | ;;; Generated autoloads from apropos.el | 674 | ;;; Generated autoloads from apropos.el |
| 640 | 675 | ||
| 641 | (autoload (quote apropos-mode) "apropos" "\ | 676 | (autoload (quote apropos-mode) "apropos" "\ |
| @@ -690,7 +725,7 @@ Returns list of symbols and documentation found. | |||
| 690 | ;;;*** | 725 | ;;;*** |
| 691 | 726 | ||
| 692 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15820 | 727 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15820 |
| 693 | ;;;;;; 63473)) | 728 | ;;;;;; 22518)) |
| 694 | ;;; Generated autoloads from arc-mode.el | 729 | ;;; Generated autoloads from arc-mode.el |
| 695 | 730 | ||
| 696 | (autoload (quote archive-mode) "arc-mode" "\ | 731 | (autoload (quote archive-mode) "arc-mode" "\ |
| @@ -781,8 +816,8 @@ Entering array mode calls the function `array-mode-hook'. | |||
| 781 | 816 | ||
| 782 | ;;;*** | 817 | ;;;*** |
| 783 | 818 | ||
| 784 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15796 | 819 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15793 |
| 785 | ;;;;;; 6103)) | 820 | ;;;;;; 40971)) |
| 786 | ;;; Generated autoloads from textmodes/artist.el | 821 | ;;; Generated autoloads from textmodes/artist.el |
| 787 | 822 | ||
| 788 | (autoload (quote artist-mode) "artist" "\ | 823 | (autoload (quote artist-mode) "artist" "\ |
| @@ -1030,7 +1065,7 @@ This command is obsolete. | |||
| 1030 | ;;;*** | 1065 | ;;;*** |
| 1031 | 1066 | ||
| 1032 | ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" | 1067 | ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" |
| 1033 | ;;;;;; (15852 39765)) | 1068 | ;;;;;; (15851 40734)) |
| 1034 | ;;; Generated autoloads from autoarg.el | 1069 | ;;; Generated autoloads from autoarg.el |
| 1035 | 1070 | ||
| 1036 | (defvar autoarg-mode nil "\ | 1071 | (defvar autoarg-mode nil "\ |
| @@ -1140,7 +1175,7 @@ insert a template for the file depending on the mode of the buffer. | |||
| 1140 | 1175 | ||
| 1141 | ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories | 1176 | ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories |
| 1142 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" | 1177 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" |
| 1143 | ;;;;;; (15831 31732)) | 1178 | ;;;;;; (15869 9800)) |
| 1144 | ;;; Generated autoloads from emacs-lisp/autoload.el | 1179 | ;;; Generated autoloads from emacs-lisp/autoload.el |
| 1145 | 1180 | ||
| 1146 | (autoload (quote update-file-autoloads) "autoload" "\ | 1181 | (autoload (quote update-file-autoloads) "autoload" "\ |
| @@ -1268,7 +1303,7 @@ Turning on AWK mode runs `awk-mode-hook'." t nil) | |||
| 1268 | ;;;*** | 1303 | ;;;*** |
| 1269 | 1304 | ||
| 1270 | ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" | 1305 | ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" |
| 1271 | ;;;;;; (15818 52647)) | 1306 | ;;;;;; (15817 53097)) |
| 1272 | ;;; Generated autoloads from emacs-lisp/backquote.el | 1307 | ;;; Generated autoloads from emacs-lisp/backquote.el |
| 1273 | 1308 | ||
| 1274 | (autoload (quote backquote) "backquote" "\ | 1309 | (autoload (quote backquote) "backquote" "\ |
| @@ -1315,7 +1350,7 @@ seconds. | |||
| 1315 | ;;;*** | 1350 | ;;;*** |
| 1316 | 1351 | ||
| 1317 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15793 | 1352 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15793 |
| 1318 | ;;;;;; 40697)) | 1353 | ;;;;;; 40971)) |
| 1319 | ;;; Generated autoloads from textmodes/bibtex.el | 1354 | ;;; Generated autoloads from textmodes/bibtex.el |
| 1320 | 1355 | ||
| 1321 | (autoload (quote bibtex-mode) "bibtex" "\ | 1356 | (autoload (quote bibtex-mode) "bibtex" "\ |
| @@ -1421,7 +1456,7 @@ non-nil. | |||
| 1421 | 1456 | ||
| 1422 | ;;;*** | 1457 | ;;;*** |
| 1423 | 1458 | ||
| 1424 | ;;;### (autoloads nil "binhex" "gnus/binhex.el" (15835 23135)) | 1459 | ;;;### (autoloads nil "binhex" "gnus/binhex.el" (15834 29592)) |
| 1425 | ;;; Generated autoloads from gnus/binhex.el | 1460 | ;;; Generated autoloads from gnus/binhex.el |
| 1426 | 1461 | ||
| 1427 | (defconst binhex-begin-line "^:...............................................................$") | 1462 | (defconst binhex-begin-line "^:...............................................................$") |
| @@ -1553,7 +1588,7 @@ a reflection. | |||
| 1553 | ;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete | 1588 | ;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete |
| 1554 | ;;;;;; bookmark-insert bookmark-rename bookmark-insert-location | 1589 | ;;;;;; bookmark-insert bookmark-rename bookmark-insert-location |
| 1555 | ;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark" | 1590 | ;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark" |
| 1556 | ;;;;;; "bookmark.el" (15832 43705)) | 1591 | ;;;;;; "bookmark.el" (15832 12700)) |
| 1557 | ;;; Generated autoloads from bookmark.el | 1592 | ;;; Generated autoloads from bookmark.el |
| 1558 | (define-key ctl-x-map "rb" 'bookmark-jump) | 1593 | (define-key ctl-x-map "rb" 'bookmark-jump) |
| 1559 | (define-key ctl-x-map "rm" 'bookmark-set) | 1594 | (define-key ctl-x-map "rm" 'bookmark-set) |
| @@ -1845,7 +1880,7 @@ corresponding bookmark function from Lisp (the one without the | |||
| 1845 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program | 1880 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program |
| 1846 | ;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program | 1881 | ;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program |
| 1847 | ;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url" | 1882 | ;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url" |
| 1848 | ;;;;;; "net/browse-url.el" (15787 57180)) | 1883 | ;;;;;; "net/browse-url.el" (15863 37417)) |
| 1849 | ;;; Generated autoloads from net/browse-url.el | 1884 | ;;; Generated autoloads from net/browse-url.el |
| 1850 | 1885 | ||
| 1851 | (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)) "\ | 1886 | (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)) "\ |
| @@ -2149,8 +2184,8 @@ Default to the URL around or before point. | |||
| 2149 | 2184 | ||
| 2150 | ;;;*** | 2185 | ;;;*** |
| 2151 | 2186 | ||
| 2152 | ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (15830 | 2187 | ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (15828 |
| 2153 | ;;;;;; 33418)) | 2188 | ;;;;;; 34220)) |
| 2154 | ;;; Generated autoloads from play/bruce.el | 2189 | ;;; Generated autoloads from play/bruce.el |
| 2155 | 2190 | ||
| 2156 | (autoload (quote bruce) "bruce" "\ | 2191 | (autoload (quote bruce) "bruce" "\ |
| @@ -2207,8 +2242,8 @@ name of buffer configuration. | |||
| 2207 | ;;;*** | 2242 | ;;;*** |
| 2208 | 2243 | ||
| 2209 | ;;;### (autoloads (insert-text-button make-text-button insert-button | 2244 | ;;;### (autoloads (insert-text-button make-text-button insert-button |
| 2210 | ;;;;;; make-button define-button-type) "button" "button.el" (15412 | 2245 | ;;;;;; make-button define-button-type) "button" "button.el" (15823 |
| 2211 | ;;;;;; 6557)) | 2246 | ;;;;;; 65468)) |
| 2212 | ;;; Generated autoloads from button.el | 2247 | ;;; Generated autoloads from button.el |
| 2213 | 2248 | ||
| 2214 | (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ | 2249 | (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ |
| @@ -2296,7 +2331,7 @@ Also see `make-text-button'. | |||
| 2296 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile | 2331 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile |
| 2297 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory | 2332 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory |
| 2298 | ;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" | 2333 | ;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" |
| 2299 | ;;;;;; (15835 23135)) | 2334 | ;;;;;; (15866 25920)) |
| 2300 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2335 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 2301 | 2336 | ||
| 2302 | (autoload (quote byte-force-recompile) "bytecomp" "\ | 2337 | (autoload (quote byte-force-recompile) "bytecomp" "\ |
| @@ -2412,8 +2447,8 @@ from the cursor position. | |||
| 2412 | 2447 | ||
| 2413 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle | 2448 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle |
| 2414 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc | 2449 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc |
| 2415 | ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15809 | 2450 | ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15806 |
| 2416 | ;;;;;; 3074)) | 2451 | ;;;;;; 54403)) |
| 2417 | ;;; Generated autoloads from calc/calc.el | 2452 | ;;; Generated autoloads from calc/calc.el |
| 2418 | 2453 | ||
| 2419 | (defvar calc-info-filename "calc.info" "\ | 2454 | (defvar calc-info-filename "calc.info" "\ |
| @@ -2546,7 +2581,7 @@ See the documentation for `calculator-mode' for more information. | |||
| 2546 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar | 2581 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar |
| 2547 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset | 2582 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset |
| 2548 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" | 2583 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" |
| 2549 | ;;;;;; (15855 43929)) | 2584 | ;;;;;; (15858 27206)) |
| 2550 | ;;; Generated autoloads from calendar/calendar.el | 2585 | ;;; Generated autoloads from calendar/calendar.el |
| 2551 | 2586 | ||
| 2552 | (defvar calendar-week-start-day 0 "\ | 2587 | (defvar calendar-week-start-day 0 "\ |
| @@ -2999,7 +3034,7 @@ See the documentation of that function for more information. | |||
| 2999 | 3034 | ||
| 3000 | ;;;*** | 3035 | ;;;*** |
| 3001 | 3036 | ||
| 3002 | ;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15855 43929)) | 3037 | ;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15854 23573)) |
| 3003 | ;;; Generated autoloads from progmodes/cc-langs.el | 3038 | ;;; Generated autoloads from progmodes/cc-langs.el |
| 3004 | 3039 | ||
| 3005 | (defvar c-mode-syntax-table nil "\ | 3040 | (defvar c-mode-syntax-table nil "\ |
| @@ -3024,7 +3059,7 @@ Syntax table used in pike-mode buffers.") | |||
| 3024 | 3059 | ||
| 3025 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode | 3060 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode |
| 3026 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" | 3061 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" |
| 3027 | ;;;;;; (15826 6673)) | 3062 | ;;;;;; (15611 62476)) |
| 3028 | ;;; Generated autoloads from progmodes/cc-mode.el | 3063 | ;;; Generated autoloads from progmodes/cc-mode.el |
| 3029 | 3064 | ||
| 3030 | (autoload (quote c-initialize-cc-mode) "cc-mode" "\ | 3065 | (autoload (quote c-initialize-cc-mode) "cc-mode" "\ |
| @@ -3205,7 +3240,7 @@ and exists only for compatibility reasons. | |||
| 3205 | 3240 | ||
| 3206 | ;;;*** | 3241 | ;;;*** |
| 3207 | 3242 | ||
| 3208 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15855 43929)) | 3243 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15854 23573)) |
| 3209 | ;;; Generated autoloads from progmodes/cc-vars.el | 3244 | ;;; Generated autoloads from progmodes/cc-vars.el |
| 3210 | 3245 | ||
| 3211 | (defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\ | 3246 | (defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\ |
| @@ -3224,7 +3259,7 @@ Infodock (based on XEmacs) has an additional symbol on this list: | |||
| 3224 | 3259 | ||
| 3225 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program | 3260 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program |
| 3226 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" | 3261 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" |
| 3227 | ;;;;;; (15793 40694)) | 3262 | ;;;;;; (15793 40968)) |
| 3228 | ;;; Generated autoloads from international/ccl.el | 3263 | ;;; Generated autoloads from international/ccl.el |
| 3229 | 3264 | ||
| 3230 | (autoload (quote ccl-compile) "ccl" "\ | 3265 | (autoload (quote ccl-compile) "ccl" "\ |
| @@ -3488,7 +3523,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program. | |||
| 3488 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer | 3523 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer |
| 3489 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive | 3524 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive |
| 3490 | ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" | 3525 | ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" |
| 3491 | ;;;;;; (15832 43707)) | 3526 | ;;;;;; (15832 30939)) |
| 3492 | ;;; Generated autoloads from emacs-lisp/checkdoc.el | 3527 | ;;; Generated autoloads from emacs-lisp/checkdoc.el |
| 3493 | 3528 | ||
| 3494 | (autoload (quote checkdoc) "checkdoc" "\ | 3529 | (autoload (quote checkdoc) "checkdoc" "\ |
| @@ -3700,7 +3735,7 @@ Encode the text in the current buffer to HZ. | |||
| 3700 | ;;;*** | 3735 | ;;;*** |
| 3701 | 3736 | ||
| 3702 | ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) | 3737 | ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) |
| 3703 | ;;;;;; "chistory" "chistory.el" (15568 53658)) | 3738 | ;;;;;; "chistory" "chistory.el" (15861 19605)) |
| 3704 | ;;; Generated autoloads from chistory.el | 3739 | ;;; Generated autoloads from chistory.el |
| 3705 | 3740 | ||
| 3706 | (autoload (quote repeat-matching-complex-command) "chistory" "\ | 3741 | (autoload (quote repeat-matching-complex-command) "chistory" "\ |
| @@ -3739,7 +3774,7 @@ and runs the normal hook `command-history-hook'. | |||
| 3739 | 3774 | ||
| 3740 | ;;;*** | 3775 | ;;;*** |
| 3741 | 3776 | ||
| 3742 | ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15835 23135)) | 3777 | ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15834 29592)) |
| 3743 | ;;; Generated autoloads from emacs-lisp/cl.el | 3778 | ;;; Generated autoloads from emacs-lisp/cl.el |
| 3744 | 3779 | ||
| 3745 | (defvar custom-print-functions nil "\ | 3780 | (defvar custom-print-functions nil "\ |
| @@ -3803,7 +3838,7 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook' | |||
| 3803 | ;;;*** | 3838 | ;;;*** |
| 3804 | 3839 | ||
| 3805 | ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" | 3840 | ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" |
| 3806 | ;;;;;; (15845 60691)) | 3841 | ;;;;;; (15860 63927)) |
| 3807 | ;;; Generated autoloads from international/code-pages.el | 3842 | ;;; Generated autoloads from international/code-pages.el |
| 3808 | 3843 | ||
| 3809 | (autoload (quote cp-make-coding-system) "code-pages" "\ | 3844 | (autoload (quote cp-make-coding-system) "code-pages" "\ |
| @@ -3819,7 +3854,7 @@ corresponding args of `make-coding-system'. If MNEMONIC isn't given, | |||
| 3819 | 3854 | ||
| 3820 | ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage | 3855 | ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage |
| 3821 | ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) | 3856 | ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) |
| 3822 | ;;;;;; "codepage" "international/codepage.el" (15830 33418)) | 3857 | ;;;;;; "codepage" "international/codepage.el" (15830 55341)) |
| 3823 | ;;; Generated autoloads from international/codepage.el | 3858 | ;;; Generated autoloads from international/codepage.el |
| 3824 | 3859 | ||
| 3825 | (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ | 3860 | (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ |
| @@ -3974,7 +4009,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored. | |||
| 3974 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode | 4009 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode |
| 3975 | ;;;;;; compilation-mode grep-tree grep-find grep compile compilation-search-path | 4010 | ;;;;;; compilation-mode grep-tree grep-find grep compile compilation-search-path |
| 3976 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) | 4011 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) |
| 3977 | ;;;;;; "compile" "progmodes/compile.el" (15832 43709)) | 4012 | ;;;;;; "compile" "progmodes/compile.el" (15869 9799)) |
| 3978 | ;;; Generated autoloads from progmodes/compile.el | 4013 | ;;; Generated autoloads from progmodes/compile.el |
| 3979 | 4014 | ||
| 3980 | (defvar compilation-mode-hook nil "\ | 4015 | (defvar compilation-mode-hook nil "\ |
| @@ -4142,7 +4177,7 @@ See variables `compilation-parse-errors-function' and | |||
| 4142 | ;;;*** | 4177 | ;;;*** |
| 4143 | 4178 | ||
| 4144 | ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" | 4179 | ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" |
| 4145 | ;;;;;; (15852 39765)) | 4180 | ;;;;;; (15851 40734)) |
| 4146 | ;;; Generated autoloads from complete.el | 4181 | ;;; Generated autoloads from complete.el |
| 4147 | 4182 | ||
| 4148 | (defvar partial-completion-mode nil "\ | 4183 | (defvar partial-completion-mode nil "\ |
| @@ -4708,7 +4743,7 @@ INHERIT-INPUT-METHOD. | |||
| 4708 | ;;;*** | 4743 | ;;;*** |
| 4709 | 4744 | ||
| 4710 | ;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el" | 4745 | ;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el" |
| 4711 | ;;;;;; (15778 49709)) | 4746 | ;;;;;; (15776 44111)) |
| 4712 | ;;; Generated autoloads from emulation/cua-base.el | 4747 | ;;; Generated autoloads from emulation/cua-base.el |
| 4713 | 4748 | ||
| 4714 | (defvar cua-mode nil "\ | 4749 | (defvar cua-mode nil "\ |
| @@ -4746,7 +4781,7 @@ paste (in addition to the normal emacs bindings). | |||
| 4746 | ;;;;;; customize-option-other-window customize-changed-options customize-option | 4781 | ;;;;;; customize-option-other-window customize-changed-options customize-option |
| 4747 | ;;;;;; customize-group-other-window customize-group customize-mode | 4782 | ;;;;;; customize-group-other-window customize-group customize-mode |
| 4748 | ;;;;;; customize customize-save-variable customize-set-variable | 4783 | ;;;;;; customize customize-save-variable customize-set-variable |
| 4749 | ;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (15852 39765)) | 4784 | ;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (15858 24665)) |
| 4750 | ;;; Generated autoloads from cus-edit.el | 4785 | ;;; Generated autoloads from cus-edit.el |
| 4751 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") | 4786 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") |
| 4752 | 4787 | ||
| @@ -4969,7 +5004,7 @@ The format is suitable for use with `easy-menu-define'. | |||
| 4969 | ;;;*** | 5004 | ;;;*** |
| 4970 | 5005 | ||
| 4971 | ;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" | 5006 | ;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" |
| 4972 | ;;;;;; "cus-face.el" (15845 60691)) | 5007 | ;;;;;; "cus-face.el" (15844 1299)) |
| 4973 | ;;; Generated autoloads from cus-face.el | 5008 | ;;; Generated autoloads from cus-face.el |
| 4974 | 5009 | ||
| 4975 | (autoload (quote custom-declare-face) "cus-face" "\ | 5010 | (autoload (quote custom-declare-face) "cus-face" "\ |
| @@ -5479,7 +5514,7 @@ the first time the mode is used. | |||
| 5479 | ;;;*** | 5514 | ;;;*** |
| 5480 | 5515 | ||
| 5481 | ;;;### (autoloads (describe-char describe-text-properties) "descr-text" | 5516 | ;;;### (autoloads (describe-char describe-text-properties) "descr-text" |
| 5482 | ;;;;;; "descr-text.el" (15760 54525)) | 5517 | ;;;;;; "descr-text.el" (15823 65468)) |
| 5483 | ;;; Generated autoloads from descr-text.el | 5518 | ;;; Generated autoloads from descr-text.el |
| 5484 | 5519 | ||
| 5485 | (autoload (quote describe-text-properties) "descr-text" "\ | 5520 | (autoload (quote describe-text-properties) "descr-text" "\ |
| @@ -5503,7 +5538,7 @@ as well as widgets, buttons, overlays, and text properties. | |||
| 5503 | ;;;*** | 5538 | ;;;*** |
| 5504 | 5539 | ||
| 5505 | ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" | 5540 | ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" |
| 5506 | ;;;;;; (15818 52647)) | 5541 | ;;;;;; (15816 1960)) |
| 5507 | ;;; Generated autoloads from desktop.el | 5542 | ;;; Generated autoloads from desktop.el |
| 5508 | 5543 | ||
| 5509 | (autoload (quote desktop-read) "desktop" "\ | 5544 | (autoload (quote desktop-read) "desktop" "\ |
| @@ -5530,7 +5565,7 @@ to provide correct modes for autoloaded files. | |||
| 5530 | ;;;*** | 5565 | ;;;*** |
| 5531 | 5566 | ||
| 5532 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" | 5567 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" |
| 5533 | ;;;;;; "calendar/diary-lib.el" (15833 16924)) | 5568 | ;;;;;; "calendar/diary-lib.el" (15833 25330)) |
| 5534 | ;;; Generated autoloads from calendar/diary-lib.el | 5569 | ;;; Generated autoloads from calendar/diary-lib.el |
| 5535 | 5570 | ||
| 5536 | (autoload (quote diary) "diary-lib" "\ | 5571 | (autoload (quote diary) "diary-lib" "\ |
| @@ -5628,7 +5663,7 @@ Minor mode for viewing/editing context diffs. | |||
| 5628 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink | 5663 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink |
| 5629 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename | 5664 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename |
| 5630 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) | 5665 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) |
| 5631 | ;;;;;; "dired" "dired.el" (15845 60691)) | 5666 | ;;;;;; "dired" "dired.el" (15837 7290)) |
| 5632 | ;;; Generated autoloads from dired.el | 5667 | ;;; Generated autoloads from dired.el |
| 5633 | 5668 | ||
| 5634 | (defvar dired-listing-switches "-al" "\ | 5669 | (defvar dired-listing-switches "-al" "\ |
| @@ -5744,7 +5779,7 @@ Like `dired' but returns the dired buffer as value, does not select it. | |||
| 5744 | ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines | 5779 | ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines |
| 5745 | ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp | 5780 | ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp |
| 5746 | ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" | 5781 | ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" |
| 5747 | ;;;;;; "dired-aux.el" (15826 3927)) | 5782 | ;;;;;; "dired-aux.el" (15823 48667)) |
| 5748 | ;;; Generated autoloads from dired-aux.el | 5783 | ;;; Generated autoloads from dired-aux.el |
| 5749 | 5784 | ||
| 5750 | (autoload (quote dired-diff) "dired-aux" "\ | 5785 | (autoload (quote dired-diff) "dired-aux" "\ |
| @@ -6245,7 +6280,7 @@ Default is 2. | |||
| 6245 | 6280 | ||
| 6246 | ;;;*** | 6281 | ;;;*** |
| 6247 | 6282 | ||
| 6248 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (15759 15266)) | 6283 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (15827 6743)) |
| 6249 | ;;; Generated autoloads from play/doctor.el | 6284 | ;;; Generated autoloads from play/doctor.el |
| 6250 | 6285 | ||
| 6251 | (autoload (quote doctor) "doctor" "\ | 6286 | (autoload (quote doctor) "doctor" "\ |
| @@ -6279,7 +6314,7 @@ when pressed twice. See variable `double-map' for details. | |||
| 6279 | 6314 | ||
| 6280 | ;;;*** | 6315 | ;;;*** |
| 6281 | 6316 | ||
| 6282 | ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (15786 21057)) | 6317 | ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (15650 57368)) |
| 6283 | ;;; Generated autoloads from play/dunnet.el | 6318 | ;;; Generated autoloads from play/dunnet.el |
| 6284 | 6319 | ||
| 6285 | (autoload (quote dunnet) "dunnet" "\ | 6320 | (autoload (quote dunnet) "dunnet" "\ |
| @@ -6302,7 +6337,7 @@ Play sounds in message buffers. | |||
| 6302 | 6337 | ||
| 6303 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap | 6338 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap |
| 6304 | ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" | 6339 | ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" |
| 6305 | ;;;;;; "emacs-lisp/easy-mmode.el" (15817 29181)) | 6340 | ;;;;;; "emacs-lisp/easy-mmode.el" (15866 29794)) |
| 6306 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el | 6341 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el |
| 6307 | 6342 | ||
| 6308 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) | 6343 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) |
| @@ -6664,7 +6699,7 @@ It returns the old style symbol. | |||
| 6664 | ;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use | 6699 | ;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use |
| 6665 | ;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol | 6700 | ;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol |
| 6666 | ;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse" | 6701 | ;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse" |
| 6667 | ;;;;;; "progmodes/ebrowse.el" (15792 4538)) | 6702 | ;;;;;; "progmodes/ebrowse.el" (15793 40969)) |
| 6668 | ;;; Generated autoloads from progmodes/ebrowse.el | 6703 | ;;; Generated autoloads from progmodes/ebrowse.el |
| 6669 | 6704 | ||
| 6670 | (autoload (quote ebrowse-tree-mode) "ebrowse" "\ | 6705 | (autoload (quote ebrowse-tree-mode) "ebrowse" "\ |
| @@ -6847,7 +6882,7 @@ already is one.) | |||
| 6847 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor | 6882 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor |
| 6848 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions | 6883 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions |
| 6849 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup | 6884 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup |
| 6850 | ;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (15832 43705)) | 6885 | ;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (15832 11554)) |
| 6851 | ;;; Generated autoloads from ediff.el | 6886 | ;;; Generated autoloads from ediff.el |
| 6852 | 6887 | ||
| 6853 | (autoload (quote ediff-files) "ediff" "\ | 6888 | (autoload (quote ediff-files) "ediff" "\ |
| @@ -7106,7 +7141,7 @@ Not documented | |||
| 7106 | ;;;*** | 7141 | ;;;*** |
| 7107 | 7142 | ||
| 7108 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" | 7143 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" |
| 7109 | ;;;;;; (15832 43705)) | 7144 | ;;;;;; (15832 11554)) |
| 7110 | ;;; Generated autoloads from ediff-mult.el | 7145 | ;;; Generated autoloads from ediff-mult.el |
| 7111 | 7146 | ||
| 7112 | (autoload (quote ediff-show-registry) "ediff-mult" "\ | 7147 | (autoload (quote ediff-show-registry) "ediff-mult" "\ |
| @@ -7119,7 +7154,7 @@ Display Ediff's registry. | |||
| 7119 | ;;;*** | 7154 | ;;;*** |
| 7120 | 7155 | ||
| 7121 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) | 7156 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) |
| 7122 | ;;;;;; "ediff-util" "ediff-util.el" (15787 57178)) | 7157 | ;;;;;; "ediff-util" "ediff-util.el" (15783 52151)) |
| 7123 | ;;; Generated autoloads from ediff-util.el | 7158 | ;;; Generated autoloads from ediff-util.el |
| 7124 | 7159 | ||
| 7125 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ | 7160 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ |
| @@ -7193,7 +7228,7 @@ or nil, use a compact 80-column format. | |||
| 7193 | ;;;*** | 7228 | ;;;*** |
| 7194 | 7229 | ||
| 7195 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" | 7230 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" |
| 7196 | ;;;;;; "emulation/edt.el" (15826 3927)) | 7231 | ;;;;;; "emulation/edt.el" (15824 23781)) |
| 7197 | ;;; Generated autoloads from emulation/edt.el | 7232 | ;;; Generated autoloads from emulation/edt.el |
| 7198 | 7233 | ||
| 7199 | (autoload (quote edt-set-scroll-margins) "edt" "\ | 7234 | (autoload (quote edt-set-scroll-margins) "edt" "\ |
| @@ -7249,7 +7284,7 @@ Not documented | |||
| 7249 | ;;;*** | 7284 | ;;;*** |
| 7250 | 7285 | ||
| 7251 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) | 7286 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) |
| 7252 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (15835 23135)) | 7287 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (15834 59138)) |
| 7253 | ;;; Generated autoloads from emacs-lisp/eldoc.el | 7288 | ;;; Generated autoloads from emacs-lisp/eldoc.el |
| 7254 | 7289 | ||
| 7255 | (defvar eldoc-minor-mode-string " ElDoc" "\ | 7290 | (defvar eldoc-minor-mode-string " ElDoc" "\ |
| @@ -7279,8 +7314,8 @@ Unequivocally turn on eldoc-mode (see variable documentation). | |||
| 7279 | 7314 | ||
| 7280 | ;;;*** | 7315 | ;;;*** |
| 7281 | 7316 | ||
| 7282 | ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (15818 | 7317 | ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (15819 |
| 7283 | ;;;;;; 52647)) | 7318 | ;;;;;; 7069)) |
| 7284 | ;;; Generated autoloads from elide-head.el | 7319 | ;;; Generated autoloads from elide-head.el |
| 7285 | 7320 | ||
| 7286 | (autoload (quote elide-head) "elide-head" "\ | 7321 | (autoload (quote elide-head) "elide-head" "\ |
| @@ -7296,7 +7331,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks. | |||
| 7296 | ;;;*** | 7331 | ;;;*** |
| 7297 | 7332 | ||
| 7298 | ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" | 7333 | ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" |
| 7299 | ;;;;;; (15792 4536)) | 7334 | ;;;;;; (15793 40966)) |
| 7300 | ;;; Generated autoloads from emacs-lisp/elint.el | 7335 | ;;; Generated autoloads from emacs-lisp/elint.el |
| 7301 | 7336 | ||
| 7302 | (autoload (quote elint-initialize) "elint" "\ | 7337 | (autoload (quote elint-initialize) "elint" "\ |
| @@ -7436,7 +7471,7 @@ Not documented | |||
| 7436 | ;;;*** | 7471 | ;;;*** |
| 7437 | 7472 | ||
| 7438 | ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" | 7473 | ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" |
| 7439 | ;;;;;; (15781 14318)) | 7474 | ;;;;;; (15781 78)) |
| 7440 | ;;; Generated autoloads from international/encoded-kb.el | 7475 | ;;; Generated autoloads from international/encoded-kb.el |
| 7441 | 7476 | ||
| 7442 | (defvar encoded-kbd-mode nil "\ | 7477 | (defvar encoded-kbd-mode nil "\ |
| @@ -7496,8 +7531,8 @@ Not documented | |||
| 7496 | 7531 | ||
| 7497 | ;;;*** | 7532 | ;;;*** |
| 7498 | 7533 | ||
| 7499 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15620 | 7534 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15861 |
| 7500 | ;;;;;; 25657)) | 7535 | ;;;;;; 19590)) |
| 7501 | ;;; Generated autoloads from eshell/esh-mode.el | 7536 | ;;; Generated autoloads from eshell/esh-mode.el |
| 7502 | 7537 | ||
| 7503 | (autoload (quote eshell-mode) "esh-mode" "\ | 7538 | (autoload (quote eshell-mode) "esh-mode" "\ |
| @@ -7509,8 +7544,8 @@ Emacs shell interactive mode. | |||
| 7509 | 7544 | ||
| 7510 | ;;;*** | 7545 | ;;;*** |
| 7511 | 7546 | ||
| 7512 | ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15470 | 7547 | ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15861 |
| 7513 | ;;;;;; 10698)) | 7548 | ;;;;;; 19590)) |
| 7514 | ;;; Generated autoloads from eshell/esh-test.el | 7549 | ;;; Generated autoloads from eshell/esh-test.el |
| 7515 | 7550 | ||
| 7516 | (autoload (quote eshell-test) "esh-test" "\ | 7551 | (autoload (quote eshell-test) "esh-test" "\ |
| @@ -7521,7 +7556,7 @@ Test Eshell to verify that it works as expected. | |||
| 7521 | ;;;*** | 7556 | ;;;*** |
| 7522 | 7557 | ||
| 7523 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command | 7558 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command |
| 7524 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (15816 17788)) | 7559 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (15681 46036)) |
| 7525 | ;;; Generated autoloads from eshell/eshell.el | 7560 | ;;; Generated autoloads from eshell/eshell.el |
| 7526 | 7561 | ||
| 7527 | (autoload (quote eshell) "eshell" "\ | 7562 | (autoload (quote eshell) "eshell" "\ |
| @@ -7566,7 +7601,7 @@ Please include any configuration details that might be involved. | |||
| 7566 | ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table | 7601 | ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table |
| 7567 | ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list | 7602 | ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list |
| 7568 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" | 7603 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" |
| 7569 | ;;;;;; (15830 7058)) | 7604 | ;;;;;; (15827 57894)) |
| 7570 | ;;; Generated autoloads from progmodes/etags.el | 7605 | ;;; Generated autoloads from progmodes/etags.el |
| 7571 | 7606 | ||
| 7572 | (defvar tags-file-name nil "\ | 7607 | (defvar tags-file-name nil "\ |
| @@ -8034,7 +8069,7 @@ Transcribe Ethiopic characters in ASCII depending on the file extension. | |||
| 8034 | 8069 | ||
| 8035 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline | 8070 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline |
| 8036 | ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" | 8071 | ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" |
| 8037 | ;;;;;; (15793 40694)) | 8072 | ;;;;;; (15793 40969)) |
| 8038 | ;;; Generated autoloads from net/eudc.el | 8073 | ;;; Generated autoloads from net/eudc.el |
| 8039 | 8074 | ||
| 8040 | (autoload (quote eudc-set-server) "eudc" "\ | 8075 | (autoload (quote eudc-set-server) "eudc" "\ |
| @@ -8498,7 +8533,7 @@ Unconditionally turn on Fast Lock mode. | |||
| 8498 | 8533 | ||
| 8499 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue | 8534 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue |
| 8500 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts | 8535 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts |
| 8501 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15832 43707)) | 8536 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15832 11581)) |
| 8502 | ;;; Generated autoloads from mail/feedmail.el | 8537 | ;;; Generated autoloads from mail/feedmail.el |
| 8503 | 8538 | ||
| 8504 | (autoload (quote feedmail-send-it) "feedmail" "\ | 8539 | (autoload (quote feedmail-send-it) "feedmail" "\ |
| @@ -8552,7 +8587,7 @@ you can set feedmail-queue-reminder-alist to nil. | |||
| 8552 | ;;;*** | 8587 | ;;;*** |
| 8553 | 8588 | ||
| 8554 | ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu | 8589 | ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu |
| 8555 | ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (15832 43705)) | 8590 | ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (15832 30039)) |
| 8556 | ;;; Generated autoloads from ffap.el | 8591 | ;;; Generated autoloads from ffap.el |
| 8557 | 8592 | ||
| 8558 | (autoload (quote ffap-next) "ffap" "\ | 8593 | (autoload (quote ffap-next) "ffap" "\ |
| @@ -8630,7 +8665,7 @@ the name is considered already unique; only the second substitution | |||
| 8630 | ;;;*** | 8665 | ;;;*** |
| 8631 | 8666 | ||
| 8632 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options | 8667 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options |
| 8633 | ;;;;;; find-ls-option) "find-dired" "find-dired.el" (15845 60691)) | 8668 | ;;;;;; find-ls-option) "find-dired" "find-dired.el" (15837 7290)) |
| 8634 | ;;; Generated autoloads from find-dired.el | 8669 | ;;; Generated autoloads from find-dired.el |
| 8635 | 8670 | ||
| 8636 | (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ | 8671 | (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ |
| @@ -8679,7 +8714,7 @@ Thus ARG can also contain additional grep options. | |||
| 8679 | 8714 | ||
| 8680 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file | 8715 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file |
| 8681 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" | 8716 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" |
| 8682 | ;;;;;; (15809 3073)) | 8717 | ;;;;;; (15806 54403)) |
| 8683 | ;;; Generated autoloads from find-file.el | 8718 | ;;; Generated autoloads from find-file.el |
| 8684 | 8719 | ||
| 8685 | (autoload (quote ff-get-other-file) "find-file" "\ | 8720 | (autoload (quote ff-get-other-file) "find-file" "\ |
| @@ -8905,7 +8940,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP. | |||
| 8905 | ;;;*** | 8940 | ;;;*** |
| 8906 | 8941 | ||
| 8907 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) | 8942 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) |
| 8908 | ;;;;;; "finder" "finder.el" (15832 43705)) | 8943 | ;;;;;; "finder" "finder.el" (15855 62628)) |
| 8909 | ;;; Generated autoloads from finder.el | 8944 | ;;; Generated autoloads from finder.el |
| 8910 | 8945 | ||
| 8911 | (autoload (quote finder-list-keywords) "finder" "\ | 8946 | (autoload (quote finder-list-keywords) "finder" "\ |
| @@ -9022,7 +9057,7 @@ Flyspell whole buffer. | |||
| 9022 | 9057 | ||
| 9023 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode | 9058 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode |
| 9024 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" | 9059 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" |
| 9025 | ;;;;;; (15832 43705)) | 9060 | ;;;;;; (15832 30039)) |
| 9026 | ;;; Generated autoloads from follow.el | 9061 | ;;; Generated autoloads from follow.el |
| 9027 | 9062 | ||
| 9028 | (autoload (quote turn-on-follow-mode) "follow" "\ | 9063 | (autoload (quote turn-on-follow-mode) "follow" "\ |
| @@ -9097,8 +9132,8 @@ in your `~/.emacs' file, replacing [f7] by your favourite key: | |||
| 9097 | ;;;*** | 9132 | ;;;*** |
| 9098 | 9133 | ||
| 9099 | ;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords | 9134 | ;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords |
| 9100 | ;;;;;; font-lock-add-keywords) "font-lock" "font-lock.el" (15852 | 9135 | ;;;;;; font-lock-add-keywords) "font-lock" "font-lock.el" (15851 |
| 9101 | ;;;;;; 39766)) | 9136 | ;;;;;; 40734)) |
| 9102 | ;;; Generated autoloads from font-lock.el | 9137 | ;;; Generated autoloads from font-lock.el |
| 9103 | 9138 | ||
| 9104 | (autoload (quote font-lock-add-keywords) "font-lock" "\ | 9139 | (autoload (quote font-lock-add-keywords) "font-lock" "\ |
| @@ -9230,7 +9265,7 @@ Visit a file in Forms mode in other window. | |||
| 9230 | ;;;*** | 9265 | ;;;*** |
| 9231 | 9266 | ||
| 9232 | ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" | 9267 | ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" |
| 9233 | ;;;;;; "progmodes/fortran.el" (15776 36277)) | 9268 | ;;;;;; "progmodes/fortran.el" (15866 25919)) |
| 9234 | ;;; Generated autoloads from progmodes/fortran.el | 9269 | ;;; Generated autoloads from progmodes/fortran.el |
| 9235 | 9270 | ||
| 9236 | (defvar fortran-tab-mode-default nil "\ | 9271 | (defvar fortran-tab-mode-default nil "\ |
| @@ -9314,7 +9349,7 @@ with no args, if that value is non-nil. | |||
| 9314 | ;;;*** | 9349 | ;;;*** |
| 9315 | 9350 | ||
| 9316 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region | 9351 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region |
| 9317 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (15195 62737)) | 9352 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (15827 6743)) |
| 9318 | ;;; Generated autoloads from play/fortune.el | 9353 | ;;; Generated autoloads from play/fortune.el |
| 9319 | 9354 | ||
| 9320 | (autoload (quote fortune-add-fortune) "fortune" "\ | 9355 | (autoload (quote fortune-add-fortune) "fortune" "\ |
| @@ -9364,7 +9399,7 @@ and choose the directory as the fortune-file. | |||
| 9364 | ;;;*** | 9399 | ;;;*** |
| 9365 | 9400 | ||
| 9366 | ;;;### (autoloads (set-fringe-style fringe-mode) "fringe" "fringe.el" | 9401 | ;;;### (autoloads (set-fringe-style fringe-mode) "fringe" "fringe.el" |
| 9367 | ;;;;;; (15600 45018)) | 9402 | ;;;;;; (15843 64036)) |
| 9368 | ;;; Generated autoloads from fringe.el | 9403 | ;;; Generated autoloads from fringe.el |
| 9369 | 9404 | ||
| 9370 | (autoload (quote fringe-mode) "fringe" "\ | 9405 | (autoload (quote fringe-mode) "fringe" "\ |
| @@ -9394,22 +9429,22 @@ If you want to set appearance of fringes on all frames, see `fringe-mode'. | |||
| 9394 | 9429 | ||
| 9395 | ;;;*** | 9430 | ;;;*** |
| 9396 | 9431 | ||
| 9397 | ;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (15855 43929)) | 9432 | ;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (15866 25921)) |
| 9398 | ;;; Generated autoloads from gdb-ui.el | 9433 | ;;; Generated autoloads from gdb-ui.el |
| 9399 | 9434 | ||
| 9400 | (autoload (quote gdba) "gdb-ui" "\ | 9435 | (autoload (quote gdba) "gdb-ui" "\ |
| 9401 | Run gdb on program FILE in buffer *gdb-FILE*. | 9436 | Run gdb on program FILE in buffer *gud-FILE*. |
| 9402 | The directory containing FILE becomes the initial working directory | 9437 | The directory containing FILE becomes the initial working directory |
| 9403 | and source-file directory for your debugger. | 9438 | and source-file directory for your debugger. |
| 9404 | 9439 | ||
| 9405 | If `gdb-many-windows' is set to t this works best in X (depending on the size | 9440 | If `gdb-many-windows' is nil (the default value) then gdb starts with |
| 9406 | of your monitor) using most of the screen. After a short delay the following | 9441 | just two windows : the GUD and the source buffer. If it is t the |
| 9407 | layout will appear (keybindings given in relevant buffer) : | 9442 | following layout will appear (keybindings given in relevant buffer) : |
| 9408 | 9443 | ||
| 9409 | --------------------------------------------------------------------- | 9444 | --------------------------------------------------------------------- |
| 9410 | GDB Toolbar | 9445 | GDB Toolbar |
| 9411 | --------------------------------------------------------------------- | 9446 | --------------------------------------------------------------------- |
| 9412 | GUD buffer (I/O of gdb) | Locals buffer | 9447 | GUD buffer (I/O of GDB) | Locals buffer |
| 9413 | | | 9448 | | |
| 9414 | | | 9449 | | |
| 9415 | | | 9450 | | |
| @@ -9424,7 +9459,7 @@ Source buffer | Input/Output (of debuggee) buffer | |||
| 9424 | | | 9459 | | |
| 9425 | --------------------------------------------------------------------- | 9460 | --------------------------------------------------------------------- |
| 9426 | Stack buffer | Breakpoints buffer | 9461 | Stack buffer | Breakpoints buffer |
| 9427 | \[mouse-2] gdb-frames-select | SPC gdb-toggle-bp-this-line | 9462 | \[mouse-2] gdb-frames-mouse-select | SPC gdb-toggle-bp-this-line |
| 9428 | | g gdb-goto-bp-this-line | 9463 | | g gdb-goto-bp-this-line |
| 9429 | | d gdb-delete-bp-this-line | 9464 | | d gdb-delete-bp-this-line |
| 9430 | --------------------------------------------------------------------- | 9465 | --------------------------------------------------------------------- |
| @@ -9434,17 +9469,19 @@ window e.g after typing g on a breakpoint in the breakpoints buffer. Breakpoint | |||
| 9434 | icons are displayed both by setting a break with gud-break and by typing break | 9469 | icons are displayed both by setting a break with gud-break and by typing break |
| 9435 | in the GUD buffer. | 9470 | in the GUD buffer. |
| 9436 | 9471 | ||
| 9472 | This works best (depending on the size of your monitor) using most of the | ||
| 9473 | screen. | ||
| 9474 | |||
| 9437 | Displayed expressions appear in separate frames. Arrays may be displayed | 9475 | Displayed expressions appear in separate frames. Arrays may be displayed |
| 9438 | as slices and visualised using the graph program from plotutils if installed. | 9476 | as slices and visualised using the graph program from plotutils if installed. |
| 9439 | 9477 | Pointers in structures may be followed in a tree-like fashion. | |
| 9440 | If `gdb-many-windows' is set to nil then gdb starts with just two windows : | ||
| 9441 | the GUD and the source buffer. | ||
| 9442 | 9478 | ||
| 9443 | The following interactive lisp functions help control operation : | 9479 | The following interactive lisp functions help control operation : |
| 9444 | 9480 | ||
| 9445 | `gdb-many-windows' - Toggle the number of windows gdb uses. | 9481 | `gdb-many-windows' - Toggle the number of windows gdb uses. |
| 9446 | `gdb-restore-windows' - to restore the layout if its lost. | 9482 | `gdb-restore-windows' - To restore the window layout. |
| 9447 | `gdb-quit' - to delete (most) of the buffers used by gdb. | 9483 | `gdb-quit' - To delete (most) of the buffers used by GDB-UI and |
| 9484 | reset variables. | ||
| 9448 | 9485 | ||
| 9449 | \(fn COMMAND-LINE)" t nil) | 9486 | \(fn COMMAND-LINE)" t nil) |
| 9450 | 9487 | ||
| @@ -9513,7 +9550,7 @@ at places they belong to. | |||
| 9513 | ;;;*** | 9550 | ;;;*** |
| 9514 | 9551 | ||
| 9515 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server | 9552 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server |
| 9516 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15852 39770)) | 9553 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15847 42307)) |
| 9517 | ;;; Generated autoloads from gnus/gnus.el | 9554 | ;;; Generated autoloads from gnus/gnus.el |
| 9518 | 9555 | ||
| 9519 | (autoload (quote gnus-slave-no-server) "gnus" "\ | 9556 | (autoload (quote gnus-slave-no-server) "gnus" "\ |
| @@ -9592,7 +9629,7 @@ Not documented | |||
| 9592 | ;;;*** | 9629 | ;;;*** |
| 9593 | 9630 | ||
| 9594 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" | 9631 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" |
| 9595 | ;;;;;; (15852 39770)) | 9632 | ;;;;;; (15847 42307)) |
| 9596 | ;;; Generated autoloads from gnus/gnus-art.el | 9633 | ;;; Generated autoloads from gnus/gnus-art.el |
| 9597 | 9634 | ||
| 9598 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ | 9635 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ |
| @@ -9639,7 +9676,7 @@ Generate NOV files recursively starting in DIR. | |||
| 9639 | ;;;*** | 9676 | ;;;*** |
| 9640 | 9677 | ||
| 9641 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) | 9678 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) |
| 9642 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (15852 39770)) | 9679 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (15847 42307)) |
| 9643 | ;;; Generated autoloads from gnus/gnus-group.el | 9680 | ;;; Generated autoloads from gnus/gnus-group.el |
| 9644 | 9681 | ||
| 9645 | (autoload (quote gnus-fetch-group) "gnus-group" "\ | 9682 | (autoload (quote gnus-fetch-group) "gnus-group" "\ |
| @@ -9689,7 +9726,7 @@ Minor mode for providing mailing-list commands. | |||
| 9689 | 9726 | ||
| 9690 | ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update | 9727 | ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update |
| 9691 | ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" | 9728 | ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" |
| 9692 | ;;;;;; (15852 39770)) | 9729 | ;;;;;; (15847 42307)) |
| 9693 | ;;; Generated autoloads from gnus/gnus-mlspl.el | 9730 | ;;; Generated autoloads from gnus/gnus-mlspl.el |
| 9694 | 9731 | ||
| 9695 | (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ | 9732 | (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ |
| @@ -9800,8 +9837,8 @@ Update the .newsrc.eld file to reflect the change of nntp server. | |||
| 9800 | 9837 | ||
| 9801 | ;;;*** | 9838 | ;;;*** |
| 9802 | 9839 | ||
| 9803 | ;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15852 | 9840 | ;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15847 |
| 9804 | ;;;;;; 39770)) | 9841 | ;;;;;; 42307)) |
| 9805 | ;;; Generated autoloads from gnus/gnus-msg.el | 9842 | ;;; Generated autoloads from gnus/gnus-msg.el |
| 9806 | 9843 | ||
| 9807 | (autoload (quote gnus-msg-mail) "gnus-msg" "\ | 9844 | (autoload (quote gnus-msg-mail) "gnus-msg" "\ |
| @@ -9816,7 +9853,7 @@ Gcc: header for archiving purposes. | |||
| 9816 | ;;;*** | 9853 | ;;;*** |
| 9817 | 9854 | ||
| 9818 | ;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el" | 9855 | ;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el" |
| 9819 | ;;;;;; (15852 39770)) | 9856 | ;;;;;; (15847 42307)) |
| 9820 | ;;; Generated autoloads from gnus/gnus-mule.el | 9857 | ;;; Generated autoloads from gnus/gnus-mule.el |
| 9821 | 9858 | ||
| 9822 | (autoload (quote gnus-mule-add-group) "gnus-mule" "\ | 9859 | (autoload (quote gnus-mule-add-group) "gnus-mule" "\ |
| @@ -9884,7 +9921,7 @@ Declare backend NAME with ABILITIES as a Gnus backend. | |||
| 9884 | ;;;*** | 9921 | ;;;*** |
| 9885 | 9922 | ||
| 9886 | ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" | 9923 | ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" |
| 9887 | ;;;;;; (15852 39770)) | 9924 | ;;;;;; (15847 42307)) |
| 9888 | ;;; Generated autoloads from gnus/gnus-win.el | 9925 | ;;; Generated autoloads from gnus/gnus-win.el |
| 9889 | 9926 | ||
| 9890 | (autoload (quote gnus-add-configuration) "gnus-win" "\ | 9927 | (autoload (quote gnus-add-configuration) "gnus-win" "\ |
| @@ -9921,7 +9958,7 @@ Use \\[describe-mode] for more info. | |||
| 9921 | ;;;*** | 9958 | ;;;*** |
| 9922 | 9959 | ||
| 9923 | ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) | 9960 | ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) |
| 9924 | ;;;;;; "goto-addr" "net/goto-addr.el" (15810 58347)) | 9961 | ;;;;;; "goto-addr" "net/goto-addr.el" (15806 54404)) |
| 9925 | ;;; Generated autoloads from net/goto-addr.el | 9962 | ;;; Generated autoloads from net/goto-addr.el |
| 9926 | 9963 | ||
| 9927 | (autoload (quote goto-address-at-mouse) "goto-addr" "\ | 9964 | (autoload (quote goto-address-at-mouse) "goto-addr" "\ |
| @@ -9967,7 +10004,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful. | |||
| 9967 | ;;;*** | 10004 | ;;;*** |
| 9968 | 10005 | ||
| 9969 | ;;;### (autoloads (bashdb jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" | 10006 | ;;;### (autoloads (bashdb jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" |
| 9970 | ;;;;;; (15855 43929)) | 10007 | ;;;;;; (15862 28067)) |
| 9971 | ;;; Generated autoloads from gud.el | 10008 | ;;; Generated autoloads from gud.el |
| 9972 | 10009 | ||
| 9973 | (autoload (quote gdb) "gud" "\ | 10010 | (autoload (quote gdb) "gud" "\ |
| @@ -10089,7 +10126,7 @@ to be updated. | |||
| 10089 | 10126 | ||
| 10090 | ;;;### (autoloads (describe-categories describe-syntax describe-variable | 10127 | ;;;### (autoloads (describe-categories describe-syntax describe-variable |
| 10091 | ;;;;;; variable-at-point describe-function-1 describe-function locate-library | 10128 | ;;;;;; variable-at-point describe-function-1 describe-function locate-library |
| 10092 | ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15836 36760)) | 10129 | ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15835 61131)) |
| 10093 | ;;; Generated autoloads from help-fns.el | 10130 | ;;; Generated autoloads from help-fns.el |
| 10094 | 10131 | ||
| 10095 | (autoload (quote help-with-tutorial) "help-fns" "\ | 10132 | (autoload (quote help-with-tutorial) "help-fns" "\ |
| @@ -10267,7 +10304,7 @@ Provide help for current mode. | |||
| 10267 | ;;;*** | 10304 | ;;;*** |
| 10268 | 10305 | ||
| 10269 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" | 10306 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" |
| 10270 | ;;;;;; "hexl.el" (15809 3073)) | 10307 | ;;;;;; "hexl.el" (15806 54403)) |
| 10271 | ;;; Generated autoloads from hexl.el | 10308 | ;;; Generated autoloads from hexl.el |
| 10272 | 10309 | ||
| 10273 | (autoload (quote hexl-mode) "hexl" "\ | 10310 | (autoload (quote hexl-mode) "hexl" "\ |
| @@ -10362,8 +10399,8 @@ This discards the buffer's undo information. | |||
| 10362 | 10399 | ||
| 10363 | ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer | 10400 | ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer |
| 10364 | ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer | 10401 | ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer |
| 10365 | ;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (15826 | 10402 | ;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (15824 |
| 10366 | ;;;;;; 3927)) | 10403 | ;;;;;; 18278)) |
| 10367 | ;;; Generated autoloads from hi-lock.el | 10404 | ;;; Generated autoloads from hi-lock.el |
| 10368 | 10405 | ||
| 10369 | (defvar hi-lock-mode nil "\ | 10406 | (defvar hi-lock-mode nil "\ |
| @@ -10759,7 +10796,7 @@ argument VERBOSE non-nil makes the function verbose. | |||
| 10759 | ;;;*** | 10796 | ;;;*** |
| 10760 | 10797 | ||
| 10761 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" | 10798 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" |
| 10762 | ;;;;;; (15521 40298)) | 10799 | ;;;;;; (15831 18549)) |
| 10763 | ;;; Generated autoloads from hl-line.el | 10800 | ;;; Generated autoloads from hl-line.el |
| 10764 | 10801 | ||
| 10765 | (autoload (quote hl-line-mode) "hl-line" "\ | 10802 | (autoload (quote hl-line-mode) "hl-line" "\ |
| @@ -10862,7 +10899,7 @@ Also see `automatic-hscrolling'. | |||
| 10862 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group | 10899 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group |
| 10863 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group | 10900 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group |
| 10864 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode | 10901 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode |
| 10865 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15775 20967)) | 10902 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15861 19605)) |
| 10866 | ;;; Generated autoloads from ibuf-ext.el | 10903 | ;;; Generated autoloads from ibuf-ext.el |
| 10867 | 10904 | ||
| 10868 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ | 10905 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ |
| @@ -11213,8 +11250,8 @@ defaults to one. | |||
| 11213 | ;;;*** | 11250 | ;;;*** |
| 11214 | 11251 | ||
| 11215 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter | 11252 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter |
| 11216 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15775 | 11253 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15771 |
| 11217 | ;;;;;; 20967)) | 11254 | ;;;;;; 50616)) |
| 11218 | ;;; Generated autoloads from ibuf-macs.el | 11255 | ;;; Generated autoloads from ibuf-macs.el |
| 11219 | 11256 | ||
| 11220 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ | 11257 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ |
| @@ -11300,7 +11337,7 @@ bound to the current value of the filter. | |||
| 11300 | ;;;*** | 11337 | ;;;*** |
| 11301 | 11338 | ||
| 11302 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) | 11339 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) |
| 11303 | ;;;;;; "ibuffer" "ibuffer.el" (15836 36760)) | 11340 | ;;;;;; "ibuffer" "ibuffer.el" (15861 19605)) |
| 11304 | ;;; Generated autoloads from ibuffer.el | 11341 | ;;; Generated autoloads from ibuffer.el |
| 11305 | 11342 | ||
| 11306 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ | 11343 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ |
| @@ -11398,7 +11435,7 @@ with no args, if that value is non-nil. | |||
| 11398 | ;;;*** | 11435 | ;;;*** |
| 11399 | 11436 | ||
| 11400 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" | 11437 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" |
| 11401 | ;;;;;; (15790 62577)) | 11438 | ;;;;;; (15793 40970)) |
| 11402 | ;;; Generated autoloads from progmodes/idlw-shell.el | 11439 | ;;; Generated autoloads from progmodes/idlw-shell.el |
| 11403 | 11440 | ||
| 11404 | (autoload (quote idlwave-shell) "idlw-shell" "\ | 11441 | (autoload (quote idlwave-shell) "idlw-shell" "\ |
| @@ -11424,7 +11461,7 @@ See also the variable `idlwave-shell-prompt-pattern'. | |||
| 11424 | ;;;*** | 11461 | ;;;*** |
| 11425 | 11462 | ||
| 11426 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" | 11463 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" |
| 11427 | ;;;;;; (15793 40695)) | 11464 | ;;;;;; (15793 40971)) |
| 11428 | ;;; Generated autoloads from progmodes/idlwave.el | 11465 | ;;; Generated autoloads from progmodes/idlwave.el |
| 11429 | 11466 | ||
| 11430 | (autoload (quote idlwave-mode) "idlwave" "\ | 11467 | (autoload (quote idlwave-mode) "idlwave" "\ |
| @@ -11555,7 +11592,7 @@ The main features of this mode are | |||
| 11555 | ;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame | 11592 | ;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame |
| 11556 | ;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window | 11593 | ;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window |
| 11557 | ;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido" | 11594 | ;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido" |
| 11558 | ;;;;;; "ido.el" (15845 60691)) | 11595 | ;;;;;; "ido.el" (15847 42308)) |
| 11559 | ;;; Generated autoloads from ido.el | 11596 | ;;; Generated autoloads from ido.el |
| 11560 | 11597 | ||
| 11561 | (defvar ido-mode nil "\ | 11598 | (defvar ido-mode nil "\ |
| @@ -11800,7 +11837,7 @@ See `read-file-name' for additional parameters. | |||
| 11800 | 11837 | ||
| 11801 | ;;;*** | 11838 | ;;;*** |
| 11802 | 11839 | ||
| 11803 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (15809 3073)) | 11840 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (15806 54403)) |
| 11804 | ;;; Generated autoloads from ielm.el | 11841 | ;;; Generated autoloads from ielm.el |
| 11805 | (add-hook 'same-window-buffer-names "*ielm*") | 11842 | (add-hook 'same-window-buffer-names "*ielm*") |
| 11806 | 11843 | ||
| @@ -11814,7 +11851,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist. | |||
| 11814 | 11851 | ||
| 11815 | ;;;### (autoloads (defimage find-image remove-images insert-image | 11852 | ;;;### (autoloads (defimage find-image remove-images insert-image |
| 11816 | ;;;;;; put-image create-image image-type-available-p image-type-from-file-header | 11853 | ;;;;;; put-image create-image image-type-available-p image-type-from-file-header |
| 11817 | ;;;;;; image-type-from-data) "image" "image.el" (15818 52647)) | 11854 | ;;;;;; image-type-from-data) "image" "image.el" (15813 22869)) |
| 11818 | ;;; Generated autoloads from image.el | 11855 | ;;; Generated autoloads from image.el |
| 11819 | 11856 | ||
| 11820 | (autoload (quote image-type-from-data) "image" "\ | 11857 | (autoload (quote image-type-from-data) "image" "\ |
| @@ -11929,7 +11966,7 @@ Example: | |||
| 11929 | 11966 | ||
| 11930 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp | 11967 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp |
| 11931 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" | 11968 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" |
| 11932 | ;;;;;; "image-file.el" (15787 57178)) | 11969 | ;;;;;; "image-file.el" (15786 18682)) |
| 11933 | ;;; Generated autoloads from image-file.el | 11970 | ;;; Generated autoloads from image-file.el |
| 11934 | 11971 | ||
| 11935 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ | 11972 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ |
| @@ -12240,7 +12277,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 12240 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 12277 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 12241 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone | 12278 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone |
| 12242 | ;;;;;; info-emacs-manual info info-other-window) "info" "info.el" | 12279 | ;;;;;; info-emacs-manual info info-other-window) "info" "info.el" |
| 12243 | ;;;;;; (15852 39767)) | 12280 | ;;;;;; (15857 5880)) |
| 12244 | ;;; Generated autoloads from info.el | 12281 | ;;; Generated autoloads from info.el |
| 12245 | 12282 | ||
| 12246 | (autoload (quote info-other-window) "info" "\ | 12283 | (autoload (quote info-other-window) "info" "\ |
| @@ -12548,7 +12585,7 @@ Add submenus to the Files menu, to convert to and from various formats. | |||
| 12548 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell | 12585 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell |
| 12549 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist | 12586 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist |
| 12550 | ;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) | 12587 | ;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) |
| 12551 | ;;;;;; "ispell" "textmodes/ispell.el" (15852 39774)) | 12588 | ;;;;;; "ispell" "textmodes/ispell.el" (15851 40733)) |
| 12552 | ;;; Generated autoloads from textmodes/ispell.el | 12589 | ;;; Generated autoloads from textmodes/ispell.el |
| 12553 | 12590 | ||
| 12554 | (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ | 12591 | (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ |
| @@ -12975,8 +13012,8 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading. | |||
| 12975 | 13012 | ||
| 12976 | ;;;*** | 13013 | ;;;*** |
| 12977 | 13014 | ||
| 12978 | ;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (15775 | 13015 | ;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (15769 |
| 12979 | ;;;;;; 20968)) | 13016 | ;;;;;; 54098)) |
| 12980 | ;;; Generated autoloads from jit-lock.el | 13017 | ;;; Generated autoloads from jit-lock.el |
| 12981 | 13018 | ||
| 12982 | (autoload (quote jit-lock-register) "jit-lock" "\ | 13019 | (autoload (quote jit-lock-register) "jit-lock" "\ |
| @@ -13278,8 +13315,8 @@ Use \\[describe-mode] for more info. | |||
| 13278 | 13315 | ||
| 13279 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion | 13316 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion |
| 13280 | ;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao | 13317 | ;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao |
| 13281 | ;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (15809 | 13318 | ;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (15806 |
| 13282 | ;;;;;; 3074)) | 13319 | ;;;;;; 54404)) |
| 13283 | ;;; Generated autoloads from language/lao-util.el | 13320 | ;;; Generated autoloads from language/lao-util.el |
| 13284 | 13321 | ||
| 13285 | (autoload (quote lao-compose-string) "lao-util" "\ | 13322 | (autoload (quote lao-compose-string) "lao-util" "\ |
| @@ -13757,7 +13794,7 @@ and then select the region of un-tablified names and use | |||
| 13757 | ;;;*** | 13794 | ;;;*** |
| 13758 | 13795 | ||
| 13759 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" | 13796 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" |
| 13760 | ;;;;;; "mail/mail-extr.el" (15793 40694)) | 13797 | ;;;;;; "mail/mail-extr.el" (15793 40968)) |
| 13761 | ;;; Generated autoloads from mail/mail-extr.el | 13798 | ;;; Generated autoloads from mail/mail-extr.el |
| 13762 | 13799 | ||
| 13763 | (autoload (quote mail-extract-address-components) "mail-extr" "\ | 13800 | (autoload (quote mail-extract-address-components) "mail-extr" "\ |
| @@ -13932,7 +13969,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any. | |||
| 13932 | ;;;*** | 13969 | ;;;*** |
| 13933 | 13970 | ||
| 13934 | ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" | 13971 | ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" |
| 13935 | ;;;;;; (15852 39774)) | 13972 | ;;;;;; (15851 40733)) |
| 13936 | ;;; Generated autoloads from progmodes/make-mode.el | 13973 | ;;; Generated autoloads from progmodes/make-mode.el |
| 13937 | 13974 | ||
| 13938 | (autoload (quote makefile-mode) "make-mode" "\ | 13975 | (autoload (quote makefile-mode) "make-mode" "\ |
| @@ -14025,7 +14062,7 @@ Previous contents of that buffer are killed first. | |||
| 14025 | 14062 | ||
| 14026 | ;;;*** | 14063 | ;;;*** |
| 14027 | 14064 | ||
| 14028 | ;;;### (autoloads (man-follow man) "man" "man.el" (15809 3073)) | 14065 | ;;;### (autoloads (man-follow man) "man" "man.el" (15806 54403)) |
| 14029 | ;;; Generated autoloads from man.el | 14066 | ;;; Generated autoloads from man.el |
| 14030 | 14067 | ||
| 14031 | (defalias (quote manual-entry) (quote man)) | 14068 | (defalias (quote manual-entry) (quote man)) |
| @@ -14083,7 +14120,7 @@ yourself the value of `master-of' by calling `master-show-slave'. | |||
| 14083 | ;;;;;; message-signature message-indent-citation-function message-cite-function | 14120 | ;;;;;; message-signature message-indent-citation-function message-cite-function |
| 14084 | ;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function | 14121 | ;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function |
| 14085 | ;;;;;; message-user-organization-file message-signature-separator | 14122 | ;;;;;; message-user-organization-file message-signature-separator |
| 14086 | ;;;;;; message-from-style) "message" "gnus/message.el" (15852 39771)) | 14123 | ;;;;;; message-from-style) "message" "gnus/message.el" (15847 42307)) |
| 14087 | ;;; Generated autoloads from gnus/message.el | 14124 | ;;; Generated autoloads from gnus/message.el |
| 14088 | 14125 | ||
| 14089 | (defvar message-from-style (quote default) "\ | 14126 | (defvar message-from-style (quote default) "\ |
| @@ -14364,8 +14401,8 @@ redisplayed as output is inserted. | |||
| 14364 | ;;;*** | 14401 | ;;;*** |
| 14365 | 14402 | ||
| 14366 | ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-user-agent-compose | 14403 | ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-user-agent-compose |
| 14367 | ;;;;;; mh-smail-batch mh-smail) "mh-comp" "mail/mh-comp.el" (15852 | 14404 | ;;;;;; mh-smail-batch mh-smail) "mh-comp" "mail/mh-comp.el" (15847 |
| 14368 | ;;;;;; 39773)) | 14405 | ;;;;;; 48204)) |
| 14369 | ;;; Generated autoloads from mail/mh-comp.el | 14406 | ;;; Generated autoloads from mail/mh-comp.el |
| 14370 | 14407 | ||
| 14371 | (autoload (quote mh-smail) "mh-comp" "\ | 14408 | (autoload (quote mh-smail) "mh-comp" "\ |
| @@ -14435,7 +14472,7 @@ When a message is composed, the hooks `text-mode-hook' and | |||
| 14435 | ;;;*** | 14472 | ;;;*** |
| 14436 | 14473 | ||
| 14437 | ;;;### (autoloads (mh-version mh-nmail mh-rmail) "mh-e" "mail/mh-e.el" | 14474 | ;;;### (autoloads (mh-version mh-nmail mh-rmail) "mh-e" "mail/mh-e.el" |
| 14438 | ;;;;;; (15852 39773)) | 14475 | ;;;;;; (15847 48204)) |
| 14439 | ;;; Generated autoloads from mail/mh-e.el | 14476 | ;;; Generated autoloads from mail/mh-e.el |
| 14440 | 14477 | ||
| 14441 | (autoload (quote mh-rmail) "mh-e" "\ | 14478 | (autoload (quote mh-rmail) "mh-e" "\ |
| @@ -14459,7 +14496,7 @@ Display version information about MH-E and the MH mail handling system. | |||
| 14459 | 14496 | ||
| 14460 | ;;;*** | 14497 | ;;;*** |
| 14461 | 14498 | ||
| 14462 | ;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (15852 39774)) | 14499 | ;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (15847 48204)) |
| 14463 | ;;; Generated autoloads from mail/mh-utils.el | 14500 | ;;; Generated autoloads from mail/mh-utils.el |
| 14464 | 14501 | ||
| 14465 | (put (quote mh-progs) (quote risky-local-variable) t) | 14502 | (put (quote mh-progs) (quote risky-local-variable) t) |
| @@ -14591,7 +14628,7 @@ followed by the first character of the construct. | |||
| 14591 | ;;;*** | 14628 | ;;;*** |
| 14592 | 14629 | ||
| 14593 | ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" | 14630 | ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" |
| 14594 | ;;;;;; (15845 60691)) | 14631 | ;;;;;; (15837 24072)) |
| 14595 | ;;; Generated autoloads from play/morse.el | 14632 | ;;; Generated autoloads from play/morse.el |
| 14596 | 14633 | ||
| 14597 | (autoload (quote morse-region) "morse" "\ | 14634 | (autoload (quote morse-region) "morse" "\ |
| @@ -14698,7 +14735,7 @@ different buffer menu using the function `msb'. | |||
| 14698 | ;;;;;; describe-current-coding-system describe-current-coding-system-briefly | 14735 | ;;;;;; describe-current-coding-system describe-current-coding-system-briefly |
| 14699 | ;;;;;; describe-coding-system describe-character-set list-charset-chars | 14736 | ;;;;;; describe-coding-system describe-character-set list-charset-chars |
| 14700 | ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" | 14737 | ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" |
| 14701 | ;;;;;; (15809 3074)) | 14738 | ;;;;;; (15806 54404)) |
| 14702 | ;;; Generated autoloads from international/mule-diag.el | 14739 | ;;; Generated autoloads from international/mule-diag.el |
| 14703 | 14740 | ||
| 14704 | (autoload (quote list-character-sets) "mule-diag" "\ | 14741 | (autoload (quote list-character-sets) "mule-diag" "\ |
| @@ -14840,7 +14877,7 @@ system which uses fontsets). | |||
| 14840 | ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion | 14877 | ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion |
| 14841 | ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist | 14878 | ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist |
| 14842 | ;;;;;; truncate-string-to-width store-substring string-to-sequence) | 14879 | ;;;;;; truncate-string-to-width store-substring string-to-sequence) |
| 14843 | ;;;;;; "mule-util" "international/mule-util.el" (15818 52647)) | 14880 | ;;;;;; "mule-util" "international/mule-util.el" (15816 1960)) |
| 14844 | ;;; Generated autoloads from international/mule-util.el | 14881 | ;;; Generated autoloads from international/mule-util.el |
| 14845 | 14882 | ||
| 14846 | (autoload (quote string-to-sequence) "mule-util" "\ | 14883 | (autoload (quote string-to-sequence) "mule-util" "\ |
| @@ -14971,7 +15008,7 @@ language environment LANG-ENV. | |||
| 14971 | ;;;*** | 15008 | ;;;*** |
| 14972 | 15009 | ||
| 14973 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" | 15010 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" |
| 14974 | ;;;;;; (15852 39767)) | 15011 | ;;;;;; (15860 62429)) |
| 14975 | ;;; Generated autoloads from mwheel.el | 15012 | ;;; Generated autoloads from mwheel.el |
| 14976 | 15013 | ||
| 14977 | (defvar mouse-wheel-mode nil "\ | 15014 | (defvar mouse-wheel-mode nil "\ |
| @@ -15091,7 +15128,7 @@ Open a network connection to HOST on PORT. | |||
| 15091 | ;;;;;; comment-region uncomment-region comment-kill comment-set-column | 15128 | ;;;;;; comment-region uncomment-region comment-kill comment-set-column |
| 15092 | ;;;;;; comment-indent comment-indent-default comment-normalize-vars | 15129 | ;;;;;; comment-indent comment-indent-default comment-normalize-vars |
| 15093 | ;;;;;; comment-multi-line comment-padding comment-style comment-column) | 15130 | ;;;;;; comment-multi-line comment-padding comment-style comment-column) |
| 15094 | ;;;;;; "newcomment" "newcomment.el" (15826 3927)) | 15131 | ;;;;;; "newcomment" "newcomment.el" (15824 18278)) |
| 15095 | ;;; Generated autoloads from newcomment.el | 15132 | ;;; Generated autoloads from newcomment.el |
| 15096 | 15133 | ||
| 15097 | (defalias (quote indent-for-comment) (quote comment-indent)) | 15134 | (defalias (quote indent-for-comment) (quote comment-indent)) |
| @@ -15287,7 +15324,7 @@ Generate NOV databases in all nnml directories. | |||
| 15287 | ;;;*** | 15324 | ;;;*** |
| 15288 | 15325 | ||
| 15289 | ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) | 15326 | ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) |
| 15290 | ;;;;;; "nnsoup" "gnus/nnsoup.el" (15852 39771)) | 15327 | ;;;;;; "nnsoup" "gnus/nnsoup.el" (15847 42307)) |
| 15291 | ;;; Generated autoloads from gnus/nnsoup.el | 15328 | ;;; Generated autoloads from gnus/nnsoup.el |
| 15292 | 15329 | ||
| 15293 | (autoload (quote nnsoup-pack-replies) "nnsoup" "\ | 15330 | (autoload (quote nnsoup-pack-replies) "nnsoup" "\ |
| @@ -15387,7 +15424,7 @@ startup file, `~/.emacs-octave'. | |||
| 15387 | ;;;*** | 15424 | ;;;*** |
| 15388 | 15425 | ||
| 15389 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" | 15426 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" |
| 15390 | ;;;;;; (15793 40695)) | 15427 | ;;;;;; (15793 40971)) |
| 15391 | ;;; Generated autoloads from progmodes/octave-mod.el | 15428 | ;;; Generated autoloads from progmodes/octave-mod.el |
| 15392 | 15429 | ||
| 15393 | (autoload (quote octave-mode) "octave-mod" "\ | 15430 | (autoload (quote octave-mode) "octave-mod" "\ |
| @@ -15508,7 +15545,7 @@ The Custom feature is intended to make this obsolete. | |||
| 15508 | ;;;*** | 15545 | ;;;*** |
| 15509 | 15546 | ||
| 15510 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" | 15547 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" |
| 15511 | ;;;;;; (15855 43929)) | 15548 | ;;;;;; (15855 52571)) |
| 15512 | ;;; Generated autoloads from textmodes/outline.el | 15549 | ;;; Generated autoloads from textmodes/outline.el |
| 15513 | 15550 | ||
| 15514 | (autoload (quote outline-mode) "outline" "\ | 15551 | (autoload (quote outline-mode) "outline" "\ |
| @@ -15561,7 +15598,7 @@ See the command `outline-mode' for more information on this mode. | |||
| 15561 | 15598 | ||
| 15562 | ;;;*** | 15599 | ;;;*** |
| 15563 | 15600 | ||
| 15564 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15852 39767)) | 15601 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15850 54240)) |
| 15565 | ;;; Generated autoloads from paren.el | 15602 | ;;; Generated autoloads from paren.el |
| 15566 | 15603 | ||
| 15567 | (defvar show-paren-mode nil "\ | 15604 | (defvar show-paren-mode nil "\ |
| @@ -15919,7 +15956,7 @@ Setup shell-mode to use pcomplete. | |||
| 15919 | 15956 | ||
| 15920 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status | 15957 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status |
| 15921 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" | 15958 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" |
| 15922 | ;;;;;; "pcvs.el" (15855 43929)) | 15959 | ;;;;;; "pcvs.el" (15855 52571)) |
| 15923 | ;;; Generated autoloads from pcvs.el | 15960 | ;;; Generated autoloads from pcvs.el |
| 15924 | 15961 | ||
| 15925 | (autoload (quote cvs-checkout) "pcvs" "\ | 15962 | (autoload (quote cvs-checkout) "pcvs" "\ |
| @@ -15992,7 +16029,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 15992 | 16029 | ||
| 15993 | ;;;*** | 16030 | ;;;*** |
| 15994 | 16031 | ||
| 15995 | ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15826 3927)) | 16032 | ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15825 47631)) |
| 15996 | ;;; Generated autoloads from pcvs-defs.el | 16033 | ;;; Generated autoloads from pcvs-defs.el |
| 15997 | 16034 | ||
| 15998 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m)) | 16035 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m)) |
| @@ -16000,7 +16037,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 16000 | ;;;*** | 16037 | ;;;*** |
| 16001 | 16038 | ||
| 16002 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" | 16039 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" |
| 16003 | ;;;;;; (15826 3928)) | 16040 | ;;;;;; (15825 47631)) |
| 16004 | ;;; Generated autoloads from progmodes/perl-mode.el | 16041 | ;;; Generated autoloads from progmodes/perl-mode.el |
| 16005 | 16042 | ||
| 16006 | (autoload (quote perl-mode) "perl-mode" "\ | 16043 | (autoload (quote perl-mode) "perl-mode" "\ |
| @@ -16056,7 +16093,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'. | |||
| 16056 | ;;;*** | 16093 | ;;;*** |
| 16057 | 16094 | ||
| 16058 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" | 16095 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" |
| 16059 | ;;;;;; (15809 3075)) | 16096 | ;;;;;; (15806 54404)) |
| 16060 | ;;; Generated autoloads from textmodes/picture.el | 16097 | ;;; Generated autoloads from textmodes/picture.el |
| 16061 | 16098 | ||
| 16062 | (autoload (quote picture-mode) "picture" "\ | 16099 | (autoload (quote picture-mode) "picture" "\ |
| @@ -16128,7 +16165,7 @@ they are not defaultly assigned to keys. | |||
| 16128 | ;;;*** | 16165 | ;;;*** |
| 16129 | 16166 | ||
| 16130 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" | 16167 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" |
| 16131 | ;;;;;; (15810 58348)) | 16168 | ;;;;;; (15809 31212)) |
| 16132 | ;;; Generated autoloads from textmodes/po.el | 16169 | ;;; Generated autoloads from textmodes/po.el |
| 16133 | 16170 | ||
| 16134 | (autoload (quote po-find-file-coding-system) "po" "\ | 16171 | (autoload (quote po-find-file-coding-system) "po" "\ |
| @@ -16549,7 +16586,7 @@ If EXTENSION is any other symbol, it is ignored. | |||
| 16549 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map | 16586 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map |
| 16550 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout | 16587 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout |
| 16551 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" | 16588 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" |
| 16552 | ;;;;;; "international/quail.el" (15821 18406)) | 16589 | ;;;;;; "international/quail.el" (15821 45612)) |
| 16553 | ;;; Generated autoloads from international/quail.el | 16590 | ;;; Generated autoloads from international/quail.el |
| 16554 | 16591 | ||
| 16555 | (autoload (quote quail-title) "quail" "\ | 16592 | (autoload (quote quail-title) "quail" "\ |
| @@ -16865,7 +16902,7 @@ See \\[compile]. | |||
| 16865 | ;;;*** | 16902 | ;;;*** |
| 16866 | 16903 | ||
| 16867 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" | 16904 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" |
| 16868 | ;;;;;; (15832 43707)) | 16905 | ;;;;;; (15832 11577)) |
| 16869 | ;;; Generated autoloads from emacs-lisp/re-builder.el | 16906 | ;;; Generated autoloads from emacs-lisp/re-builder.el |
| 16870 | 16907 | ||
| 16871 | (autoload (quote re-builder) "re-builder" "\ | 16908 | (autoload (quote re-builder) "re-builder" "\ |
| @@ -17057,7 +17094,7 @@ rectangle which were empty. | |||
| 17057 | ;;;*** | 17094 | ;;;*** |
| 17058 | 17095 | ||
| 17059 | ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15832 | 17096 | ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15832 |
| 17060 | ;;;;;; 43709)) | 17097 | ;;;;;; 33698)) |
| 17061 | ;;; Generated autoloads from textmodes/refill.el | 17098 | ;;; Generated autoloads from textmodes/refill.el |
| 17062 | 17099 | ||
| 17063 | (autoload (quote refill-mode) "refill" "\ | 17100 | (autoload (quote refill-mode) "refill" "\ |
| @@ -17073,7 +17110,7 @@ refilling if they would cause auto-filling. | |||
| 17073 | ;;;*** | 17110 | ;;;*** |
| 17074 | 17111 | ||
| 17075 | ;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el" | 17112 | ;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el" |
| 17076 | ;;;;;; (15790 49831)) | 17113 | ;;;;;; (15789 45739)) |
| 17077 | ;;; Generated autoloads from textmodes/reftex.el | 17114 | ;;; Generated autoloads from textmodes/reftex.el |
| 17078 | 17115 | ||
| 17079 | (autoload (quote turn-on-reftex) "reftex" "\ | 17116 | (autoload (quote turn-on-reftex) "reftex" "\ |
| @@ -17295,7 +17332,7 @@ Clear out the file used for transmitting args when Emacs resumes. | |||
| 17295 | ;;;*** | 17332 | ;;;*** |
| 17296 | 17333 | ||
| 17297 | ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" | 17334 | ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" |
| 17298 | ;;;;;; (15833 52442)) | 17335 | ;;;;;; (15833 48263)) |
| 17299 | ;;; Generated autoloads from reveal.el | 17336 | ;;; Generated autoloads from reveal.el |
| 17300 | 17337 | ||
| 17301 | (autoload (quote reveal-mode) "reveal" "\ | 17338 | (autoload (quote reveal-mode) "reveal" "\ |
| @@ -17439,7 +17476,7 @@ variable. | |||
| 17439 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output | 17476 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output |
| 17440 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers | 17477 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers |
| 17441 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) | 17478 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) |
| 17442 | ;;;;;; "rmail" "mail/rmail.el" (15852 39774)) | 17479 | ;;;;;; "rmail" "mail/rmail.el" (15847 42307)) |
| 17443 | ;;; Generated autoloads from mail/rmail.el | 17480 | ;;; Generated autoloads from mail/rmail.el |
| 17444 | 17481 | ||
| 17445 | (defvar rmail-dont-reply-to-names nil "\ | 17482 | (defvar rmail-dont-reply-to-names nil "\ |
| @@ -17659,7 +17696,7 @@ Set PASSWORD to be used for retrieving mail from a POP server. | |||
| 17659 | ;;;*** | 17696 | ;;;*** |
| 17660 | 17697 | ||
| 17661 | ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" | 17698 | ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" |
| 17662 | ;;;;;; (15830 33418)) | 17699 | ;;;;;; (15828 34220)) |
| 17663 | ;;; Generated autoloads from mail/rmailedit.el | 17700 | ;;; Generated autoloads from mail/rmailedit.el |
| 17664 | 17701 | ||
| 17665 | (autoload (quote rmail-edit-current-message) "rmailedit" "\ | 17702 | (autoload (quote rmail-edit-current-message) "rmailedit" "\ |
| @@ -18287,7 +18324,7 @@ CHAR | |||
| 18287 | ;;;*** | 18324 | ;;;*** |
| 18288 | 18325 | ||
| 18289 | ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" | 18326 | ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" |
| 18290 | ;;;;;; (15810 58348)) | 18327 | ;;;;;; (15809 31211)) |
| 18291 | ;;; Generated autoloads from progmodes/scheme.el | 18328 | ;;; Generated autoloads from progmodes/scheme.el |
| 18292 | 18329 | ||
| 18293 | (autoload (quote scheme-mode) "scheme" "\ | 18330 | (autoload (quote scheme-mode) "scheme" "\ |
| @@ -18366,7 +18403,7 @@ Interesting variables: | |||
| 18366 | ;;;*** | 18403 | ;;;*** |
| 18367 | 18404 | ||
| 18368 | ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" | 18405 | ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" |
| 18369 | ;;;;;; (15845 60691)) | 18406 | ;;;;;; (15838 62848)) |
| 18370 | ;;; Generated autoloads from scroll-all.el | 18407 | ;;; Generated autoloads from scroll-all.el |
| 18371 | 18408 | ||
| 18372 | (defvar scroll-all-mode nil "\ | 18409 | (defvar scroll-all-mode nil "\ |
| @@ -18394,7 +18431,7 @@ apply to all visible windows in the same frame. | |||
| 18394 | ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name | 18431 | ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name |
| 18395 | ;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers | 18432 | ;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers |
| 18396 | ;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from | 18433 | ;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from |
| 18397 | ;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (15845 60691)) | 18434 | ;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (15841 15770)) |
| 18398 | ;;; Generated autoloads from mail/sendmail.el | 18435 | ;;; Generated autoloads from mail/sendmail.el |
| 18399 | 18436 | ||
| 18400 | (defvar mail-from-style (quote angles) "\ | 18437 | (defvar mail-from-style (quote angles) "\ |
| @@ -18571,7 +18608,7 @@ Like `mail' command, but display mail buffer in another frame. | |||
| 18571 | 18608 | ||
| 18572 | ;;;*** | 18609 | ;;;*** |
| 18573 | 18610 | ||
| 18574 | ;;;### (autoloads (server-start) "server" "server.el" (15818 52647)) | 18611 | ;;;### (autoloads (server-start) "server" "server.el" (15813 22869)) |
| 18575 | ;;; Generated autoloads from server.el | 18612 | ;;; Generated autoloads from server.el |
| 18576 | 18613 | ||
| 18577 | (autoload (quote server-start) "server" "\ | 18614 | (autoload (quote server-start) "server" "\ |
| @@ -18605,7 +18642,7 @@ These are active only in the minibuffer, when entering or editing a formula: | |||
| 18605 | ;;;*** | 18642 | ;;;*** |
| 18606 | 18643 | ||
| 18607 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" | 18644 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" |
| 18608 | ;;;;;; (15832 43709)) | 18645 | ;;;;;; (15832 31243)) |
| 18609 | ;;; Generated autoloads from textmodes/sgml-mode.el | 18646 | ;;; Generated autoloads from textmodes/sgml-mode.el |
| 18610 | 18647 | ||
| 18611 | (autoload (quote sgml-mode) "sgml-mode" "\ | 18648 | (autoload (quote sgml-mode) "sgml-mode" "\ |
| @@ -18667,7 +18704,7 @@ To work around that, do: | |||
| 18667 | ;;;*** | 18704 | ;;;*** |
| 18668 | 18705 | ||
| 18669 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" | 18706 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" |
| 18670 | ;;;;;; (15809 3075)) | 18707 | ;;;;;; (15806 54404)) |
| 18671 | ;;; Generated autoloads from progmodes/sh-script.el | 18708 | ;;; Generated autoloads from progmodes/sh-script.el |
| 18672 | 18709 | ||
| 18673 | (put (quote sh-mode) (quote mode-class) (quote special)) | 18710 | (put (quote sh-mode) (quote mode-class) (quote special)) |
| @@ -18733,7 +18770,7 @@ with your script for an edit-interpret-debug cycle. | |||
| 18733 | ;;;*** | 18770 | ;;;*** |
| 18734 | 18771 | ||
| 18735 | ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" | 18772 | ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" |
| 18736 | ;;;;;; (15835 23135)) | 18773 | ;;;;;; (15834 22644)) |
| 18737 | ;;; Generated autoloads from emacs-lisp/shadow.el | 18774 | ;;; Generated autoloads from emacs-lisp/shadow.el |
| 18738 | 18775 | ||
| 18739 | (autoload (quote list-load-path-shadows) "shadow" "\ | 18776 | (autoload (quote list-load-path-shadows) "shadow" "\ |
| @@ -18820,7 +18857,7 @@ Set up file shadowing. | |||
| 18820 | ;;;*** | 18857 | ;;;*** |
| 18821 | 18858 | ||
| 18822 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" | 18859 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
| 18823 | ;;;;;; (15831 60985)) | 18860 | ;;;;;; (15831 63940)) |
| 18824 | ;;; Generated autoloads from shell.el | 18861 | ;;; Generated autoloads from shell.el |
| 18825 | 18862 | ||
| 18826 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ | 18863 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ |
| @@ -19043,7 +19080,7 @@ symmetrical ones, and the same character twice for the others. | |||
| 19043 | ;;;*** | 19080 | ;;;*** |
| 19044 | 19081 | ||
| 19045 | ;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" | 19082 | ;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" |
| 19046 | ;;;;;; (15787 57179)) | 19083 | ;;;;;; (15781 47404)) |
| 19047 | ;;; Generated autoloads from smerge-mode.el | 19084 | ;;; Generated autoloads from smerge-mode.el |
| 19048 | 19085 | ||
| 19049 | (autoload (quote smerge-ediff) "smerge-mode" "\ | 19086 | (autoload (quote smerge-ediff) "smerge-mode" "\ |
| @@ -19062,7 +19099,7 @@ Minor mode to simplify editing output from the diff3 program. | |||
| 19062 | ;;;*** | 19099 | ;;;*** |
| 19063 | 19100 | ||
| 19064 | ;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el" | 19101 | ;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el" |
| 19065 | ;;;;;; (15852 39771)) | 19102 | ;;;;;; (15847 42307)) |
| 19066 | ;;; Generated autoloads from gnus/smiley-ems.el | 19103 | ;;; Generated autoloads from gnus/smiley-ems.el |
| 19067 | 19104 | ||
| 19068 | (autoload (quote smiley-region) "smiley-ems" "\ | 19105 | (autoload (quote smiley-region) "smiley-ems" "\ |
| @@ -19076,7 +19113,7 @@ which smileys to operate on and which images to use for them. | |||
| 19076 | ;;;*** | 19113 | ;;;*** |
| 19077 | 19114 | ||
| 19078 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" | 19115 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" |
| 19079 | ;;;;;; "mail/smtpmail.el" (15833 16925)) | 19116 | ;;;;;; "mail/smtpmail.el" (15869 9800)) |
| 19080 | ;;; Generated autoloads from mail/smtpmail.el | 19117 | ;;; Generated autoloads from mail/smtpmail.el |
| 19081 | 19118 | ||
| 19082 | (autoload (quote smtpmail-send-it) "smtpmail" "\ | 19119 | (autoload (quote smtpmail-send-it) "smtpmail" "\ |
| @@ -19146,7 +19183,7 @@ then `snmpv2-mode-hook'. | |||
| 19146 | 19183 | ||
| 19147 | ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name | 19184 | ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name |
| 19148 | ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) | 19185 | ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) |
| 19149 | ;;;;;; "solar" "calendar/solar.el" (15855 43929)) | 19186 | ;;;;;; "solar" "calendar/solar.el" (15855 52571)) |
| 19150 | ;;; Generated autoloads from calendar/solar.el | 19187 | ;;; Generated autoloads from calendar/solar.el |
| 19151 | 19188 | ||
| 19152 | (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ | 19189 | (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ |
| @@ -19428,7 +19465,7 @@ From a program takes two point or marker arguments, BEG and END. | |||
| 19428 | ;;;*** | 19465 | ;;;*** |
| 19429 | 19466 | ||
| 19430 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" | 19467 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" |
| 19431 | ;;;;;; "speedbar.el" (15832 43705)) | 19468 | ;;;;;; "speedbar.el" (15858 27206)) |
| 19432 | ;;; Generated autoloads from speedbar.el | 19469 | ;;; Generated autoloads from speedbar.el |
| 19433 | 19470 | ||
| 19434 | (defalias (quote speedbar) (quote speedbar-frame-mode)) | 19471 | (defalias (quote speedbar) (quote speedbar-frame-mode)) |
| @@ -19507,8 +19544,8 @@ Return a vector containing the lines from `spook-phrases-file'. | |||
| 19507 | 19544 | ||
| 19508 | ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres | 19545 | ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres |
| 19509 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-informix sql-sybase | 19546 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-informix sql-sybase |
| 19510 | ;;;;;; sql-oracle sql-mode sql-help) "sql" "progmodes/sql.el" (15845 | 19547 | ;;;;;; sql-oracle sql-mode sql-help) "sql" "progmodes/sql.el" (15837 |
| 19511 | ;;;;;; 60691)) | 19548 | ;;;;;; 7290)) |
| 19512 | ;;; Generated autoloads from progmodes/sql.el | 19549 | ;;; Generated autoloads from progmodes/sql.el |
| 19513 | 19550 | ||
| 19514 | (autoload (quote sql-help) "sql" "\ | 19551 | (autoload (quote sql-help) "sql" "\ |
| @@ -20095,7 +20132,7 @@ The variable `tab-width' controls the spacing of tab stops. | |||
| 20095 | ;;;;;; table-recognize table-insert-row-column table-insert-column | 20132 | ;;;;;; table-recognize table-insert-row-column table-insert-column |
| 20096 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook | 20133 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook |
| 20097 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) | 20134 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) |
| 20098 | ;;;;;; "table" "textmodes/table.el" (15832 43709)) | 20135 | ;;;;;; "table" "textmodes/table.el" (15832 11599)) |
| 20099 | ;;; Generated autoloads from textmodes/table.el | 20136 | ;;; Generated autoloads from textmodes/table.el |
| 20100 | 20137 | ||
| 20101 | (defvar table-cell-map-hook nil "\ | 20138 | (defvar table-cell-map-hook nil "\ |
| @@ -20707,7 +20744,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | |||
| 20707 | ;;;*** | 20744 | ;;;*** |
| 20708 | 20745 | ||
| 20709 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" | 20746 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" |
| 20710 | ;;;;;; "progmodes/tcl.el" (15818 52648)) | 20747 | ;;;;;; "progmodes/tcl.el" (15818 42033)) |
| 20711 | ;;; Generated autoloads from progmodes/tcl.el | 20748 | ;;; Generated autoloads from progmodes/tcl.el |
| 20712 | 20749 | ||
| 20713 | (autoload (quote tcl-mode) "tcl" "\ | 20750 | (autoload (quote tcl-mode) "tcl" "\ |
| @@ -20781,8 +20818,8 @@ Normally input is edited in Emacs and sent a line at a time. | |||
| 20781 | 20818 | ||
| 20782 | ;;;*** | 20819 | ;;;*** |
| 20783 | 20820 | ||
| 20784 | ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15548 | 20821 | ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15831 |
| 20785 | ;;;;;; 29279)) | 20822 | ;;;;;; 63940)) |
| 20786 | ;;; Generated autoloads from term.el | 20823 | ;;; Generated autoloads from term.el |
| 20787 | 20824 | ||
| 20788 | (autoload (quote make-term) "term" "\ | 20825 | (autoload (quote make-term) "term" "\ |
| @@ -20806,8 +20843,8 @@ Start a terminal-emulator in a new buffer. | |||
| 20806 | 20843 | ||
| 20807 | ;;;*** | 20844 | ;;;*** |
| 20808 | 20845 | ||
| 20809 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15490 | 20846 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15831 |
| 20810 | ;;;;;; 38811)) | 20847 | ;;;;;; 63940)) |
| 20811 | ;;; Generated autoloads from terminal.el | 20848 | ;;; Generated autoloads from terminal.el |
| 20812 | 20849 | ||
| 20813 | (autoload (quote terminal-emulator) "terminal" "\ | 20850 | (autoload (quote terminal-emulator) "terminal" "\ |
| @@ -20893,7 +20930,7 @@ nil(fn)" t nil) | |||
| 20893 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command | 20930 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command |
| 20894 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp | 20931 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp |
| 20895 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" | 20932 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" |
| 20896 | ;;;;;; (15820 17397)) | 20933 | ;;;;;; (15819 63071)) |
| 20897 | ;;; Generated autoloads from textmodes/tex-mode.el | 20934 | ;;; Generated autoloads from textmodes/tex-mode.el |
| 20898 | 20935 | ||
| 20899 | (defvar tex-shell-file-name nil "\ | 20936 | (defvar tex-shell-file-name nil "\ |
| @@ -21146,7 +21183,7 @@ Not documented | |||
| 21146 | ;;;*** | 21183 | ;;;*** |
| 21147 | 21184 | ||
| 21148 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) | 21185 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) |
| 21149 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (15852 39775)) | 21186 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (15862 28067)) |
| 21150 | ;;; Generated autoloads from textmodes/texinfmt.el | 21187 | ;;; Generated autoloads from textmodes/texinfmt.el |
| 21151 | 21188 | ||
| 21152 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ | 21189 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ |
| @@ -21186,7 +21223,7 @@ if large. You can use Info-split to do this manually. | |||
| 21186 | ;;;*** | 21223 | ;;;*** |
| 21187 | 21224 | ||
| 21188 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) | 21225 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) |
| 21189 | ;;;;;; "texinfo" "textmodes/texinfo.el" (15809 3075)) | 21226 | ;;;;;; "texinfo" "textmodes/texinfo.el" (15806 54404)) |
| 21190 | ;;; Generated autoloads from textmodes/texinfo.el | 21227 | ;;; Generated autoloads from textmodes/texinfo.el |
| 21191 | 21228 | ||
| 21192 | (defvar texinfo-open-quote "``" "\ | 21229 | (defvar texinfo-open-quote "``" "\ |
| @@ -21266,7 +21303,7 @@ value of `texinfo-mode-hook'." t nil) | |||
| 21266 | 21303 | ||
| 21267 | ;;;### (autoloads (thai-composition-function thai-post-read-conversion | 21304 | ;;;### (autoloads (thai-composition-function thai-post-read-conversion |
| 21268 | ;;;;;; thai-compose-buffer thai-compose-string thai-compose-region) | 21305 | ;;;;;; thai-compose-buffer thai-compose-string thai-compose-region) |
| 21269 | ;;;;;; "thai-util" "language/thai-util.el" (15809 3074)) | 21306 | ;;;;;; "thai-util" "language/thai-util.el" (15806 54404)) |
| 21270 | ;;; Generated autoloads from language/thai-util.el | 21307 | ;;; Generated autoloads from language/thai-util.el |
| 21271 | 21308 | ||
| 21272 | (autoload (quote thai-compose-region) "thai-util" "\ | 21309 | (autoload (quote thai-compose-region) "thai-util" "\ |
| @@ -21305,7 +21342,7 @@ The return value is number of composed characters. | |||
| 21305 | 21342 | ||
| 21306 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point | 21343 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point |
| 21307 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) | 21344 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) |
| 21308 | ;;;;;; "thingatpt" "thingatpt.el" (15787 57179)) | 21345 | ;;;;;; "thingatpt" "thingatpt.el" (15786 18682)) |
| 21309 | ;;; Generated autoloads from thingatpt.el | 21346 | ;;; Generated autoloads from thingatpt.el |
| 21310 | 21347 | ||
| 21311 | (autoload (quote forward-thing) "thingatpt" "\ | 21348 | (autoload (quote forward-thing) "thingatpt" "\ |
| @@ -21623,7 +21660,7 @@ With arg, turn time stamping on if and only if arg is positive. | |||
| 21623 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out | 21660 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out |
| 21624 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in | 21661 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in |
| 21625 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" | 21662 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" |
| 21626 | ;;;;;; (15820 63473)) | 21663 | ;;;;;; (15820 8416)) |
| 21627 | ;;; Generated autoloads from calendar/timeclock.el | 21664 | ;;; Generated autoloads from calendar/timeclock.el |
| 21628 | 21665 | ||
| 21629 | (autoload (quote timeclock-modeline-display) "timeclock" "\ | 21666 | (autoload (quote timeclock-modeline-display) "timeclock" "\ |
| @@ -21795,7 +21832,7 @@ be detected. | |||
| 21795 | ;;;*** | 21832 | ;;;*** |
| 21796 | 21833 | ||
| 21797 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" | 21834 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" |
| 21798 | ;;;;;; "international/titdic-cnv.el" (15855 43929)) | 21835 | ;;;;;; "international/titdic-cnv.el" (15860 12261)) |
| 21799 | ;;; Generated autoloads from international/titdic-cnv.el | 21836 | ;;; Generated autoloads from international/titdic-cnv.el |
| 21800 | 21837 | ||
| 21801 | (autoload (quote titdic-convert) "titdic-cnv" "\ | 21838 | (autoload (quote titdic-convert) "titdic-cnv" "\ |
| @@ -22003,7 +22040,7 @@ MAP must contain appropriate binding for `[menu-bar]' which holds a keymap. | |||
| 22003 | ;;;*** | 22040 | ;;;*** |
| 22004 | 22041 | ||
| 22005 | ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" | 22042 | ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" |
| 22006 | ;;;;;; (15855 43929)) | 22043 | ;;;;;; (15854 23573)) |
| 22007 | ;;; Generated autoloads from tooltip.el | 22044 | ;;; Generated autoloads from tooltip.el |
| 22008 | 22045 | ||
| 22009 | (autoload (quote tooltip-mode) "tooltip" "\ | 22046 | (autoload (quote tooltip-mode) "tooltip" "\ |
| @@ -22401,7 +22438,7 @@ which specify the range to operate on. | |||
| 22401 | ;;;*** | 22438 | ;;;*** |
| 22402 | 22439 | ||
| 22403 | ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) | 22440 | ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) |
| 22404 | ;;;;;; "undigest" "mail/undigest.el" (15818 52648)) | 22441 | ;;;;;; "undigest" "mail/undigest.el" (15813 22869)) |
| 22405 | ;;; Generated autoloads from mail/undigest.el | 22442 | ;;; Generated autoloads from mail/undigest.el |
| 22406 | 22443 | ||
| 22407 | (autoload (quote undigestify-rmail-message) "undigest" "\ | 22444 | (autoload (quote undigestify-rmail-message) "undigest" "\ |
| @@ -22439,8 +22476,8 @@ Convert Rmail file FILE to system inbox format file TO-FILE. | |||
| 22439 | 22476 | ||
| 22440 | ;;;*** | 22477 | ;;;*** |
| 22441 | 22478 | ||
| 22442 | ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (15809 | 22479 | ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (15806 |
| 22443 | ;;;;;; 3074)) | 22480 | ;;;;;; 54403)) |
| 22444 | ;;; Generated autoloads from emacs-lisp/unsafep.el | 22481 | ;;; Generated autoloads from emacs-lisp/unsafep.el |
| 22445 | 22482 | ||
| 22446 | (autoload (quote unsafep) "unsafep" "\ | 22483 | (autoload (quote unsafep) "unsafep" "\ |
| @@ -22506,7 +22543,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME. | |||
| 22506 | ;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window | 22543 | ;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window |
| 22507 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file | 22544 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file |
| 22508 | ;;;;;; with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook | 22545 | ;;;;;; with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook |
| 22509 | ;;;;;; vc-checkout-hook) "vc" "vc.el" (15818 52647)) | 22546 | ;;;;;; vc-checkout-hook) "vc" "vc.el" (15813 22869)) |
| 22510 | ;;; Generated autoloads from vc.el | 22547 | ;;; Generated autoloads from vc.el |
| 22511 | 22548 | ||
| 22512 | (defvar vc-checkout-hook nil "\ | 22549 | (defvar vc-checkout-hook nil "\ |
| @@ -22781,7 +22818,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 22781 | 22818 | ||
| 22782 | ;;;*** | 22819 | ;;;*** |
| 22783 | 22820 | ||
| 22784 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15790 62571)) | 22821 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15793 40965)) |
| 22785 | ;;; Generated autoloads from vc-cvs.el | 22822 | ;;; Generated autoloads from vc-cvs.el |
| 22786 | (defun vc-cvs-registered (f) | 22823 | (defun vc-cvs-registered (f) |
| 22787 | (when (file-readable-p (expand-file-name | 22824 | (when (file-readable-p (expand-file-name |
| @@ -22792,7 +22829,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 22792 | ;;;*** | 22829 | ;;;*** |
| 22793 | 22830 | ||
| 22794 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" | 22831 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" |
| 22795 | ;;;;;; (15830 7057)) | 22832 | ;;;;;; (15826 29527)) |
| 22796 | ;;; Generated autoloads from vc-rcs.el | 22833 | ;;; Generated autoloads from vc-rcs.el |
| 22797 | 22834 | ||
| 22798 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ | 22835 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ |
| @@ -22803,7 +22840,7 @@ For a description of possible values, see `vc-check-master-templates'.") | |||
| 22803 | ;;;*** | 22840 | ;;;*** |
| 22804 | 22841 | ||
| 22805 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" | 22842 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" |
| 22806 | ;;;;;; (15830 7057)) | 22843 | ;;;;;; (15826 29527)) |
| 22807 | ;;; Generated autoloads from vc-sccs.el | 22844 | ;;; Generated autoloads from vc-sccs.el |
| 22808 | 22845 | ||
| 22809 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ | 22846 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ |
| @@ -22819,7 +22856,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 22819 | ;;;*** | 22856 | ;;;*** |
| 22820 | 22857 | ||
| 22821 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" | 22858 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" |
| 22822 | ;;;;;; (15835 23135)) | 22859 | ;;;;;; (15834 29593)) |
| 22823 | ;;; Generated autoloads from progmodes/vhdl-mode.el | 22860 | ;;; Generated autoloads from progmodes/vhdl-mode.el |
| 22824 | 22861 | ||
| 22825 | (autoload (quote vhdl-mode) "vhdl-mode" "\ | 22862 | (autoload (quote vhdl-mode) "vhdl-mode" "\ |
| @@ -23197,8 +23234,8 @@ Not documented | |||
| 23197 | 23234 | ||
| 23198 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame | 23235 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame |
| 23199 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame | 23236 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame |
| 23200 | ;;;;;; view-file-other-window view-file) "view" "view.el" (15623 | 23237 | ;;;;;; view-file-other-window view-file) "view" "view.el" (15843 |
| 23201 | ;;;;;; 15523)) | 23238 | ;;;;;; 64035)) |
| 23202 | ;;; Generated autoloads from view.el | 23239 | ;;; Generated autoloads from view.el |
| 23203 | 23240 | ||
| 23204 | (defvar view-mode nil "\ | 23241 | (defvar view-mode nil "\ |
| @@ -23431,7 +23468,7 @@ Turn on Viper emulation of Vi. | |||
| 23431 | ;;;*** | 23468 | ;;;*** |
| 23432 | 23469 | ||
| 23433 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "warnings.el" | 23470 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "warnings.el" |
| 23434 | ;;;;;; (15832 43705)) | 23471 | ;;;;;; (15832 11569)) |
| 23435 | ;;; Generated autoloads from warnings.el | 23472 | ;;; Generated autoloads from warnings.el |
| 23436 | 23473 | ||
| 23437 | (defvar warning-prefix-function nil "\ | 23474 | (defvar warning-prefix-function nil "\ |
| @@ -23562,7 +23599,7 @@ and off otherwise. | |||
| 23562 | ;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check | 23599 | ;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check |
| 23563 | ;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check | 23600 | ;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check |
| 23564 | ;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" | 23601 | ;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" |
| 23565 | ;;;;;; (15852 39768)) | 23602 | ;;;;;; (15852 2455)) |
| 23566 | ;;; Generated autoloads from whitespace.el | 23603 | ;;; Generated autoloads from whitespace.el |
| 23567 | 23604 | ||
| 23568 | (autoload (quote whitespace-toggle-leading-check) "whitespace" "\ | 23605 | (autoload (quote whitespace-toggle-leading-check) "whitespace" "\ |
| @@ -23679,8 +23716,8 @@ With arg, turn widget mode on if and only if arg is positive. | |||
| 23679 | ;;;*** | 23716 | ;;;*** |
| 23680 | 23717 | ||
| 23681 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create | 23718 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create |
| 23682 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15792 | 23719 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15869 |
| 23683 | ;;;;;; 4535)) | 23720 | ;;;;;; 9800)) |
| 23684 | ;;; Generated autoloads from wid-edit.el | 23721 | ;;; Generated autoloads from wid-edit.el |
| 23685 | 23722 | ||
| 23686 | (autoload (quote widgetp) "wid-edit" "\ | 23723 | (autoload (quote widgetp) "wid-edit" "\ |
| @@ -23776,7 +23813,7 @@ Default MODIFIER is 'shift. | |||
| 23776 | ;;;*** | 23813 | ;;;*** |
| 23777 | 23814 | ||
| 23778 | ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" | 23815 | ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" |
| 23779 | ;;;;;; (15826 3927)) | 23816 | ;;;;;; (15823 51258)) |
| 23780 | ;;; Generated autoloads from winner.el | 23817 | ;;; Generated autoloads from winner.el |
| 23781 | 23818 | ||
| 23782 | (defvar winner-mode nil "\ | 23819 | (defvar winner-mode nil "\ |
| @@ -23797,7 +23834,7 @@ With arg, turn Winner mode on if and only if arg is positive. | |||
| 23797 | ;;;*** | 23834 | ;;;*** |
| 23798 | 23835 | ||
| 23799 | ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" | 23836 | ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" |
| 23800 | ;;;;;; "woman.el" (15809 3074)) | 23837 | ;;;;;; "woman.el" (15823 54308)) |
| 23801 | ;;; Generated autoloads from woman.el | 23838 | ;;; Generated autoloads from woman.el |
| 23802 | 23839 | ||
| 23803 | (autoload (quote woman) "woman" "\ | 23840 | (autoload (quote woman) "woman" "\ |
| @@ -24027,58 +24064,57 @@ Zone-mode does two things: | |||
| 24027 | 24064 | ||
| 24028 | ;;;*** | 24065 | ;;;*** |
| 24029 | 24066 | ||
| 24030 | ;;;### (autoloads nil nil ("abbrev.el" "abbrevlist.el" "allout.el" | 24067 | ;;;### (autoloads nil nil ("abbrev.el" "abbrevlist.el" "bindings.el" |
| 24031 | ;;;;;; "bindings.el" "buff-menu.el" "byte-run.el" "calc/calc-aent.el" | 24068 | ;;;;;; "buff-menu.el" "byte-run.el" "calc/calc-aent.el" "calc/calc-alg.el" |
| 24032 | ;;;;;; "calc/calc-alg.el" "calc/calc-arith.el" "calc/calc-bin.el" | 24069 | ;;;;;; "calc/calc-arith.el" "calc/calc-bin.el" "calc/calc-comb.el" |
| 24033 | ;;;;;; "calc/calc-comb.el" "calc/calc-cplx.el" "calc/calc-embed.el" | 24070 | ;;;;;; "calc/calc-cplx.el" "calc/calc-embed.el" "calc/calc-fin.el" |
| 24034 | ;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el" | 24071 | ;;;;;; "calc/calc-forms.el" "calc/calc-frac.el" "calc/calc-funcs.el" |
| 24035 | ;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" | 24072 | ;;;;;; "calc/calc-graph.el" "calc/calc-help.el" "calc/calc-incom.el" |
| 24036 | ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" | 24073 | ;;;;;; "calc/calc-keypd.el" "calc/calc-lang.el" "calc/calc-macs.el" |
| 24037 | ;;;;;; "calc/calc-macs.el" "calc/calc-maint.el" "calc/calc-map.el" | 24074 | ;;;;;; "calc/calc-maint.el" "calc/calc-map.el" "calc/calc-math.el" |
| 24038 | ;;;;;; "calc/calc-math.el" "calc/calc-misc.el" "calc/calc-mode.el" | 24075 | ;;;;;; "calc/calc-misc.el" "calc/calc-mode.el" "calc/calc-mtx.el" |
| 24039 | ;;;;;; "calc/calc-mtx.el" "calc/calc-poly.el" "calc/calc-prog.el" | 24076 | ;;;;;; "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el" |
| 24040 | ;;;;;; "calc/calc-rewr.el" "calc/calc-rules.el" "calc/calc-sel.el" | 24077 | ;;;;;; "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el" |
| 24041 | ;;;;;; "calc/calc-stat.el" "calc/calc-store.el" "calc/calc-stuff.el" | 24078 | ;;;;;; "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el" |
| 24042 | ;;;;;; "calc/calc-trail.el" "calc/calc-undo.el" "calc/calc-units.el" | 24079 | ;;;;;; "calc/calc-undo.el" "calc/calc-units.el" "calc/calc-vec.el" |
| 24043 | ;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el" | 24080 | ;;;;;; "calc/calc-yank.el" "calc/calcalg2.el" "calc/calcalg3.el" |
| 24044 | ;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el" | 24081 | ;;;;;; "calc/calccomp.el" "calc/calcsel2.el" "calendar/cal-china.el" |
| 24045 | ;;;;;; "calendar/cal-china.el" "calendar/cal-coptic.el" "calendar/cal-french.el" | 24082 | ;;;;;; "calendar/cal-coptic.el" "calendar/cal-french.el" "calendar/cal-islam.el" |
| 24046 | ;;;;;; "calendar/cal-islam.el" "calendar/cal-iso.el" "calendar/cal-julian.el" | 24083 | ;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-mayan.el" |
| 24047 | ;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el" | 24084 | ;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el" |
| 24048 | ;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el" | 24085 | ;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/parse-time.el" |
| 24049 | ;;;;;; "calendar/parse-time.el" "case-table.el" "cdl.el" "cus-dep.el" | 24086 | ;;;;;; "case-table.el" "cdl.el" "cus-dep.el" "cus-load.el" "cus-start.el" |
| 24050 | ;;;;;; "cus-load.el" "cus-start.el" "custom.el" "dos-fns.el" "dos-vars.el" | 24087 | ;;;;;; "custom.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" "ediff-diff.el" |
| 24051 | ;;;;;; "dos-w32.el" "ediff-diff.el" "ediff-init.el" "ediff-merg.el" | 24088 | ;;;;;; "ediff-init.el" "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" |
| 24052 | ;;;;;; "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" "electric.el" | 24089 | ;;;;;; "ediff-wind.el" "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" |
| 24053 | ;;;;;; "emacs-lisp/assoc.el" "emacs-lisp/authors.el" "emacs-lisp/bindat.el" | 24090 | ;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/cl-compat.el" |
| 24054 | ;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" | 24091 | ;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" |
| 24055 | ;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" | 24092 | ;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" "emacs-lisp/ewoc.el" |
| 24056 | ;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/ewoc.el" "emacs-lisp/find-gc.el" | 24093 | ;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/float.el" "emacs-lisp/gulp.el" |
| 24057 | ;;;;;; "emacs-lisp/float.el" "emacs-lisp/gulp.el" "emacs-lisp/levents.el" | 24094 | ;;;;;; "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" |
| 24058 | ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" | 24095 | ;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el" |
| 24059 | ;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" | 24096 | ;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/sregex.el" "emacs-lisp/testcover-ses.el" |
| 24060 | ;;;;;; "emacs-lisp/sregex.el" "emacs-lisp/testcover-ses.el" "emacs-lisp/testcover-unsafep.el" | 24097 | ;;;;;; "emacs-lisp/testcover-unsafep.el" "emacs-lock.el" "emulation/cua-gmrk.el" |
| 24061 | ;;;;;; "emacs-lock.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el" | 24098 | ;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el" |
| 24062 | ;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el" | 24099 | ;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-mapper.el" |
| 24063 | ;;;;;; "emulation/edt-vt100.el" "emulation/tpu-mapper.el" "emulation/viper-cmd.el" | 24100 | ;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el" |
| 24064 | ;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" | 24101 | ;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el" |
| 24065 | ;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el" | 24102 | ;;;;;; "emulation/viper-util.el" "env.el" "eshell/em-alias.el" "eshell/em-banner.el" |
| 24066 | ;;;;;; "env.el" "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el" | 24103 | ;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el" |
| 24067 | ;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" | 24104 | ;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el" |
| 24068 | ;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" | 24105 | ;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" |
| 24069 | ;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" | 24106 | ;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" |
| 24070 | ;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el" | 24107 | ;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el" |
| 24071 | ;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el" | 24108 | ;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el" |
| 24072 | ;;;;;; "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el" | 24109 | ;;;;;; "eshell/esh-io.el" "eshell/esh-maint.el" "eshell/esh-module.el" |
| 24073 | ;;;;;; "eshell/esh-maint.el" "eshell/esh-module.el" "eshell/esh-opt.el" | 24110 | ;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el" |
| 24074 | ;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" | 24111 | ;;;;;; "eshell/esh-var.el" "faces.el" "files.el" "filesets.el" "finder-inf.el" |
| 24075 | ;;;;;; "faces.el" "files.el" "filesets.el" "finder-inf.el" "float-sup.el" | 24112 | ;;;;;; "float-sup.el" "foldout.el" "font-core.el" "format.el" "forms-d2.el" |
| 24076 | ;;;;;; "foldout.el" "font-core.el" "format.el" "forms-d2.el" "forms-pass.el" | 24113 | ;;;;;; "forms-pass.el" "frame.el" "generic-x.el" "gnus/flow-fill.el" |
| 24077 | ;;;;;; "frame.el" "generic-x.el" "gnus/flow-fill.el" "gnus/format-spec.el" | 24114 | ;;;;;; "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" |
| 24078 | ;;;;;; "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" | 24115 | ;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el" |
| 24079 | ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-draft.el" | 24116 | ;;;;;; "gnus/gnus-draft.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" |
| 24080 | ;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el" | 24117 | ;;;;;; "gnus/gnus-ems.el" "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" |
| 24081 | ;;;;;; "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" | ||
| 24082 | ;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el" | 24118 | ;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el" |
| 24083 | ;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" | 24119 | ;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" |
| 24084 | ;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el" | 24120 | ;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el" |
| @@ -24101,8 +24137,10 @@ Zone-mode does two things: | |||
| 24101 | ;;;;;; "international/latin-1.el" "international/latin-2.el" "international/latin-3.el" | 24137 | ;;;;;; "international/latin-1.el" "international/latin-2.el" "international/latin-3.el" |
| 24102 | ;;;;;; "international/latin-4.el" "international/latin-5.el" "international/latin-8.el" | 24138 | ;;;;;; "international/latin-4.el" "international/latin-5.el" "international/latin-8.el" |
| 24103 | ;;;;;; "international/latin-9.el" "international/mule-cmds.el" "international/mule-conf.el" | 24139 | ;;;;;; "international/latin-9.el" "international/mule-cmds.el" "international/mule-conf.el" |
| 24104 | ;;;;;; "international/mule.el" "international/ogonek.el" "international/swedish.el" | 24140 | ;;;;;; "international/mule.el" "international/ogonek.el" "international/subst-big5.el" |
| 24105 | ;;;;;; "international/ucs-tables.el" "international/utf-16.el" "international/utf-8-subst.el" | 24141 | ;;;;;; "international/subst-gb2312.el" "international/subst-jis.el" |
| 24142 | ;;;;;; "international/subst-ksc.el" "international/swedish.el" "international/ucs-tables.el" | ||
| 24143 | ;;;;;; "international/utf-16.el" "international/utf-8-subst.el" | ||
| 24106 | ;;;;;; "international/utf-8.el" "isearch.el" "kermit.el" "language/chinese.el" | 24144 | ;;;;;; "international/utf-8.el" "isearch.el" "kermit.el" "language/chinese.el" |
| 24107 | ;;;;;; "language/cyrillic.el" "language/czech.el" "language/devanagari.el" | 24145 | ;;;;;; "language/cyrillic.el" "language/czech.el" "language/devanagari.el" |
| 24108 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" | 24146 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" |
| @@ -24150,7 +24188,7 @@ Zone-mode does two things: | |||
| 24150 | ;;;;;; "timezone.el" "uniquify.el" "unused.el" "vc-hooks.el" "vcursor.el" | 24188 | ;;;;;; "timezone.el" "uniquify.el" "unused.el" "vc-hooks.el" "vcursor.el" |
| 24151 | ;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el" | 24189 | ;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el" |
| 24152 | ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el" | 24190 | ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el" |
| 24153 | ;;;;;; "xml.el" "xscheme.el") (15855 53815 423953)) | 24191 | ;;;;;; "xml.el" "xscheme.el") (15869 10595 27118)) |
| 24154 | 24192 | ||
| 24155 | ;;;*** | 24193 | ;;;*** |
| 24156 | 24194 | ||