Closed conao3 closed 4 years ago
? and ?\ and ?\s are return same value. ?\s is easier to read and understand.
(list ? ?\ ?\s) ;;=> (32 32 32)
ref: https://www.gnu.org/software/emacs/manual/html_mono/elisp.html#Basic-Char-Syntax
Emacs 21 and earlier don't support that syntax. Please send PR to lexical-binding branch.
OK, I changed the base branch.
After resolve conflict, my change is gone.
? and ?\ and ?\s are return same value. ?\s is easier to read and understand.
ref: https://www.gnu.org/software/emacs/manual/html_mono/elisp.html#Basic-Char-Syntax