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

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

Appending lists


From: henri-biard
Subject: Appending lists
Date: Mon, 14 Jun 2021 18:08:29 +0200 (CEST)

I would like to make a list that is composed of appending three lists together. 
 Could use append,

but do not know how to put the result into a new list. 



(defvar city
  '( ("London" . 1)  ("Paris" . 2) ("Madrid" . 3))
   "docstring" )

(defvar district
   '( ("Greenwich" . 1) ("Louvre" . 2) ("Centro" . 3) )

   "docstring" )






reply via email to

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