aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2021-06-01 06:12:39 -0700
committerGlenn Morris2021-06-01 06:12:39 -0700
commitbef00aa1372dbd8a72ac84be0ee397cca46a1250 (patch)
tree4f4ebe1e61c50760f91b84eafef1ba0bac7b4173
parent5dfa5e26dd58c6e8aa135c81ecfdbda92725556e (diff)
downloademacs-bef00aa1372dbd8a72ac84be0ee397cca46a1250.tar.gz
emacs-bef00aa1372dbd8a72ac84be0ee397cca46a1250.zip
; Auto-commit of loaddefs files.
-rw-r--r--lisp/ldefs-boot.el26
1 files changed, 13 insertions, 13 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index b68ef6851af..655285e0f65 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -19024,7 +19024,7 @@ It is not recommended to set this variable permanently to anything but nil.")
19024Uninstall jka-compr. 19024Uninstall jka-compr.
19025This removes the entries in `file-name-handler-alist' and `auto-mode-alist' 19025This removes the entries in `file-name-handler-alist' and `auto-mode-alist'
19026and `inhibit-local-variables-suffixes' that were added 19026and `inhibit-local-variables-suffixes' that were added
19027by `jka-compr-installed'." nil nil) 19027by `jka-compr-install'." nil nil)
19028 19028
19029(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "jka-compr" '("compression-error" "jka-compr-"))) 19029(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "jka-compr" '("compression-error" "jka-compr-")))
19030 19030
@@ -19694,28 +19694,28 @@ except that FILTER is not optional.
19694;;; Generated autoloads from vc/log-edit.el 19694;;; Generated autoloads from vc/log-edit.el
19695 19695
19696(autoload 'log-edit "log-edit" "\ 19696(autoload 'log-edit "log-edit" "\
19697Setup a buffer to enter a log message. 19697Setup a buffer to enter a VC commit log message.
19698The buffer is put in mode MODE or `log-edit-mode' if MODE is nil. 19698The buffer is put in mode MODE, or `log-edit-mode' if MODE is nil.
19699\\<log-edit-mode-map> 19699\\<log-edit-mode-map>
19700If SETUP is non-nil, erase the buffer and run `log-edit-hook'. 19700If SETUP is non-nil, erase the buffer and run `log-edit-hook'.
19701Set mark and point around the entire contents of the buffer, so 19701Set mark and point around the entire contents of the buffer, so
19702that it is easy to kill the contents of the buffer with 19702that it is easy to kill the contents of the buffer with
19703\\[kill-region]. Once the user is done editing the message, 19703\\[kill-region]. Once the user is done editing the message, he
19704invoking the command \\[log-edit-done] (`log-edit-done') will 19704or she is expected to invoke the command \\[log-edit-done] (`log-edit-done'),
19705call CALLBACK to do the actual commit. 19705which will call CALLBACK, a function to do the actual commit.
19706 19706
19707PARAMS if non-nil is an alist of variables and buffer-local 19707PARAMS, if non-nil, is an alist of variables and buffer-local
19708values to give them in the Log Edit buffer. Possible keys and 19708values to give to those variables in the Log Edit buffer. Possible
19709associated values: 19709keys and associated values are:
19710 `log-edit-listfun' -- function taking no arguments that returns the list of 19710 `log-edit-listfun' -- function taking no arguments that returns the list of
19711 files that are concerned by the current operation (using relative names); 19711 files that are concerned by the current operation (using relative names);
19712 `log-edit-diff-function' -- function taking no arguments that 19712 `log-edit-diff-function' -- function taking no arguments that
19713 displays a diff of the files concerned by the current operation. 19713 displays a diff of the files concerned by the current operation.
19714 `vc-log-fileset' -- the VC fileset to be committed (if any). 19714 `vc-log-fileset' -- the VC fileset to be committed (if any).
19715 19715
19716If BUFFER is non-nil `log-edit' will jump to that buffer, use it 19716If BUFFER is non-nil, `log-edit' will switch to that buffer, use it
19717to edit the log message and go back to the current buffer when 19717to edit the log message and go back to the current buffer when
19718done. Otherwise, it uses the current buffer. 19718done. Otherwise, this function will use the current buffer.
19719 19719
19720\(fn CALLBACK &optional SETUP PARAMS BUFFER MODE &rest IGNORE)" nil nil) 19720\(fn CALLBACK &optional SETUP PARAMS BUFFER MODE &rest IGNORE)" nil nil)
19721 19721