; Auto-commit of loaddefs files.
This commit is contained in:
parent
5dfa5e26dd
commit
bef00aa137
1 changed files with 13 additions and 13 deletions
|
@ -19024,7 +19024,7 @@ It is not recommended to set this variable permanently to anything but nil.")
|
||||||
Uninstall jka-compr.
|
Uninstall jka-compr.
|
||||||
This removes the entries in `file-name-handler-alist' and `auto-mode-alist'
|
This removes the entries in `file-name-handler-alist' and `auto-mode-alist'
|
||||||
and `inhibit-local-variables-suffixes' that were added
|
and `inhibit-local-variables-suffixes' that were added
|
||||||
by `jka-compr-installed'." nil nil)
|
by `jka-compr-install'." nil nil)
|
||||||
|
|
||||||
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "jka-compr" '("compression-error" "jka-compr-")))
|
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "jka-compr" '("compression-error" "jka-compr-")))
|
||||||
|
|
||||||
|
@ -19694,28 +19694,28 @@ except that FILTER is not optional.
|
||||||
;;; Generated autoloads from vc/log-edit.el
|
;;; Generated autoloads from vc/log-edit.el
|
||||||
|
|
||||||
(autoload 'log-edit "log-edit" "\
|
(autoload 'log-edit "log-edit" "\
|
||||||
Setup a buffer to enter a log message.
|
Setup a buffer to enter a VC commit log message.
|
||||||
The buffer is put in mode MODE or `log-edit-mode' if MODE is nil.
|
The buffer is put in mode MODE, or `log-edit-mode' if MODE is nil.
|
||||||
\\<log-edit-mode-map>
|
\\<log-edit-mode-map>
|
||||||
If SETUP is non-nil, erase the buffer and run `log-edit-hook'.
|
If SETUP is non-nil, erase the buffer and run `log-edit-hook'.
|
||||||
Set mark and point around the entire contents of the buffer, so
|
Set mark and point around the entire contents of the buffer, so
|
||||||
that it is easy to kill the contents of the buffer with
|
that it is easy to kill the contents of the buffer with
|
||||||
\\[kill-region]. Once the user is done editing the message,
|
\\[kill-region]. Once the user is done editing the message, he
|
||||||
invoking the command \\[log-edit-done] (`log-edit-done') will
|
or she is expected to invoke the command \\[log-edit-done] (`log-edit-done'),
|
||||||
call CALLBACK to do the actual commit.
|
which will call CALLBACK, a function to do the actual commit.
|
||||||
|
|
||||||
PARAMS if non-nil is an alist of variables and buffer-local
|
PARAMS, if non-nil, is an alist of variables and buffer-local
|
||||||
values to give them in the Log Edit buffer. Possible keys and
|
values to give to those variables in the Log Edit buffer. Possible
|
||||||
associated values:
|
keys and associated values are:
|
||||||
`log-edit-listfun' -- function taking no arguments that returns the list of
|
`log-edit-listfun' -- function taking no arguments that returns the list of
|
||||||
files that are concerned by the current operation (using relative names);
|
files that are concerned by the current operation (using relative names);
|
||||||
`log-edit-diff-function' -- function taking no arguments that
|
`log-edit-diff-function' -- function taking no arguments that
|
||||||
displays a diff of the files concerned by the current operation.
|
displays a diff of the files concerned by the current operation.
|
||||||
`vc-log-fileset' -- the VC fileset to be committed (if any).
|
`vc-log-fileset' -- the VC fileset to be committed (if any).
|
||||||
|
|
||||||
If BUFFER is non-nil `log-edit' will jump to that buffer, use it
|
If BUFFER is non-nil, `log-edit' will switch to that buffer, use it
|
||||||
to edit the log message and go back to the current buffer when
|
to edit the log message and go back to the current buffer when
|
||||||
done. Otherwise, it uses the current buffer.
|
done. Otherwise, this function will use the current buffer.
|
||||||
|
|
||||||
\(fn CALLBACK &optional SETUP PARAMS BUFFER MODE &rest IGNORE)" nil nil)
|
\(fn CALLBACK &optional SETUP PARAMS BUFFER MODE &rest IGNORE)" nil nil)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue