emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 5ee959aa87 2/2: Add a comment about cl-concatenate


From: Lars Ingebrigtsen
Subject: emacs-28 5ee959aa87 2/2: Add a comment about cl-concatenate
Date: Wed, 13 Apr 2022 00:11:59 -0400 (EDT)

branch: emacs-28
commit 5ee959aa8783689627a1553c678fd4d3720236c8
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Add a comment about cl-concatenate
    
    * lisp/emacs-lisp/cl-extra.el (cl-concatenate): Add a comment.
---
 lisp/emacs-lisp/cl-extra.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/emacs-lisp/cl-extra.el b/lisp/emacs-lisp/cl-extra.el
index fd94554ca1..8e38df43c8 100644
--- a/lisp/emacs-lisp/cl-extra.el
+++ b/lisp/emacs-lisp/cl-extra.el
@@ -553,6 +553,9 @@ too large if positive or too small if negative)."
                        ,new)))))
   (seq-subseq seq start end))
 
+;;; This isn't a defalias because autoloading defalises doesn't work
+;;; very well.
+
 ;;;###autoload
 (defun cl-concatenate (type &rest sequences)
   "Concatenate, into a sequence of type TYPE, the argument SEQUENCEs.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]