Regenerate ldefs-boot.el
This commit is contained in:
parent
7520932dbe
commit
ca57767128
1 changed files with 26 additions and 63 deletions
|
@ -5064,8 +5064,6 @@ evaluate `compilation-shell-minor-mode'.
|
|||
The mode's hook is called both when the mode is enabled and when
|
||||
it is disabled.
|
||||
|
||||
\\{compilation-shell-minor-mode-map}
|
||||
|
||||
(fn &optional ARG)" t nil)
|
||||
(autoload 'compilation-minor-mode "compile" "\
|
||||
Toggle Compilation minor mode.
|
||||
|
@ -5089,8 +5087,6 @@ evaluate `compilation-minor-mode'.
|
|||
The mode's hook is called both when the mode is enabled and when
|
||||
it is disabled.
|
||||
|
||||
\\{compilation-minor-mode-map}
|
||||
|
||||
(fn &optional ARG)" t nil)
|
||||
(autoload 'compilation-next-error-function "compile" "\
|
||||
Advance to the next error message and visit the file where the error was.
|
||||
|
@ -7309,7 +7305,7 @@ If given a \\[universal-argument] prefix, also prompt for the QUERY-TYPE paramet
|
|||
If given a \\[universal-argument] \\[universal-argument] prefix, also prompt for the SERVER parameter.
|
||||
|
||||
(fn DOMAIN &optional QUERY-TYPE QUERY-CLASS QUERY-OPTION DIG-OPTION SERVER)" t nil)
|
||||
(register-definition-prefixes "dig" '("dig-" "query-dig"))
|
||||
(register-definition-prefixes "dig" '("dig-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from cedet/ede/dired.el
|
||||
|
@ -8442,7 +8438,7 @@ A second call of this function without changing point inserts the next match.
|
|||
A call with prefix PREFIX reads the symbol to insert from the minibuffer with
|
||||
completion.
|
||||
|
||||
(fn PREFIX)" t nil)
|
||||
(fn PREFIX)" '("P") nil)
|
||||
(autoload 'ebrowse-tags-loop-continue "ebrowse" "\
|
||||
Repeat last operation on files in tree.
|
||||
FIRST-TIME non-nil means this is not a repetition, but the first time.
|
||||
|
@ -9979,7 +9975,7 @@ When present, ID should be an opaque object used to identify the
|
|||
connection unequivocally. This is rarely needed and not available
|
||||
interactively.
|
||||
|
||||
(fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) (USER (erc-compute-user)) PASSWORD (FULL-NAME (erc-compute-full-name)) ID)" t nil)
|
||||
(fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) (USER (erc-compute-user)) PASSWORD (FULL-NAME (erc-compute-full-name)) ID)" '((erc-select-read-args)) nil)
|
||||
(defalias 'erc-select #'erc)
|
||||
(autoload 'erc-tls "erc" "\
|
||||
ERC is a powerful, modular, and extensible IRC client.
|
||||
|
@ -10026,7 +10022,7 @@ symbol composed of letters from the Latin alphabet.) This option is
|
|||
generally unneeded, however. See info node `(erc) Connecting' for use
|
||||
cases. Not available interactively.
|
||||
|
||||
(fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) (USER (erc-compute-user)) PASSWORD (FULL-NAME (erc-compute-full-name)) CLIENT-CERTIFICATE ID)" t nil)
|
||||
(fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) (USER (erc-compute-user)) PASSWORD (FULL-NAME (erc-compute-full-name)) CLIENT-CERTIFICATE ID)" '((let ((erc-default-port erc-default-port-tls)) (erc-select-read-args))) nil)
|
||||
(autoload 'erc-handle-irc-url "erc" "\
|
||||
Use ERC to IRC on HOST:PORT in CHANNEL as USER with PASSWORD.
|
||||
If ERC is already connected to HOST:PORT, simply /join CHANNEL.
|
||||
|
@ -10242,9 +10238,7 @@ it has to be wrapped in `(eval (quote ...))'.
|
|||
If NAME is already defined as a test and Emacs is running
|
||||
in batch mode, an error is signalled.
|
||||
|
||||
(fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] [:tags \\='(TAG...)] BODY...)" nil t)
|
||||
(function-put 'ert-deftest 'doc-string-elt 3)
|
||||
(function-put 'ert-deftest 'lisp-indent-function 2)
|
||||
(fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] [:tags \\='(TAG...)] BODY...)" nil 'macro)
|
||||
(autoload 'ert-run-tests-batch "ert" "\
|
||||
Run the tests specified by SELECTOR, printing results to the terminal.
|
||||
|
||||
|
@ -12325,8 +12319,6 @@ evaluate `flymake-mode'.
|
|||
The mode's hook is called both when the mode is enabled and when
|
||||
it is disabled.
|
||||
|
||||
\\{flymake-mode-map}
|
||||
|
||||
(fn &optional ARG)" t nil)
|
||||
(autoload 'flymake-mode-on "flymake" "\
|
||||
Turn Flymake mode on." nil nil)
|
||||
|
@ -14650,16 +14642,13 @@ Towers of Hanoi diversion. Use NRINGS rings.
|
|||
|
||||
(fn NRINGS)" t nil)
|
||||
(autoload 'hanoi-unix "hanoi" "\
|
||||
Towers of Hanoi, UNIX doomsday version.
|
||||
Displays 32-ring towers that have been progressing at one move per
|
||||
second since 1970-01-01 00:00:00 GMT.
|
||||
Towers of Hanoi, 32-bit UNIX doomsday version.
|
||||
Display 32-ring towers that have been progressing at one move per
|
||||
second since 1970-01-01 00:00:00 UTC.
|
||||
|
||||
Repent before ring 31 moves." t nil)
|
||||
(autoload 'hanoi-unix-64 "hanoi" "\
|
||||
Like `hanoi-unix', but pretend to have a 64-bit clock.
|
||||
This is, necessarily (as of Emacs 20.3), a crock. When the
|
||||
`current-time' interface is made s2G-compliant, hanoi.el will need
|
||||
to be updated." t nil)
|
||||
Like `hanoi-unix', but with a 64-bit clock." t nil)
|
||||
(register-definition-prefixes "hanoi" '("hanoi-"))
|
||||
|
||||
|
||||
|
@ -15930,8 +15919,7 @@ inlined into the compiled format versions. This means that if you
|
|||
change its definition, you should explicitly call
|
||||
`ibuffer-recompile-formats'.
|
||||
|
||||
(fn SYMBOL (&key NAME INLINE PROPS SUMMARIZER) &rest BODY)" nil t)
|
||||
(function-put 'define-ibuffer-column 'lisp-indent-function 'defun)
|
||||
(fn SYMBOL (&key NAME INLINE PROPS SUMMARIZER) &rest BODY)" nil 'macro)
|
||||
(autoload 'define-ibuffer-sorter "ibuf-macs" "\
|
||||
Define a method of sorting named NAME.
|
||||
DOCUMENTATION is the documentation of the function, which will be called
|
||||
|
@ -15942,9 +15930,7 @@ For sorting, the forms in BODY will be evaluated with `a' bound to one
|
|||
buffer object, and `b' bound to another. BODY should return a non-nil
|
||||
value if and only if `a' is \"less than\" `b'.
|
||||
|
||||
(fn NAME DOCUMENTATION (&key DESCRIPTION) &rest BODY)" nil t)
|
||||
(function-put 'define-ibuffer-sorter 'lisp-indent-function 1)
|
||||
(function-put 'define-ibuffer-sorter 'doc-string-elt 2)
|
||||
(fn NAME DOCUMENTATION (&key DESCRIPTION) &rest BODY)" nil 'macro)
|
||||
(autoload 'define-ibuffer-op "ibuf-macs" "\
|
||||
Generate a function which operates on a buffer.
|
||||
OP becomes the name of the function; if it doesn't begin with
|
||||
|
@ -15983,9 +15969,7 @@ BODY define the operation; they are forms to evaluate per each
|
|||
marked buffer. BODY is evaluated with `buf' bound to the
|
||||
buffer object.
|
||||
|
||||
(fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS OPSTRING ACTIVE-OPSTRING BEFORE AFTER COMPLEX) &rest BODY)" nil t)
|
||||
(function-put 'define-ibuffer-op 'lisp-indent-function 2)
|
||||
(function-put 'define-ibuffer-op 'doc-string-elt 3)
|
||||
(fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS OPSTRING ACTIVE-OPSTRING BEFORE AFTER COMPLEX) &rest BODY)" nil 'macro)
|
||||
(autoload 'define-ibuffer-filter "ibuf-macs" "\
|
||||
Define a filter named NAME.
|
||||
DOCUMENTATION is the documentation of the function.
|
||||
|
@ -16000,9 +15984,7 @@ not a particular buffer should be displayed or not. The forms in BODY
|
|||
will be evaluated with BUF bound to the buffer object, and QUALIFIER
|
||||
bound to the current value of the filter.
|
||||
|
||||
(fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil t)
|
||||
(function-put 'define-ibuffer-filter 'lisp-indent-function 2)
|
||||
(function-put 'define-ibuffer-filter 'doc-string-elt 2)
|
||||
(fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil 'macro)
|
||||
(register-definition-prefixes "ibuf-macs" '("ibuffer-"))
|
||||
|
||||
|
||||
|
@ -23602,11 +23584,6 @@ they are not by default assigned to keys." t nil)
|
|||
(defalias 'edit-picture 'picture-mode)
|
||||
(register-definition-prefixes "picture" '("picture-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from language/pinyin.el
|
||||
|
||||
(register-definition-prefixes "pinyin" '("pinyin-character-map"))
|
||||
|
||||
|
||||
;;; Generated autoloads from textmodes/pixel-fill.el
|
||||
|
||||
|
@ -25401,8 +25378,6 @@ evaluate `rectangle-mark-mode'.
|
|||
The mode's hook is called both when the mode is enabled and when
|
||||
it is disabled.
|
||||
|
||||
\\{rectangle-mark-mode-map}
|
||||
|
||||
(fn &optional ARG)" t nil)
|
||||
(register-definition-prefixes "rect" '("apply-on-rectangle" "clear-rectangle-line" "delete-" "extract-rectangle-" "killed-rectangle" "ope" "rectangle-" "spaces-string" "string-rectangle-"))
|
||||
|
||||
|
@ -31277,7 +31252,7 @@ Gregorian date Sunday, December 31, 1 BC.
|
|||
(fn TIME)" nil nil)
|
||||
(autoload 'safe-date-to-time "time-date" "\
|
||||
Parse a string DATE that represents a date-time and return a time value.
|
||||
If DATE is malformed, return a time value of zeros.
|
||||
If DATE is malformed, return a time value of zero.
|
||||
|
||||
(fn DATE)" nil nil)
|
||||
(autoload 'format-seconds "time-date" "\
|
||||
|
@ -31790,12 +31765,7 @@ List of suffixes which indicate a compressed file.
|
|||
It must be supported by libarchive(3).")
|
||||
(defmacro tramp-archive-autoload-file-name-regexp nil "\
|
||||
Regular expression matching archive file names." '(concat "\\`" "\\(" ".+" "\\." (regexp-opt tramp-archive-suffixes) "\\(?:" "\\." (regexp-opt tramp-archive-compression-suffixes) "\\)*" "\\)" "\\(" "/" ".*" "\\)" "\\'"))
|
||||
(autoload 'tramp-archive-file-name-handler "tramp-archive" "\
|
||||
Invoke the file archive related OPERATION.
|
||||
First arg specifies the OPERATION, second arg ARGS is a list of
|
||||
arguments to pass to the OPERATION.
|
||||
|
||||
(fn OPERATION &rest ARGS)" nil nil)
|
||||
(autoload 'tramp-archive-file-name-handler "tramp-archine")
|
||||
(defun tramp-archive-autoload-file-name-handler (operation &rest args) "\
|
||||
Load Tramp archive file name handler, and perform OPERATION." (defvar tramp-archive-autoload) (let ((default-directory temporary-file-directory) (tramp-archive-autoload tramp-archive-enabled)) (apply #'tramp-autoload-file-name-handler operation args)))
|
||||
(defun tramp-register-archive-file-name-handler nil "\
|
||||
|
@ -31807,7 +31777,7 @@ Add archive file name handler to `file-name-handler-alist'." (when (and tramp-ar
|
|||
|
||||
;;; Generated autoloads from net/tramp-cache.el
|
||||
|
||||
(register-definition-prefixes "tramp-cache" '("tramp-"))
|
||||
(register-definition-prefixes "tramp-cache" '("tramp-" "with-tramp-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from net/tramp-cmds.el
|
||||
|
@ -31933,9 +31903,11 @@ SUFFIX is a suffix command or a group specification (of
|
|||
LOC is a command, a key vector, a key description (a string
|
||||
as returned by `key-description'), or a coordination list
|
||||
(whose last element may also be a command or key).
|
||||
Remove a conflicting binding unless optional KEEP-OTHER is
|
||||
non-nil.
|
||||
See info node `(transient)Modifying Existing Transients'.
|
||||
|
||||
(fn PREFIX LOC SUFFIX)" nil nil)
|
||||
(fn PREFIX LOC SUFFIX &optional KEEP-OTHER)" nil nil)
|
||||
(function-put 'transient-insert-suffix 'lisp-indent-function 'defun)
|
||||
(autoload 'transient-append-suffix "transient" "\
|
||||
Insert a SUFFIX into PREFIX after LOC.
|
||||
|
@ -31945,9 +31917,11 @@ SUFFIX is a suffix command or a group specification (of
|
|||
LOC is a command, a key vector, a key description (a string
|
||||
as returned by `key-description'), or a coordination list
|
||||
(whose last element may also be a command or key).
|
||||
Remove a conflicting binding unless optional KEEP-OTHER is
|
||||
non-nil.
|
||||
See info node `(transient)Modifying Existing Transients'.
|
||||
|
||||
(fn PREFIX LOC SUFFIX)" nil nil)
|
||||
(fn PREFIX LOC SUFFIX &optional KEEP-OTHER)" nil nil)
|
||||
(function-put 'transient-append-suffix 'lisp-indent-function 'defun)
|
||||
(autoload 'transient-replace-suffix "transient" "\
|
||||
Replace the suffix at LOC in PREFIX with SUFFIX.
|
||||
|
@ -31971,7 +31945,7 @@ See info node `(transient)Modifying Existing Transients'.
|
|||
|
||||
(fn PREFIX LOC)" nil nil)
|
||||
(function-put 'transient-remove-suffix 'lisp-indent-function 'defun)
|
||||
(register-definition-prefixes "transient" '("magit--fit-window-to-buffer" "transient-"))
|
||||
(register-definition-prefixes "transient" '("magit--fit-window-to-buffer" "transient"))
|
||||
|
||||
|
||||
;;; Generated autoloads from tree-widget.el
|
||||
|
@ -32440,11 +32414,6 @@ added to this list, so most requests can just pass in nil.
|
|||
(fn URL)" nil nil)
|
||||
(register-definition-prefixes "url-dav" '("url-dav-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from url/url-dired.el
|
||||
|
||||
(register-definition-prefixes "url-dired" '("url-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from url/url-domsuf.el
|
||||
|
||||
|
@ -32798,14 +32767,8 @@ Will not do anything if `url-show-status' is nil.
|
|||
Return a date string that most HTTP servers can understand.
|
||||
|
||||
(fn &optional SPECIFIED-TIME)" nil nil)
|
||||
(autoload 'url-eat-trailing-space "url-util" "\
|
||||
Remove spaces/tabs at the end of a string.
|
||||
|
||||
(fn X)" nil nil)
|
||||
(autoload 'url-strip-leading-spaces "url-util" "\
|
||||
Remove spaces at the front of a string.
|
||||
|
||||
(fn X)" nil nil)
|
||||
(define-obsolete-function-alias 'url-eat-trailing-space #'string-trim-right "29.1")
|
||||
(define-obsolete-function-alias 'url-strip-leading-spaces #'string-trim-left "29.1")
|
||||
(autoload 'url-display-percentage "url-util" "\
|
||||
|
||||
|
||||
|
@ -35897,8 +35860,8 @@ Zone out, completely." t nil)
|
|||
(provide 'loaddefs)
|
||||
|
||||
;; Local Variables:
|
||||
;; version-control: never
|
||||
;; no-byte-compile: t
|
||||
;; version-control: never
|
||||
;; no-update-autoloads: t
|
||||
;; coding: utf-8-emacs-unix
|
||||
;; End:
|
||||
|
|
Loading…
Add table
Reference in a new issue