Merge from origin/emacs-27
488204cdc6
(origin/emacs-27) Remove one of recently added warnings ab...55bc1560ac
Fix assertion failure in window_box_height (Bug#45737)27743e9e70
Fix cl-concatenate inlining32a3758c84
Fix infloop in 'pixel-scroll-mode'74d18957b8
Fix inhibiting the default.el loading in user init file
This commit is contained in:
commit
c83590b121
5 changed files with 21 additions and 15 deletions
|
@ -284,6 +284,9 @@ sorted. FUNCTION must be a function of one argument."
|
|||
(cl-defmethod seq-reverse ((sequence sequence))
|
||||
(reverse sequence))
|
||||
|
||||
;; We are autoloading seq-concatenate because cl-concatenate needs
|
||||
;; that when it's inlined, per the cl-proclaim in cl-macs.el.
|
||||
;;;###autoload
|
||||
(cl-defgeneric seq-concatenate (type &rest sequences)
|
||||
"Concatenate SEQUENCES into a single sequence of type TYPE.
|
||||
TYPE must be one of following symbols: vector, string or list.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue