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

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

Execute commands with unless on symbols


From: uzibalqa
Subject: Execute commands with unless on symbols
Date: Sat, 08 Oct 2022 16:08:57 +0000

Have made a symbol 'go or `nogo and want to use an unless condition that only
executes some commands for the 'go condition.  How should the unless condition 
be constructed with the `nogo?

(defconst modust-statck 'go)

(unless modust-statck






reply via email to

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