JDRiverRun

u/JDRiverRun@alien.top
0 posts · 2 comments

Recent posts

No posts.

Recent comments

There are a variety of "self-quoting" constructs in elisp (including all :keywords!).

(eq (quote nil) nil) ; ==> t  
(eq (quote t) t) ; ==> t  
(eq (quote :some-keyword) :some-keyword) ; ==> t