diff options
| author | Glenn Morris | 2019-03-01 07:31:58 -0500 |
|---|---|---|
| committer | Glenn Morris | 2019-03-01 07:31:58 -0500 |
| commit | fb52d961a40d889d87628058be6ea8116ced2e13 (patch) | |
| tree | a8f7d87664e636631546bebe22bc8e1bd7fb1ccd | |
| parent | ed087faa9b1f042e0c47c712e737ef75e90c4f8d (diff) | |
| download | emacs-fb52d961a40d889d87628058be6ea8116ced2e13.tar.gz emacs-fb52d961a40d889d87628058be6ea8116ced2e13.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 156 |
1 files changed, 109 insertions, 47 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index dfaaa71b712..cd2b2be3406 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -11926,7 +11926,10 @@ Fetch URL and render the page. | |||
| 11926 | If the input doesn't look like an URL or a domain name, the | 11926 | If the input doesn't look like an URL or a domain name, the |
| 11927 | word(s) will be searched for via `eww-search-prefix'. | 11927 | word(s) will be searched for via `eww-search-prefix'. |
| 11928 | 11928 | ||
| 11929 | \(fn URL)" t nil) | 11929 | If called with a prefix ARG, use a new buffer instead of reusing |
| 11930 | the default EWW buffer. | ||
| 11931 | |||
| 11932 | \(fn URL &optional ARG)" t nil) | ||
| 11930 | (defalias 'browse-web 'eww) | 11933 | (defalias 'browse-web 'eww) |
| 11931 | 11934 | ||
| 11932 | (autoload 'eww-open-file "eww" "\ | 11935 | (autoload 'eww-open-file "eww" "\ |
| @@ -12516,6 +12519,41 @@ the name is considered already unique; only the second substitution | |||
| 12516 | 12519 | ||
| 12517 | ;;;*** | 12520 | ;;;*** |
| 12518 | 12521 | ||
| 12522 | ;;;### (autoloads nil "fileloop" "fileloop.el" (0 0 0 0)) | ||
| 12523 | ;;; Generated autoloads from fileloop.el | ||
| 12524 | |||
| 12525 | (autoload 'fileloop-initialize "fileloop" "\ | ||
| 12526 | Initialize a new round of operation on several files. | ||
| 12527 | FILES can be either a list of file names, or an iterator (used with `iter-next') | ||
| 12528 | which returns a file name at each step. | ||
| 12529 | SCAN-FUNCTION is a function called with no argument inside a buffer | ||
| 12530 | and it should return non-nil if that buffer has something on which to operate. | ||
| 12531 | OPERATE-FUNCTION is a function called with no argument; it is expected | ||
| 12532 | to perform the operation on the current file buffer and when done | ||
| 12533 | should return non-nil to mean that we should immediately continue | ||
| 12534 | operating on the next file and nil otherwise. | ||
| 12535 | |||
| 12536 | \(fn FILES SCAN-FUNCTION OPERATE-FUNCTION)" nil nil) | ||
| 12537 | |||
| 12538 | (autoload 'fileloop-initialize-search "fileloop" "\ | ||
| 12539 | |||
| 12540 | |||
| 12541 | \(fn REGEXP FILES CASE-FOLD)" nil nil) | ||
| 12542 | |||
| 12543 | (autoload 'fileloop-initialize-replace "fileloop" "\ | ||
| 12544 | Initialize a new round of query&replace on several files. | ||
| 12545 | FROM is a regexp and TO is the replacement to use. | ||
| 12546 | FILES describes the file, as in `fileloop-initialize'. | ||
| 12547 | CASE-FOLD can be t, nil, or `default', the latter one meaning to obey | ||
| 12548 | the default setting of `case-fold-search'. | ||
| 12549 | DELIMITED if non-nil means replace only word-delimited matches. | ||
| 12550 | |||
| 12551 | \(fn FROM TO FILES CASE-FOLD &optional DELIMITED)" nil nil) | ||
| 12552 | |||
| 12553 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "fileloop" '("fileloop-"))) | ||
| 12554 | |||
| 12555 | ;;;*** | ||
| 12556 | |||
| 12519 | ;;;### (autoloads nil "filenotify" "filenotify.el" (0 0 0 0)) | 12557 | ;;;### (autoloads nil "filenotify" "filenotify.el" (0 0 0 0)) |
| 12520 | ;;; Generated autoloads from filenotify.el | 12558 | ;;; Generated autoloads from filenotify.el |
| 12521 | 12559 | ||
| @@ -13092,7 +13130,7 @@ to get the effect of a C-q. | |||
| 13092 | 13130 | ||
| 13093 | ;;;### (autoloads nil "flymake" "progmodes/flymake.el" (0 0 0 0)) | 13131 | ;;;### (autoloads nil "flymake" "progmodes/flymake.el" (0 0 0 0)) |
| 13094 | ;;; Generated autoloads from progmodes/flymake.el | 13132 | ;;; Generated autoloads from progmodes/flymake.el |
| 13095 | (push (purecopy '(flymake 1 0 3)) package--builtin-versions) | 13133 | (push (purecopy '(flymake 1 0 5)) package--builtin-versions) |
| 13096 | 13134 | ||
| 13097 | (autoload 'flymake-log "flymake" "\ | 13135 | (autoload 'flymake-log "flymake" "\ |
| 13098 | Log, at level LEVEL, the message MSG formatted with ARGS. | 13136 | Log, at level LEVEL, the message MSG formatted with ARGS. |
| @@ -22300,41 +22338,6 @@ QUALITY can be: | |||
| 22300 | 22338 | ||
| 22301 | ;;;*** | 22339 | ;;;*** |
| 22302 | 22340 | ||
| 22303 | ;;;### (autoloads nil "fileloop" "fileloop.el" (0 0 0 0)) | ||
| 22304 | ;;; Generated autoloads from fileloop.el | ||
| 22305 | |||
| 22306 | (autoload 'fileloop-initialize "fileloop" "\ | ||
| 22307 | Initialize a new round of operation on several files. | ||
| 22308 | FILES can be either a list of file names, or an iterator (used with `iter-next') | ||
| 22309 | which returns a file name at each step. | ||
| 22310 | SCAN-FUNCTION is a function called with no argument inside a buffer | ||
| 22311 | and it should return non-nil if that buffer has something on which to operate. | ||
| 22312 | OPERATE-FUNCTION is a function called with no argument; it is expected | ||
| 22313 | to perform the operation on the current file buffer and when done | ||
| 22314 | should return non-nil to mean that we should immediately continue | ||
| 22315 | operating on the next file and nil otherwise. | ||
| 22316 | |||
| 22317 | \(fn FILES SCAN-FUNCTION OPERATE-FUNCTION)" nil nil) | ||
| 22318 | |||
| 22319 | (autoload 'fileloop-initialize-search "fileloop" "\ | ||
| 22320 | |||
| 22321 | |||
| 22322 | \(fn REGEXP FILES CASE-FOLD)" nil nil) | ||
| 22323 | |||
| 22324 | (autoload 'fileloop-initialize-replace "fileloop" "\ | ||
| 22325 | Initialize a new round of query&replace on several files. | ||
| 22326 | FROM is a regexp and TO is the replacement to use. | ||
| 22327 | FILES describes the file, as in `fileloop-initialize'. | ||
| 22328 | CASE-FOLD can be t, nil, or `default', the latter one meaning to obey | ||
| 22329 | the default setting of `case-fold-search'. | ||
| 22330 | DELIMITED if non-nil means replace only word-delimited matches. | ||
| 22331 | |||
| 22332 | \(fn FROM TO FILES CASE-FOLD &optional DELIMITED)" nil nil) | ||
| 22333 | |||
| 22334 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "fileloop" '("fileloop-"))) | ||
| 22335 | |||
| 22336 | ;;;*** | ||
| 22337 | |||
| 22338 | ;;;### (autoloads nil "mwheel" "mwheel.el" (0 0 0 0)) | 22341 | ;;;### (autoloads nil "mwheel" "mwheel.el" (0 0 0 0)) |
| 22339 | ;;; Generated autoloads from mwheel.el | 22342 | ;;; Generated autoloads from mwheel.el |
| 22340 | 22343 | ||
| @@ -25063,6 +25066,13 @@ Emacs Lisp manual for more information and examples. | |||
| 25063 | 25066 | ||
| 25064 | (function-put 'pcase 'lisp-indent-function '1) | 25067 | (function-put 'pcase 'lisp-indent-function '1) |
| 25065 | 25068 | ||
| 25069 | (put 'pcase 'function-documentation '(pcase--make-docstring)) | ||
| 25070 | |||
| 25071 | (autoload 'pcase--make-docstring "pcase" "\ | ||
| 25072 | |||
| 25073 | |||
| 25074 | \(fn)" nil nil) | ||
| 25075 | |||
| 25066 | (autoload 'pcase-exhaustive "pcase" "\ | 25076 | (autoload 'pcase-exhaustive "pcase" "\ |
| 25067 | The exhaustive version of `pcase' (which see). | 25077 | The exhaustive version of `pcase' (which see). |
| 25068 | If EXP fails to match any of the patterns in CASES, an error is signaled. | 25078 | If EXP fails to match any of the patterns in CASES, an error is signaled. |
| @@ -25630,6 +25640,13 @@ they are not by default assigned to keys. | |||
| 25630 | 25640 | ||
| 25631 | ;;;*** | 25641 | ;;;*** |
| 25632 | 25642 | ||
| 25643 | ;;;### (autoloads nil "pinyin" "language/pinyin.el" (0 0 0 0)) | ||
| 25644 | ;;; Generated autoloads from language/pinyin.el | ||
| 25645 | |||
| 25646 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pinyin" '("pinyin-character-map"))) | ||
| 25647 | |||
| 25648 | ;;;*** | ||
| 25649 | |||
| 25633 | ;;;### (autoloads nil "pixel-scroll" "pixel-scroll.el" (0 0 0 0)) | 25650 | ;;;### (autoloads nil "pixel-scroll" "pixel-scroll.el" (0 0 0 0)) |
| 25634 | ;;; Generated autoloads from pixel-scroll.el | 25651 | ;;; Generated autoloads from pixel-scroll.el |
| 25635 | 25652 | ||
| @@ -28846,7 +28863,7 @@ CHAR | |||
| 28846 | matches 0 through 9. | 28863 | matches 0 through 9. |
| 28847 | 28864 | ||
| 28848 | `control', `cntrl' | 28865 | `control', `cntrl' |
| 28849 | matches ASCII control characters. | 28866 | matches any character whose code is in the range 0-31. |
| 28850 | 28867 | ||
| 28851 | `hex-digit', `hex', `xdigit' | 28868 | `hex-digit', `hex', `xdigit' |
| 28852 | matches 0 through 9, a through f and A through F. | 28869 | matches 0 through 9, a through f and A through F. |
| @@ -28933,7 +28950,9 @@ CHAR | |||
| 28933 | matches a character with category CATEGORY. CATEGORY must be | 28950 | matches a character with category CATEGORY. CATEGORY must be |
| 28934 | either a character to use for C, or one of the following symbols. | 28951 | either a character to use for C, or one of the following symbols. |
| 28935 | 28952 | ||
| 28936 | `consonant' (\\c0 in string notation) | 28953 | `space-for-indent' (\\c\\s in string notation) |
| 28954 | `base' (\\c.) | ||
| 28955 | `consonant' (\\c0) | ||
| 28937 | `base-vowel' (\\c1) | 28956 | `base-vowel' (\\c1) |
| 28938 | `upper-diacritical-mark' (\\c2) | 28957 | `upper-diacritical-mark' (\\c2) |
| 28939 | `lower-diacritical-mark' (\\c3) | 28958 | `lower-diacritical-mark' (\\c3) |
| @@ -28951,7 +28970,9 @@ CHAR | |||
| 28951 | `japanese-hiragana-two-byte' (\\cH) | 28970 | `japanese-hiragana-two-byte' (\\cH) |
| 28952 | `indian-two-byte' (\\cI) | 28971 | `indian-two-byte' (\\cI) |
| 28953 | `japanese-katakana-two-byte' (\\cK) | 28972 | `japanese-katakana-two-byte' (\\cK) |
| 28973 | `strong-left-to-right' (\\cL) | ||
| 28954 | `korean-hangul-two-byte' (\\cN) | 28974 | `korean-hangul-two-byte' (\\cN) |
| 28975 | `strong-right-to-left' (\\cR) | ||
| 28955 | `cyrillic-two-byte' (\\cY) | 28976 | `cyrillic-two-byte' (\\cY) |
| 28956 | `combining-diacritic' (\\c^) | 28977 | `combining-diacritic' (\\c^) |
| 28957 | `ascii' (\\ca) | 28978 | `ascii' (\\ca) |
| @@ -31906,8 +31927,7 @@ The default comes from `process-coding-system-alist' and | |||
| 31906 | your might try undecided-dos as a coding system. If this doesn't help, | 31927 | your might try undecided-dos as a coding system. If this doesn't help, |
| 31907 | Try to set `comint-output-filter-functions' like this: | 31928 | Try to set `comint-output-filter-functions' like this: |
| 31908 | 31929 | ||
| 31909 | \(setq comint-output-filter-functions (append comint-output-filter-functions | 31930 | \(add-hook 'comint-output-filter-functions #\\='comint-strip-ctrl-m 'append) |
| 31910 | \\='(comint-strip-ctrl-m))) | ||
| 31911 | 31931 | ||
| 31912 | \(Type \\[describe-mode] in the SQL buffer for a list of commands.) | 31932 | \(Type \\[describe-mode] in the SQL buffer for a list of commands.) |
| 31913 | 31933 | ||
| @@ -32349,7 +32369,7 @@ Studlify-case the current buffer. | |||
| 32349 | ;;;### (autoloads nil "subr-x" "emacs-lisp/subr-x.el" (0 0 0 0)) | 32369 | ;;;### (autoloads nil "subr-x" "emacs-lisp/subr-x.el" (0 0 0 0)) |
| 32350 | ;;; Generated autoloads from emacs-lisp/subr-x.el | 32370 | ;;; Generated autoloads from emacs-lisp/subr-x.el |
| 32351 | 32371 | ||
| 32352 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "subr-x" '("and-let*" "hash-table-" "if-let" "internal--" "string-" "thread-" "when-let"))) | 32372 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "subr-x" '("and-let*" "hash-table-" "if-let" "internal--" "replace-region-contents" "string-" "thread-" "when-let"))) |
| 32353 | 32373 | ||
| 32354 | ;;;*** | 32374 | ;;;*** |
| 32355 | 32375 | ||
| @@ -34504,7 +34524,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\". | |||
| 34504 | 34524 | ||
| 34505 | \(fn &optional FORCE)" nil nil) | 34525 | \(fn &optional FORCE)" nil nil) |
| 34506 | 34526 | ||
| 34507 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "titdic-cnv" '("batch-miscdic-convert" "ctlau-" "miscdic-convert" "py-converter" "quail-" "quick-" "tit-" "tsang-" "ziranma-converter"))) | 34527 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "titdic-cnv" '("batch-miscdic-convert" "ctlau-" "miscdic-convert" "pinyin-convert" "py-converter" "quail-" "quick-" "tit-" "tsang-" "ziranma-converter"))) |
| 34508 | 34528 | ||
| 34509 | ;;;*** | 34529 | ;;;*** |
| 34510 | 34530 | ||
| @@ -34841,14 +34861,14 @@ It must be supported by libarchive(3).") | |||
| 34841 | (defmacro tramp-archive-autoload-file-name-regexp nil "\ | 34861 | (defmacro tramp-archive-autoload-file-name-regexp nil "\ |
| 34842 | Regular expression matching archive file names." '(concat "\\`" "\\(" ".+" "\\." (regexp-opt tramp-archive-suffixes) "\\(?:" "\\." (regexp-opt tramp-archive-compression-suffixes) "\\)*" "\\)" "\\(" "/" ".*" "\\)" "\\'")) | 34862 | Regular expression matching archive file names." '(concat "\\`" "\\(" ".+" "\\." (regexp-opt tramp-archive-suffixes) "\\(?:" "\\." (regexp-opt tramp-archive-compression-suffixes) "\\)*" "\\)" "\\(" "/" ".*" "\\)" "\\'")) |
| 34843 | 34863 | ||
| 34844 | (defalias 'tramp-archive-autoload-file-name-handler 'tramp-autoload-file-name-handler) | 34864 | (defalias 'tramp-archive-autoload-file-name-handler #'tramp-autoload-file-name-handler) |
| 34845 | 34865 | ||
| 34846 | (defun tramp-register-archive-file-name-handler nil "\ | 34866 | (defun tramp-register-archive-file-name-handler nil "\ |
| 34847 | Add archive file name handler to `file-name-handler-alist'." (when tramp-archive-enabled (add-to-list 'file-name-handler-alist (cons (tramp-archive-autoload-file-name-regexp) 'tramp-archive-autoload-file-name-handler)) (put 'tramp-archive-autoload-file-name-handler 'safe-magic t))) | 34867 | Add archive file name handler to `file-name-handler-alist'." (when tramp-archive-enabled (add-to-list 'file-name-handler-alist (cons (tramp-archive-autoload-file-name-regexp) #'tramp-archive-autoload-file-name-handler)) (put 'tramp-archive-autoload-file-name-handler 'safe-magic t))) |
| 34848 | 34868 | ||
| 34849 | (add-hook 'after-init-hook 'tramp-register-archive-file-name-handler) | 34869 | (add-hook 'after-init-hook #'tramp-register-archive-file-name-handler) |
| 34850 | 34870 | ||
| 34851 | (add-hook 'tramp-archive-unload-hook (lambda nil (remove-hook 'after-init-hook 'tramp-register-archive-file-name-handler))) | 34871 | (add-hook 'tramp-archive-unload-hook (lambda nil (remove-hook 'after-init-hook #'tramp-register-archive-file-name-handler))) |
| 34852 | 34872 | ||
| 34853 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tramp-archive" '("tramp-" "with-parsed-tramp-archive-file-name"))) | 34873 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tramp-archive" '("tramp-" "with-parsed-tramp-archive-file-name"))) |
| 34854 | 34874 | ||
| @@ -34890,6 +34910,14 @@ Add archive file name handler to `file-name-handler-alist'." (when tramp-archive | |||
| 34890 | 34910 | ||
| 34891 | ;;;*** | 34911 | ;;;*** |
| 34892 | 34912 | ||
| 34913 | ;;;### (autoloads nil "tramp-integration" "net/tramp-integration.el" | ||
| 34914 | ;;;;;; (0 0 0 0)) | ||
| 34915 | ;;; Generated autoloads from net/tramp-integration.el | ||
| 34916 | |||
| 34917 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tramp-integration" '("tramp-"))) | ||
| 34918 | |||
| 34919 | ;;;*** | ||
| 34920 | |||
| 34893 | ;;;### (autoloads nil "tramp-rclone" "net/tramp-rclone.el" (0 0 0 | 34921 | ;;;### (autoloads nil "tramp-rclone" "net/tramp-rclone.el" (0 0 0 |
| 34894 | ;;;;;; 0)) | 34922 | ;;;;;; 0)) |
| 34895 | ;;; Generated autoloads from net/tramp-rclone.el | 34923 | ;;; Generated autoloads from net/tramp-rclone.el |
| @@ -36373,6 +36401,11 @@ Display a message indicating unresolved conflicts in FILENAME. | |||
| 36373 | 36401 | ||
| 36374 | (defalias 'vc-resolve-conflicts 'smerge-ediff) | 36402 | (defalias 'vc-resolve-conflicts 'smerge-ediff) |
| 36375 | 36403 | ||
| 36404 | (autoload 'vc-find-conflicted-file "vc" "\ | ||
| 36405 | Visit the next conflicted file in the current project. | ||
| 36406 | |||
| 36407 | \(fn)" t nil) | ||
| 36408 | |||
| 36376 | (autoload 'vc-create-tag "vc" "\ | 36409 | (autoload 'vc-create-tag "vc" "\ |
| 36377 | Descending recursively from DIR, make a tag called NAME. | 36410 | Descending recursively from DIR, make a tag called NAME. |
| 36378 | For each registered file, the working revision becomes part of | 36411 | For each registered file, the working revision becomes part of |
| @@ -38712,6 +38745,35 @@ a single modifier. Default value of PREFIX is `C-x' and MODIFIERS is `shift'. | |||
| 38712 | 38745 | ||
| 38713 | \(fn &optional PREFIX MODIFIERS)" t nil) | 38746 | \(fn &optional PREFIX MODIFIERS)" t nil) |
| 38714 | 38747 | ||
| 38748 | (autoload 'windmove-swap-states-left "windmove" "\ | ||
| 38749 | Swap the states with the window on the left from the current one. | ||
| 38750 | |||
| 38751 | \(fn)" t nil) | ||
| 38752 | |||
| 38753 | (autoload 'windmove-swap-states-up "windmove" "\ | ||
| 38754 | Swap the states with the window above from the current one. | ||
| 38755 | |||
| 38756 | \(fn)" t nil) | ||
| 38757 | |||
| 38758 | (autoload 'windmove-swap-states-down "windmove" "\ | ||
| 38759 | Swap the states with the window below from the current one. | ||
| 38760 | |||
| 38761 | \(fn)" t nil) | ||
| 38762 | |||
| 38763 | (autoload 'windmove-swap-states-right "windmove" "\ | ||
| 38764 | Swap the states with the window on the right from the current one. | ||
| 38765 | |||
| 38766 | \(fn)" t nil) | ||
| 38767 | |||
| 38768 | (autoload 'windmove-swap-states-default-keybindings "windmove" "\ | ||
| 38769 | Set up keybindings for directional window swap states. | ||
| 38770 | Keys are bound to commands that swap the states of the selected window | ||
| 38771 | with the window in the specified direction. Keybindings are of the form | ||
| 38772 | MODIFIERS-{left,right,up,down}, where MODIFIERS is either a list of modifiers | ||
| 38773 | or a single modifier. Default value of MODIFIERS is `shift-super'. | ||
| 38774 | |||
| 38775 | \(fn &optional MODIFIERS)" t nil) | ||
| 38776 | |||
| 38715 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "windmove" '("windmove-"))) | 38777 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "windmove" '("windmove-"))) |
| 38716 | 38778 | ||
| 38717 | ;;;*** | 38779 | ;;;*** |