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

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

bug#61281: “`(a \, b)” equals to “`(a . , b)”


From: Xie Shynur
Subject: bug#61281: “`(a \, b)” equals to “`(a . , b)”
Date: Sat, 4 Feb 2023 23:23:00 +0000

In `*ielm*`:

```
ELISP> `(emacs-version \, emacs-version)
(emacs-version . "28.2")
```

________________

In `custom-file`:

```
(custom-set-variables
 '(var `(a . ,b)))
```

Then change some options by GUI menu, and click `Save Options`:

```
(custom-set-variables
 '(var `(a \, b))
 '(changed-option new-value))
```

________________

Is it a feature or bug?

reply via email to

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