mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-07 22:41:26 -08:00
Merge from origin/emacs-29
d3a76db88b* lisp/repeat.el: Fix repeat-keep-prefix to allow customi...8ef3777d54Correct capitalization of Lisp in the manual (bug#60222)d03ea89378eglot.el: Add vscode-json-languageserver to eglot-server-...8550a99378; * src/emacs-module.h.in (enum emacs_funcall_exit): Fix ...fb7f3999c5; Fix ruby-method-params-indent's :version valuecfbfd393b4* lisp/progmodes/project.el (project--read-file-cpd-relat...2b1fdbffcbruby-method-params-indent: New user optionb9e813f79f; ruby-indent-level: Improve the docstring399433cc2b* lisp/progmodes/project.el: Filter out empty strings fro...23f7c9c2a9Fix storing email into nnmail by Gnus63cdbd986b; Really respect browse-url var in erc-compat64163618d2whitespace: Fix unintended change in buffer modification ...a75d1da911Make emacsclient add abbreviated file names to file-name-...b3e7768a0eRepair setopt test after error demotion to warning
This commit is contained in:
commit
2bbc554db6
18 changed files with 211 additions and 102 deletions
|
|
@ -116,7 +116,7 @@ enum emacs_funcall_exit
|
|||
/* Function has signaled an error using `signal'. */
|
||||
emacs_funcall_exit_signal = 1,
|
||||
|
||||
/* Function has exit using `throw'. */
|
||||
/* Function has exited using `throw'. */
|
||||
emacs_funcall_exit_throw = 2
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue