diff options
| author | Glenn Morris | 2015-12-01 06:18:24 -0500 |
|---|---|---|
| committer | Glenn Morris | 2015-12-01 06:18:24 -0500 |
| commit | cb0aa29a9bff8ee8a90cf28c1fe627dc1c777837 (patch) | |
| tree | ecf511d92ef0f6ac4e81f5134b7a792b2acffc44 | |
| parent | 1c25d3712e52cf91f7ca38984aa409e62bd35511 (diff) | |
| download | emacs-cb0aa29a9bff8ee8a90cf28c1fe627dc1c777837.tar.gz emacs-cb0aa29a9bff8ee8a90cf28c1fe627dc1c777837.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 467 |
1 files changed, 252 insertions, 215 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index d8f627aa7e4..469105674b6 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -1153,8 +1153,8 @@ Returns list of symbols and documentation found. | |||
| 1153 | 1153 | ||
| 1154 | ;;;*** | 1154 | ;;;*** |
| 1155 | 1155 | ||
| 1156 | ;;;### (autoloads nil "arc-mode" "arc-mode.el" (22027 46774 644310 | 1156 | ;;;### (autoloads nil "arc-mode" "arc-mode.el" (22085 50883 177731 |
| 1157 | ;;;;;; 591000)) | 1157 | ;;;;;; 271000)) |
| 1158 | ;;; Generated autoloads from arc-mode.el | 1158 | ;;; Generated autoloads from arc-mode.el |
| 1159 | 1159 | ||
| 1160 | (autoload 'archive-mode "arc-mode" "\ | 1160 | (autoload 'archive-mode "arc-mode" "\ |
| @@ -2123,14 +2123,15 @@ a reflection. | |||
| 2123 | 2123 | ||
| 2124 | ;;;*** | 2124 | ;;;*** |
| 2125 | 2125 | ||
| 2126 | ;;;### (autoloads nil "bookmark" "bookmark.el" (22011 58553 109858 | 2126 | ;;;### (autoloads nil "bookmark" "bookmark.el" (22081 53819 631137 |
| 2127 | ;;;;;; 469000)) | 2127 | ;;;;;; 351000)) |
| 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) |
| 2131 | (define-key ctl-x-r-map "M" 'bookmark-set-no-overwrite) | ||
| 2131 | (define-key ctl-x-r-map "l" 'bookmark-bmenu-list) | 2132 | (define-key ctl-x-r-map "l" 'bookmark-bmenu-list) |
| 2132 | 2133 | ||
| 2133 | (defvar bookmark-map (let ((map (make-sparse-keymap))) (define-key map "x" 'bookmark-set) (define-key map "m" 'bookmark-set) (define-key map "j" 'bookmark-jump) (define-key map "g" 'bookmark-jump) (define-key map "o" 'bookmark-jump-other-window) (define-key map "i" 'bookmark-insert) (define-key map "e" 'edit-bookmarks) (define-key map "f" 'bookmark-insert-location) (define-key map "r" 'bookmark-rename) (define-key map "d" 'bookmark-delete) (define-key map "l" 'bookmark-load) (define-key map "w" 'bookmark-write) (define-key map "s" 'bookmark-save) map) "\ | 2134 | (defvar bookmark-map (let ((map (make-sparse-keymap))) (define-key map "x" 'bookmark-set) (define-key map "m" 'bookmark-set) (define-key map "M" 'bookmark-set-no-overwrite) (define-key map "j" 'bookmark-jump) (define-key map "g" 'bookmark-jump) (define-key map "o" 'bookmark-jump-other-window) (define-key map "i" 'bookmark-insert) (define-key map "e" 'edit-bookmarks) (define-key map "f" 'bookmark-insert-location) (define-key map "r" 'bookmark-rename) (define-key map "d" 'bookmark-delete) (define-key map "l" 'bookmark-load) (define-key map "w" 'bookmark-write) (define-key map "s" 'bookmark-save) map) "\ |
| 2134 | Keymap containing bindings to bookmark functions. | 2135 | Keymap containing bindings to bookmark functions. |
| 2135 | It is not bound to any key by default: to bind it | 2136 | It is not bound to any key by default: to bind it |
| 2136 | so that you have a bookmark prefix, just use `global-set-key' and bind a | 2137 | so that you have a bookmark prefix, just use `global-set-key' and bind a |
| @@ -2140,7 +2141,7 @@ functions have a binding in this keymap.") | |||
| 2140 | 2141 | ||
| 2141 | (autoload 'bookmark-set "bookmark" "\ | 2142 | (autoload 'bookmark-set "bookmark" "\ |
| 2142 | Set a bookmark named NAME at the current location. | 2143 | Set a bookmark named NAME at the current location. |
| 2143 | If name is nil, then prompt the user. | 2144 | If NAME is nil, then prompt the user. |
| 2144 | 2145 | ||
| 2145 | With a prefix arg (non-nil NO-OVERWRITE), do not overwrite any | 2146 | With a prefix arg (non-nil NO-OVERWRITE), do not overwrite any |
| 2146 | existing bookmark that has the same name as NAME, but instead push the | 2147 | existing bookmark that has the same name as NAME, but instead push the |
| @@ -2165,6 +2166,36 @@ the list of bookmarks.) | |||
| 2165 | 2166 | ||
| 2166 | \(fn &optional NAME NO-OVERWRITE)" t nil) | 2167 | \(fn &optional NAME NO-OVERWRITE)" t nil) |
| 2167 | 2168 | ||
| 2169 | (autoload 'bookmark-set-no-overwrite "bookmark" "\ | ||
| 2170 | Set a bookmark named NAME at the current location. | ||
| 2171 | If NAME is nil, then prompt the user. | ||
| 2172 | |||
| 2173 | If a bookmark named NAME already exists and prefix argument | ||
| 2174 | PUSH-BOOKMARK is non-nil, then push the new bookmark onto the | ||
| 2175 | bookmark alist. Pushing it means that among bookmarks named | ||
| 2176 | NAME, this one becomes the one in effect, but the others are | ||
| 2177 | still there, in order, and become effective again if the user | ||
| 2178 | ever deletes the most recent one. | ||
| 2179 | |||
| 2180 | Otherwise, if a bookmark named NAME already exists but PUSH-BOOKMARK | ||
| 2181 | is nil, raise an error. | ||
| 2182 | |||
| 2183 | To yank words from the text of the buffer and use them as part of the | ||
| 2184 | bookmark name, type C-w while setting a bookmark. Successive C-w's | ||
| 2185 | yank successive words. | ||
| 2186 | |||
| 2187 | Typing C-u inserts (at the bookmark name prompt) the name of the last | ||
| 2188 | bookmark used in the document where the new bookmark is being set; | ||
| 2189 | this helps you use a single bookmark name to track progress through a | ||
| 2190 | large document. If there is no prior bookmark for this document, then | ||
| 2191 | C-u inserts an appropriate name based on the buffer or file. | ||
| 2192 | |||
| 2193 | Use \\[bookmark-delete] to remove bookmarks (you give it a name and | ||
| 2194 | it removes only the first instance of a bookmark with that name from | ||
| 2195 | the list of bookmarks.) | ||
| 2196 | |||
| 2197 | \(fn &optional NAME PUSH-BOOKMARK)" t nil) | ||
| 2198 | |||
| 2168 | (autoload 'bookmark-jump "bookmark" "\ | 2199 | (autoload 'bookmark-jump "bookmark" "\ |
| 2169 | Jump to bookmark BOOKMARK (a point in some file). | 2200 | Jump to bookmark BOOKMARK (a point in some file). |
| 2170 | You may have a problem using this function if the value of variable | 2201 | You may have a problem using this function if the value of variable |
| @@ -2898,7 +2929,7 @@ from the cursor position. | |||
| 2898 | 2929 | ||
| 2899 | ;;;*** | 2930 | ;;;*** |
| 2900 | 2931 | ||
| 2901 | ;;;### (autoloads nil "calc" "calc/calc.el" (22039 37934 737599 199000)) | 2932 | ;;;### (autoloads nil "calc" "calc/calc.el" (22073 59712 746803 451000)) |
| 2902 | ;;; Generated autoloads from calc/calc.el | 2933 | ;;; Generated autoloads from calc/calc.el |
| 2903 | (define-key ctl-x-map "*" 'calc-dispatch) | 2934 | (define-key ctl-x-map "*" 'calc-dispatch) |
| 2904 | 2935 | ||
| @@ -2984,8 +3015,8 @@ See Info node `(calc)Defining Functions'. | |||
| 2984 | 3015 | ||
| 2985 | ;;;*** | 3016 | ;;;*** |
| 2986 | 3017 | ||
| 2987 | ;;;### (autoloads nil "calc-undo" "calc/calc-undo.el" (21670 32330 | 3018 | ;;;### (autoloads nil "calc-undo" "calc/calc-undo.el" (22073 59712 |
| 2988 | ;;;;;; 885624 725000)) | 3019 | ;;;;;; 730803 451000)) |
| 2989 | ;;; Generated autoloads from calc/calc-undo.el | 3020 | ;;; Generated autoloads from calc/calc-undo.el |
| 2990 | 3021 | ||
| 2991 | (autoload 'calc-undo "calc-undo" "\ | 3022 | (autoload 'calc-undo "calc-undo" "\ |
| @@ -2995,8 +3026,8 @@ See Info node `(calc)Defining Functions'. | |||
| 2995 | 3026 | ||
| 2996 | ;;;*** | 3027 | ;;;*** |
| 2997 | 3028 | ||
| 2998 | ;;;### (autoloads nil "calculator" "calculator.el" (21993 28595 966597 | 3029 | ;;;### (autoloads nil "calculator" "calculator.el" (22109 33223 416655 |
| 2999 | ;;;;;; 473000)) | 3030 | ;;;;;; 811000)) |
| 3000 | ;;; Generated autoloads from calculator.el | 3031 | ;;; Generated autoloads from calculator.el |
| 3001 | 3032 | ||
| 3002 | (autoload 'calculator "calculator" "\ | 3033 | (autoload 'calculator "calculator" "\ |
| @@ -3069,8 +3100,8 @@ it fails. | |||
| 3069 | 3100 | ||
| 3070 | ;;;*** | 3101 | ;;;*** |
| 3071 | 3102 | ||
| 3072 | ;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (22011 | 3103 | ;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (22084 |
| 3073 | ;;;;;; 58553 881858 469000)) | 3104 | ;;;;;; 30014 95762 3000)) |
| 3074 | ;;; Generated autoloads from progmodes/cc-engine.el | 3105 | ;;; Generated autoloads from progmodes/cc-engine.el |
| 3075 | 3106 | ||
| 3076 | (autoload 'c-guess-basic-syntax "cc-engine" "\ | 3107 | (autoload 'c-guess-basic-syntax "cc-engine" "\ |
| @@ -3179,8 +3210,8 @@ the absolute file name of the file if STYLE-NAME is nil. | |||
| 3179 | 3210 | ||
| 3180 | ;;;*** | 3211 | ;;;*** |
| 3181 | 3212 | ||
| 3182 | ;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (22040 58794 | 3213 | ;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (22084 30014 |
| 3183 | ;;;;;; 688259 771000)) | 3214 | ;;;;;; 99762 3000)) |
| 3184 | ;;; Generated autoloads from progmodes/cc-mode.el | 3215 | ;;; Generated autoloads from progmodes/cc-mode.el |
| 3185 | 3216 | ||
| 3186 | (autoload 'c-initialize-cc-mode "cc-mode" "\ | 3217 | (autoload 'c-initialize-cc-mode "cc-mode" "\ |
| @@ -5117,8 +5148,8 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. | |||
| 5117 | 5148 | ||
| 5118 | ;;;*** | 5149 | ;;;*** |
| 5119 | 5150 | ||
| 5120 | ;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (21670 32330 | 5151 | ;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (22087 6213 |
| 5121 | ;;;;;; 885624 725000)) | 5152 | ;;;;;; 764351 952000)) |
| 5122 | ;;; Generated autoloads from emulation/cua-rect.el | 5153 | ;;; Generated autoloads from emulation/cua-rect.el |
| 5123 | 5154 | ||
| 5124 | (autoload 'cua-rectangle-mark-mode "cua-rect" "\ | 5155 | (autoload 'cua-rectangle-mark-mode "cua-rect" "\ |
| @@ -5150,8 +5181,8 @@ entering the area covered by the text-property property or leaving it. | |||
| 5150 | 5181 | ||
| 5151 | ;;;*** | 5182 | ;;;*** |
| 5152 | 5183 | ||
| 5153 | ;;;### (autoloads nil "cus-edit" "cus-edit.el" (21993 28596 22597 | 5184 | ;;;### (autoloads nil "cus-edit" "cus-edit.el" (22087 6213 748351 |
| 5154 | ;;;;;; 473000)) | 5185 | ;;;;;; 952000)) |
| 5155 | ;;; Generated autoloads from cus-edit.el | 5186 | ;;; Generated autoloads from cus-edit.el |
| 5156 | 5187 | ||
| 5157 | (defvar custom-browse-sort-alphabetically nil "\ | 5188 | (defvar custom-browse-sort-alphabetically nil "\ |
| @@ -6367,8 +6398,8 @@ This requires the external program `diff' to be in your `exec-path'. | |||
| 6367 | 6398 | ||
| 6368 | ;;;*** | 6399 | ;;;*** |
| 6369 | 6400 | ||
| 6370 | ;;;### (autoloads nil "diff-mode" "vc/diff-mode.el" (22011 58554 | 6401 | ;;;### (autoloads nil "diff-mode" "vc/diff-mode.el" (22087 6213 816351 |
| 6371 | ;;;;;; 89858 469000)) | 6402 | ;;;;;; 952000)) |
| 6372 | ;;; Generated autoloads from vc/diff-mode.el | 6403 | ;;; Generated autoloads from vc/diff-mode.el |
| 6373 | 6404 | ||
| 6374 | (autoload 'diff-mode "diff-mode" "\ | 6405 | (autoload 'diff-mode "diff-mode" "\ |
| @@ -6411,7 +6442,7 @@ Optional arguments are passed to `dig-invoke'. | |||
| 6411 | 6442 | ||
| 6412 | ;;;*** | 6443 | ;;;*** |
| 6413 | 6444 | ||
| 6414 | ;;;### (autoloads nil "dired" "dired.el" (22067 17342 118157 143000)) | 6445 | ;;;### (autoloads nil "dired" "dired.el" (22085 50883 181731 271000)) |
| 6415 | ;;; Generated autoloads from dired.el | 6446 | ;;; Generated autoloads from dired.el |
| 6416 | 6447 | ||
| 6417 | (defvar dired-listing-switches (purecopy "-al") "\ | 6448 | (defvar dired-listing-switches (purecopy "-al") "\ |
| @@ -8118,15 +8149,15 @@ BUFFER is put back into its original major mode. | |||
| 8118 | 8149 | ||
| 8119 | ;;;*** | 8150 | ;;;*** |
| 8120 | 8151 | ||
| 8121 | ;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (21998 46624 | 8152 | ;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (22102 59970 |
| 8122 | ;;;;;; 898024 649000)) | 8153 | ;;;;;; 680776 103000)) |
| 8123 | ;;; Generated autoloads from emacs-lisp/eieio.el | 8154 | ;;; Generated autoloads from emacs-lisp/eieio.el |
| 8124 | (push (purecopy '(eieio 1 4)) package--builtin-versions) | 8155 | (push (purecopy '(eieio 1 4)) package--builtin-versions) |
| 8125 | 8156 | ||
| 8126 | ;;;*** | 8157 | ;;;*** |
| 8127 | 8158 | ||
| 8128 | ;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (22067 | 8159 | ;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (22102 |
| 8129 | ;;;;;; 17342 150157 143000)) | 8160 | ;;;;;; 59970 668776 103000)) |
| 8130 | ;;; Generated autoloads from emacs-lisp/eieio-core.el | 8161 | ;;; Generated autoloads from emacs-lisp/eieio-core.el |
| 8131 | (push (purecopy '(eieio-core 1 4)) package--builtin-versions) | 8162 | (push (purecopy '(eieio-core 1 4)) package--builtin-versions) |
| 8132 | 8163 | ||
| @@ -8410,7 +8441,7 @@ Commands: | |||
| 8410 | 8441 | ||
| 8411 | ;;;*** | 8442 | ;;;*** |
| 8412 | 8443 | ||
| 8413 | ;;;### (autoloads nil "epa" "epa.el" (21980 16567 517544 893000)) | 8444 | ;;;### (autoloads nil "epa" "epa.el" (22093 44991 758016 539000)) |
| 8414 | ;;; Generated autoloads from epa.el | 8445 | ;;; Generated autoloads from epa.el |
| 8415 | 8446 | ||
| 8416 | (autoload 'epa-list-keys "epa" "\ | 8447 | (autoload 'epa-list-keys "epa" "\ |
| @@ -8723,7 +8754,7 @@ if ARG is omitted or nil. | |||
| 8723 | 8754 | ||
| 8724 | ;;;*** | 8755 | ;;;*** |
| 8725 | 8756 | ||
| 8726 | ;;;### (autoloads nil "epg" "epg.el" (22011 58553 461858 469000)) | 8757 | ;;;### (autoloads nil "epg" "epg.el" (22076 35900 86633 595000)) |
| 8727 | ;;; Generated autoloads from epg.el | 8758 | ;;; Generated autoloads from epg.el |
| 8728 | (push (purecopy '(epg 1 0 0)) package--builtin-versions) | 8759 | (push (purecopy '(epg 1 0 0)) package--builtin-versions) |
| 8729 | 8760 | ||
| @@ -9132,8 +9163,8 @@ with args, toggle notify status of people. | |||
| 9132 | 9163 | ||
| 9133 | ;;;*** | 9164 | ;;;*** |
| 9134 | 9165 | ||
| 9135 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (21855 | 9166 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (22079 |
| 9136 | ;;;;;; 576 787951 155000)) | 9167 | ;;;;;; 12092 327174 267000)) |
| 9137 | ;;; Generated autoloads from erc/erc-pcomplete.el | 9168 | ;;; Generated autoloads from erc/erc-pcomplete.el |
| 9138 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) | 9169 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) |
| 9139 | 9170 | ||
| @@ -9392,8 +9423,8 @@ corresponding to a successful execution. | |||
| 9392 | 9423 | ||
| 9393 | ;;;*** | 9424 | ;;;*** |
| 9394 | 9425 | ||
| 9395 | ;;;### (autoloads nil "etags" "progmodes/etags.el" (21998 46517 206024 | 9426 | ;;;### (autoloads nil "etags" "progmodes/etags.el" (22087 6213 768351 |
| 9396 | ;;;;;; 649000)) | 9427 | ;;;;;; 952000)) |
| 9397 | ;;; Generated autoloads from progmodes/etags.el | 9428 | ;;; Generated autoloads from progmodes/etags.el |
| 9398 | 9429 | ||
| 9399 | (defvar tags-file-name nil "\ | 9430 | (defvar tags-file-name nil "\ |
| @@ -9703,11 +9734,6 @@ for \\[find-tag] (which see). | |||
| 9703 | 9734 | ||
| 9704 | \(fn)" t nil) | 9735 | \(fn)" t nil) |
| 9705 | 9736 | ||
| 9706 | (autoload 'etags-xref-find "etags" "\ | ||
| 9707 | |||
| 9708 | |||
| 9709 | \(fn ACTION ID)" nil nil) | ||
| 9710 | |||
| 9711 | ;;;*** | 9737 | ;;;*** |
| 9712 | 9738 | ||
| 9713 | ;;;### (autoloads nil "ethio-util" "language/ethio-util.el" (21862 | 9739 | ;;;### (autoloads nil "ethio-util" "language/ethio-util.el" (21862 |
| @@ -10156,8 +10182,8 @@ This is used only in conjunction with `expand-add-abbrevs'. | |||
| 10156 | 10182 | ||
| 10157 | ;;;*** | 10183 | ;;;*** |
| 10158 | 10184 | ||
| 10159 | ;;;### (autoloads nil "f90" "progmodes/f90.el" (22026 25907 635502 | 10185 | ;;;### (autoloads nil "f90" "progmodes/f90.el" (22071 17982 246921 |
| 10160 | ;;;;;; 692000)) | 10186 | ;;;;;; 531000)) |
| 10161 | ;;; Generated autoloads from progmodes/f90.el | 10187 | ;;; Generated autoloads from progmodes/f90.el |
| 10162 | 10188 | ||
| 10163 | (autoload 'f90-mode "f90" "\ | 10189 | (autoload 'f90-mode "f90" "\ |
| @@ -10560,8 +10586,8 @@ the name is considered already unique; only the second substitution | |||
| 10560 | 10586 | ||
| 10561 | ;;;*** | 10587 | ;;;*** |
| 10562 | 10588 | ||
| 10563 | ;;;### (autoloads nil "filenotify" "filenotify.el" (22069 62806 562804 | 10589 | ;;;### (autoloads nil "filenotify" "filenotify.el" (22102 59970 680776 |
| 10564 | ;;;;;; 836000)) | 10590 | ;;;;;; 103000)) |
| 10565 | ;;; Generated autoloads from filenotify.el | 10591 | ;;; Generated autoloads from filenotify.el |
| 10566 | 10592 | ||
| 10567 | (autoload 'file-notify-handle-event "filenotify" "\ | 10593 | (autoload 'file-notify-handle-event "filenotify" "\ |
| @@ -10576,7 +10602,7 @@ Otherwise, signal a `file-notify-error'. | |||
| 10576 | 10602 | ||
| 10577 | ;;;*** | 10603 | ;;;*** |
| 10578 | 10604 | ||
| 10579 | ;;;### (autoloads nil "files-x" "files-x.el" (21998 46517 38024 649000)) | 10605 | ;;;### (autoloads nil "files-x" "files-x.el" (22083 9150 136915 960000)) |
| 10580 | ;;; Generated autoloads from files-x.el | 10606 | ;;; Generated autoloads from files-x.el |
| 10581 | 10607 | ||
| 10582 | (autoload 'add-file-local-variable "files-x" "\ | 10608 | (autoload 'add-file-local-variable "files-x" "\ |
| @@ -12618,8 +12644,8 @@ Declare back end NAME with ABILITIES as a Gnus back end. | |||
| 12618 | 12644 | ||
| 12619 | ;;;*** | 12645 | ;;;*** |
| 12620 | 12646 | ||
| 12621 | ;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (21993 28596 | 12647 | ;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (22080 32958 |
| 12622 | ;;;;;; 110597 473000)) | 12648 | ;;;;;; 2580 652000)) |
| 12623 | ;;; Generated autoloads from gnus/gnus-sum.el | 12649 | ;;; Generated autoloads from gnus/gnus-sum.el |
| 12624 | 12650 | ||
| 12625 | (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ | 12651 | (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ |
| @@ -13357,8 +13383,8 @@ different regions. With numeric argument ARG, behaves like | |||
| 13357 | 13383 | ||
| 13358 | ;;;*** | 13384 | ;;;*** |
| 13359 | 13385 | ||
| 13360 | ;;;### (autoloads nil "help-fns" "help-fns.el" (22067 17342 162157 | 13386 | ;;;### (autoloads nil "help-fns" "help-fns.el" (22083 9150 144915 |
| 13361 | ;;;;;; 143000)) | 13387 | ;;;;;; 960000)) |
| 13362 | ;;; Generated autoloads from help-fns.el | 13388 | ;;; Generated autoloads from help-fns.el |
| 13363 | 13389 | ||
| 13364 | (autoload 'describe-function "help-fns" "\ | 13390 | (autoload 'describe-function "help-fns" "\ |
| @@ -13575,7 +13601,7 @@ Provide help for current mode. | |||
| 13575 | 13601 | ||
| 13576 | ;;;*** | 13602 | ;;;*** |
| 13577 | 13603 | ||
| 13578 | ;;;### (autoloads nil "hexl" "hexl.el" (22056 47028 723798 795000)) | 13604 | ;;;### (autoloads nil "hexl" "hexl.el" (22079 12092 331174 267000)) |
| 13579 | ;;; Generated autoloads from hexl.el | 13605 | ;;; Generated autoloads from hexl.el |
| 13580 | 13606 | ||
| 13581 | (autoload 'hexl-mode "hexl" "\ | 13607 | (autoload 'hexl-mode "hexl" "\ |
| @@ -13601,7 +13627,7 @@ in hexl format. | |||
| 13601 | 13627 | ||
| 13602 | A sample format: | 13628 | A sample format: |
| 13603 | 13629 | ||
| 13604 | HEX ADDR: 0001 0203 0405 0607 0809 0a0b 0c0d 0e0f ASCII-TEXT | 13630 | HEX ADDR: 0011 2233 4455 6677 8899 aabb ccdd eeff ASCII-TEXT |
| 13605 | -------- ---- ---- ---- ---- ---- ---- ---- ---- ---------------- | 13631 | -------- ---- ---- ---- ---- ---- ---- ---- ---- ---------------- |
| 13606 | 00000000: 5468 6973 2069 7320 6865 786c 2d6d 6f64 This is hexl-mod | 13632 | 00000000: 5468 6973 2069 7320 6865 786c 2d6d 6f64 This is hexl-mod |
| 13607 | 00000010: 652e 2020 4561 6368 206c 696e 6520 7265 e. Each line re | 13633 | 00000010: 652e 2020 4561 6368 206c 696e 6520 7265 e. Each line re |
| @@ -15437,8 +15463,8 @@ An image file is one whose name has an extension in | |||
| 15437 | 15463 | ||
| 15438 | ;;;*** | 15464 | ;;;*** |
| 15439 | 15465 | ||
| 15440 | ;;;### (autoloads nil "image-mode" "image-mode.el" (21716 41663 456033 | 15466 | ;;;### (autoloads nil "image-mode" "image-mode.el" (22091 3267 895306 |
| 15441 | ;;;;;; 27000)) | 15467 | ;;;;;; 892000)) |
| 15442 | ;;; Generated autoloads from image-mode.el | 15468 | ;;; Generated autoloads from image-mode.el |
| 15443 | 15469 | ||
| 15444 | (autoload 'image-mode "image-mode" "\ | 15470 | (autoload 'image-mode "image-mode" "\ |
| @@ -16590,7 +16616,7 @@ locally, like so: | |||
| 16590 | 16616 | ||
| 16591 | ;;;*** | 16617 | ;;;*** |
| 16592 | 16618 | ||
| 16593 | ;;;### (autoloads nil "json" "json.el" (22064 41137 993468 395000)) | 16619 | ;;;### (autoloads nil "json" "json.el" (22085 50883 185731 271000)) |
| 16594 | ;;; Generated autoloads from json.el | 16620 | ;;; Generated autoloads from json.el |
| 16595 | (push (purecopy '(json 1 4)) package--builtin-versions) | 16621 | (push (purecopy '(json 1 4)) package--builtin-versions) |
| 16596 | 16622 | ||
| @@ -17000,7 +17026,7 @@ generations (this defaults to 1). | |||
| 17000 | 17026 | ||
| 17001 | ;;;*** | 17027 | ;;;*** |
| 17002 | 17028 | ||
| 17003 | ;;;### (autoloads nil "linum" "linum.el" (21855 577 57945 485000)) | 17029 | ;;;### (autoloads nil "linum" "linum.el" (22092 24132 128832 464000)) |
| 17004 | ;;; Generated autoloads from linum.el | 17030 | ;;; Generated autoloads from linum.el |
| 17005 | (push (purecopy '(linum 0 9 24)) package--builtin-versions) | 17031 | (push (purecopy '(linum 0 9 24)) package--builtin-versions) |
| 17006 | 17032 | ||
| @@ -17823,8 +17849,8 @@ Default bookmark handler for Man buffers. | |||
| 17823 | 17849 | ||
| 17824 | ;;;*** | 17850 | ;;;*** |
| 17825 | 17851 | ||
| 17826 | ;;;### (autoloads nil "map" "emacs-lisp/map.el" (22063 20273 739891 | 17852 | ;;;### (autoloads nil "map" "emacs-lisp/map.el" (22084 30014 55762 |
| 17827 | ;;;;;; 395000)) | 17853 | ;;;;;; 3000)) |
| 17828 | ;;; Generated autoloads from emacs-lisp/map.el | 17854 | ;;; Generated autoloads from emacs-lisp/map.el |
| 17829 | (push (purecopy '(map 1 0)) package--builtin-versions) | 17855 | (push (purecopy '(map 1 0)) package--builtin-versions) |
| 17830 | 17856 | ||
| @@ -18547,8 +18573,8 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. | |||
| 18547 | 18573 | ||
| 18548 | ;;;*** | 18574 | ;;;*** |
| 18549 | 18575 | ||
| 18550 | ;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (21670 32331 385639 | 18576 | ;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (22084 30014 55762 |
| 18551 | ;;;;;; 720000)) | 18577 | ;;;;;; 3000)) |
| 18552 | ;;; Generated autoloads from gnus/mm-url.el | 18578 | ;;; Generated autoloads from gnus/mm-url.el |
| 18553 | 18579 | ||
| 18554 | (autoload 'mm-url-insert-file-contents "mm-url" "\ | 18580 | (autoload 'mm-url-insert-file-contents "mm-url" "\ |
| @@ -18782,7 +18808,7 @@ To test this function, evaluate: | |||
| 18782 | 18808 | ||
| 18783 | ;;;*** | 18809 | ;;;*** |
| 18784 | 18810 | ||
| 18785 | ;;;### (autoloads nil "mpc" "mpc.el" (22050 8240 94934 108000)) | 18811 | ;;;### (autoloads nil "mpc" "mpc.el" (22093 44991 770016 539000)) |
| 18786 | ;;; Generated autoloads from mpc.el | 18812 | ;;; Generated autoloads from mpc.el |
| 18787 | 18813 | ||
| 18788 | (autoload 'mpc "mpc" "\ | 18814 | (autoload 'mpc "mpc" "\ |
| @@ -20349,8 +20375,8 @@ See the command `outline-mode' for more information on this mode. | |||
| 20349 | 20375 | ||
| 20350 | ;;;*** | 20376 | ;;;*** |
| 20351 | 20377 | ||
| 20352 | ;;;### (autoloads nil "package" "emacs-lisp/package.el" (22059 23214 | 20378 | ;;;### (autoloads nil "package" "emacs-lisp/package.el" (22104 15298 |
| 20353 | ;;;;;; 33660 839000)) | 20379 | ;;;;;; 466671 488000)) |
| 20354 | ;;; Generated autoloads from emacs-lisp/package.el | 20380 | ;;; Generated autoloads from emacs-lisp/package.el |
| 20355 | (push (purecopy '(package 1 0 1)) package--builtin-versions) | 20381 | (push (purecopy '(package 1 0 1)) package--builtin-versions) |
| 20356 | 20382 | ||
| @@ -20577,12 +20603,12 @@ Check if KEY is in the cache. | |||
| 20577 | 20603 | ||
| 20578 | ;;;*** | 20604 | ;;;*** |
| 20579 | 20605 | ||
| 20580 | ;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (22026 25907 | 20606 | ;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (22073 59712 |
| 20581 | ;;;;;; 583502 692000)) | 20607 | ;;;;;; 774803 451000)) |
| 20582 | ;;; Generated autoloads from emacs-lisp/pcase.el | 20608 | ;;; Generated autoloads from emacs-lisp/pcase.el |
| 20583 | 20609 | ||
| 20584 | (autoload 'pcase "pcase" "\ | 20610 | (autoload 'pcase "pcase" "\ |
| 20585 | Perform ML-style pattern matching on EXP. | 20611 | Eval EXP and perform ML-style pattern matching on that value. |
| 20586 | CASES is a list of elements of the form (PATTERN CODE...). | 20612 | CASES is a list of elements of the form (PATTERN CODE...). |
| 20587 | 20613 | ||
| 20588 | Patterns can take the following forms: | 20614 | Patterns can take the following forms: |
| @@ -20590,7 +20616,7 @@ Patterns can take the following forms: | |||
| 20590 | SYMBOL matches anything and binds it to SYMBOL. | 20616 | SYMBOL matches anything and binds it to SYMBOL. |
| 20591 | (or PAT...) matches if any of the patterns matches. | 20617 | (or PAT...) matches if any of the patterns matches. |
| 20592 | (and PAT...) matches if all the patterns match. | 20618 | (and PAT...) matches if all the patterns match. |
| 20593 | \\='VAL matches if the object is `equal' to VAL | 20619 | \\='VAL matches if the object is `equal' to VAL. |
| 20594 | ATOM is a shorthand for \\='ATOM. | 20620 | ATOM is a shorthand for \\='ATOM. |
| 20595 | ATOM can be a keyword, an integer, or a string. | 20621 | ATOM can be a keyword, an integer, or a string. |
| 20596 | (pred FUN) matches if FUN applied to the object returns non-nil. | 20622 | (pred FUN) matches if FUN applied to the object returns non-nil. |
| @@ -20606,11 +20632,11 @@ FUN can take the form | |||
| 20606 | which is the value being matched. | 20632 | which is the value being matched. |
| 20607 | So a FUN of the form SYMBOL is equivalent to one of the form (FUN). | 20633 | So a FUN of the form SYMBOL is equivalent to one of the form (FUN). |
| 20608 | FUN can refer to variables bound earlier in the pattern. | 20634 | FUN can refer to variables bound earlier in the pattern. |
| 20609 | FUN is assumed to be pure, i.e. it can be dropped if its result is not used, | ||
| 20610 | and two identical calls can be merged into one. | ||
| 20611 | E.g. you can match pairs where the cdr is larger than the car with a pattern | 20635 | E.g. you can match pairs where the cdr is larger than the car with a pattern |
| 20612 | like \\=`(,a . ,(pred (< a))) or, with more checks: | 20636 | like \\=`(,a . ,(pred (< a))) or, with more checks: |
| 20613 | \\=`(,(and a (pred numberp)) . ,(and (pred numberp) (pred (< a)))) | 20637 | \\=`(,(and a (pred numberp)) . ,(and (pred numberp) (pred (< a)))) |
| 20638 | FUN is assumed to be pure, i.e. it can be dropped if its result is not used, | ||
| 20639 | and two identical calls can be merged into one. | ||
| 20614 | 20640 | ||
| 20615 | Additional patterns can be defined via `pcase-defmacro'. | 20641 | Additional patterns can be defined via `pcase-defmacro'. |
| 20616 | Currently, the following patterns are provided this way: | 20642 | Currently, the following patterns are provided this way: |
| @@ -21116,8 +21142,8 @@ they are not by default assigned to keys. | |||
| 21116 | 21142 | ||
| 21117 | ;;;*** | 21143 | ;;;*** |
| 21118 | 21144 | ||
| 21119 | ;;;### (autoloads nil "pinentry" "net/pinentry.el" (21972 22452 338264 | 21145 | ;;;### (autoloads nil "pinentry" "net/pinentry.el" (22076 35900 90633 |
| 21120 | ;;;;;; 357000)) | 21146 | ;;;;;; 595000)) |
| 21121 | ;;; Generated autoloads from net/pinentry.el | 21147 | ;;; Generated autoloads from net/pinentry.el |
| 21122 | (push (purecopy '(pinentry 0 1)) package--builtin-versions) | 21148 | (push (purecopy '(pinentry 0 1)) package--builtin-versions) |
| 21123 | 21149 | ||
| @@ -21127,7 +21153,10 @@ Start a Pinentry service. | |||
| 21127 | Once the environment is properly set, subsequent invocations of | 21153 | Once the environment is properly set, subsequent invocations of |
| 21128 | the gpg command will interact with Emacs for passphrase input. | 21154 | the gpg command will interact with Emacs for passphrase input. |
| 21129 | 21155 | ||
| 21130 | \(fn)" t nil) | 21156 | If the optional QUIET argument is non-nil, messages at startup |
| 21157 | will not be shown. | ||
| 21158 | |||
| 21159 | \(fn &optional QUIET)" t nil) | ||
| 21131 | 21160 | ||
| 21132 | ;;;*** | 21161 | ;;;*** |
| 21133 | 21162 | ||
| @@ -21826,7 +21855,7 @@ are both set to t. | |||
| 21826 | 21855 | ||
| 21827 | ;;;*** | 21856 | ;;;*** |
| 21828 | 21857 | ||
| 21829 | ;;;### (autoloads nil "proced" "proced.el" (21998 46517 190024 649000)) | 21858 | ;;;### (autoloads nil "proced" "proced.el" (22085 50883 209731 271000)) |
| 21830 | ;;; Generated autoloads from proced.el | 21859 | ;;; Generated autoloads from proced.el |
| 21831 | 21860 | ||
| 21832 | (autoload 'proced "proced" "\ | 21861 | (autoload 'proced "proced" "\ |
| @@ -21873,14 +21902,30 @@ Open profile FILENAME. | |||
| 21873 | 21902 | ||
| 21874 | ;;;*** | 21903 | ;;;*** |
| 21875 | 21904 | ||
| 21876 | ;;;### (autoloads nil "project" "progmodes/project.el" (21960 31281 | 21905 | ;;;### (autoloads nil "project" "progmodes/project.el" (22083 9150 |
| 21877 | ;;;;;; 344212 153000)) | 21906 | ;;;;;; 180915 960000)) |
| 21878 | ;;; Generated autoloads from progmodes/project.el | 21907 | ;;; Generated autoloads from progmodes/project.el |
| 21879 | 21908 | ||
| 21880 | (autoload 'project-current "project" "\ | 21909 | (autoload 'project-current "project" "\ |
| 21881 | Return the project instance in DIR or `default-directory'. | 21910 | Return the project instance in DIR or `default-directory'. |
| 21911 | When no project found in DIR, and MAYBE-PROMPT is non-nil, ask | ||
| 21912 | the user for a different directory to look in. | ||
| 21882 | 21913 | ||
| 21883 | \(fn &optional DIR)" nil nil) | 21914 | \(fn &optional MAYBE-PROMPT DIR)" nil nil) |
| 21915 | |||
| 21916 | (autoload 'project-find-regexp "project" "\ | ||
| 21917 | Find all matches for REGEXP in the current project. | ||
| 21918 | With \\[universal-argument] prefix, you can specify the directory | ||
| 21919 | to search in, and the file name pattern to search for. | ||
| 21920 | |||
| 21921 | \(fn REGEXP)" t nil) | ||
| 21922 | |||
| 21923 | (autoload 'project-or-libraries-find-regexp "project" "\ | ||
| 21924 | Find all matches for REGEXP in the current project or libraries. | ||
| 21925 | With \\[universal-argument] prefix, you can specify the file name | ||
| 21926 | pattern to search for. | ||
| 21927 | |||
| 21928 | \(fn REGEXP)" t nil) | ||
| 21884 | 21929 | ||
| 21885 | ;;;*** | 21930 | ;;;*** |
| 21886 | 21931 | ||
| @@ -22666,7 +22711,7 @@ were operated on recently. | |||
| 22666 | 22711 | ||
| 22667 | ;;;*** | 22712 | ;;;*** |
| 22668 | 22713 | ||
| 22669 | ;;;### (autoloads nil "rect" "rect.el" (21803 38823 44085 519000)) | 22714 | ;;;### (autoloads nil "rect" "rect.el" (22087 6213 796351 952000)) |
| 22670 | ;;; Generated autoloads from rect.el | 22715 | ;;; Generated autoloads from rect.el |
| 22671 | 22716 | ||
| 22672 | (autoload 'delete-rectangle "rect" "\ | 22717 | (autoload 'delete-rectangle "rect" "\ |
| @@ -24487,10 +24532,10 @@ Like `mail' command, but display mail buffer in another frame. | |||
| 24487 | 24532 | ||
| 24488 | ;;;*** | 24533 | ;;;*** |
| 24489 | 24534 | ||
| 24490 | ;;;### (autoloads nil "seq" "emacs-lisp/seq.el" (22065 61995 842407 | 24535 | ;;;### (autoloads nil "seq" "emacs-lisp/seq.el" (22084 30014 55762 |
| 24491 | ;;;;;; 852000)) | 24536 | ;;;;;; 3000)) |
| 24492 | ;;; Generated autoloads from emacs-lisp/seq.el | 24537 | ;;; Generated autoloads from emacs-lisp/seq.el |
| 24493 | (push (purecopy '(seq 2 2)) package--builtin-versions) | 24538 | (push (purecopy '(seq 2 3)) package--builtin-versions) |
| 24494 | 24539 | ||
| 24495 | ;;;*** | 24540 | ;;;*** |
| 24496 | 24541 | ||
| @@ -24872,7 +24917,7 @@ Otherwise, one argument `-i' is passed to the shell. | |||
| 24872 | 24917 | ||
| 24873 | ;;;*** | 24918 | ;;;*** |
| 24874 | 24919 | ||
| 24875 | ;;;### (autoloads nil "shr" "net/shr.el" (22047 32042 328736 723000)) | 24920 | ;;;### (autoloads nil "shr" "net/shr.el" (22085 50883 205731 271000)) |
| 24876 | ;;; Generated autoloads from net/shr.el | 24921 | ;;; Generated autoloads from net/shr.el |
| 24877 | 24922 | ||
| 24878 | (autoload 'shr-render-region "shr" "\ | 24923 | (autoload 'shr-render-region "shr" "\ |
| @@ -25216,17 +25261,10 @@ then `snmpv2-mode-hook'. | |||
| 25216 | 25261 | ||
| 25217 | ;;;*** | 25262 | ;;;*** |
| 25218 | 25263 | ||
| 25219 | ;;;### (autoloads nil "soap-client" "net/soap-client.el" (22061 64938 | 25264 | ;;;### (autoloads nil "soap-client" "net/soap-client.el" (22084 30014 |
| 25220 | ;;;;;; 516287 963000)) | 25265 | ;;;;;; 59762 3000)) |
| 25221 | ;;; Generated autoloads from net/soap-client.el | 25266 | ;;; Generated autoloads from net/soap-client.el |
| 25222 | (push (purecopy '(soap-client 3 0 1)) package--builtin-versions) | 25267 | (push (purecopy '(soap-client 3 0 2)) package--builtin-versions) |
| 25223 | |||
| 25224 | ;;;*** | ||
| 25225 | |||
| 25226 | ;;;### (autoloads nil "soap-inspect" "net/soap-inspect.el" (22061 | ||
| 25227 | ;;;;;; 64938 516287 963000)) | ||
| 25228 | ;;; Generated autoloads from net/soap-inspect.el | ||
| 25229 | (push (purecopy '(soap-client 3 0 1)) package--builtin-versions) | ||
| 25230 | 25268 | ||
| 25231 | ;;;*** | 25269 | ;;;*** |
| 25232 | 25270 | ||
| @@ -27190,8 +27228,8 @@ tetris-mode keybindings: | |||
| 27190 | 27228 | ||
| 27191 | ;;;*** | 27229 | ;;;*** |
| 27192 | 27230 | ||
| 27193 | ;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (22064 41138 | 27231 | ;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (22076 35900 |
| 27194 | ;;;;;; 13468 395000)) | 27232 | ;;;;;; 118633 595000)) |
| 27195 | ;;; Generated autoloads from textmodes/tex-mode.el | 27233 | ;;; Generated autoloads from textmodes/tex-mode.el |
| 27196 | 27234 | ||
| 27197 | (defvar tex-shell-file-name nil "\ | 27235 | (defvar tex-shell-file-name nil "\ |
| @@ -28473,7 +28511,7 @@ the output buffer or changing the window configuration. | |||
| 28473 | 28511 | ||
| 28474 | ;;;*** | 28512 | ;;;*** |
| 28475 | 28513 | ||
| 28476 | ;;;### (autoloads nil "tramp" "net/tramp.el" (22064 41138 9468 395000)) | 28514 | ;;;### (autoloads nil "tramp" "net/tramp.el" (22083 9150 180915 960000)) |
| 28477 | ;;; Generated autoloads from net/tramp.el | 28515 | ;;; Generated autoloads from net/tramp.el |
| 28478 | 28516 | ||
| 28479 | (defvar tramp-mode t "\ | 28517 | (defvar tramp-mode t "\ |
| @@ -29140,8 +29178,8 @@ overriding the value of `url-gateway-method'. | |||
| 29140 | 29178 | ||
| 29141 | ;;;*** | 29179 | ;;;*** |
| 29142 | 29180 | ||
| 29143 | ;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (22065 | 29181 | ;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (22089 |
| 29144 | ;;;;;; 61995 878407 852000)) | 29182 | ;;;;;; 47939 367694 315000)) |
| 29145 | ;;; Generated autoloads from url/url-handlers.el | 29183 | ;;; Generated autoloads from url/url-handlers.el |
| 29146 | 29184 | ||
| 29147 | (defvar url-handler-mode nil "\ | 29185 | (defvar url-handler-mode nil "\ |
| @@ -29694,7 +29732,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME. | |||
| 29694 | 29732 | ||
| 29695 | ;;;*** | 29733 | ;;;*** |
| 29696 | 29734 | ||
| 29697 | ;;;### (autoloads nil "vc" "vc/vc.el" (22014 34736 871840 613000)) | 29735 | ;;;### (autoloads nil "vc" "vc/vc.el" (22083 9150 184915 960000)) |
| 29698 | ;;; Generated autoloads from vc/vc.el | 29736 | ;;; Generated autoloads from vc/vc.el |
| 29699 | 29737 | ||
| 29700 | (defvar vc-checkout-hook nil "\ | 29738 | (defvar vc-checkout-hook nil "\ |
| @@ -29846,6 +29884,11 @@ changes from the current branch. | |||
| 29846 | 29884 | ||
| 29847 | \(fn)" t nil) | 29885 | \(fn)" t nil) |
| 29848 | 29886 | ||
| 29887 | (autoload 'vc-message-unresolved-conflicts "vc" "\ | ||
| 29888 | Display a message indicating unresolved conflicts in FILENAME. | ||
| 29889 | |||
| 29890 | \(fn FILENAME)" nil nil) | ||
| 29891 | |||
| 29849 | (defalias 'vc-resolve-conflicts 'smerge-ediff) | 29892 | (defalias 'vc-resolve-conflicts 'smerge-ediff) |
| 29850 | 29893 | ||
| 29851 | (autoload 'vc-create-tag "vc" "\ | 29894 | (autoload 'vc-create-tag "vc" "\ |
| @@ -30041,8 +30084,8 @@ should be applied to the background or to the foreground. | |||
| 30041 | 30084 | ||
| 30042 | ;;;*** | 30085 | ;;;*** |
| 30043 | 30086 | ||
| 30044 | ;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (22064 41138 13468 | 30087 | ;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (22081 53819 655137 |
| 30045 | ;;;;;; 395000)) | 30088 | ;;;;;; 351000)) |
| 30046 | ;;; Generated autoloads from vc/vc-bzr.el | 30089 | ;;; Generated autoloads from vc/vc-bzr.el |
| 30047 | 30090 | ||
| 30048 | (defconst vc-bzr-admin-dirname ".bzr" "\ | 30091 | (defconst vc-bzr-admin-dirname ".bzr" "\ |
| @@ -30070,8 +30113,8 @@ Name of the format file in a .bzr directory.") | |||
| 30070 | 30113 | ||
| 30071 | ;;;*** | 30114 | ;;;*** |
| 30072 | 30115 | ||
| 30073 | ;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (22055 26158 818447 | 30116 | ;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (22085 50883 245731 |
| 30074 | ;;;;;; 352000)) | 30117 | ;;;;;; 271000)) |
| 30075 | ;;; Generated autoloads from vc/vc-dir.el | 30118 | ;;; Generated autoloads from vc/vc-dir.el |
| 30076 | 30119 | ||
| 30077 | (autoload 'vc-dir "vc-dir" "\ | 30120 | (autoload 'vc-dir "vc-dir" "\ |
| @@ -30119,8 +30162,8 @@ case, and the process object in the asynchronous case. | |||
| 30119 | 30162 | ||
| 30120 | ;;;*** | 30163 | ;;;*** |
| 30121 | 30164 | ||
| 30122 | ;;;### (autoloads nil "vc-git" "vc/vc-git.el" (22064 41138 17468 | 30165 | ;;;### (autoloads nil "vc-git" "vc/vc-git.el" (22081 53819 659137 |
| 30123 | ;;;;;; 395000)) | 30166 | ;;;;;; 351000)) |
| 30124 | ;;; Generated autoloads from vc/vc-git.el | 30167 | ;;; Generated autoloads from vc/vc-git.el |
| 30125 | (defun vc-git-registered (file) | 30168 | (defun vc-git-registered (file) |
| 30126 | "Return non-nil if FILE is registered with git." | 30169 | "Return non-nil if FILE is registered with git." |
| @@ -30131,7 +30174,7 @@ case, and the process object in the asynchronous case. | |||
| 30131 | 30174 | ||
| 30132 | ;;;*** | 30175 | ;;;*** |
| 30133 | 30176 | ||
| 30134 | ;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (22064 41138 21468 395000)) | 30177 | ;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (22081 53819 659137 351000)) |
| 30135 | ;;; Generated autoloads from vc/vc-hg.el | 30178 | ;;; Generated autoloads from vc/vc-hg.el |
| 30136 | (defun vc-hg-registered (file) | 30179 | (defun vc-hg-registered (file) |
| 30137 | "Return non-nil if FILE is registered with hg." | 30180 | "Return non-nil if FILE is registered with hg." |
| @@ -30206,8 +30249,8 @@ For a description of possible values, see `vc-check-master-templates'.") | |||
| 30206 | 30249 | ||
| 30207 | ;;;*** | 30250 | ;;;*** |
| 30208 | 30251 | ||
| 30209 | ;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (22064 41138 21468 | 30252 | ;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (22081 53819 663137 |
| 30210 | ;;;;;; 395000)) | 30253 | ;;;;;; 351000)) |
| 30211 | ;;; Generated autoloads from vc/vc-svn.el | 30254 | ;;; Generated autoloads from vc/vc-svn.el |
| 30212 | (defun vc-svn-registered (f) | 30255 | (defun vc-svn-registered (f) |
| 30213 | (let ((admin-dir (cond ((and (eq system-type 'windows-nt) | 30256 | (let ((admin-dir (cond ((and (eq system-type 'windows-nt) |
| @@ -30280,7 +30323,7 @@ Key bindings: | |||
| 30280 | ;;;*** | 30323 | ;;;*** |
| 30281 | 30324 | ||
| 30282 | ;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el" | 30325 | ;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el" |
| 30283 | ;;;;;; (22015 55603 833705 321000)) | 30326 | ;;;;;; (22097 42046 455599 456000)) |
| 30284 | ;;; Generated autoloads from progmodes/verilog-mode.el | 30327 | ;;; Generated autoloads from progmodes/verilog-mode.el |
| 30285 | 30328 | ||
| 30286 | (autoload 'verilog-mode "verilog-mode" "\ | 30329 | (autoload 'verilog-mode "verilog-mode" "\ |
| @@ -31419,8 +31462,8 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 31419 | 31462 | ||
| 31420 | ;;;*** | 31463 | ;;;*** |
| 31421 | 31464 | ||
| 31422 | ;;;### (autoloads nil "which-func" "progmodes/which-func.el" (21986 | 31465 | ;;;### (autoloads nil "which-func" "progmodes/which-func.el" (22109 |
| 31423 | ;;;;;; 55346 292512 613000)) | 31466 | ;;;;;; 33223 420655 811000)) |
| 31424 | ;;; Generated autoloads from progmodes/which-func.el | 31467 | ;;; Generated autoloads from progmodes/which-func.el |
| 31425 | (put 'which-func-format 'risky-local-variable t) | 31468 | (put 'which-func-format 'risky-local-variable t) |
| 31426 | (put 'which-func-current 'risky-local-variable t) | 31469 | (put 'which-func-current 'risky-local-variable t) |
| @@ -32091,8 +32134,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT. | |||
| 32091 | 32134 | ||
| 32092 | ;;;*** | 32135 | ;;;*** |
| 32093 | 32136 | ||
| 32094 | ;;;### (autoloads nil "xref" "progmodes/xref.el" (21993 28596 366597 | 32137 | ;;;### (autoloads nil "xref" "progmodes/xref.el" (22087 6213 784351 |
| 32095 | ;;;;;; 473000)) | 32138 | ;;;;;; 952000)) |
| 32096 | ;;; Generated autoloads from progmodes/xref.el | 32139 | ;;; Generated autoloads from progmodes/xref.el |
| 32097 | 32140 | ||
| 32098 | (autoload 'xref-pop-marker-stack "xref" "\ | 32141 | (autoload 'xref-pop-marker-stack "xref" "\ |
| @@ -32135,13 +32178,6 @@ With prefix argument, prompt for the identifier. | |||
| 32135 | 32178 | ||
| 32136 | \(fn IDENTIFIER)" t nil) | 32179 | \(fn IDENTIFIER)" t nil) |
| 32137 | 32180 | ||
| 32138 | (autoload 'xref-find-regexp "xref" "\ | ||
| 32139 | Find all matches for REGEXP. | ||
| 32140 | With \\[universal-argument] prefix, you can specify the directory | ||
| 32141 | to search in, and the file name pattern to search for. | ||
| 32142 | |||
| 32143 | \(fn REGEXP)" t nil) | ||
| 32144 | |||
| 32145 | (autoload 'xref-find-apropos "xref" "\ | 32181 | (autoload 'xref-find-apropos "xref" "\ |
| 32146 | Find all meaningful symbols that match PATTERN. | 32182 | Find all meaningful symbols that match PATTERN. |
| 32147 | The argument has the same meaning as in `apropos'. | 32183 | The argument has the same meaning as in `apropos'. |
| @@ -32217,37 +32253,37 @@ Zone out, completely. | |||
| 32217 | ;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el" | 32253 | ;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el" |
| 32218 | ;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" | 32254 | ;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" |
| 32219 | ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" | 32255 | ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" |
| 32220 | ;;;;;; "calc/calc-macs.el" "calc/calc-map.el" "calc/calc-math.el" | 32256 | ;;;;;; "calc/calc-loaddefs.el" "calc/calc-macs.el" "calc/calc-map.el" |
| 32221 | ;;;;;; "calc/calc-menu.el" "calc/calc-misc.el" "calc/calc-mode.el" | 32257 | ;;;;;; "calc/calc-math.el" "calc/calc-menu.el" "calc/calc-misc.el" |
| 32222 | ;;;;;; "calc/calc-mtx.el" "calc/calc-nlfit.el" "calc/calc-poly.el" | 32258 | ;;;;;; "calc/calc-mode.el" "calc/calc-mtx.el" "calc/calc-nlfit.el" |
| 32223 | ;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el" | 32259 | ;;;;;; "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el" |
| 32224 | ;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el" | 32260 | ;;;;;; "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el" |
| 32225 | ;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-units.el" | 32261 | ;;;;;; "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el" |
| 32226 | ;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el" | 32262 | ;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el" |
| 32227 | ;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el" | 32263 | ;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el" |
| 32228 | ;;;;;; "calendar/cal-bahai.el" "calendar/cal-coptic.el" "calendar/cal-french.el" | 32264 | ;;;;;; "calc/calcsel2.el" "calendar/cal-bahai.el" "calendar/cal-coptic.el" |
| 32229 | ;;;;;; "calendar/cal-html.el" "calendar/cal-islam.el" "calendar/cal-iso.el" | 32265 | ;;;;;; "calendar/cal-french.el" "calendar/cal-html.el" "calendar/cal-islam.el" |
| 32230 | ;;;;;; "calendar/cal-julian.el" "calendar/cal-loaddefs.el" "calendar/cal-mayan.el" | 32266 | ;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-loaddefs.el" |
| 32231 | ;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el" | 32267 | ;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el" |
| 32232 | ;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/diary-loaddefs.el" | 32268 | ;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el" |
| 32233 | ;;;;;; "calendar/hol-loaddefs.el" "cdl.el" "cedet/cedet-cscope.el" | 32269 | ;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el" |
| 32234 | ;;;;;; "cedet/cedet-files.el" "cedet/cedet-global.el" "cedet/cedet-idutils.el" | 32270 | ;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el" |
| 32235 | ;;;;;; "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el" "cedet/ede/base.el" | 32271 | ;;;;;; "cedet/cedet-idutils.el" "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el" |
| 32236 | ;;;;;; "cedet/ede/config.el" "cedet/ede/cpp-root.el" "cedet/ede/custom.el" | 32272 | ;;;;;; "cedet/ede/base.el" "cedet/ede/config.el" "cedet/ede/cpp-root.el" |
| 32237 | ;;;;;; "cedet/ede/detect.el" "cedet/ede/dired.el" "cedet/ede/emacs.el" | 32273 | ;;;;;; "cedet/ede/custom.el" "cedet/ede/detect.el" "cedet/ede/dired.el" |
| 32238 | ;;;;;; "cedet/ede/files.el" "cedet/ede/generic.el" "cedet/ede/linux.el" | 32274 | ;;;;;; "cedet/ede/emacs.el" "cedet/ede/files.el" "cedet/ede/generic.el" |
| 32239 | ;;;;;; "cedet/ede/locate.el" "cedet/ede/make.el" "cedet/ede/makefile-edit.el" | 32275 | ;;;;;; "cedet/ede/linux.el" "cedet/ede/loaddefs.el" "cedet/ede/locate.el" |
| 32240 | ;;;;;; "cedet/ede/pconf.el" "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" | 32276 | ;;;;;; "cedet/ede/make.el" "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" |
| 32241 | ;;;;;; "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" | 32277 | ;;;;;; "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" |
| 32242 | ;;;;;; "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" | 32278 | ;;;;;; "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" |
| 32243 | ;;;;;; "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" | 32279 | ;;;;;; "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" |
| 32244 | ;;;;;; "cedet/ede/proj.el" "cedet/ede/project-am.el" "cedet/ede/shell.el" | 32280 | ;;;;;; "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" "cedet/ede/proj.el" |
| 32245 | ;;;;;; "cedet/ede/simple.el" "cedet/ede/source.el" "cedet/ede/speedbar.el" | 32281 | ;;;;;; "cedet/ede/project-am.el" "cedet/ede/shell.el" "cedet/ede/simple.el" |
| 32246 | ;;;;;; "cedet/ede/srecode.el" "cedet/ede/system.el" "cedet/ede/util.el" | 32282 | ;;;;;; "cedet/ede/source.el" "cedet/ede/speedbar.el" "cedet/ede/srecode.el" |
| 32247 | ;;;;;; "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el" | 32283 | ;;;;;; "cedet/ede/system.el" "cedet/ede/util.el" "cedet/semantic/analyze.el" |
| 32248 | ;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el" | 32284 | ;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/debug.el" |
| 32249 | ;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el" | 32285 | ;;;;;; "cedet/semantic/analyze/fcn.el" "cedet/semantic/analyze/refs.el" |
| 32250 | ;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el" | 32286 | ;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el" |
| 32251 | ;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el" | 32287 | ;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el" |
| 32252 | ;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm.el" | 32288 | ;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm.el" |
| 32253 | ;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" | 32289 | ;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" |
| @@ -32262,13 +32298,13 @@ Zone out, completely. | |||
| 32262 | ;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" | 32298 | ;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" |
| 32263 | ;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" | 32299 | ;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" |
| 32264 | ;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el" | 32300 | ;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el" |
| 32265 | ;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el" | 32301 | ;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/loaddefs.el" |
| 32266 | ;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el" | 32302 | ;;;;;; "cedet/semantic/mru-bookmark.el" "cedet/semantic/sb.el" "cedet/semantic/scope.el" |
| 32267 | ;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el" | 32303 | ;;;;;; "cedet/semantic/senator.el" "cedet/semantic/sort.el" "cedet/semantic/symref.el" |
| 32268 | ;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el" | 32304 | ;;;;;; "cedet/semantic/symref/cscope.el" "cedet/semantic/symref/filter.el" |
| 32269 | ;;;;;; "cedet/semantic/symref/grep.el" "cedet/semantic/symref/idutils.el" | 32305 | ;;;;;; "cedet/semantic/symref/global.el" "cedet/semantic/symref/grep.el" |
| 32270 | ;;;;;; "cedet/semantic/symref/list.el" "cedet/semantic/tag-file.el" | 32306 | ;;;;;; "cedet/semantic/symref/idutils.el" "cedet/semantic/symref/list.el" |
| 32271 | ;;;;;; "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el" | 32307 | ;;;;;; "cedet/semantic/tag-file.el" "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el" |
| 32272 | ;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el" | 32308 | ;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el" |
| 32273 | ;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el" | 32309 | ;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el" |
| 32274 | ;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" | 32310 | ;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" |
| @@ -32278,55 +32314,56 @@ Zone out, completely. | |||
| 32278 | ;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el" | 32314 | ;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el" |
| 32279 | ;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el" | 32315 | ;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el" |
| 32280 | ;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el" | 32316 | ;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el" |
| 32281 | ;;;;;; "cedet/srecode/map.el" "cedet/srecode/mode.el" "cedet/srecode/semantic.el" | 32317 | ;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el" |
| 32282 | ;;;;;; "cedet/srecode/srt.el" "cedet/srecode/table.el" "cedet/srecode/template.el" | 32318 | ;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt.el" "cedet/srecode/table.el" |
| 32283 | ;;;;;; "cedet/srecode/texi.el" "cus-dep.el" "dframe.el" "dired-aux.el" | 32319 | ;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "cus-dep.el" |
| 32284 | ;;;;;; "dired-x.el" "dom.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" | 32320 | ;;;;;; "dframe.el" "dired-aux.el" "dired-x.el" "dom.el" "dos-fns.el" |
| 32285 | ;;;;;; "dynamic-setting.el" "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" | 32321 | ;;;;;; "dos-vars.el" "dos-w32.el" "dynamic-setting.el" "emacs-lisp/avl-tree.el" |
| 32286 | ;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" | 32322 | ;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/cl-extra.el" |
| 32287 | ;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el" "emacs-lisp/eieio-base.el" | 32323 | ;;;;;; "emacs-lisp/cl-loaddefs.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" |
| 32288 | ;;;;;; "emacs-lisp/eieio-compat.el" "emacs-lisp/eieio-custom.el" | 32324 | ;;;;;; "emacs-lisp/cl.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-compat.el" |
| 32289 | ;;;;;; "emacs-lisp/eieio-datadebug.el" "emacs-lisp/eieio-opt.el" | 32325 | ;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-datadebug.el" |
| 32290 | ;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/generator.el" | 32326 | ;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eieio-speedbar.el" |
| 32291 | ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" "emacs-lisp/smie.el" | 32327 | ;;;;;; "emacs-lisp/generator.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" |
| 32292 | ;;;;;; "emacs-lisp/subr-x.el" "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el" | 32328 | ;;;;;; "emacs-lisp/smie.el" "emacs-lisp/subr-x.el" "emacs-lisp/tcover-ses.el" |
| 32293 | ;;;;;; "emulation/cua-gmrk.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el" | 32329 | ;;;;;; "emacs-lisp/tcover-unsafep.el" "emulation/cua-gmrk.el" "emulation/edt-lk201.el" |
| 32294 | ;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/viper-cmd.el" | 32330 | ;;;;;; "emulation/edt-mapper.el" "emulation/edt-pc.el" "emulation/edt-vt100.el" |
| 32295 | ;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" | 32331 | ;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el" |
| 32296 | ;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el" | 32332 | ;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el" |
| 32297 | ;;;;;; "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el" | 32333 | ;;;;;; "emulation/viper-util.el" "erc/erc-backend.el" "erc/erc-goodies.el" |
| 32298 | ;;;;;; "erc/erc-lang.el" "eshell/em-alias.el" "eshell/em-banner.el" | 32334 | ;;;;;; "erc/erc-ibuffer.el" "erc/erc-lang.el" "eshell/em-alias.el" |
| 32299 | ;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el" | 32335 | ;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el" |
| 32300 | ;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el" | 32336 | ;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el" |
| 32301 | ;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" | 32337 | ;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el" |
| 32302 | ;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" | 32338 | ;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el" |
| 32303 | ;;;;;; "eshell/em-tramp.el" "eshell/em-unix.el" "eshell/em-xtra.el" | 32339 | ;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el" |
| 32304 | ;;;;;; "eshell/esh-arg.el" "eshell/esh-cmd.el" "eshell/esh-ext.el" | 32340 | ;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el" |
| 32305 | ;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el" | 32341 | ;;;;;; "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el" |
| 32306 | ;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" | 32342 | ;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el" |
| 32307 | ;;;;;; "ezimage.el" "format-spec.el" "fringe.el" "generic-x.el" | 32343 | ;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "format-spec.el" |
| 32308 | ;;;;;; "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" | 32344 | ;;;;;; "fringe.el" "generic-x.el" "gnus/compface.el" "gnus/gnus-async.el" |
| 32309 | ;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cloud.el" "gnus/gnus-cus.el" | 32345 | ;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cloud.el" |
| 32310 | ;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" | 32346 | ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-dup.el" |
| 32311 | ;;;;;; "gnus/gnus-ems.el" "gnus/gnus-icalendar.el" "gnus/gnus-int.el" | 32347 | ;;;;;; "gnus/gnus-eform.el" "gnus/gnus-ems.el" "gnus/gnus-icalendar.el" |
| 32312 | ;;;;;; "gnus/gnus-logic.el" "gnus/gnus-mh.el" "gnus/gnus-salt.el" | 32348 | ;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el" |
| 32313 | ;;;;;; "gnus/gnus-score.el" "gnus/gnus-srvr.el" "gnus/gnus-topic.el" | 32349 | ;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-srvr.el" |
| 32314 | ;;;;;; "gnus/gnus-undo.el" "gnus/gnus-util.el" "gnus/gnus-uu.el" | 32350 | ;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el" |
| 32315 | ;;;;;; "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el" | 32351 | ;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el" |
| 32316 | ;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/mail-source.el" | 32352 | ;;;;;; "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" "gnus/mail-prsvr.el" |
| 32317 | ;;;;;; "gnus/mailcap.el" "gnus/messcompat.el" "gnus/mm-archive.el" | 32353 | ;;;;;; "gnus/mail-source.el" "gnus/mailcap.el" "gnus/messcompat.el" |
| 32318 | ;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-util.el" | 32354 | ;;;;;; "gnus/mm-archive.el" "gnus/mm-bodies.el" "gnus/mm-decode.el" |
| 32319 | ;;;;;; "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" "gnus/nnagent.el" | 32355 | ;;;;;; "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" |
| 32320 | ;;;;;; "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" "gnus/nneething.el" | 32356 | ;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" |
| 32321 | ;;;;;; "gnus/nngateway.el" "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" | 32357 | ;;;;;; "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el" |
| 32322 | ;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el" | 32358 | ;;;;;; "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el" "gnus/nnmaildir.el" |
| 32323 | ;;;;;; "gnus/nnmh.el" "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" | 32359 | ;;;;;; "gnus/nnmairix.el" "gnus/nnmbox.el" "gnus/nnmh.el" "gnus/nnnil.el" |
| 32324 | ;;;;;; "gnus/nnrss.el" "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" | 32360 | ;;;;;; "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el" "gnus/nnspool.el" |
| 32325 | ;;;;;; "gnus/nnweb.el" "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el" | 32361 | ;;;;;; "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el" "gnus/registry.el" |
| 32326 | ;;;;;; "gnus/rfc2047.el" "gnus/rfc2231.el" "gnus/rtree.el" "gnus/sieve-manage.el" | 32362 | ;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2231.el" |
| 32327 | ;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "hex-util.el" | 32363 | ;;;;;; "gnus/rtree.el" "gnus/sieve-manage.el" "gnus/smime.el" "gnus/spam-stat.el" |
| 32328 | ;;;;;; "hfy-cmap.el" "ibuf-ext.el" "international/charscript.el" | 32364 | ;;;;;; "gnus/spam-wash.el" "hex-util.el" "hfy-cmap.el" "ibuf-ext.el" |
| 32329 | ;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el" | 32365 | ;;;;;; "international/charscript.el" "international/fontset.el" |
| 32366 | ;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el" | ||
| 32330 | ;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el" | 32367 | ;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el" |
| 32331 | ;;;;;; "international/uni-brackets.el" "international/uni-category.el" | 32368 | ;;;;;; "international/uni-brackets.el" "international/uni-category.el" |
| 32332 | ;;;;;; "international/uni-combining.el" "international/uni-comment.el" | 32369 | ;;;;;; "international/uni-combining.el" "international/uni-comment.el" |
| @@ -32365,11 +32402,11 @@ Zone out, completely. | |||
| 32365 | ;;;;;; "net/imap.el" "net/ldap.el" "net/mairix.el" "net/newsticker.el" | 32402 | ;;;;;; "net/imap.el" "net/ldap.el" "net/mairix.el" "net/newsticker.el" |
| 32366 | ;;;;;; "net/nsm.el" "net/rfc2104.el" "net/sasl-cram.el" "net/sasl-digest.el" | 32403 | ;;;;;; "net/nsm.el" "net/rfc2104.el" "net/sasl-cram.el" "net/sasl-digest.el" |
| 32367 | ;;;;;; "net/sasl-scram-rfc.el" "net/sasl.el" "net/shr-color.el" | 32404 | ;;;;;; "net/sasl-scram-rfc.el" "net/sasl.el" "net/shr-color.el" |
| 32368 | ;;;;;; "net/socks.el" "net/tls.el" "net/tramp-adb.el" "net/tramp-cache.el" | 32405 | ;;;;;; "net/soap-inspect.el" "net/socks.el" "net/tls.el" "net/tramp-adb.el" |
| 32369 | ;;;;;; "net/tramp-cmds.el" "net/tramp-compat.el" "net/tramp-gvfs.el" | 32406 | ;;;;;; "net/tramp-cache.el" "net/tramp-cmds.el" "net/tramp-compat.el" |
| 32370 | ;;;;;; "net/tramp-gw.el" "net/tramp-loaddefs.el" "net/tramp-sh.el" | 32407 | ;;;;;; "net/tramp-gvfs.el" "net/tramp-gw.el" "net/tramp-loaddefs.el" |
| 32371 | ;;;;;; "net/tramp-smb.el" "net/tramp-uu.el" "net/trampver.el" "net/zeroconf.el" | 32408 | ;;;;;; "net/tramp-sh.el" "net/tramp-smb.el" "net/tramp-uu.el" "net/trampver.el" |
| 32372 | ;;;;;; "notifications.el" "nxml/nxml-enc.el" "nxml/nxml-maint.el" | 32409 | ;;;;;; "net/zeroconf.el" "notifications.el" "nxml/nxml-enc.el" "nxml/nxml-maint.el" |
| 32373 | ;;;;;; "nxml/nxml-ns.el" "nxml/nxml-outln.el" "nxml/nxml-parse.el" | 32410 | ;;;;;; "nxml/nxml-ns.el" "nxml/nxml-outln.el" "nxml/nxml-parse.el" |
| 32374 | ;;;;;; "nxml/nxml-rap.el" "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el" | 32411 | ;;;;;; "nxml/nxml-rap.el" "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el" |
| 32375 | ;;;;;; "nxml/rng-maint.el" "nxml/rng-match.el" "nxml/rng-parse.el" | 32412 | ;;;;;; "nxml/rng-maint.el" "nxml/rng-match.el" "nxml/rng-parse.el" |
| @@ -32394,14 +32431,14 @@ Zone out, completely. | |||
| 32394 | ;;;;;; "org/org-faces.el" "org/org-feed.el" "org/org-footnote.el" | 32431 | ;;;;;; "org/org-faces.el" "org/org-feed.el" "org/org-footnote.el" |
| 32395 | ;;;;;; "org/org-gnus.el" "org/org-habit.el" "org/org-id.el" "org/org-indent.el" | 32432 | ;;;;;; "org/org-gnus.el" "org/org-habit.el" "org/org-id.el" "org/org-indent.el" |
| 32396 | ;;;;;; "org/org-info.el" "org/org-inlinetask.el" "org/org-install.el" | 32433 | ;;;;;; "org/org-info.el" "org/org-inlinetask.el" "org/org-install.el" |
| 32397 | ;;;;;; "org/org-irc.el" "org/org-list.el" "org/org-macro.el" "org/org-mhe.el" | 32434 | ;;;;;; "org/org-irc.el" "org/org-list.el" "org/org-loaddefs.el" |
| 32398 | ;;;;;; "org/org-mobile.el" "org/org-mouse.el" "org/org-pcomplete.el" | 32435 | ;;;;;; "org/org-macro.el" "org/org-mhe.el" "org/org-mobile.el" "org/org-mouse.el" |
| 32399 | ;;;;;; "org/org-plot.el" "org/org-protocol.el" "org/org-rmail.el" | 32436 | ;;;;;; "org/org-pcomplete.el" "org/org-plot.el" "org/org-protocol.el" |
| 32400 | ;;;;;; "org/org-src.el" "org/org-table.el" "org/org-timer.el" "org/org-w3m.el" | 32437 | ;;;;;; "org/org-rmail.el" "org/org-src.el" "org/org-table.el" "org/org-timer.el" |
| 32401 | ;;;;;; "org/ox-ascii.el" "org/ox-beamer.el" "org/ox-html.el" "org/ox-icalendar.el" | 32438 | ;;;;;; "org/org-w3m.el" "org/ox-ascii.el" "org/ox-beamer.el" "org/ox-html.el" |
| 32402 | ;;;;;; "org/ox-latex.el" "org/ox-man.el" "org/ox-md.el" "org/ox-odt.el" | 32439 | ;;;;;; "org/ox-icalendar.el" "org/ox-latex.el" "org/ox-man.el" "org/ox-md.el" |
| 32403 | ;;;;;; "org/ox-org.el" "org/ox-publish.el" "org/ox-texinfo.el" "org/ox.el" | 32440 | ;;;;;; "org/ox-odt.el" "org/ox-org.el" "org/ox-publish.el" "org/ox-texinfo.el" |
| 32404 | ;;;;;; "play/gametree.el" "progmodes/ada-prj.el" "progmodes/cc-align.el" | 32441 | ;;;;;; "org/ox.el" "play/gametree.el" "progmodes/ada-prj.el" "progmodes/cc-align.el" |
| 32405 | ;;;;;; "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" | 32442 | ;;;;;; "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" |
| 32406 | ;;;;;; "progmodes/cc-defs.el" "progmodes/cc-fonts.el" "progmodes/cc-langs.el" | 32443 | ;;;;;; "progmodes/cc-defs.el" "progmodes/cc-fonts.el" "progmodes/cc-langs.el" |
| 32407 | ;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-abn.el" "progmodes/ebnf-bnf.el" | 32444 | ;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-abn.el" "progmodes/ebnf-bnf.el" |
| @@ -32424,7 +32461,7 @@ Zone out, completely. | |||
| 32424 | ;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" | 32461 | ;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" |
| 32425 | ;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vc/vc-filewise.el" "vcursor.el" | 32462 | ;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vc/vc-filewise.el" "vcursor.el" |
| 32426 | ;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" | 32463 | ;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" |
| 32427 | ;;;;;; "x-dnd.el") (22069 63623 894804 836000)) | 32464 | ;;;;;; "x-dnd.el") (22106 57434 227149 199000)) |
| 32428 | 32465 | ||
| 32429 | ;;;*** | 32466 | ;;;*** |
| 32430 | 32467 | ||