mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Merge from origin/emacs-29
12e26cc0c1; * admin/git-bisect-start: Add mistakenly ommitted commi...9a751e0a38ruby-mode: Support endless singleton method definitions tooce7b7e5af3Remove comment-start-skip preset in tree-sitter indentati...c1e015ae32Fix recent change in tramp-smb.elcf1b771864; * etc/NEWS: Fix typos.50d18bb6eaMake tramp-archive autoloads robust for older Emacs versions3941cc29df; Improve documentation of 'setopt'6f88de109cruby-mode: Support endless methods (bug#54702)91dd893e34; * lisp/progmodes/sql.el (sql-product-interactive): Doc ...138d9dc4cb* lisp/cus-edit.el (setopt--set): Warn instead of rasing ...d1e0542f33Allow customising windmove user options with an empty prefixc2375e7791Improve and extend admin/git-bisect-start7cc2313eb0Make 'rmail-summary-by-thread' faster88e59b16cb; Improve documentation of installing tree-sitter and gra...897f33bf31Fix the MS-DOS build660e941235Avoid crashes in PGTK build due to signal in 'note_mouse_...0fc5fb2d05Fix MS-Windows build broken by recent treesit.c changes5b2e6d04ceFix wrong capture in typescript-ts-mode (bug#60167)cb8ccdd267Add rust-ts-mode (Bug#60136)9fcf764dd7Indentation fixes for jsx/tsx (bug#60169)69f2c71135Fix treesit-query-validate problem with view-mode1fc7535546Use cursor API in treesit-node-parent5f0286c0afSwitch to use cursor API in treesit.ca275e436dfAdd treesit_assume_true and treesit_cursor_helpera54c7a8df0Remove file-exists-in-trash-p3e02029642Update to Org 9.6-49-g47d1294a8ff671b0Don’t assume make-directory handler returns nil44c83b239dFix copy-directory bug when dest dir existsbef1edc9camake-directory now returns t if dir already exists8a9579ca29Use make-directory handlers uniformly627e7e0243Improve documentation of 'file-exists-p'c9015ef55fFix resizing of mini-windows by 'set-minibuffer-message'5a245bc786Prevent Abort dialogs from async-compiling jobs on Windows4d1e4a4893Fix 'window-max-chars-per-line' when there are no fringesd65beb820c; Revert "; * lisp/subr.el (internal--with-narrowing): Si...1c0b90e5f7ruby-mode: Recognize instance or global var as first arg ...3356c0cb16Fix end-of-defun in ruby-mode # Conflicts: # etc/NEWS
This commit is contained in:
commit
6c540e38f4
43 changed files with 2952 additions and 511 deletions
|
|
@ -1073,7 +1073,7 @@ plain variables. This means that `setopt' will execute any
|
|||
;; Check that the type is correct.
|
||||
(when-let ((type (get variable 'custom-type)))
|
||||
(unless (widget-apply (widget-convert type) :match value)
|
||||
(user-error "Value `%S' does not match type %s" value type)))
|
||||
(warn "Value `%S' does not match type %s" value type)))
|
||||
(put variable 'custom-check-value (list value))
|
||||
(funcall (or (get variable 'custom-set) #'set-default) variable value))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue