I use the same .custom
file on different machines syncronised via a git repo.
I just noticed that suddenly the .custom
file from one machine uses the (quote
syntax while in the past the '
syntax was used (or vice versa). Two questions:
Why is this happening? Is there a change in, say, Emacs 27? (On one machine I have upgarded to 27.)
How can I convert manually between the two syntaxes, so that I can diff teh files sensibly?
elisp
is not for questions about how to do something in Elisp. It's for questions about the nature of the language, in particular wrt other Lisp dialects. And nearly every Emacs question gets into how to do something with Elisp. – Drew Oct 21 '20 at 04:34