|
From: | Heime |
Subject: | Keywords as function arguments for control flow |
Date: | Thu, 28 Nov 2024 15:21:27 +0000 |
How cam one use function arguments that use keywords for applying control operations with pcase or cond? Consider this as example (defun cuprat (seqr) (if (eq seqr 'global) (global-whitespace-mode 1) (whitespace-mode 1)) ) (cuprat 'global)
[Prev in Thread] | Current Thread | [Next in Thread] |