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

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

Function returning a list


From: steve-humphreys
Subject: Function returning a list
Date: Sat, 19 Dec 2020 01:34:45 +0100

I have a function "timgrid" that returns a list.  But the list returned
by "timgrid-half" got problem in the values.  The output for "tgl" is
also problematic.

(defun timgrid-half (ta tb tpab tc td tpcd)
   (timgrid (ta tb tpab)) )

(setq tgl (typh-timgrid-half 800 1100 34 1300 1600 21))



reply via email to

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