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

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

Elisp - Function returning a list


From: steve-humphreys
Subject: Elisp - Function returning a list
Date: Wed, 16 Dec 2020 04:25:13 +0100

I am having a go at making a function that returns a list of numbers, but need 
it interactive.
Unsure this is good

(defun typh-agenda-tgrd (tstr tend tskp)
   (interactive "n Start_Time: n End_Time: n Skip_Time: ")
   (number-sequence tstr tend tskp))




reply via email to

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