diff options
| -rw-r--r-- | lisp/ldefs-boot.el | 450 |
1 files changed, 238 insertions, 212 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index e0f80fe0d64..b12606681a0 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -1245,8 +1245,8 @@ Entering array mode calls the function `array-mode-hook'. | |||
| 1245 | 1245 | ||
| 1246 | ;;;*** | 1246 | ;;;*** |
| 1247 | 1247 | ||
| 1248 | ;;;### (autoloads nil "artist" "textmodes/artist.el" (21704 50495 | 1248 | ;;;### (autoloads nil "artist" "textmodes/artist.el" (21750 59840 |
| 1249 | ;;;;;; 455324 752000)) | 1249 | ;;;;;; 704617 663000)) |
| 1250 | ;;; Generated autoloads from textmodes/artist.el | 1250 | ;;; Generated autoloads from textmodes/artist.el |
| 1251 | (push (purecopy '(artist 1 2 6)) package--builtin-versions) | 1251 | (push (purecopy '(artist 1 2 6)) package--builtin-versions) |
| 1252 | 1252 | ||
| @@ -1656,8 +1656,8 @@ should be non-nil). | |||
| 1656 | 1656 | ||
| 1657 | ;;;*** | 1657 | ;;;*** |
| 1658 | 1658 | ||
| 1659 | ;;;### (autoloads nil "autorevert" "autorevert.el" (21737 47805 354975 | 1659 | ;;;### (autoloads nil "autorevert" "autorevert.el" (21752 15166 568176 |
| 1660 | ;;;;;; 322000)) | 1660 | ;;;;;; 278000)) |
| 1661 | ;;; Generated autoloads from autorevert.el | 1661 | ;;; Generated autoloads from autorevert.el |
| 1662 | 1662 | ||
| 1663 | (autoload 'auto-revert-mode "autorevert" "\ | 1663 | (autoload 'auto-revert-mode "autorevert" "\ |
| @@ -1802,8 +1802,8 @@ Run script using `bat-run' and `bat-run-args'. | |||
| 1802 | 1802 | ||
| 1803 | ;;;*** | 1803 | ;;;*** |
| 1804 | 1804 | ||
| 1805 | ;;;### (autoloads nil "battery" "battery.el" (21670 32330 885624 | 1805 | ;;;### (autoloads nil "battery" "battery.el" (21754 56896 744606 |
| 1806 | ;;;;;; 725000)) | 1806 | ;;;;;; 568000)) |
| 1807 | ;;; Generated autoloads from battery.el | 1807 | ;;; Generated autoloads from battery.el |
| 1808 | (put 'battery-mode-line-string 'risky-local-variable t) | 1808 | (put 'battery-mode-line-string 'risky-local-variable t) |
| 1809 | 1809 | ||
| @@ -2123,8 +2123,8 @@ a reflection. | |||
| 2123 | 2123 | ||
| 2124 | ;;;*** | 2124 | ;;;*** |
| 2125 | 2125 | ||
| 2126 | ;;;### (autoloads nil "bookmark" "bookmark.el" (21670 32330 885624 | 2126 | ;;;### (autoloads nil "bookmark" "bookmark.el" (21779 56495 106033 |
| 2127 | ;;;;;; 725000)) | 2127 | ;;;;;; 935000)) |
| 2128 | ;;; Generated autoloads from bookmark.el | 2128 | ;;; Generated autoloads from bookmark.el |
| 2129 | (define-key ctl-x-r-map "b" 'bookmark-jump) | 2129 | (define-key ctl-x-r-map "b" 'bookmark-jump) |
| 2130 | (define-key ctl-x-r-map "m" 'bookmark-set) | 2130 | (define-key ctl-x-r-map "m" 'bookmark-set) |
| @@ -2317,8 +2317,8 @@ Incremental search of bookmarks, hiding the non-matches as we go. | |||
| 2317 | 2317 | ||
| 2318 | ;;;*** | 2318 | ;;;*** |
| 2319 | 2319 | ||
| 2320 | ;;;### (autoloads nil "browse-url" "net/browse-url.el" (21711 23743 | 2320 | ;;;### (autoloads nil "browse-url" "net/browse-url.el" (21778 35636 |
| 2321 | ;;;;;; 625328 319000)) | 2321 | ;;;;;; 244616 784000)) |
| 2322 | ;;; Generated autoloads from net/browse-url.el | 2322 | ;;; Generated autoloads from net/browse-url.el |
| 2323 | 2323 | ||
| 2324 | (defvar browse-url-browser-function 'browse-url-default-browser "\ | 2324 | (defvar browse-url-browser-function 'browse-url-default-browser "\ |
| @@ -2363,7 +2363,7 @@ Ask a WWW browser to display the current region. | |||
| 2363 | 2363 | ||
| 2364 | (autoload 'browse-url "browse-url" "\ | 2364 | (autoload 'browse-url "browse-url" "\ |
| 2365 | Ask a WWW browser to load URL. | 2365 | Ask a WWW browser to load URL. |
| 2366 | Prompts for a URL, defaulting to the URL at or before point. Variable | 2366 | Prompt for a URL, defaulting to the URL at or before point. Variable |
| 2367 | `browse-url-browser-function' says which browser to use. | 2367 | `browse-url-browser-function' says which browser to use. |
| 2368 | If the URL is a mailto: URL, consult `browse-url-mailto-function' | 2368 | If the URL is a mailto: URL, consult `browse-url-mailto-function' |
| 2369 | first, if that exists. | 2369 | first, if that exists. |
| @@ -2372,17 +2372,15 @@ first, if that exists. | |||
| 2372 | 2372 | ||
| 2373 | (autoload 'browse-url-at-point "browse-url" "\ | 2373 | (autoload 'browse-url-at-point "browse-url" "\ |
| 2374 | Ask a WWW browser to load the URL at or before point. | 2374 | Ask a WWW browser to load the URL at or before point. |
| 2375 | Doesn't let you edit the URL like `browse-url'. Variable | 2375 | Variable `browse-url-browser-function' says which browser to use. |
| 2376 | `browse-url-browser-function' says which browser to use. | ||
| 2377 | 2376 | ||
| 2378 | \(fn &optional ARG)" t nil) | 2377 | \(fn &optional ARG)" t nil) |
| 2379 | 2378 | ||
| 2380 | (autoload 'browse-url-at-mouse "browse-url" "\ | 2379 | (autoload 'browse-url-at-mouse "browse-url" "\ |
| 2381 | Ask a WWW browser to load a URL clicked with the mouse. | 2380 | Ask a WWW browser to load a URL clicked with the mouse. |
| 2382 | The URL is the one around or before the position of the mouse click | 2381 | The URL is the one around or before the position of the mouse click |
| 2383 | but point is not changed. Doesn't let you edit the URL like | 2382 | but point is not changed. Variable `browse-url-browser-function' |
| 2384 | `browse-url'. Variable `browse-url-browser-function' says which browser | 2383 | says which browser to use. |
| 2385 | to use. | ||
| 2386 | 2384 | ||
| 2387 | \(fn EVENT)" t nil) | 2385 | \(fn EVENT)" t nil) |
| 2388 | 2386 | ||
| @@ -2412,6 +2410,8 @@ used instead of `browse-url-new-window-flag'. | |||
| 2412 | 2410 | ||
| 2413 | \(fn URL &optional NEW-WINDOW)" t nil) | 2411 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2414 | 2412 | ||
| 2413 | (make-obsolete 'browse-url-netscape 'nil '"25.1") | ||
| 2414 | |||
| 2415 | (autoload 'browse-url-mozilla "browse-url" "\ | 2415 | (autoload 'browse-url-mozilla "browse-url" "\ |
| 2416 | Ask the Mozilla WWW browser to load URL. | 2416 | Ask the Mozilla WWW browser to load URL. |
| 2417 | Default to the URL around or before point. The strings in variable | 2417 | Default to the URL around or before point. The strings in variable |
| @@ -2433,29 +2433,19 @@ used instead of `browse-url-new-window-flag'. | |||
| 2433 | 2433 | ||
| 2434 | (autoload 'browse-url-firefox "browse-url" "\ | 2434 | (autoload 'browse-url-firefox "browse-url" "\ |
| 2435 | Ask the Firefox WWW browser to load URL. | 2435 | Ask the Firefox WWW browser to load URL. |
| 2436 | Default to the URL around or before point. The strings in | 2436 | Defaults to the URL around or before point. Passes the strings |
| 2437 | variable `browse-url-firefox-arguments' are also passed to | 2437 | in the variable `browse-url-firefox-arguments' to Firefox. |
| 2438 | Firefox. | ||
| 2439 | 2438 | ||
| 2440 | When called interactively, if variable | 2439 | Interactively, if the variable `browse-url-new-window-flag' is non-nil, |
| 2441 | `browse-url-new-window-flag' is non-nil, load the document in a | 2440 | loads the document in a new Firefox window. A non-nil prefix argument |
| 2442 | new Firefox window, otherwise use a random existing one. A | 2441 | reverses the effect of `browse-url-new-window-flag'. |
| 2443 | non-nil interactive prefix argument reverses the effect of | ||
| 2444 | `browse-url-new-window-flag'. | ||
| 2445 | 2442 | ||
| 2446 | If `browse-url-firefox-new-window-is-tab' is non-nil, then | 2443 | If `browse-url-firefox-new-window-is-tab' is non-nil, then |
| 2447 | whenever a document would otherwise be loaded in a new window, it | 2444 | whenever a document would otherwise be loaded in a new window, it |
| 2448 | is loaded in a new tab in an existing window instead. | 2445 | is loaded in a new tab in an existing window instead. |
| 2449 | 2446 | ||
| 2450 | When called non-interactively, optional second argument | 2447 | Non-interactively, this uses the optional second argument NEW-WINDOW |
| 2451 | NEW-WINDOW is used instead of `browse-url-new-window-flag'. | 2448 | instead of `browse-url-new-window-flag'. |
| 2452 | |||
| 2453 | On MS-Windows systems the optional `new-window' parameter is | ||
| 2454 | ignored. Firefox for Windows does not support the \"-remote\" | ||
| 2455 | command line parameter. Therefore, the | ||
| 2456 | `browse-url-new-window-flag' and `browse-url-firefox-new-window-is-tab' | ||
| 2457 | are ignored as well. Firefox on Windows will always open the requested | ||
| 2458 | URL in a new window. | ||
| 2459 | 2449 | ||
| 2460 | \(fn URL &optional NEW-WINDOW)" t nil) | 2450 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2461 | 2451 | ||
| @@ -2486,6 +2476,8 @@ used instead of `browse-url-new-window-flag'. | |||
| 2486 | 2476 | ||
| 2487 | \(fn URL &optional NEW-WINDOW)" t nil) | 2477 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2488 | 2478 | ||
| 2479 | (make-obsolete 'browse-url-galeon 'nil '"25.1") | ||
| 2480 | |||
| 2489 | (autoload 'browse-url-emacs "browse-url" "\ | 2481 | (autoload 'browse-url-emacs "browse-url" "\ |
| 2490 | Ask Emacs to load URL into a buffer and show it in another window. | 2482 | Ask Emacs to load URL into a buffer and show it in another window. |
| 2491 | 2483 | ||
| @@ -2506,6 +2498,8 @@ used instead of `browse-url-new-window-flag'. | |||
| 2506 | 2498 | ||
| 2507 | \(fn URL &optional NEW-WINDOW)" t nil) | 2499 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2508 | 2500 | ||
| 2501 | (make-obsolete 'browse-url-gnome-moz 'nil '"25.1") | ||
| 2502 | |||
| 2509 | (autoload 'browse-url-mosaic "browse-url" "\ | 2503 | (autoload 'browse-url-mosaic "browse-url" "\ |
| 2510 | Ask the XMosaic WWW browser to load URL. | 2504 | Ask the XMosaic WWW browser to load URL. |
| 2511 | 2505 | ||
| @@ -2524,6 +2518,8 @@ used instead of `browse-url-new-window-flag'. | |||
| 2524 | 2518 | ||
| 2525 | \(fn URL &optional NEW-WINDOW)" t nil) | 2519 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2526 | 2520 | ||
| 2521 | (make-obsolete 'browse-url-mosaic 'nil '"25.1") | ||
| 2522 | |||
| 2527 | (autoload 'browse-url-cci "browse-url" "\ | 2523 | (autoload 'browse-url-cci "browse-url" "\ |
| 2528 | Ask the XMosaic WWW browser to load URL. | 2524 | Ask the XMosaic WWW browser to load URL. |
| 2529 | Default to the URL around or before point. | 2525 | Default to the URL around or before point. |
| @@ -2542,6 +2538,28 @@ used instead of `browse-url-new-window-flag'. | |||
| 2542 | 2538 | ||
| 2543 | \(fn URL &optional NEW-WINDOW)" t nil) | 2539 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2544 | 2540 | ||
| 2541 | (make-obsolete 'browse-url-cci 'nil '"25.1") | ||
| 2542 | |||
| 2543 | (autoload 'browse-url-conkeror "browse-url" "\ | ||
| 2544 | Ask the Conkeror WWW browser to load URL. | ||
| 2545 | Default to the URL around or before point. Also pass the strings | ||
| 2546 | in the variable `browse-url-conkeror-arguments' to Conkeror. | ||
| 2547 | |||
| 2548 | When called interactively, if variable | ||
| 2549 | `browse-url-new-window-flag' is non-nil, load the document in a | ||
| 2550 | new Conkeror window, otherwise use a random existing one. A | ||
| 2551 | non-nil interactive prefix argument reverses the effect of | ||
| 2552 | `browse-url-new-window-flag'. | ||
| 2553 | |||
| 2554 | If variable `browse-url-conkeror-new-window-is-buffer' is | ||
| 2555 | non-nil, then whenever a document would otherwise be loaded in a | ||
| 2556 | new window, load it in a new buffer in an existing window instead. | ||
| 2557 | |||
| 2558 | When called non-interactively, use optional second argument | ||
| 2559 | NEW-WINDOW instead of `browse-url-new-window-flag'. | ||
| 2560 | |||
| 2561 | \(fn URL &optional NEW-WINDOW)" t nil) | ||
| 2562 | |||
| 2545 | (autoload 'browse-url-w3 "browse-url" "\ | 2563 | (autoload 'browse-url-w3 "browse-url" "\ |
| 2546 | Ask the w3 WWW browser to load URL. | 2564 | Ask the w3 WWW browser to load URL. |
| 2547 | Default to the URL around or before point. | 2565 | Default to the URL around or before point. |
| @@ -2562,6 +2580,8 @@ The `browse-url-gnudoit-program' program is used with options given by | |||
| 2562 | 2580 | ||
| 2563 | \(fn URL &optional NEW-WINDOW)" t nil) | 2581 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2564 | 2582 | ||
| 2583 | (make-obsolete 'browse-url-w3-gnudoit 'nil '"25.1") | ||
| 2584 | |||
| 2565 | (autoload 'browse-url-text-xterm "browse-url" "\ | 2585 | (autoload 'browse-url-text-xterm "browse-url" "\ |
| 2566 | Ask a text browser to load URL. | 2586 | Ask a text browser to load URL. |
| 2567 | URL defaults to the URL around or before point. | 2587 | URL defaults to the URL around or before point. |
| @@ -3154,8 +3174,8 @@ the absolute file name of the file if STYLE-NAME is nil. | |||
| 3154 | 3174 | ||
| 3155 | ;;;*** | 3175 | ;;;*** |
| 3156 | 3176 | ||
| 3157 | ;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (21743 190 | 3177 | ;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (21786 29744 |
| 3158 | ;;;;;; 195328 729000)) | 3178 | ;;;;;; 368212 633000)) |
| 3159 | ;;; Generated autoloads from progmodes/cc-mode.el | 3179 | ;;; Generated autoloads from progmodes/cc-mode.el |
| 3160 | 3180 | ||
| 3161 | (autoload 'c-initialize-cc-mode "cc-mode" "\ | 3181 | (autoload 'c-initialize-cc-mode "cc-mode" "\ |
| @@ -3732,7 +3752,7 @@ Choose `cfengine2-mode' or `cfengine3-mode' by buffer contents. | |||
| 3732 | ;;;*** | 3752 | ;;;*** |
| 3733 | 3753 | ||
| 3734 | ;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el" | 3754 | ;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el" |
| 3735 | ;;;;;; (21742 67 198174 224000)) | 3755 | ;;;;;; (21750 59840 206034 761000)) |
| 3736 | ;;; Generated autoloads from emacs-lisp/check-declare.el | 3756 | ;;; Generated autoloads from emacs-lisp/check-declare.el |
| 3737 | 3757 | ||
| 3738 | (autoload 'check-declare-file "check-declare" "\ | 3758 | (autoload 'check-declare-file "check-declare" "\ |
| @@ -3749,8 +3769,8 @@ Returns non-nil if any false statements are found. | |||
| 3749 | 3769 | ||
| 3750 | ;;;*** | 3770 | ;;;*** |
| 3751 | 3771 | ||
| 3752 | ;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (21733 | 3772 | ;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (21779 |
| 3753 | ;;;;;; 50750 334730 5000)) | 3773 | ;;;;;; 56495 106033 935000)) |
| 3754 | ;;; Generated autoloads from emacs-lisp/checkdoc.el | 3774 | ;;; Generated autoloads from emacs-lisp/checkdoc.el |
| 3755 | (push (purecopy '(checkdoc 0 6 2)) package--builtin-versions) | 3775 | (push (purecopy '(checkdoc 0 6 2)) package--builtin-versions) |
| 3756 | (put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp) | 3776 | (put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp) |
| @@ -4028,8 +4048,8 @@ and runs the normal hook `command-history-hook'. | |||
| 4028 | 4048 | ||
| 4029 | ;;;*** | 4049 | ;;;*** |
| 4030 | 4050 | ||
| 4031 | ;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (21670 | 4051 | ;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (21765 |
| 4032 | ;;;;;; 32330 885624 725000)) | 4052 | ;;;;;; 23600 805241 145000)) |
| 4033 | ;;; Generated autoloads from emacs-lisp/cl-indent.el | 4053 | ;;; Generated autoloads from emacs-lisp/cl-indent.el |
| 4034 | 4054 | ||
| 4035 | (autoload 'common-lisp-indent-function "cl-indent" "\ | 4055 | (autoload 'common-lisp-indent-function "cl-indent" "\ |
| @@ -4112,8 +4132,8 @@ instead. | |||
| 4112 | 4132 | ||
| 4113 | ;;;*** | 4133 | ;;;*** |
| 4114 | 4134 | ||
| 4115 | ;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (21727 11963 | 4135 | ;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (21777 14770 |
| 4116 | ;;;;;; 635339 992000)) | 4136 | ;;;;;; 397461 322000)) |
| 4117 | ;;; Generated autoloads from emacs-lisp/cl-lib.el | 4137 | ;;; Generated autoloads from emacs-lisp/cl-lib.el |
| 4118 | (push (purecopy '(cl-lib 1 0)) package--builtin-versions) | 4138 | (push (purecopy '(cl-lib 1 0)) package--builtin-versions) |
| 4119 | 4139 | ||
| @@ -4192,7 +4212,7 @@ If FRAME cannot display COLOR, return nil. | |||
| 4192 | 4212 | ||
| 4193 | ;;;*** | 4213 | ;;;*** |
| 4194 | 4214 | ||
| 4195 | ;;;### (autoloads nil "comint" "comint.el" (21740 47646 728890 593000)) | 4215 | ;;;### (autoloads nil "comint" "comint.el" (21781 11826 448890 994000)) |
| 4196 | ;;; Generated autoloads from comint.el | 4216 | ;;; Generated autoloads from comint.el |
| 4197 | 4217 | ||
| 4198 | (defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ | 4218 | (defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ |
| @@ -4759,8 +4779,8 @@ If FIX is non-nil, run `copyright-fix-years' instead. | |||
| 4759 | 4779 | ||
| 4760 | ;;;*** | 4780 | ;;;*** |
| 4761 | 4781 | ||
| 4762 | ;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (21670 | 4782 | ;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (21771 |
| 4763 | ;;;;;; 32331 385639 720000)) | 4783 | ;;;;;; 62389 36768 739000)) |
| 4764 | ;;; Generated autoloads from progmodes/cperl-mode.el | 4784 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 4765 | (put 'cperl-indent-level 'safe-local-variable 'integerp) | 4785 | (put 'cperl-indent-level 'safe-local-variable 'integerp) |
| 4766 | (put 'cperl-brace-offset 'safe-local-variable 'integerp) | 4786 | (put 'cperl-brace-offset 'safe-local-variable 'integerp) |
| @@ -5004,8 +5024,8 @@ with empty strings removed. | |||
| 5004 | 5024 | ||
| 5005 | ;;;*** | 5025 | ;;;*** |
| 5006 | 5026 | ||
| 5007 | ;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (21721 59582 | 5027 | ;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (21787 5486 |
| 5008 | ;;;;;; 784612 824000)) | 5028 | ;;;;;; 8891 32000)) |
| 5009 | ;;; Generated autoloads from textmodes/css-mode.el | 5029 | ;;; Generated autoloads from textmodes/css-mode.el |
| 5010 | 5030 | ||
| 5011 | (autoload 'css-mode "css-mode" "\ | 5031 | (autoload 'css-mode "css-mode" "\ |
| @@ -5716,8 +5736,8 @@ There is some minimal font-lock support (see vars | |||
| 5716 | 5736 | ||
| 5717 | ;;;*** | 5737 | ;;;*** |
| 5718 | 5738 | ||
| 5719 | ;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (21741 44862 | 5739 | ;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (21777 14770 |
| 5720 | ;;;;;; 355415 471000)) | 5740 | ;;;;;; 397461 322000)) |
| 5721 | ;;; Generated autoloads from emacs-lisp/debug.el | 5741 | ;;; Generated autoloads from emacs-lisp/debug.el |
| 5722 | 5742 | ||
| 5723 | (setq debugger 'debug) | 5743 | (setq debugger 'debug) |
| @@ -5962,8 +5982,8 @@ This function is meant to be used as a value of | |||
| 5962 | 5982 | ||
| 5963 | ;;;*** | 5983 | ;;;*** |
| 5964 | 5984 | ||
| 5965 | ;;;### (autoloads nil "desktop" "desktop.el" (21732 29888 498897 | 5985 | ;;;### (autoloads nil "desktop" "desktop.el" (21753 36028 905339 |
| 5966 | ;;;;;; 471000)) | 5986 | ;;;;;; 955000)) |
| 5967 | ;;; Generated autoloads from desktop.el | 5987 | ;;; Generated autoloads from desktop.el |
| 5968 | 5988 | ||
| 5969 | (defvar desktop-save-mode nil "\ | 5989 | (defvar desktop-save-mode nil "\ |
| @@ -6336,7 +6356,7 @@ Optional arguments are passed to `dig-invoke'. | |||
| 6336 | 6356 | ||
| 6337 | ;;;*** | 6357 | ;;;*** |
| 6338 | 6358 | ||
| 6339 | ;;;### (autoloads nil "dired" "dired.el" (21670 32624 385626 484000)) | 6359 | ;;;### (autoloads nil "dired" "dired.el" (21757 29489 158925 687000)) |
| 6340 | ;;; Generated autoloads from dired.el | 6360 | ;;; Generated autoloads from dired.el |
| 6341 | 6361 | ||
| 6342 | (defvar dired-listing-switches (purecopy "-al") "\ | 6362 | (defvar dired-listing-switches (purecopy "-al") "\ |
| @@ -7552,8 +7572,8 @@ an EDE controlled project. | |||
| 7552 | 7572 | ||
| 7553 | ;;;*** | 7573 | ;;;*** |
| 7554 | 7574 | ||
| 7555 | ;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (21741 44862 | 7575 | ;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (21767 65327 |
| 7556 | ;;;;;; 856033 862000)) | 7576 | ;;;;;; 504606 256000)) |
| 7557 | ;;; Generated autoloads from emacs-lisp/edebug.el | 7577 | ;;; Generated autoloads from emacs-lisp/edebug.el |
| 7558 | 7578 | ||
| 7559 | (defvar edebug-all-defs nil "\ | 7579 | (defvar edebug-all-defs nil "\ |
| @@ -8037,15 +8057,15 @@ BUFFER is put back into its original major mode. | |||
| 8037 | 8057 | ||
| 8038 | ;;;*** | 8058 | ;;;*** |
| 8039 | 8059 | ||
| 8040 | ;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (21735 6155 666757 | 8060 | ;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (21781 11826 |
| 8041 | ;;;;;; 201000)) | 8061 | ;;;;;; 448890 994000)) |
| 8042 | ;;; Generated autoloads from emacs-lisp/eieio.el | 8062 | ;;; Generated autoloads from emacs-lisp/eieio.el |
| 8043 | (push (purecopy '(eieio 1 4)) package--builtin-versions) | 8063 | (push (purecopy '(eieio 1 4)) package--builtin-versions) |
| 8044 | 8064 | ||
| 8045 | ;;;*** | 8065 | ;;;*** |
| 8046 | 8066 | ||
| 8047 | ;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (21729 | 8067 | ;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (21770 |
| 8048 | ;;;;;; 53695 825320 214000)) | 8068 | ;;;;;; 41522 196747 399000)) |
| 8049 | ;;; Generated autoloads from emacs-lisp/eieio-core.el | 8069 | ;;; Generated autoloads from emacs-lisp/eieio-core.el |
| 8050 | (push (purecopy '(eieio-core 1 4)) package--builtin-versions) | 8070 | (push (purecopy '(eieio-core 1 4)) package--builtin-versions) |
| 8051 | 8071 | ||
| @@ -8061,8 +8081,8 @@ It creates an autoload function for CNAME's constructor. | |||
| 8061 | 8081 | ||
| 8062 | ;;;*** | 8082 | ;;;*** |
| 8063 | 8083 | ||
| 8064 | ;;;### (autoloads nil "elec-pair" "elec-pair.el" (21670 32330 885624 | 8084 | ;;;### (autoloads nil "elec-pair" "elec-pair.el" (21783 53552 656724 |
| 8065 | ;;;;;; 725000)) | 8085 | ;;;;;; 351000)) |
| 8066 | ;;; Generated autoloads from elec-pair.el | 8086 | ;;; Generated autoloads from elec-pair.el |
| 8067 | 8087 | ||
| 8068 | (defvar electric-pair-text-pairs '((34 . 34)) "\ | 8088 | (defvar electric-pair-text-pairs '((34 . 34)) "\ |
| @@ -8091,7 +8111,13 @@ the mode if ARG is omitted or nil. | |||
| 8091 | 8111 | ||
| 8092 | Electric Pair mode is a global minor mode. When enabled, typing | 8112 | Electric Pair mode is a global minor mode. When enabled, typing |
| 8093 | an open parenthesis automatically inserts the corresponding | 8113 | an open parenthesis automatically inserts the corresponding |
| 8094 | closing parenthesis. (Likewise for brackets, etc.). | 8114 | closing parenthesis. (Likewise for brackets, etc.). To toggle |
| 8115 | the mode in a single buffer, use `electric-pair-local-mode'. | ||
| 8116 | |||
| 8117 | \(fn &optional ARG)" t nil) | ||
| 8118 | |||
| 8119 | (autoload 'electric-pair-local-mode "elec-pair" "\ | ||
| 8120 | Toggle `electric-pair-mode' only in this buffer. | ||
| 8095 | 8121 | ||
| 8096 | \(fn &optional ARG)" t nil) | 8122 | \(fn &optional ARG)" t nil) |
| 8097 | 8123 | ||
| @@ -8636,7 +8662,7 @@ if ARG is omitted or nil. | |||
| 8636 | 8662 | ||
| 8637 | ;;;*** | 8663 | ;;;*** |
| 8638 | 8664 | ||
| 8639 | ;;;### (autoloads nil "epg" "epg.el" (21670 32330 885624 725000)) | 8665 | ;;;### (autoloads nil "epg" "epg.el" (21777 14770 397461 322000)) |
| 8640 | ;;; Generated autoloads from epg.el | 8666 | ;;; Generated autoloads from epg.el |
| 8641 | (push (purecopy '(epg 1 0 0)) package--builtin-versions) | 8667 | (push (purecopy '(epg 1 0 0)) package--builtin-versions) |
| 8642 | 8668 | ||
| @@ -8668,8 +8694,9 @@ Look at CONFIG and try to expand GROUP. | |||
| 8668 | 8694 | ||
| 8669 | ;;;*** | 8695 | ;;;*** |
| 8670 | 8696 | ||
| 8671 | ;;;### (autoloads nil "erc" "erc/erc.el" (21670 32330 885624 725000)) | 8697 | ;;;### (autoloads nil "erc" "erc/erc.el" (21779 56495 106033 935000)) |
| 8672 | ;;; Generated autoloads from erc/erc.el | 8698 | ;;; Generated autoloads from erc/erc.el |
| 8699 | (push (purecopy '(erc 5 3)) package--builtin-versions) | ||
| 8673 | 8700 | ||
| 8674 | (autoload 'erc-select-read-args "erc" "\ | 8701 | (autoload 'erc-select-read-args "erc" "\ |
| 8675 | Prompt the user for values of nick, server, port, and password. | 8702 | Prompt the user for values of nick, server, port, and password. |
| @@ -9257,8 +9284,8 @@ Kill all test buffers that are still live. | |||
| 9257 | 9284 | ||
| 9258 | ;;;*** | 9285 | ;;;*** |
| 9259 | 9286 | ||
| 9260 | ;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (21670 32330 | 9287 | ;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (21767 65327 |
| 9261 | ;;;;;; 885624 725000)) | 9288 | ;;;;;; 504606 256000)) |
| 9262 | ;;; Generated autoloads from eshell/esh-mode.el | 9289 | ;;; Generated autoloads from eshell/esh-mode.el |
| 9263 | 9290 | ||
| 9264 | (autoload 'eshell-mode "esh-mode" "\ | 9291 | (autoload 'eshell-mode "esh-mode" "\ |
| @@ -9934,7 +9961,7 @@ fourth arg NOSEP non-nil inhibits this. | |||
| 9934 | 9961 | ||
| 9935 | ;;;*** | 9962 | ;;;*** |
| 9936 | 9963 | ||
| 9937 | ;;;### (autoloads nil "eww" "net/eww.el" (21731 9021 668220 181000)) | 9964 | ;;;### (autoloads nil "eww" "net/eww.el" (21753 36029 405318 957000)) |
| 9938 | ;;; Generated autoloads from net/eww.el | 9965 | ;;; Generated autoloads from net/eww.el |
| 9939 | 9966 | ||
| 9940 | (defvar eww-suggest-uris '(eww-links-at-point url-get-url-at-point eww-current-url) "\ | 9967 | (defvar eww-suggest-uris '(eww-links-at-point url-get-url-at-point eww-current-url) "\ |
| @@ -9954,12 +9981,12 @@ word(s) will be searched for via `eww-search-prefix'. | |||
| 9954 | (defalias 'browse-web 'eww) | 9981 | (defalias 'browse-web 'eww) |
| 9955 | 9982 | ||
| 9956 | (autoload 'eww-open-file "eww" "\ | 9983 | (autoload 'eww-open-file "eww" "\ |
| 9957 | Render a file using EWW. | 9984 | Render FILE using EWW. |
| 9958 | 9985 | ||
| 9959 | \(fn FILE)" t nil) | 9986 | \(fn FILE)" t nil) |
| 9960 | 9987 | ||
| 9961 | (autoload 'eww-search-words "eww" "\ | 9988 | (autoload 'eww-search-words "eww" "\ |
| 9962 | Search the web for the text between the point and marker. | 9989 | Search the web for the text between BEG and END. |
| 9963 | See the `eww-search-prefix' variable for the search engine used. | 9990 | See the `eww-search-prefix' variable for the search engine used. |
| 9964 | 9991 | ||
| 9965 | \(fn &optional BEG END)" t nil) | 9992 | \(fn &optional BEG END)" t nil) |
| @@ -10355,7 +10382,7 @@ you can set `feedmail-queue-reminder-alist' to nil. | |||
| 10355 | 10382 | ||
| 10356 | ;;;*** | 10383 | ;;;*** |
| 10357 | 10384 | ||
| 10358 | ;;;### (autoloads nil "ffap" "ffap.el" (21696 56380 925320 624000)) | 10385 | ;;;### (autoloads nil "ffap" "ffap.el" (21778 35636 244616 784000)) |
| 10359 | ;;; Generated autoloads from ffap.el | 10386 | ;;; Generated autoloads from ffap.el |
| 10360 | 10387 | ||
| 10361 | (autoload 'ffap-next "ffap" "\ | 10388 | (autoload 'ffap-next "ffap" "\ |
| @@ -10994,8 +11021,8 @@ Turn flymake mode off. | |||
| 10994 | 11021 | ||
| 10995 | ;;;*** | 11022 | ;;;*** |
| 10996 | 11023 | ||
| 10997 | ;;;### (autoloads nil "flyspell" "textmodes/flyspell.el" (21727 11963 | 11024 | ;;;### (autoloads nil "flyspell" "textmodes/flyspell.el" (21750 59840 |
| 10998 | ;;;;;; 635339 992000)) | 11025 | ;;;;;; 704617 663000)) |
| 10999 | ;;; Generated autoloads from textmodes/flyspell.el | 11026 | ;;; Generated autoloads from textmodes/flyspell.el |
| 11000 | 11027 | ||
| 11001 | (autoload 'flyspell-prog-mode "flyspell" "\ | 11028 | (autoload 'flyspell-prog-mode "flyspell" "\ |
| @@ -11887,8 +11914,8 @@ CLEAN is obsolete and ignored. | |||
| 11887 | 11914 | ||
| 11888 | ;;;*** | 11915 | ;;;*** |
| 11889 | 11916 | ||
| 11890 | ;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (21743 190 195328 | 11917 | ;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (21785 8881 6781 |
| 11891 | ;;;;;; 729000)) | 11918 | ;;;;;; 649000)) |
| 11892 | ;;; Generated autoloads from gnus/gnus-art.el | 11919 | ;;; Generated autoloads from gnus/gnus-art.el |
| 11893 | 11920 | ||
| 11894 | (autoload 'gnus-article-prepare-display "gnus-art" "\ | 11921 | (autoload 'gnus-article-prepare-display "gnus-art" "\ |
| @@ -12323,7 +12350,7 @@ Like `message-reply'. | |||
| 12323 | ;;;*** | 12350 | ;;;*** |
| 12324 | 12351 | ||
| 12325 | ;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el" | 12352 | ;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el" |
| 12326 | ;;;;;; (21670 32330 885624 725000)) | 12353 | ;;;;;; (21757 29489 158925 687000)) |
| 12327 | ;;; Generated autoloads from gnus/gnus-notifications.el | 12354 | ;;; Generated autoloads from gnus/gnus-notifications.el |
| 12328 | 12355 | ||
| 12329 | (autoload 'gnus-notifications "gnus-notifications" "\ | 12356 | (autoload 'gnus-notifications "gnus-notifications" "\ |
| @@ -12431,8 +12458,8 @@ Add NUM into sorted LIST by side effect. | |||
| 12431 | 12458 | ||
| 12432 | ;;;*** | 12459 | ;;;*** |
| 12433 | 12460 | ||
| 12434 | ;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (21707 | 12461 | ;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (21774 |
| 12435 | ;;;;;; 26689 135319 638000)) | 12462 | ;;;;;; 38574 225319 550000)) |
| 12436 | ;;; Generated autoloads from gnus/gnus-registry.el | 12463 | ;;; Generated autoloads from gnus/gnus-registry.el |
| 12437 | 12464 | ||
| 12438 | (autoload 'gnus-registry-initialize "gnus-registry" "\ | 12465 | (autoload 'gnus-registry-initialize "gnus-registry" "\ |
| @@ -12497,8 +12524,8 @@ Declare back end NAME with ABILITIES as a Gnus back end. | |||
| 12497 | 12524 | ||
| 12498 | ;;;*** | 12525 | ;;;*** |
| 12499 | 12526 | ||
| 12500 | ;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (21715 20800 | 12527 | ;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (21785 8881 6781 |
| 12501 | ;;;;;; 626041 761000)) | 12528 | ;;;;;; 649000)) |
| 12502 | ;;; Generated autoloads from gnus/gnus-sum.el | 12529 | ;;; Generated autoloads from gnus/gnus-sum.el |
| 12503 | 12530 | ||
| 12504 | (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ | 12531 | (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ |
| @@ -12817,8 +12844,8 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful. | |||
| 12817 | 12844 | ||
| 12818 | ;;;*** | 12845 | ;;;*** |
| 12819 | 12846 | ||
| 12820 | ;;;### (autoloads nil "gud" "progmodes/gud.el" (21670 32331 385639 | 12847 | ;;;### (autoloads nil "gud" "progmodes/gud.el" (21769 20661 366048 |
| 12821 | ;;;;;; 720000)) | 12848 | ;;;;;; 601000)) |
| 12822 | ;;; Generated autoloads from progmodes/gud.el | 12849 | ;;; Generated autoloads from progmodes/gud.el |
| 12823 | 12850 | ||
| 12824 | (autoload 'gud-gdb "gud" "\ | 12851 | (autoload 'gud-gdb "gud" "\ |
| @@ -12913,8 +12940,8 @@ it if ARG is omitted or nil. | |||
| 12913 | 12940 | ||
| 12914 | ;;;*** | 12941 | ;;;*** |
| 12915 | 12942 | ||
| 12916 | ;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (21670 32330 885624 | 12943 | ;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (21750 59840 206034 |
| 12917 | ;;;;;; 725000)) | 12944 | ;;;;;; 761000)) |
| 12918 | ;;; Generated autoloads from emacs-lisp/gv.el | 12945 | ;;; Generated autoloads from emacs-lisp/gv.el |
| 12919 | 12946 | ||
| 12920 | (autoload 'gv-get "gv" "\ | 12947 | (autoload 'gv-get "gv" "\ |
| @@ -14636,7 +14663,7 @@ The main features of this mode are | |||
| 14636 | 14663 | ||
| 14637 | ;;;*** | 14664 | ;;;*** |
| 14638 | 14665 | ||
| 14639 | ;;;### (autoloads nil "ido" "ido.el" (21694 14651 747488 989000)) | 14666 | ;;;### (autoloads nil "ido" "ido.el" (21767 65327 504606 256000)) |
| 14640 | ;;; Generated autoloads from ido.el | 14667 | ;;; Generated autoloads from ido.el |
| 14641 | 14668 | ||
| 14642 | (defvar ido-mode nil "\ | 14669 | (defvar ido-mode nil "\ |
| @@ -14862,7 +14889,7 @@ PROMPT is the prompt to give to the user. DEFAULT if given is the default | |||
| 14862 | buffer to be selected, which will go to the front of the list. | 14889 | buffer to be selected, which will go to the front of the list. |
| 14863 | If REQUIRE-MATCH is non-nil, an existing buffer must be selected. | 14890 | If REQUIRE-MATCH is non-nil, an existing buffer must be selected. |
| 14864 | 14891 | ||
| 14865 | \(fn PROMPT &optional DEFAULT REQUIRE-MATCH)" nil nil) | 14892 | \(fn PROMPT &optional DEFAULT REQUIRE-MATCH PREDICATE)" nil nil) |
| 14866 | 14893 | ||
| 14867 | (autoload 'ido-read-file-name "ido" "\ | 14894 | (autoload 'ido-read-file-name "ido" "\ |
| 14868 | Ido replacement for the built-in `read-file-name'. | 14895 | Ido replacement for the built-in `read-file-name'. |
| @@ -15768,8 +15795,8 @@ completion alternatives to currently visited manuals. | |||
| 15768 | 15795 | ||
| 15769 | ;;;*** | 15796 | ;;;*** |
| 15770 | 15797 | ||
| 15771 | ;;;### (autoloads nil "info-look" "info-look.el" (21670 32331 385639 | 15798 | ;;;### (autoloads nil "info-look" "info-look.el" (21764 2734 445319 |
| 15772 | ;;;;;; 720000)) | 15799 | ;;;;;; 586000)) |
| 15773 | ;;; Generated autoloads from info-look.el | 15800 | ;;; Generated autoloads from info-look.el |
| 15774 | 15801 | ||
| 15775 | (autoload 'info-lookup-reset "info-look" "\ | 15802 | (autoload 'info-lookup-reset "info-look" "\ |
| @@ -15995,8 +16022,8 @@ Toggle input method in interactive search. | |||
| 15995 | 16022 | ||
| 15996 | ;;;*** | 16023 | ;;;*** |
| 15997 | 16024 | ||
| 15998 | ;;;### (autoloads nil "isearchb" "isearchb.el" (21670 32331 385639 | 16025 | ;;;### (autoloads nil "isearchb" "isearchb.el" (21767 65327 504606 |
| 15999 | ;;;;;; 720000)) | 16026 | ;;;;;; 256000)) |
| 16000 | ;;; Generated autoloads from isearchb.el | 16027 | ;;; Generated autoloads from isearchb.el |
| 16001 | (push (purecopy '(isearchb 1 5)) package--builtin-versions) | 16028 | (push (purecopy '(isearchb 1 5)) package--builtin-versions) |
| 16002 | 16029 | ||
| @@ -16109,8 +16136,8 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 16109 | 16136 | ||
| 16110 | ;;;*** | 16137 | ;;;*** |
| 16111 | 16138 | ||
| 16112 | ;;;### (autoloads nil "ispell" "textmodes/ispell.el" (21670 32331 | 16139 | ;;;### (autoloads nil "ispell" "textmodes/ispell.el" (21750 59840 |
| 16113 | ;;;;;; 885635 586000)) | 16140 | ;;;;;; 704617 663000)) |
| 16114 | ;;; Generated autoloads from textmodes/ispell.el | 16141 | ;;; Generated autoloads from textmodes/ispell.el |
| 16115 | 16142 | ||
| 16116 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) | 16143 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) |
| @@ -16445,7 +16472,7 @@ by `jka-compr-installed'. | |||
| 16445 | 16472 | ||
| 16446 | ;;;*** | 16473 | ;;;*** |
| 16447 | 16474 | ||
| 16448 | ;;;### (autoloads nil "js" "progmodes/js.el" (21681 2618 385332 620000)) | 16475 | ;;;### (autoloads nil "js" "progmodes/js.el" (21760 5676 875320 615000)) |
| 16449 | ;;; Generated autoloads from progmodes/js.el | 16476 | ;;; Generated autoloads from progmodes/js.el |
| 16450 | (push (purecopy '(js 9)) package--builtin-versions) | 16477 | (push (purecopy '(js 9)) package--builtin-versions) |
| 16451 | 16478 | ||
| @@ -16459,7 +16486,7 @@ Major mode for editing JavaScript. | |||
| 16459 | 16486 | ||
| 16460 | ;;;*** | 16487 | ;;;*** |
| 16461 | 16488 | ||
| 16462 | ;;;### (autoloads nil "json" "json.el" (21716 41663 456033 27000)) | 16489 | ;;;### (autoloads nil "json" "json.el" (21779 56495 106033 935000)) |
| 16463 | ;;; Generated autoloads from json.el | 16490 | ;;; Generated autoloads from json.el |
| 16464 | (push (purecopy '(json 1 4)) package--builtin-versions) | 16491 | (push (purecopy '(json 1 4)) package--builtin-versions) |
| 16465 | 16492 | ||
| @@ -17781,8 +17808,8 @@ recursion depth in the minibuffer prompt. This is only useful if | |||
| 17781 | 17808 | ||
| 17782 | ;;;*** | 17809 | ;;;*** |
| 17783 | 17810 | ||
| 17784 | ;;;### (autoloads nil "message" "gnus/message.el" (21706 5826 304666 | 17811 | ;;;### (autoloads nil "message" "gnus/message.el" (21759 29151 445319 |
| 17785 | ;;;;;; 725000)) | 17812 | ;;;;;; 109000)) |
| 17786 | ;;; Generated autoloads from gnus/message.el | 17813 | ;;; Generated autoloads from gnus/message.el |
| 17787 | 17814 | ||
| 17788 | (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) | 17815 | (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) |
| @@ -18283,8 +18310,8 @@ The return value is always nil. | |||
| 18283 | 18310 | ||
| 18284 | ;;;*** | 18311 | ;;;*** |
| 18285 | 18312 | ||
| 18286 | ;;;### (autoloads nil "misearch" "misearch.el" (21691 38459 74604 | 18313 | ;;;### (autoloads nil "misearch" "misearch.el" (21767 65327 504606 |
| 18287 | ;;;;;; 918000)) | 18314 | ;;;;;; 256000)) |
| 18288 | ;;; Generated autoloads from misearch.el | 18315 | ;;; Generated autoloads from misearch.el |
| 18289 | (add-hook 'isearch-mode-hook 'multi-isearch-setup) | 18316 | (add-hook 'isearch-mode-hook 'multi-isearch-setup) |
| 18290 | 18317 | ||
| @@ -20199,8 +20226,8 @@ See the command `outline-mode' for more information on this mode. | |||
| 20199 | 20226 | ||
| 20200 | ;;;*** | 20227 | ;;;*** |
| 20201 | 20228 | ||
| 20202 | ;;;### (autoloads nil "package" "emacs-lisp/package.el" (21737 47805 | 20229 | ;;;### (autoloads nil "package" "emacs-lisp/package.el" (21787 50612 |
| 20203 | ;;;;;; 354975 322000)) | 20230 | ;;;;;; 215339 172000)) |
| 20204 | ;;; Generated autoloads from emacs-lisp/package.el | 20231 | ;;; Generated autoloads from emacs-lisp/package.el |
| 20205 | (push (purecopy '(package 1 0 1)) package--builtin-versions) | 20232 | (push (purecopy '(package 1 0 1)) package--builtin-versions) |
| 20206 | 20233 | ||
| @@ -20215,6 +20242,28 @@ activate the package system at any time.") | |||
| 20215 | 20242 | ||
| 20216 | (custom-autoload 'package-enable-at-startup "package" t) | 20243 | (custom-autoload 'package-enable-at-startup "package" t) |
| 20217 | 20244 | ||
| 20245 | (autoload 'package-initialize "package" "\ | ||
| 20246 | Load Emacs Lisp packages, and activate them. | ||
| 20247 | The variable `package-load-list' controls which packages to load. | ||
| 20248 | If optional arg NO-ACTIVATE is non-nil, don't activate packages. | ||
| 20249 | |||
| 20250 | \(fn &optional NO-ACTIVATE)" t nil) | ||
| 20251 | |||
| 20252 | (autoload 'package-import-keyring "package" "\ | ||
| 20253 | Import keys from FILE. | ||
| 20254 | |||
| 20255 | \(fn &optional FILE)" t nil) | ||
| 20256 | |||
| 20257 | (autoload 'package-refresh-contents "package" "\ | ||
| 20258 | Download descriptions of all configured ELPA packages. | ||
| 20259 | For each archive configured in the variable `package-archives', | ||
| 20260 | inform Emacs about the latest versions of all packages it offers, | ||
| 20261 | and make them available for download. | ||
| 20262 | Optional argument, ASYNC, specifies whether the downloads should | ||
| 20263 | be performed in the background. | ||
| 20264 | |||
| 20265 | \(fn &optional ASYNC)" t nil) | ||
| 20266 | |||
| 20218 | (autoload 'package-install "package" "\ | 20267 | (autoload 'package-install "package" "\ |
| 20219 | Install the package PKG. | 20268 | Install the package PKG. |
| 20220 | PKG can be a package-desc or the package name of one the available packages | 20269 | PKG can be a package-desc or the package name of one the available packages |
| @@ -20228,13 +20277,6 @@ to install it but still mark it as selected. | |||
| 20228 | 20277 | ||
| 20229 | \(fn PKG &optional DONT-SELECT)" t nil) | 20278 | \(fn PKG &optional DONT-SELECT)" t nil) |
| 20230 | 20279 | ||
| 20231 | (autoload 'package-reinstall "package" "\ | ||
| 20232 | Reinstall package PKG. | ||
| 20233 | PKG should be either a symbol, the package name, or a package-desc | ||
| 20234 | object. | ||
| 20235 | |||
| 20236 | \(fn PKG)" t nil) | ||
| 20237 | |||
| 20238 | (autoload 'package-install-from-buffer "package" "\ | 20280 | (autoload 'package-install-from-buffer "package" "\ |
| 20239 | Install a package from the current buffer. | 20281 | Install a package from the current buffer. |
| 20240 | The current buffer is assumed to be a single .el or .tar file or | 20282 | The current buffer is assumed to be a single .el or .tar file or |
| @@ -20261,6 +20303,13 @@ If some packages are not installed propose to install them. | |||
| 20261 | 20303 | ||
| 20262 | \(fn)" t nil) | 20304 | \(fn)" t nil) |
| 20263 | 20305 | ||
| 20306 | (autoload 'package-reinstall "package" "\ | ||
| 20307 | Reinstall package PKG. | ||
| 20308 | PKG should be either a symbol, the package name, or a package-desc | ||
| 20309 | object. | ||
| 20310 | |||
| 20311 | \(fn PKG)" t nil) | ||
| 20312 | |||
| 20264 | (autoload 'package-autoremove "package" "\ | 20313 | (autoload 'package-autoremove "package" "\ |
| 20265 | Remove packages that are no more needed. | 20314 | Remove packages that are no more needed. |
| 20266 | 20315 | ||
| @@ -20270,25 +20319,6 @@ will be deleted. | |||
| 20270 | 20319 | ||
| 20271 | \(fn)" t nil) | 20320 | \(fn)" t nil) |
| 20272 | 20321 | ||
| 20273 | (autoload 'package-import-keyring "package" "\ | ||
| 20274 | Import keys from FILE. | ||
| 20275 | |||
| 20276 | \(fn &optional FILE)" t nil) | ||
| 20277 | |||
| 20278 | (autoload 'package-refresh-contents "package" "\ | ||
| 20279 | Download the ELPA archive description if needed. | ||
| 20280 | This informs Emacs about the latest versions of all packages, and | ||
| 20281 | makes them available for download. | ||
| 20282 | |||
| 20283 | \(fn)" t nil) | ||
| 20284 | |||
| 20285 | (autoload 'package-initialize "package" "\ | ||
| 20286 | Load Emacs Lisp packages, and activate them. | ||
| 20287 | The variable `package-load-list' controls which packages to load. | ||
| 20288 | If optional arg NO-ACTIVATE is non-nil, don't activate packages. | ||
| 20289 | |||
| 20290 | \(fn &optional NO-ACTIVATE)" t nil) | ||
| 20291 | |||
| 20292 | (autoload 'describe-package "package" "\ | 20322 | (autoload 'describe-package "package" "\ |
| 20293 | Display the full documentation of PACKAGE (a symbol). | 20323 | Display the full documentation of PACKAGE (a symbol). |
| 20294 | 20324 | ||
| @@ -20418,8 +20448,8 @@ Check if KEY is in the cache. | |||
| 20418 | 20448 | ||
| 20419 | ;;;*** | 20449 | ;;;*** |
| 20420 | 20450 | ||
| 20421 | ;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (21739 3132 687120 | 20451 | ;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (21777 14770 |
| 20422 | ;;;;;; 143000)) | 20452 | ;;;;;; 397461 322000)) |
| 20423 | ;;; Generated autoloads from emacs-lisp/pcase.el | 20453 | ;;; Generated autoloads from emacs-lisp/pcase.el |
| 20424 | 20454 | ||
| 20425 | (autoload 'pcase "pcase" "\ | 20455 | (autoload 'pcase "pcase" "\ |
| @@ -20433,7 +20463,6 @@ UPatterns can take the following forms: | |||
| 20433 | (or UPAT...) matches if any of the patterns matches. | 20463 | (or UPAT...) matches if any of the patterns matches. |
| 20434 | (and UPAT...) matches if all the patterns match. | 20464 | (and UPAT...) matches if all the patterns match. |
| 20435 | 'VAL matches if the object is `equal' to VAL | 20465 | 'VAL matches if the object is `equal' to VAL |
| 20436 | `QPAT matches if the QPattern QPAT matches. | ||
| 20437 | (pred FUN) matches if FUN applied to the object returns non-nil. | 20466 | (pred FUN) matches if FUN applied to the object returns non-nil. |
| 20438 | (guard BOOLEXP) matches if BOOLEXP evaluates to non-nil. | 20467 | (guard BOOLEXP) matches if BOOLEXP evaluates to non-nil. |
| 20439 | (let UPAT EXP) matches if EXP matches UPAT. | 20468 | (let UPAT EXP) matches if EXP matches UPAT. |
| @@ -20441,14 +20470,6 @@ UPatterns can take the following forms: | |||
| 20441 | If a SYMBOL is used twice in the same pattern (i.e. the pattern is | 20470 | If a SYMBOL is used twice in the same pattern (i.e. the pattern is |
| 20442 | \"non-linear\"), then the second occurrence is turned into an `eq'uality test. | 20471 | \"non-linear\"), then the second occurrence is turned into an `eq'uality test. |
| 20443 | 20472 | ||
| 20444 | QPatterns can take the following forms: | ||
| 20445 | (QPAT1 . QPAT2) matches if QPAT1 matches the car and QPAT2 the cdr. | ||
| 20446 | [QPAT1 QPAT2..QPATn] matches a vector of length n and QPAT1..QPATn match | ||
| 20447 | its 0..(n-1)th elements, respectively. | ||
| 20448 | ,UPAT matches if the UPattern UPAT matches. | ||
| 20449 | STRING matches if the object is `equal' to STRING. | ||
| 20450 | ATOM matches if the object is `eq' to ATOM. | ||
| 20451 | |||
| 20452 | FUN can take the form | 20473 | FUN can take the form |
| 20453 | SYMBOL or (lambda ARGS BODY) in which case it's called with one argument. | 20474 | SYMBOL or (lambda ARGS BODY) in which case it's called with one argument. |
| 20454 | (F ARG1 .. ARGn) in which case F gets called with an n+1'th argument | 20475 | (F ARG1 .. ARGn) in which case F gets called with an n+1'th argument |
| @@ -20461,6 +20482,9 @@ E.g. you can match pairs where the cdr is larger than the car with a pattern | |||
| 20461 | like `(,a . ,(pred (< a))) or, with more checks: | 20482 | like `(,a . ,(pred (< a))) or, with more checks: |
| 20462 | `(,(and a (pred numberp)) . ,(and (pred numberp) (pred (< a)))) | 20483 | `(,(and a (pred numberp)) . ,(and (pred numberp) (pred (< a)))) |
| 20463 | 20484 | ||
| 20485 | Additional patterns can be defined via `pcase-defmacro'. | ||
| 20486 | Currently, the following patterns are provided this way: | ||
| 20487 | |||
| 20464 | \(fn EXP &rest CASES)" nil t) | 20488 | \(fn EXP &rest CASES)" nil t) |
| 20465 | 20489 | ||
| 20466 | (function-put 'pcase 'lisp-indent-function '1) | 20490 | (function-put 'pcase 'lisp-indent-function '1) |
| @@ -20473,8 +20497,10 @@ The exhaustive version of `pcase' (which see). | |||
| 20473 | (function-put 'pcase-exhaustive 'lisp-indent-function '1) | 20497 | (function-put 'pcase-exhaustive 'lisp-indent-function '1) |
| 20474 | 20498 | ||
| 20475 | (autoload 'pcase-lambda "pcase" "\ | 20499 | (autoload 'pcase-lambda "pcase" "\ |
| 20476 | Like `lambda' but allow each argument to be a pattern. | 20500 | Like `lambda' but allow each argument to be a UPattern. |
| 20477 | `&rest' argument is supported. | 20501 | I.e. accepts the usual &optional and &rest keywords, but every |
| 20502 | formal argument can be any pattern accepted by `pcase' (a mere | ||
| 20503 | variable name being but a special case of it). | ||
| 20478 | 20504 | ||
| 20479 | \(fn LAMBDA-LIST &rest BODY)" nil t) | 20505 | \(fn LAMBDA-LIST &rest BODY)" nil t) |
| 20480 | 20506 | ||
| @@ -20948,8 +20974,8 @@ they are not by default assigned to keys. | |||
| 20948 | 20974 | ||
| 20949 | ;;;*** | 20975 | ;;;*** |
| 20950 | 20976 | ||
| 20951 | ;;;### (autoloads nil "plstore" "gnus/plstore.el" (21670 32331 385639 | 20977 | ;;;### (autoloads nil "plstore" "gnus/plstore.el" (21786 29744 368212 |
| 20952 | ;;;;;; 720000)) | 20978 | ;;;;;; 633000)) |
| 20953 | ;;; Generated autoloads from gnus/plstore.el | 20979 | ;;; Generated autoloads from gnus/plstore.el |
| 20954 | 20980 | ||
| 20955 | (autoload 'plstore-open "plstore" "\ | 20981 | (autoload 'plstore-open "plstore" "\ |
| @@ -21987,10 +22013,10 @@ If EXTENSION is any other symbol, it is ignored. | |||
| 21987 | 22013 | ||
| 21988 | ;;;*** | 22014 | ;;;*** |
| 21989 | 22015 | ||
| 21990 | ;;;### (autoloads nil "python" "progmodes/python.el" (21743 190 195328 | 22016 | ;;;### (autoloads nil "python" "progmodes/python.el" (21781 11826 |
| 21991 | ;;;;;; 729000)) | 22017 | ;;;;;; 448890 994000)) |
| 21992 | ;;; Generated autoloads from progmodes/python.el | 22018 | ;;; Generated autoloads from progmodes/python.el |
| 21993 | (push (purecopy '(python 0 24 4)) package--builtin-versions) | 22019 | (push (purecopy '(python 0 24 5)) package--builtin-versions) |
| 21994 | 22020 | ||
| 21995 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode)) | 22021 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode)) |
| 21996 | 22022 | ||
| @@ -22044,8 +22070,8 @@ them into characters should be done separately. | |||
| 22044 | 22070 | ||
| 22045 | ;;;*** | 22071 | ;;;*** |
| 22046 | 22072 | ||
| 22047 | ;;;### (autoloads nil "quail" "international/quail.el" (21673 8506 | 22073 | ;;;### (autoloads nil "quail" "international/quail.el" (21761 26543 |
| 22048 | ;;;;;; 69195 402000)) | 22074 | ;;;;;; 734945 674000)) |
| 22049 | ;;; Generated autoloads from international/quail.el | 22075 | ;;; Generated autoloads from international/quail.el |
| 22050 | 22076 | ||
| 22051 | (autoload 'quail-title "quail" "\ | 22077 | (autoload 'quail-title "quail" "\ |
| @@ -22275,8 +22301,8 @@ of each directory. | |||
| 22275 | 22301 | ||
| 22276 | ;;;*** | 22302 | ;;;*** |
| 22277 | 22303 | ||
| 22278 | ;;;### (autoloads nil "quail/hangul" "leim/quail/hangul.el" (21670 | 22304 | ;;;### (autoloads nil "quail/hangul" "leim/quail/hangul.el" (21770 |
| 22279 | ;;;;;; 32331 385639 720000)) | 22305 | ;;;;;; 41522 196747 399000)) |
| 22280 | ;;; Generated autoloads from leim/quail/hangul.el | 22306 | ;;; Generated autoloads from leim/quail/hangul.el |
| 22281 | 22307 | ||
| 22282 | (autoload 'hangul-input-method-activate "quail/hangul" "\ | 22308 | (autoload 'hangul-input-method-activate "quail/hangul" "\ |
| @@ -22955,8 +22981,8 @@ variable. | |||
| 22955 | 22981 | ||
| 22956 | ;;;*** | 22982 | ;;;*** |
| 22957 | 22983 | ||
| 22958 | ;;;### (autoloads nil "rmail" "mail/rmail.el" (21748 38880 365329 | 22984 | ;;;### (autoloads nil "rmail" "mail/rmail.el" (21756 8970 306748 |
| 22959 | ;;;;;; 577000)) | 22985 | ;;;;;; 51000)) |
| 22960 | ;;; Generated autoloads from mail/rmail.el | 22986 | ;;; Generated autoloads from mail/rmail.el |
| 22961 | 22987 | ||
| 22962 | (defvar rmail-file-name (purecopy "~/RMAIL") "\ | 22988 | (defvar rmail-file-name (purecopy "~/RMAIL") "\ |
| @@ -23403,8 +23429,8 @@ for modes derived from Text mode, like Mail mode. | |||
| 23403 | 23429 | ||
| 23404 | ;;;*** | 23430 | ;;;*** |
| 23405 | 23431 | ||
| 23406 | ;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (21670 | 23432 | ;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (21771 |
| 23407 | ;;;;;; 32331 385639 720000)) | 23433 | ;;;;;; 62389 36768 739000)) |
| 23408 | ;;; Generated autoloads from progmodes/ruby-mode.el | 23434 | ;;; Generated autoloads from progmodes/ruby-mode.el |
| 23409 | (push (purecopy '(ruby-mode 1 2)) package--builtin-versions) | 23435 | (push (purecopy '(ruby-mode 1 2)) package--builtin-versions) |
| 23410 | 23436 | ||
| @@ -23977,8 +24003,8 @@ Major mode for editing Wisent grammars. | |||
| 23977 | 24003 | ||
| 23978 | ;;;*** | 24004 | ;;;*** |
| 23979 | 24005 | ||
| 23980 | ;;;### (autoloads nil "sendmail" "mail/sendmail.el" (21670 32331 | 24006 | ;;;### (autoloads nil "sendmail" "mail/sendmail.el" (21786 29744 |
| 23981 | ;;;;;; 385639 720000)) | 24007 | ;;;;;; 368212 633000)) |
| 23982 | ;;; Generated autoloads from mail/sendmail.el | 24008 | ;;; Generated autoloads from mail/sendmail.el |
| 23983 | 24009 | ||
| 23984 | (defvar mail-from-style 'default "\ | 24010 | (defvar mail-from-style 'default "\ |
| @@ -24259,10 +24285,10 @@ Like `mail' command, but display mail buffer in another frame. | |||
| 24259 | 24285 | ||
| 24260 | ;;;*** | 24286 | ;;;*** |
| 24261 | 24287 | ||
| 24262 | ;;;### (autoloads nil "seq" "emacs-lisp/seq.el" (21724 35774 954622 | 24288 | ;;;### (autoloads nil "seq" "emacs-lisp/seq.el" (21778 35636 244616 |
| 24263 | ;;;;;; 790000)) | 24289 | ;;;;;; 784000)) |
| 24264 | ;;; Generated autoloads from emacs-lisp/seq.el | 24290 | ;;; Generated autoloads from emacs-lisp/seq.el |
| 24265 | (push (purecopy '(seq 1 2)) package--builtin-versions) | 24291 | (push (purecopy '(seq 1 3)) package--builtin-versions) |
| 24266 | 24292 | ||
| 24267 | ;;;*** | 24293 | ;;;*** |
| 24268 | 24294 | ||
| @@ -24377,8 +24403,8 @@ formula: | |||
| 24377 | 24403 | ||
| 24378 | ;;;*** | 24404 | ;;;*** |
| 24379 | 24405 | ||
| 24380 | ;;;### (autoloads nil "sgml-mode" "textmodes/sgml-mode.el" (21670 | 24406 | ;;;### (autoloads nil "sgml-mode" "textmodes/sgml-mode.el" (21775 |
| 24381 | ;;;;;; 32331 885635 586000)) | 24407 | ;;;;;; 59440 64641 144000)) |
| 24382 | ;;; Generated autoloads from textmodes/sgml-mode.el | 24408 | ;;; Generated autoloads from textmodes/sgml-mode.el |
| 24383 | 24409 | ||
| 24384 | (autoload 'sgml-mode "sgml-mode" "\ | 24410 | (autoload 'sgml-mode "sgml-mode" "\ |
| @@ -25352,10 +25378,10 @@ Return a vector containing the lines from `spook-phrases-file'. | |||
| 25352 | 25378 | ||
| 25353 | ;;;*** | 25379 | ;;;*** |
| 25354 | 25380 | ||
| 25355 | ;;;### (autoloads nil "sql" "progmodes/sql.el" (21670 32331 885635 | 25381 | ;;;### (autoloads nil "sql" "progmodes/sql.el" (21765 23600 805241 |
| 25356 | ;;;;;; 586000)) | 25382 | ;;;;;; 145000)) |
| 25357 | ;;; Generated autoloads from progmodes/sql.el | 25383 | ;;; Generated autoloads from progmodes/sql.el |
| 25358 | (push (purecopy '(sql 3 4)) package--builtin-versions) | 25384 | (push (purecopy '(sql 3 5)) package--builtin-versions) |
| 25359 | 25385 | ||
| 25360 | (autoload 'sql-add-product-keywords "sql" "\ | 25386 | (autoload 'sql-add-product-keywords "sql" "\ |
| 25361 | Add highlighting KEYWORDS for SQL PRODUCT. | 25387 | Add highlighting KEYWORDS for SQL PRODUCT. |
| @@ -26889,7 +26915,7 @@ Normally input is edited in Emacs and sent a line at a time. | |||
| 26889 | 26915 | ||
| 26890 | ;;;*** | 26916 | ;;;*** |
| 26891 | 26917 | ||
| 26892 | ;;;### (autoloads nil "term" "term.el" (21670 32331 885635 586000)) | 26918 | ;;;### (autoloads nil "term" "term.el" (21775 59440 64641 144000)) |
| 26893 | ;;; Generated autoloads from term.el | 26919 | ;;; Generated autoloads from term.el |
| 26894 | 26920 | ||
| 26895 | (autoload 'make-term "term" "\ | 26921 | (autoload 'make-term "term" "\ |
| @@ -28045,8 +28071,8 @@ Its value should be an event that has a binding in MENU. | |||
| 28045 | 28071 | ||
| 28046 | ;;;*** | 28072 | ;;;*** |
| 28047 | 28073 | ||
| 28048 | ;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (21670 | 28074 | ;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (21750 |
| 28049 | ;;;;;; 32330 885624 725000)) | 28075 | ;;;;;; 59840 206034 761000)) |
| 28050 | ;;; Generated autoloads from calendar/todo-mode.el | 28076 | ;;; Generated autoloads from calendar/todo-mode.el |
| 28051 | 28077 | ||
| 28052 | (autoload 'todo-show "todo-mode" "\ | 28078 | (autoload 'todo-show "todo-mode" "\ |
| @@ -28244,8 +28270,8 @@ the output buffer or changing the window configuration. | |||
| 28244 | 28270 | ||
| 28245 | ;;;*** | 28271 | ;;;*** |
| 28246 | 28272 | ||
| 28247 | ;;;### (autoloads nil "tramp" "net/tramp.el" (21704 50495 455324 | 28273 | ;;;### (autoloads nil "tramp" "net/tramp.el" (21766 44463 655319 |
| 28248 | ;;;;;; 752000)) | 28274 | ;;;;;; 936000)) |
| 28249 | ;;; Generated autoloads from net/tramp.el | 28275 | ;;; Generated autoloads from net/tramp.el |
| 28250 | 28276 | ||
| 28251 | (defvar tramp-mode t "\ | 28277 | (defvar tramp-mode t "\ |
| @@ -28331,7 +28357,7 @@ Invoke Tramp file name completion handler. | |||
| 28331 | Falls back to normal file name handler if no Tramp file name handler exists." (let ((directory-sep-char 47) (fn (assoc operation tramp-completion-file-name-handler-alist))) (if (and fn tramp-mode (or (eq tramp-syntax (quote sep)) (featurep (quote tramp)) (and (boundp (quote partial-completion-mode)) (symbol-value (quote partial-completion-mode))) (featurep (quote ido)) (featurep (quote icicles)))) (save-match-data (apply (cdr fn) args)) (tramp-completion-run-real-handler operation args)))) | 28357 | Falls back to normal file name handler if no Tramp file name handler exists." (let ((directory-sep-char 47) (fn (assoc operation tramp-completion-file-name-handler-alist))) (if (and fn tramp-mode (or (eq tramp-syntax (quote sep)) (featurep (quote tramp)) (and (boundp (quote partial-completion-mode)) (symbol-value (quote partial-completion-mode))) (featurep (quote ido)) (featurep (quote icicles)))) (save-match-data (apply (cdr fn) args)) (tramp-completion-run-real-handler operation args)))) |
| 28332 | 28358 | ||
| 28333 | (defun tramp-autoload-file-name-handler (operation &rest args) "\ | 28359 | (defun tramp-autoload-file-name-handler (operation &rest args) "\ |
| 28334 | Load Tramp file name handler, and perform OPERATION." (let ((default-directory (or (symbol-value (quote temporary-file-directory)) "/"))) (load "tramp" nil t)) (apply operation args)) | 28360 | Load Tramp file name handler, and perform OPERATION." (let ((default-directory "/")) (load "tramp" nil t)) (apply operation args)) |
| 28335 | 28361 | ||
| 28336 | (defun tramp-register-autoload-file-name-handlers nil "\ | 28362 | (defun tramp-register-autoload-file-name-handlers nil "\ |
| 28337 | Add Tramp file name handlers to `file-name-handler-alist' during autoload." (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-autoload-file-name-handler))) (put (quote tramp-autoload-file-name-handler) (quote safe-magic) t) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t)) | 28363 | Add Tramp file name handlers to `file-name-handler-alist' during autoload." (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-autoload-file-name-handler))) (put (quote tramp-autoload-file-name-handler) (quote safe-magic) t) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t)) |
| @@ -28912,8 +28938,8 @@ overriding the value of `url-gateway-method'. | |||
| 28912 | 28938 | ||
| 28913 | ;;;*** | 28939 | ;;;*** |
| 28914 | 28940 | ||
| 28915 | ;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (21670 | 28941 | ;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (21766 |
| 28916 | ;;;;;; 32331 885635 586000)) | 28942 | ;;;;;; 44463 655319 936000)) |
| 28917 | ;;; Generated autoloads from url/url-handlers.el | 28943 | ;;; Generated autoloads from url/url-handlers.el |
| 28918 | 28944 | ||
| 28919 | (defvar url-handler-mode nil "\ | 28945 | (defvar url-handler-mode nil "\ |
| @@ -31903,8 +31929,8 @@ The argument has the same meaning as in `apropos'. | |||
| 31903 | 31929 | ||
| 31904 | ;;;*** | 31930 | ;;;*** |
| 31905 | 31931 | ||
| 31906 | ;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (21670 32331 885635 | 31932 | ;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (21779 56495 106033 |
| 31907 | ;;;;;; 586000)) | 31933 | ;;;;;; 935000)) |
| 31908 | ;;; Generated autoloads from xt-mouse.el | 31934 | ;;; Generated autoloads from xt-mouse.el |
| 31909 | 31935 | ||
| 31910 | (defvar xterm-mouse-mode nil "\ | 31936 | (defvar xterm-mouse-mode nil "\ |
| @@ -32035,46 +32061,46 @@ Zone out, completely. | |||
| 32035 | ;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el" "emacs-lisp/eieio-base.el" | 32061 | ;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el" "emacs-lisp/eieio-base.el" |
| 32036 | ;;;;;; "emacs-lisp/eieio-compat.el" "emacs-lisp/eieio-custom.el" | 32062 | ;;;;;; "emacs-lisp/eieio-compat.el" "emacs-lisp/eieio-custom.el" |
| 32037 | ;;;;;; "emacs-lisp/eieio-datadebug.el" "emacs-lisp/eieio-opt.el" | 32063 | ;;;;;; "emacs-lisp/eieio-datadebug.el" "emacs-lisp/eieio-opt.el" |
| 32038 | ;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" | 32064 | ;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/generator.el" |
| 32039 | ;;;;;; "emacs-lisp/smie.el" "emacs-lisp/subr-x.el" "emacs-lisp/tcover-ses.el" | 32065 | ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" "emacs-lisp/smie.el" |
| 32040 | ;;;;;; "emacs-lisp/tcover-unsafep.el" "emulation/cua-gmrk.el" "emulation/edt-lk201.el" | 32066 | ;;;;;; "emacs-lisp/subr-x.el" "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el" |
| 32041 | ;;;;;; "emulation/edt-mapper.el" "emulation/edt-pc.el" "emulation/edt-vt100.el" | 32067 | ;;;;;; "emulation/cua-gmrk.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el" |
| 32042 | ;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el" | 32068 | ;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/viper-cmd.el" |
| 32043 | ;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el" | 32069 | ;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" |
| 32044 | ;;;;;; "emulation/viper-util.el" "erc/erc-backend.el" "erc/erc-goodies.el" | 32070 | ;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el" |
| 32045 | ;;;;;; "erc/erc-ibuffer.el" "erc/erc-lang.el" "eshell/em-alias.el" | 32071 | ;;;;;; "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el" |
| 32046 | ;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el" | 32072 | ;;;;;; "erc/erc-lang.el" "eshell/em-alias.el" "eshell/em-banner.el" |
| 32047 | ;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el" | 32073 | ;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el" |
| 32048 | ;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el" | 32074 | ;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el" |
| 32049 | ;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el" | 32075 | ;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" |
| 32050 | ;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el" | 32076 | ;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" |
| 32051 | ;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el" | 32077 | ;;;;;; "eshell/em-tramp.el" "eshell/em-unix.el" "eshell/em-xtra.el" |
| 32052 | ;;;;;; "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el" | 32078 | ;;;;;; "eshell/esh-arg.el" "eshell/esh-cmd.el" "eshell/esh-ext.el" |
| 32053 | ;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el" | 32079 | ;;;;;; "eshell/esh-groups.el" "eshell/esh-io.el" "eshell/esh-module.el" |
| 32054 | ;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "format-spec.el" | 32080 | ;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el" |
| 32055 | ;;;;;; "fringe.el" "generic-x.el" "gnus/compface.el" "gnus/gnus-async.el" | 32081 | ;;;;;; "eshell/esh-var.el" "ezimage.el" "format-spec.el" "fringe.el" |
| 32056 | ;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cloud.el" | 32082 | ;;;;;; "generic-x.el" "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" |
| 32057 | ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-dup.el" | 32083 | ;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cloud.el" "gnus/gnus-cus.el" |
| 32058 | ;;;;;; "gnus/gnus-eform.el" "gnus/gnus-ems.el" "gnus/gnus-icalendar.el" | 32084 | ;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" |
| 32059 | ;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el" | 32085 | ;;;;;; "gnus/gnus-ems.el" "gnus/gnus-icalendar.el" "gnus/gnus-int.el" |
| 32060 | ;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-srvr.el" | 32086 | ;;;;;; "gnus/gnus-logic.el" "gnus/gnus-mh.el" "gnus/gnus-salt.el" |
| 32061 | ;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el" | 32087 | ;;;;;; "gnus/gnus-score.el" "gnus/gnus-srvr.el" "gnus/gnus-topic.el" |
| 32062 | ;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el" | 32088 | ;;;;;; "gnus/gnus-undo.el" "gnus/gnus-util.el" "gnus/gnus-uu.el" |
| 32063 | ;;;;;; "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" "gnus/mail-prsvr.el" | 32089 | ;;;;;; "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el" |
| 32064 | ;;;;;; "gnus/mail-source.el" "gnus/mailcap.el" "gnus/messcompat.el" | 32090 | ;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/mail-source.el" |
| 32065 | ;;;;;; "gnus/mm-archive.el" "gnus/mm-bodies.el" "gnus/mm-decode.el" | 32091 | ;;;;;; "gnus/mailcap.el" "gnus/messcompat.el" "gnus/mm-archive.el" |
| 32066 | ;;;;;; "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" | 32092 | ;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-util.el" |
| 32067 | ;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" | 32093 | ;;;;;; "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" "gnus/nnagent.el" |
| 32068 | ;;;;;; "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el" | 32094 | ;;;;;; "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" "gnus/nneething.el" |
| 32069 | ;;;;;; "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el" "gnus/nnmaildir.el" | 32095 | ;;;;;; "gnus/nngateway.el" "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" |
| 32070 | ;;;;;; "gnus/nnmairix.el" "gnus/nnmbox.el" "gnus/nnmh.el" "gnus/nnnil.el" | 32096 | ;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el" |
| 32071 | ;;;;;; "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el" "gnus/nnspool.el" | 32097 | ;;;;;; "gnus/nnmh.el" "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" |
| 32072 | ;;;;;; "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el" "gnus/registry.el" | 32098 | ;;;;;; "gnus/nnrss.el" "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" |
| 32073 | ;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2231.el" | 32099 | ;;;;;; "gnus/nnweb.el" "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el" |
| 32074 | ;;;;;; "gnus/rtree.el" "gnus/sieve-manage.el" "gnus/smime.el" "gnus/spam-stat.el" | 32100 | ;;;;;; "gnus/rfc2047.el" "gnus/rfc2231.el" "gnus/rtree.el" "gnus/sieve-manage.el" |
| 32075 | ;;;;;; "gnus/spam-wash.el" "hex-util.el" "hfy-cmap.el" "ibuf-ext.el" | 32101 | ;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "hex-util.el" |
| 32076 | ;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el" | 32102 | ;;;;;; "hfy-cmap.el" "ibuf-ext.el" "international/cp51932.el" "international/eucjp-ms.el" |
| 32077 | ;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el" | 32103 | ;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el" |
| 32078 | ;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "kermit.el" | 32104 | ;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "kermit.el" |
| 32079 | ;;;;;; "language/hanja-util.el" "language/thai-word.el" "ldefs-boot.el" | 32105 | ;;;;;; "language/hanja-util.el" "language/thai-word.el" "ldefs-boot.el" |
| 32080 | ;;;;;; "leim/quail/arabic.el" "leim/quail/croatian.el" "leim/quail/cyril-jis.el" | 32106 | ;;;;;; "leim/quail/arabic.el" "leim/quail/croatian.el" "leim/quail/cyril-jis.el" |
| @@ -32165,8 +32191,8 @@ Zone out, completely. | |||
| 32165 | ;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" | 32191 | ;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" |
| 32166 | ;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" | 32192 | ;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" |
| 32167 | ;;;;;; "vc/vc-filewise.el" "vcursor.el" "vt-control.el" "vt100-led.el" | 32193 | ;;;;;; "vc/vc-filewise.el" "vcursor.el" "vt-control.el" "vt100-led.el" |
| 32168 | ;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (21748 43392 687411 | 32194 | ;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (21787 50860 126301 |
| 32169 | ;;;;;; 995000)) | 32195 | ;;;;;; 167000)) |
| 32170 | 32196 | ||
| 32171 | ;;;*** | 32197 | ;;;*** |
| 32172 | 32198 | ||