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

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

RE: Passing character ch to make-string


From: Drew Adams
Subject: RE: Passing character ch to make-string
Date: Sun, 1 Nov 2020 11:02:17 -0800 (PST)

> > >     (make-string 10 ?=)
> 
> Good heaven, I like to pass a character from a variable, ch say

Good earth -

(setq ch  ?=)
(make-string ch)



reply via email to

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