mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-14 10:00:25 -08:00
Merge from savannah/emacs-30
7dcf9b71e6; Don't document package-x.ela5fd518d52; Document spurious warnings on macOS 15625ed68aeaFix the use of xref-window-local-history together with Xr...8091772767completing-read-multiple: Fix support for ":" as separator38cc36a375; Improve docstring of cl-check-type
This commit is contained in:
commit
9daab9be34
5 changed files with 45 additions and 15 deletions
|
|
@ -269,7 +269,9 @@ with empty strings removed."
|
|||
(setq-local completion-list-insert-choice-function
|
||||
(lambda (_start _end choice)
|
||||
(let* ((beg (save-excursion
|
||||
(if (search-backward-regexp crm-separator nil t)
|
||||
(if (search-backward-regexp crm-separator
|
||||
(field-beginning)
|
||||
t)
|
||||
(1+ (point))
|
||||
(minibuffer-prompt-end))))
|
||||
(end (save-excursion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue