diff options
| author | Glenn Morris | 2021-06-01 06:12:39 -0700 |
|---|---|---|
| committer | Glenn Morris | 2021-06-01 06:12:39 -0700 |
| commit | bef00aa1372dbd8a72ac84be0ee397cca46a1250 (patch) | |
| tree | 4f4ebe1e61c50760f91b84eafef1ba0bac7b4173 | |
| parent | 5dfa5e26dd58c6e8aa135c81ecfdbda92725556e (diff) | |
| download | emacs-bef00aa1372dbd8a72ac84be0ee397cca46a1250.tar.gz emacs-bef00aa1372dbd8a72ac84be0ee397cca46a1250.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 26 |
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.") | |||
| 19024 | Uninstall jka-compr. | 19024 | Uninstall jka-compr. |
| 19025 | This removes the entries in `file-name-handler-alist' and `auto-mode-alist' | 19025 | This removes the entries in `file-name-handler-alist' and `auto-mode-alist' |
| 19026 | and `inhibit-local-variables-suffixes' that were added | 19026 | and `inhibit-local-variables-suffixes' that were added |
| 19027 | by `jka-compr-installed'." nil nil) | 19027 | by `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" "\ |
| 19697 | Setup a buffer to enter a log message. | 19697 | Setup a buffer to enter a VC commit log message. |
| 19698 | The buffer is put in mode MODE or `log-edit-mode' if MODE is nil. | 19698 | The buffer is put in mode MODE, or `log-edit-mode' if MODE is nil. |
| 19699 | \\<log-edit-mode-map> | 19699 | \\<log-edit-mode-map> |
| 19700 | If SETUP is non-nil, erase the buffer and run `log-edit-hook'. | 19700 | If SETUP is non-nil, erase the buffer and run `log-edit-hook'. |
| 19701 | Set mark and point around the entire contents of the buffer, so | 19701 | Set mark and point around the entire contents of the buffer, so |
| 19702 | that it is easy to kill the contents of the buffer with | 19702 | that 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 |
| 19704 | invoking the command \\[log-edit-done] (`log-edit-done') will | 19704 | or she is expected to invoke the command \\[log-edit-done] (`log-edit-done'), |
| 19705 | call CALLBACK to do the actual commit. | 19705 | which will call CALLBACK, a function to do the actual commit. |
| 19706 | 19706 | ||
| 19707 | PARAMS if non-nil is an alist of variables and buffer-local | 19707 | PARAMS, if non-nil, is an alist of variables and buffer-local |
| 19708 | values to give them in the Log Edit buffer. Possible keys and | 19708 | values to give to those variables in the Log Edit buffer. Possible |
| 19709 | associated values: | 19709 | keys 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 | ||
| 19716 | If BUFFER is non-nil `log-edit' will jump to that buffer, use it | 19716 | If BUFFER is non-nil, `log-edit' will switch to that buffer, use it |
| 19717 | to edit the log message and go back to the current buffer when | 19717 | to edit the log message and go back to the current buffer when |
| 19718 | done. Otherwise, it uses the current buffer. | 19718 | done. 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 | ||