diff options
| author | Eli Zaretskii | 2025-09-20 06:35:11 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2025-09-20 06:35:11 -0400 |
| commit | 5a56c0fb43bf556da981c4dfe1d7be4c256b24fe (patch) | |
| tree | bc879b99050707c3d4e56a4ce8c58c7fa583f758 | |
| parent | b6a065c90dcf433f10f2d89b825f0ba501d747b3 (diff) | |
| download | emacs-5a56c0fb43bf556da981c4dfe1d7be4c256b24fe.tar.gz emacs-5a56c0fb43bf556da981c4dfe1d7be4c256b24fe.zip | |
; * lisp/ldefs-boot.el: Update.
| -rw-r--r-- | lisp/ldefs-boot.el | 208 |
1 files changed, 165 insertions, 43 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index e1f62222e9a..7d2c66b1e9f 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -9720,7 +9720,8 @@ BUFFER is put back into its original major mode. | |||
| 9720 | 9720 | ||
| 9721 | 9721 | ||
| 9722 | (fn FUN &optional NAME)") | 9722 | (fn FUN &optional NAME)") |
| 9723 | (register-definition-prefixes "ehelp" '("ehelp-" "electric-")) | 9723 | (autoload 'ehelp-command "ehelp" "Prefix command for ehelp." t 'keymap) |
| 9724 | (register-definition-prefixes "ehelp" '("ehelp-map" "electric-")) | ||
| 9724 | 9725 | ||
| 9725 | 9726 | ||
| 9726 | ;;; Generated autoloads from emacs-lisp/eieio.el | 9727 | ;;; Generated autoloads from emacs-lisp/eieio.el |
| @@ -20141,6 +20142,29 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).") | |||
| 20141 | (register-definition-prefixes "ls-lisp" '("ls-lisp-")) | 20142 | (register-definition-prefixes "ls-lisp" '("ls-lisp-")) |
| 20142 | 20143 | ||
| 20143 | 20144 | ||
| 20145 | ;;; Generated autoloads from progmodes/lua-mode.el | ||
| 20146 | |||
| 20147 | (autoload 'lua-mode "lua-mode" "\ | ||
| 20148 | Major mode for editing Lua code. | ||
| 20149 | |||
| 20150 | (fn)" t) | ||
| 20151 | (add-to-list 'auto-mode-alist '("\\.lua\\'" . lua-mode)) | ||
| 20152 | (add-to-list 'interpreter-mode-alist '("lua" . lua-mode)) | ||
| 20153 | (defalias 'run-lua #'lua-start-process) | ||
| 20154 | (autoload 'lua-start-process "lua-mode" "\ | ||
| 20155 | Start a Lua process named NAME, running PROGRAM. | ||
| 20156 | PROGRAM defaults to NAME, which defaults to `lua-default-application'. | ||
| 20157 | When called interactively, switch to the process buffer. | ||
| 20158 | |||
| 20159 | STARTFILE is the name of a file, whose contents are sent to the process | ||
| 20160 | as its initial input. | ||
| 20161 | |||
| 20162 | SWITCHES is a list of strings passed as arguments to PROGRAM. | ||
| 20163 | |||
| 20164 | (fn &optional NAME PROGRAM STARTFILE &rest SWITCHES)" t) | ||
| 20165 | (register-definition-prefixes "lua-mode" '("lua-")) | ||
| 20166 | |||
| 20167 | |||
| 20144 | ;;; Generated autoloads from progmodes/lua-ts-mode.el | 20168 | ;;; Generated autoloads from progmodes/lua-ts-mode.el |
| 20145 | 20169 | ||
| 20146 | (autoload 'lua-ts-inferior-lua "lua-ts-mode" "\ | 20170 | (autoload 'lua-ts-inferior-lua "lua-ts-mode" "\ |
| @@ -20151,11 +20175,7 @@ Major mode for editing Lua files, powered by tree-sitter. | |||
| 20151 | \\{lua-ts-mode-map} | 20175 | \\{lua-ts-mode-map} |
| 20152 | 20176 | ||
| 20153 | (fn)" t) | 20177 | (fn)" t) |
| 20154 | (autoload 'lua-ts-mode-maybe "lua-ts-mode" "\ | 20178 | (when (treesit-available-p) (defvar treesit-major-mode-remap-alist) (add-to-list 'treesit-major-mode-remap-alist '(lua-mode . lua-ts-mode))) |
| 20155 | Enable `lua-ts-mode' when its grammar is available. | ||
| 20156 | Also propose to install the grammar when `treesit-enabled-modes' | ||
| 20157 | is t or contains the mode name.") | ||
| 20158 | (when (treesit-available-p) (add-to-list 'auto-mode-alist '("\\.lua\\'" . lua-ts-mode-maybe)) (add-to-list 'interpreter-mode-alist '("\\<lua\\(?:jit\\)?" . lua-ts-mode-maybe)) (defvar treesit-major-mode-remap-alist) (add-to-list 'treesit-major-mode-remap-alist '(lua-mode . lua-ts-mode))) | ||
| 20159 | (register-definition-prefixes "lua-ts-mode" '("lua-ts-")) | 20179 | (register-definition-prefixes "lua-ts-mode" '("lua-ts-")) |
| 20160 | 20180 | ||
| 20161 | 20181 | ||
| @@ -26731,6 +26751,7 @@ Major mode for editing Python files, using tree-sitter library. | |||
| 26731 | \\{python-ts-mode-map} | 26751 | \\{python-ts-mode-map} |
| 26732 | 26752 | ||
| 26733 | (fn)" t) | 26753 | (fn)" t) |
| 26754 | (when (and (fboundp 'treesit-available-p) (treesit-available-p) (boundp 'treesit-major-mode-remap-alist)) (add-to-list 'treesit-major-mode-remap-alist '(python-mode . python-ts-mode))) | ||
| 26734 | (add-to-list 'auto-mode-alist '("/\\(?:Pipfile\\|\\.?flake8\\)\\'" . conf-mode)) | 26755 | (add-to-list 'auto-mode-alist '("/\\(?:Pipfile\\|\\.?flake8\\)\\'" . conf-mode)) |
| 26735 | (register-definition-prefixes "python" '("inferior-python-mode" "python-" "run-python-internal" "subword-mode")) | 26756 | (register-definition-prefixes "python" '("inferior-python-mode" "python-" "run-python-internal" "subword-mode")) |
| 26736 | 26757 | ||
| @@ -33575,6 +33596,12 @@ relative only to the time worked today, and not to past time. | |||
| 33575 | (register-definition-prefixes "timeclock" '("timeclock-")) | 33596 | (register-definition-prefixes "timeclock" '("timeclock-")) |
| 33576 | 33597 | ||
| 33577 | 33598 | ||
| 33599 | ;;; Generated autoloads from emacs-lisp/timeout.el | ||
| 33600 | |||
| 33601 | (push '(timeout 2 1) package--builtin-versions) | ||
| 33602 | (register-definition-prefixes "timeout" '("timeout-")) | ||
| 33603 | |||
| 33604 | |||
| 33578 | ;;; Generated autoloads from emacs-lisp/timer-list.el | 33605 | ;;; Generated autoloads from emacs-lisp/timer-list.el |
| 33579 | 33606 | ||
| 33580 | (autoload 'list-timers "timer-list" "\ | 33607 | (autoload 'list-timers "timer-list" "\ |
| @@ -34127,7 +34154,7 @@ Interactively, with a prefix argument, prompt for a different method." t) | |||
| 34127 | 34154 | ||
| 34128 | ;;; Generated autoloads from transient.el | 34155 | ;;; Generated autoloads from transient.el |
| 34129 | 34156 | ||
| 34130 | (push '(transient 0 9 4) package--builtin-versions) | 34157 | (push '(transient 0 10 0) package--builtin-versions) |
| 34131 | (autoload 'transient-insert-suffix "transient" "\ | 34158 | (autoload 'transient-insert-suffix "transient" "\ |
| 34132 | Insert a SUFFIX into PREFIX before LOC. | 34159 | Insert a SUFFIX into PREFIX before LOC. |
| 34133 | PREFIX is a prefix command, a symbol. | 34160 | PREFIX is a prefix command, a symbol. |
| @@ -34222,9 +34249,15 @@ nil, the grammar is installed to the standard location, the | |||
| 34222 | 34249 | ||
| 34223 | (fn LANG &optional OUT-DIR)" t) | 34250 | (fn LANG &optional OUT-DIR)" t) |
| 34224 | (defvar treesit-enabled-modes nil "\ | 34251 | (defvar treesit-enabled-modes nil "\ |
| 34225 | Specify what treesit modes to enable by default. | 34252 | Specify which tree-sitter based major modes to enable by default. |
| 34226 | The value can be either a list of ts-modes to enable, | 34253 | The value can be either a list of ts-modes to enable, |
| 34227 | or t to enable all ts-modes.") | 34254 | or t to enable all ts-modes. The value nil (the default) |
| 34255 | means not to enable any tree-sitter based modes. | ||
| 34256 | |||
| 34257 | Enabling a tree-stter based mode means that visiting files in the | ||
| 34258 | corresponding programming language will automatically turn on that | ||
| 34259 | mode, instead of any non-tree-sitter based modes for the same | ||
| 34260 | language.") | ||
| 34228 | (custom-autoload 'treesit-enabled-modes "treesit" nil) | 34261 | (custom-autoload 'treesit-enabled-modes "treesit" nil) |
| 34229 | (register-definition-prefixes "treesit" '("treesit-")) | 34262 | (register-definition-prefixes "treesit" '("treesit-")) |
| 34230 | 34263 | ||
| @@ -35704,47 +35737,96 @@ The merge base is a common ancestor between REV1 and REV2 revisions. | |||
| 35704 | 35737 | ||
| 35705 | (fn FILES REV1 REV2)" t) | 35738 | (fn FILES REV1 REV2)" t) |
| 35706 | (autoload 'vc-root-diff-incoming "vc" "\ | 35739 | (autoload 'vc-root-diff-incoming "vc" "\ |
| 35707 | Report diff of all changes that would be pulled from REMOTE-LOCATION. | 35740 | Report diff of all changes that would be pulled from UPSTREAM-LOCATION. |
| 35708 | When unspecified REMOTE-LOCATION is the place \\[vc-update] would pull from. | 35741 | When unspecified UPSTREAM-LOCATION is the place \\[vc-update] would pull |
| 35709 | When called interactively with a prefix argument, prompt for REMOTE-LOCATION. | 35742 | from. When called interactively with a prefix argument, prompt for |
| 35710 | In some version control systems REMOTE-LOCATION can be a remote branch name. | 35743 | UPSTREAM-LOCATION. In some version control systems UPSTREAM-LOCATION |
| 35744 | can be a remote branch name. | ||
| 35711 | 35745 | ||
| 35712 | See `vc-use-incoming-outgoing-prefixes' regarding giving this command a | 35746 | See `vc-use-incoming-outgoing-prefixes' regarding giving this command a |
| 35713 | global binding. | 35747 | global binding. |
| 35714 | 35748 | ||
| 35715 | (fn &optional REMOTE-LOCATION)" t) | 35749 | (fn &optional UPSTREAM-LOCATION)" t) |
| 35716 | (autoload 'vc-diff-incoming "vc" "\ | 35750 | (autoload 'vc-diff-incoming "vc" "\ |
| 35717 | Report changes to VC fileset that would be pulled from REMOTE-LOCATION. | 35751 | Report changes to VC fileset that would be pulled from UPSTREAM-LOCATION. |
| 35718 | When unspecified REMOTE-LOCATION is the place \\[vc-update] would pull from. | 35752 | When unspecified UPSTREAM-LOCATION is the place \\[vc-update] would pull |
| 35719 | When called interactively with a prefix argument, prompt for REMOTE-LOCATION. | 35753 | from. When called interactively with a prefix argument, prompt for |
| 35720 | In some version control systems REMOTE-LOCATION can be a remote branch name. | 35754 | UPSTREAM-LOCATION. In some version control systems UPSTREAM-LOCATION |
| 35721 | When called from Lisp optional argument FILESET overrides the VC fileset. | 35755 | can be a remote branch name. |
| 35756 | When called from Lisp optional argument FILESET overrides the VC | ||
| 35757 | fileset. | ||
| 35722 | 35758 | ||
| 35723 | See `vc-use-incoming-outgoing-prefixes' regarding giving this command a | 35759 | See `vc-use-incoming-outgoing-prefixes' regarding giving this command a |
| 35724 | global binding. | 35760 | global binding. |
| 35725 | 35761 | ||
| 35726 | (fn &optional REMOTE-LOCATION FILESET)" t) | 35762 | (fn &optional UPSTREAM-LOCATION FILESET)" t) |
| 35727 | (autoload 'vc-root-diff-outgoing "vc" "\ | 35763 | (autoload 'vc-root-diff-outgoing "vc" "\ |
| 35728 | Report diff of all changes that would be pushed to REMOTE-LOCATION. | 35764 | Report diff of all changes that would be pushed to UPSTREAM-LOCATION. |
| 35729 | When unspecified REMOTE-LOCATION is the place \\[vc-push] would push to. | 35765 | When unspecified UPSTREAM-LOCATION is the place \\[vc-push] would push |
| 35730 | When called interactively with a prefix argument, prompt for REMOTE-LOCATION. | 35766 | to. When called interactively with a prefix argument, prompt for |
| 35731 | In some version control systems REMOTE-LOCATION can be a remote branch name. | 35767 | UPSTREAM-LOCATION. In some version control systems UPSTREAM-LOCATION |
| 35768 | can be a remote branch name. | ||
| 35769 | |||
| 35770 | This command is like `vc-root-diff-outgoing-base' except that it does | ||
| 35771 | not include uncommitted changes. | ||
| 35732 | 35772 | ||
| 35733 | See `vc-use-incoming-outgoing-prefixes' regarding giving this command a | 35773 | See `vc-use-incoming-outgoing-prefixes' regarding giving this command a |
| 35734 | global binding. | 35774 | global binding. |
| 35735 | 35775 | ||
| 35736 | (fn &optional REMOTE-LOCATION)" t) | 35776 | (fn &optional UPSTREAM-LOCATION)" t) |
| 35737 | (autoload 'vc-diff-outgoing "vc" "\ | 35777 | (autoload 'vc-diff-outgoing "vc" "\ |
| 35738 | Report changes to VC fileset that would be pushed to REMOTE-LOCATION. | 35778 | Report changes to VC fileset that would be pushed to UPSTREAM-LOCATION. |
| 35739 | When unspecified REMOTE-LOCATION is the place \\[vc-push] would push to. | 35779 | When unspecified UPSTREAM-LOCATION is the place \\[vc-push] would push |
| 35740 | When called interactively with a prefix argument, prompt for REMOTE-LOCATION. | 35780 | to. When called interactively with a prefix argument, prompt for |
| 35741 | In some version control systems REMOTE-LOCATION can be a remote branch name. | 35781 | UPSTREAM-LOCATION. In some version control systems UPSTREAM-LOCATION |
| 35742 | When called from Lisp optional argument FILESET overrides the VC fileset. | 35782 | can be a remote branch name. |
| 35783 | When called from Lisp optional argument FILESET overrides the VC | ||
| 35784 | fileset. | ||
| 35785 | |||
| 35786 | This command is like `vc-diff-outgoing-base' except that it does not | ||
| 35787 | include uncommitted changes. | ||
| 35743 | 35788 | ||
| 35744 | See `vc-use-incoming-outgoing-prefixes' regarding giving this command a | 35789 | See `vc-use-incoming-outgoing-prefixes' regarding giving this command a |
| 35745 | global binding. | 35790 | global binding. |
| 35746 | 35791 | ||
| 35747 | (fn &optional REMOTE-LOCATION FILESET)" t) | 35792 | (fn &optional UPSTREAM-LOCATION FILESET)" t) |
| 35793 | (autoload 'vc-root-diff-outgoing-base "vc" "\ | ||
| 35794 | Report diff of all changes since the merge base with UPSTREAM-LOCATION. | ||
| 35795 | The merge base with UPSTREAM-LOCATION means the common ancestor of the | ||
| 35796 | working revision and UPSTREAM-LOCATION. | ||
| 35797 | Uncommitted changes are included in the diff. | ||
| 35798 | |||
| 35799 | When unspecified UPSTREAM-LOCATION is the place \\[vc-push] would push | ||
| 35800 | to. This default meaning for UPSTREAM-LOCATION may change in a future | ||
| 35801 | release of Emacs. | ||
| 35802 | |||
| 35803 | When called interactively with a prefix argument, prompt for | ||
| 35804 | UPSTREAM-LOCATION. In some version control systems, UPSTREAM-LOCATION | ||
| 35805 | can be a remote branch name. | ||
| 35806 | |||
| 35807 | This command is like `vc-root-diff-outgoing' except that it includes | ||
| 35808 | uncommitted changes. | ||
| 35809 | |||
| 35810 | (fn &optional UPSTREAM-LOCATION)" t) | ||
| 35811 | (autoload 'vc-diff-outgoing-base "vc" "\ | ||
| 35812 | Report changes to VC fileset since the merge base with UPSTREAM-LOCATION. | ||
| 35813 | |||
| 35814 | The merge base with UPSTREAM-LOCATION means the common ancestor of the | ||
| 35815 | working revision and UPSTREAM-LOCATION. | ||
| 35816 | Uncommitted changes are included in the diff. | ||
| 35817 | |||
| 35818 | When unspecified UPSTREAM-LOCATION is the place \\[vc-push] would push | ||
| 35819 | to. This default meaning for UPSTREAM-LOCATION may change in a future | ||
| 35820 | release of Emacs. | ||
| 35821 | |||
| 35822 | When called interactively with a prefix argument, prompt for | ||
| 35823 | UPSTREAM-LOCATION. In some version control systems, UPSTREAM-LOCATION | ||
| 35824 | can be a remote branch name. | ||
| 35825 | |||
| 35826 | This command is like to `vc-fileset-diff-outgoing' except that it | ||
| 35827 | includes uncommitted changes. | ||
| 35828 | |||
| 35829 | (fn &optional UPSTREAM-LOCATION FILESET)" t) | ||
| 35748 | (autoload 'vc-version-ediff "vc" "\ | 35830 | (autoload 'vc-version-ediff "vc" "\ |
| 35749 | Show differences between REV1 and REV2 of FILES using ediff. | 35831 | Show differences between REV1 and REV2 of FILES using ediff. |
| 35750 | This compares two revisions of the files in FILES. Currently, | 35832 | This compares two revisions of the files in FILES. Currently, |
| @@ -35892,7 +35974,7 @@ number of revisions to show; the default is `vc-log-show-limit'. | |||
| 35892 | When called interactively with a prefix argument, prompt for LIMIT, but | 35974 | When called interactively with a prefix argument, prompt for LIMIT, but |
| 35893 | if the prefix argument is a number, use it as LIMIT. | 35975 | if the prefix argument is a number, use it as LIMIT. |
| 35894 | A special case is when the prefix argument is 1: in this case | 35976 | A special case is when the prefix argument is 1: in this case |
| 35895 | the command prompts for the ID of a revision, and shows that revision | 35977 | the command prompts for the id of a REVISION, and shows that revision |
| 35896 | with its diffs (if the underlying VCS backend supports that). | 35978 | with its diffs (if the underlying VCS backend supports that). |
| 35897 | 35979 | ||
| 35898 | (fn &optional LIMIT REVISION)" t) | 35980 | (fn &optional LIMIT REVISION)" t) |
| @@ -35902,19 +35984,21 @@ The command prompts for the branch whose change log to show. | |||
| 35902 | 35984 | ||
| 35903 | (fn BRANCH)" t) | 35985 | (fn BRANCH)" t) |
| 35904 | (autoload 'vc-log-incoming "vc" "\ | 35986 | (autoload 'vc-log-incoming "vc" "\ |
| 35905 | Show log of changes that will be received with pull from REMOTE-LOCATION. | 35987 | Show log of changes that will be received with pull from UPSTREAM-LOCATION. |
| 35906 | When unspecified REMOTE-LOCATION is the place \\[vc-update] would pull from. | 35988 | When unspecified UPSTREAM-LOCATION is the place \\[vc-update] would pull |
| 35907 | When called interactively with a prefix argument, prompt for REMOTE-LOCATION. | 35989 | from. When called interactively with a prefix argument, prompt for |
| 35908 | In some version control systems REMOTE-LOCATION can be a remote branch name. | 35990 | UPSTREAM-LOCATION. In some version control systems UPSTREAM-LOCATION |
| 35991 | can be a remote branch name. | ||
| 35909 | 35992 | ||
| 35910 | (fn &optional REMOTE-LOCATION)" t) | 35993 | (fn &optional UPSTREAM-LOCATION)" t) |
| 35911 | (autoload 'vc-log-outgoing "vc" "\ | 35994 | (autoload 'vc-log-outgoing "vc" "\ |
| 35912 | Show log of changes that will be sent with a push operation to REMOTE-LOCATION. | 35995 | Show log of changes that will be sent with a push to UPSTREAM-LOCATION. |
| 35913 | When unspecified REMOTE-LOCATION is the place \\[vc-push] would push to. | 35996 | When unspecified UPSTREAM-LOCATION is the place \\[vc-push] would push |
| 35914 | When called interactively with a prefix argument, prompt for REMOTE-LOCATION. | 35997 | to. When called interactively with a prefix argument, prompt for |
| 35915 | In some version control systems REMOTE-LOCATION can be a remote branch name. | 35998 | UPSTREAM-LOCATION. In some version control systems UPSTREAM-LOCATION |
| 35999 | can be a remote branch name. | ||
| 35916 | 36000 | ||
| 35917 | (fn &optional REMOTE-LOCATION)" t) | 36001 | (fn &optional UPSTREAM-LOCATION)" t) |
| 35918 | (autoload 'vc-log-search "vc" "\ | 36002 | (autoload 'vc-log-search "vc" "\ |
| 35919 | Search the VC log of changes for PATTERN and show log of matching changes. | 36003 | Search the VC log of changes for PATTERN and show log of matching changes. |
| 35920 | 36004 | ||
| @@ -36095,6 +36179,44 @@ of the other working trees FROM and TO. | |||
| 36095 | BACKEND is the VC backend. | 36179 | BACKEND is the VC backend. |
| 36096 | 36180 | ||
| 36097 | (fn BACKEND FROM TO)" t) | 36181 | (fn BACKEND FROM TO)" t) |
| 36182 | (autoload 'vc-apply-to-other-working-tree "vc" "\ | ||
| 36183 | Apply VC fileset's local changes to working tree under DIRECTORY. | ||
| 36184 | Must be called from within an existing VC working tree. | ||
| 36185 | When called interactively, prompts for DIRECTORY. | ||
| 36186 | With a prefix argument (when called from Lisp, with optional argument | ||
| 36187 | MOVE non-nil), don't just copy the changes, but move them, from the | ||
| 36188 | current working tree to DIRECTORY. | ||
| 36189 | |||
| 36190 | When called from a `diff-mode' buffer, move or copy the changes | ||
| 36191 | specified by the contents of that buffer, only. | ||
| 36192 | |||
| 36193 | If any changes to be moved or copied can't be applied to DIRECTORY, it | ||
| 36194 | is an error, and no changes are applied. | ||
| 36195 | If any changes to be moved can't be reverse-applied to this working | ||
| 36196 | tree, it is an error, and no changes are moved. | ||
| 36197 | |||
| 36198 | (fn DIRECTORY &optional MOVE)" t) | ||
| 36199 | (autoload 'vc-apply-root-to-other-working-tree "vc" "\ | ||
| 36200 | Apply all local changes in this working tree to the tree under DIRECTORY. | ||
| 36201 | Must be called from within an existing VC working tree. | ||
| 36202 | When called interactively, prompts for DIRECTORY. | ||
| 36203 | With a prefix argument (when called from Lisp, with optional argument | ||
| 36204 | MOVE non-nil), don't just copy the changes, but move them, from the | ||
| 36205 | current working tree to DIRECTORY. | ||
| 36206 | |||
| 36207 | With a double prefix argument (\\[universal-argument] \\[universal-argument]; when called from Lisp, with | ||
| 36208 | optional argument PREVIEW non-nil), don't actually apply changes to | ||
| 36209 | DIRECTORY, but instead show all those changes in a `diff-mode' buffer | ||
| 36210 | with `default-directory' set to DIRECTORY. | ||
| 36211 | You can then selectively apply changes with `diff-mode' commands like | ||
| 36212 | `diff-apply-hunk' and `diff-apply-buffer'. | ||
| 36213 | |||
| 36214 | If any changes to be moved or copied can't be applied to DIRECTORY, it | ||
| 36215 | is an error, and (except with \\[universal-argument] \\[universal-argument]) no changes are applied. | ||
| 36216 | If any changes to be moved can't be reverse-applied to this working | ||
| 36217 | tree, it is an error, and no changes are moved. | ||
| 36218 | |||
| 36219 | (fn DIRECTORY &optional MOVE PREVIEW)" t) | ||
| 36098 | (register-definition-prefixes "vc" '("log-view-vc-prev-" "vc-" "with-vc-properties")) | 36220 | (register-definition-prefixes "vc" '("log-view-vc-prev-" "vc-" "with-vc-properties")) |
| 36099 | 36221 | ||
| 36100 | 36222 | ||
| @@ -39160,9 +39282,9 @@ run a specific program. The program must be a member of | |||
| 39160 | (provide 'loaddefs) | 39282 | (provide 'loaddefs) |
| 39161 | 39283 | ||
| 39162 | ;; Local Variables: | 39284 | ;; Local Variables: |
| 39163 | ;; no-byte-compile: t | ||
| 39164 | ;; version-control: never | 39285 | ;; version-control: never |
| 39165 | ;; no-update-autoloads: t | 39286 | ;; no-update-autoloads: t |
| 39287 | ;; no-byte-compile: t | ||
| 39166 | ;; no-native-compile: t | 39288 | ;; no-native-compile: t |
| 39167 | ;; coding: utf-8-emacs-unix | 39289 | ;; coding: utf-8-emacs-unix |
| 39168 | ;; End: | 39290 | ;; End: |