help-gnu-emacs
[Top][All Lists]
Advanced

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

Making a list of lists


From: uzibalqa
Subject: Making a list of lists
Date: Mon, 03 Jul 2023 16:18:58 +0000

I want to make a list of lists.  Suppose I make a list by calling this function 

(defun linseq (&rest sequence)
  sequence)

How can then I have a function that adds the list as an element to a list of 
lists ?






reply via email to

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