[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [External] : Top level interactive function calling other interactiv
From: |
Drew Adams |
Subject: |
RE: [External] : Top level interactive function calling other interactive functions |
Date: |
Sat, 6 Apr 2024 23:27:15 +0000 |
> I want to call a number of commands interactively.
> (pcase seltr
> ("Integ-Slanted" (avus-stix-integ-slanted))
> ("Integ-Upright" (avus-stix-integ-upright))
> ("Integ-Small" (avus-stix-integ-small))
> ("Integ-Smallsl" (avus-stix-integ-smallsl))
> ("Integ-Smallup" (avus-stix-integ-smallup))) )
C-h f call-interactively