Re: Determine object passed as argument
Jean Louis <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Organization | GNU Support |
| Message-ID | <[email protected]> |
On 2026-04-11 17:28, Heime wrote: > I actually need symbol-name. Cannot understand the problem you are > trying to describe to me. (defun lana-du-fpln (datenstruk-symbol &optional bname) (message "Processing variable: %s" (symbol-name datenstruk-symbol))) (lana-du-fpln 'fpln) ⇒ "Processing variable: fpln" -- Jean Louis