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

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

bug#2951: Suggestion: self-evaluating-p function


From: Stefan Monnier
Subject: bug#2951: Suggestion: self-evaluating-p function
Date: Mon, 13 Apr 2009 13:49:03 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)

>                      (list symbol (if (self-evaluating-p value)
>                                       value
>                                     (list 'quote value))))

Why not just          (list symbol (list 'quote value)))        ?


        Stefan






reply via email to

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